@@ -287,7 +287,16 @@ struct strangenessderivedbinnedinfo {
287287 histos.add (" hEventCentrality" , " hEventCentrality" , kTH1F , {{100 , 0 .0f , +100 .0f }});
288288 histos.add (" hEventOccupancy" , " hEventOccupancy" , kTH1F , {axisOccupancy});
289289
290- histos.add (" h9dCentOccQoverPtMassRadiusPhiEtaPtArmV0AlphaV0" , " h9dCentOccQoverPtMassRadiusPhiEtaPtArmV0AlphaV0" , kTHnSparseF , {axisCentrality, axisOccupancy, axisPt, axisMass, axisRadius, axisPhi, axisEta, axisPtArmV0, axisAlphaV0});
290+ histos.add (" h9dMassPtPhiEtaPtArmV0AlphaV0RadiusCentOcc" , " h9dMassPtPhiEtaPtArmV0AlphaV0RadiusCentOcc" , kTHnSparseF , {axisMass, axisPt, axisPhi, axisEta, axisPtArmV0, axisAlphaV0, axisRadius, axisCentrality, axisOccupancy});
291+ histos.get <THnSparse>(HIST (" h9dMassPtPhiEtaPtArmV0AlphaV0RadiusCentOcc" ))->GetAxis (0 )->SetName (" Invariant mass (GeV/#it{c}^{2})" );
292+ histos.get <THnSparse>(HIST (" h9dMassPtPhiEtaPtArmV0AlphaV0RadiusCentOcc" ))->GetAxis (1 )->SetName (" #it{p}_{T} (GeV/#it{c})" );
293+ histos.get <THnSparse>(HIST (" h9dMassPtPhiEtaPtArmV0AlphaV0RadiusCentOcc" ))->GetAxis (2 )->SetName (" #varphi (rad.)" );
294+ histos.get <THnSparse>(HIST (" h9dMassPtPhiEtaPtArmV0AlphaV0RadiusCentOcc" ))->GetAxis (3 )->SetName (" Pseudo-rapidity #it{#eta}" );
295+ histos.get <THnSparse>(HIST (" h9dMassPtPhiEtaPtArmV0AlphaV0RadiusCentOcc" ))->GetAxis (4 )->SetName (" V0 #it{p}_{T} Armenteros" );
296+ histos.get <THnSparse>(HIST (" h9dMassPtPhiEtaPtArmV0AlphaV0RadiusCentOcc" ))->GetAxis (5 )->SetName (" V0 #alpha Armenteros" );
297+ histos.get <THnSparse>(HIST (" h9dMassPtPhiEtaPtArmV0AlphaV0RadiusCentOcc" ))->GetAxis (6 )->SetName (" V0 radius (cm)" );
298+ histos.get <THnSparse>(HIST (" h9dMassPtPhiEtaPtArmV0AlphaV0RadiusCentOcc" ))->GetAxis (7 )->SetName (" Centrality (%)" );
299+ histos.get <THnSparse>(HIST (" h9dMassPtPhiEtaPtArmV0AlphaV0RadiusCentOcc" ))->GetAxis (8 )->SetName (" Occupancy" );
291300
292301 if (cfgSkimmedProcessing) {
293302 zorroSummary.setObject (zorro.getZorroSummary ());
@@ -764,13 +773,13 @@ struct strangenessderivedbinnedinfo {
764773 continue ; // skip V0s that are not standard
765774
766775 if (analyseK0Short && isV0Selected (v0, collision, v0.yK0Short ())) {
767- histos.fill (HIST (" h9dCentOccQoverPtMassRadiusPhiEtaPtArmV0AlphaV0 " ), centrality, occupancy, v0.pt (), v0.mK0Short (), v0.v0radius (), v0.phi (), v0.eta (), v0.qtarm (), v0.alpha () );
776+ histos.fill (HIST (" h9dMassPtPhiEtaPtArmV0AlphaV0RadiusCentOcc " ), v0.mK0Short (), v0.pt (), v0.phi (), v0.eta (), v0.qtarm (), v0.alpha (), v0.v0radius (), centrality, occupancy );
768777 }
769778 if (analyseLambda && isV0Selected (v0, collision, v0.yLambda ())) {
770- histos.fill (HIST (" h9dCentOccQoverPtMassRadiusPhiEtaPtArmV0AlphaV0 " ), centrality, occupancy, v0.pt (), v0.mLambda (), v0.v0radius (), v0.phi (), v0.eta (), v0.qtarm (), v0.alpha () );
779+ histos.fill (HIST (" h9dMassPtPhiEtaPtArmV0AlphaV0RadiusCentOcc " ), v0.mLambda (), v0.pt (), v0.phi (), v0.eta (), v0.qtarm (), v0.alpha (), v0.v0radius (), centrality, occupancy );
771780 }
772781 if (analyseAntiLambda && isV0Selected (v0, collision, v0.yLambda ())) {
773- histos.fill (HIST (" h9dCentOccQoverPtMassRadiusPhiEtaPtArmV0AlphaV0 " ), centrality, occupancy, v0.pt (), v0.mAntiLambda (), v0.v0radius (), v0.phi (), v0.eta (), v0.qtarm (), v0.alpha () );
782+ histos.fill (HIST (" h9dMassPtPhiEtaPtArmV0AlphaV0RadiusCentOcc " ), v0.mAntiLambda (), v0.pt (), v0.phi (), v0.eta (), v0.qtarm (), v0.alpha (), v0.v0radius (), centrality, occupancy );
774783 }
775784 } // end v0 loop
776785 }
@@ -783,10 +792,10 @@ struct strangenessderivedbinnedinfo {
783792 continue ; // remove acceptance that's badly reproduced by MC / superfluous in future
784793
785794 if (analyseXi && isCascadeSelected (cascade, collision, cascade.yXi ())) {
786- histos.fill (HIST (" h9dCentOccQoverPtMassRadiusPhiEtaPtArmV0AlphaV0 " ), centrality, occupancy, cascade.pt (), cascade. m (1 ), cascade.cascradius (), cascade.phi (), cascade.eta (), 0 ., 0 .);
795+ histos.fill (HIST (" h9dMassPtPhiEtaPtArmV0AlphaV0RadiusCentOcc " ), cascade.m (1 ), cascade.pt (), cascade.phi (), cascade.eta (), 0 ., 0 ., cascade. cascradius (), centrality, occupancy );
787796 }
788797 if (analyseOmega && isCascadeSelected (cascade, collision, cascade.yOmega ())) {
789- histos.fill (HIST (" h9dCentOccQoverPtMassRadiusPhiEtaPtArmV0AlphaV0 " ), centrality, occupancy, cascade.pt (), cascade.m (2 ), cascade.cascradius (), cascade.phi (), cascade.eta (), 0 ., 0 .);
798+ histos.fill (HIST (" h9dMassPtPhiEtaPtArmV0AlphaV0RadiusCentOcc " ), cascade.pt (), cascade.m (2 ), cascade.pt (), cascade.phi (), cascade.eta (), 0 ., 0 ., cascade. cascradius (), centrality, occupancy );
790799 }
791800 } // end cascade loop
792801 }
0 commit comments