@@ -149,7 +149,7 @@ struct preProcessMCcollisions {
149149 histos.add (" h2dPVResolutionXYWithXi" , " h2dPVResolutionXYWithXi" , kTH2D , {axisPVResolutionXY, axisTwenty});
150150 histos.add (" h2dPVResolutionZWithXi" , " h2dPVResolutionZWithXi" , kTH2D , {axisPVResolutionZ, axisTwenty});
151151 histos.add (" h2dPVResolutionTWithXi" , " h2dPVResolutionTWithXi" , kTH2D , {axisPVResolutionT, axisTwenty});
152-
152+
153153 // Helper to decipher this histogram
154154 histos.get <TH2>(HIST (" h2dNContributors" ))->GetYaxis ()->SetBinLabel (1 , " Recoed 1 time, 1st PV" ); // size 1 = 0
155155 histos.get <TH2>(HIST (" h2dNContributors" ))->GetYaxis ()->SetBinLabel (2 , " Recoed 2 times, Biggest PV" ); // size 2 = 1
@@ -380,7 +380,7 @@ struct straRecoStudy {
380380
381381 const AxisSpec axisITSClu{10 , -0 .5f , +9 .5f , " ITS clusters" };
382382 const AxisSpec axisTPCCroRo{160 , -0 .5f , +159 .5f , " TPC crossed rows" };
383-
383+
384384 // bit packed ITS cluster map
385385 const AxisSpec axisITSCluMap{(int )128 , -0 .5f , +127 .5f , " Packed ITS map" };
386386 const AxisSpec axisRadius{(int )160 , 0 .0f , +80 .0f , " Radius (cm)" };
@@ -432,7 +432,7 @@ struct straRecoStudy {
432432 histos.add (" h2dOmegaMinusQADCABachToPV" , " h2dOmegaMinusQADCABachToPV" , kTH2F , {axisVsPtCoarse, axisDCA});
433433 histos.add (" h2dOmegaMinusQADCACascToPV" , " h2dOmegaMinusQADCACascToPV" , kTH2F , {axisVsPtCoarse, axisDCAWD});
434434 histos.add (" h2dOmegaMinusQAPointingAngle" , " h2dOmegaMinusQAPointingAngle" , kTH2F , {axisVsPtCoarse, axisPA});
435-
435+
436436 histos.add (" h2dITSCluMap_V0Positive" , " h2dITSCluMap_V0Positive" , kTH2D , {axisITSCluMap, axisRadius});
437437 histos.add (" h2dITSCluMap_V0Negative" , " h2dITSCluMap_V0Negative" , kTH2D , {axisITSCluMap, axisRadius});
438438 histos.add (" h2dITSCluMap_CascPositive" , " h2dITSCluMap_CascPositive" , kTH2D , {axisITSCluMap, axisRadius});
@@ -543,7 +543,7 @@ struct straRecoStudy {
543543 resetCounters ();
544544 }
545545 PROCESS_SWITCH (straRecoStudy, processV0, " Regular V0 analysis" , true );
546-
546+
547547 void processV0RealData (soa::Join<aod::Collisions, aod::EvSels>::iterator const & collision, aod::V0Datas const & v0tables, aod::CascDataExt const & Cascades, TracksCompleteIU const & tracks, aod::V0sLinked const &)
548548 {
549549 evselstats[kEvSelAll ]++;
@@ -702,7 +702,7 @@ struct straRecoStudy {
702702 auto v0 = v0index.v0Data (); // de-reference index to correct v0data in case it exists
703703 auto posPartTrack = v0.posTrack_as <TracksCompleteIU>();
704704 auto negPartTrack = v0.negTrack_as <TracksCompleteIU>();
705-
705+
706706 histos.fill (HIST (" h2dITSCluMap_CascPositive" ), (float )posPartTrack.itsClusterMap (), casc.v0radius ());
707707 histos.fill (HIST (" h2dITSCluMap_CascNegative" ), (float )negPartTrack.itsClusterMap (), casc.v0radius ());
708708 histos.fill (HIST (" h2dITSCluMap_CascBachelor" ), (float )bachPartTrack.itsClusterMap (), casc.cascradius ());
@@ -747,7 +747,7 @@ struct straRecoStudy {
747747 }
748748 }
749749 PROCESS_SWITCH (straRecoStudy, processCascadeRealData, " Regular cascade analysis, real data" , false );
750-
750+
751751 void processGeneratedReconstructible (soa::Filtered<RecoedMCCollisions>::iterator const & collision, aod::McParticles const & mcParticles)
752752 {
753753 // check if collision successfully reconstructed
0 commit comments