@@ -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
@@ -195,7 +195,7 @@ struct preProcessMCcollisions {
195195 // Dummy process
196196 }
197197 PROCESS_SWITCH (preProcessMCcollisions, processData, " Real data dummy" , false );
198-
198+
199199 void processMC (aod::McCollision const & mcCollision, soa::SmallGroups<soa::Join<aod::McCollisionLabels, aod::Collisions>> const & collisions, TracksCompleteIUMC const & tracks, aod::McParticles const & mcParticles, aod::BCs const &)
200200 {
201201 int lNumberOfXi = 0 ;
@@ -387,7 +387,7 @@ struct straRecoStudy {
387387
388388 const AxisSpec axisITSClu{10 , -0 .5f , +9 .5f , " ITS clusters" };
389389 const AxisSpec axisTPCCroRo{160 , -0 .5f , +159 .5f , " TPC crossed rows" };
390-
390+
391391 // bit packed ITS cluster map
392392 const AxisSpec axisITSCluMap{(int )128 , -0 .5f , +127 .5f , " Packed ITS map" };
393393 const AxisSpec axisRadius{(int )160 , 0 .0f , +80 .0f , " Radius (cm)" };
@@ -439,7 +439,7 @@ struct straRecoStudy {
439439 histos.add (" h2dOmegaMinusQADCABachToPV" , " h2dOmegaMinusQADCABachToPV" , kTH2F , {axisVsPtCoarse, axisDCA});
440440 histos.add (" h2dOmegaMinusQADCACascToPV" , " h2dOmegaMinusQADCACascToPV" , kTH2F , {axisVsPtCoarse, axisDCAWD});
441441 histos.add (" h2dOmegaMinusQAPointingAngle" , " h2dOmegaMinusQAPointingAngle" , kTH2F , {axisVsPtCoarse, axisPA});
442-
442+
443443 histos.add (" h2dITSCluMap_V0Positive" , " h2dITSCluMap_V0Positive" , kTH2D , {axisITSCluMap, axisRadius});
444444 histos.add (" h2dITSCluMap_V0Negative" , " h2dITSCluMap_V0Negative" , kTH2D , {axisITSCluMap, axisRadius});
445445 histos.add (" h2dITSCluMap_CascPositive" , " h2dITSCluMap_CascPositive" , kTH2D , {axisITSCluMap, axisRadius});
@@ -550,7 +550,7 @@ struct straRecoStudy {
550550 resetCounters ();
551551 }
552552 PROCESS_SWITCH (straRecoStudy, processV0, " Regular V0 analysis" , true );
553-
553+
554554 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 &)
555555 {
556556 evselstats[kEvSelAll ]++;
@@ -709,7 +709,7 @@ struct straRecoStudy {
709709 auto v0 = v0index.v0Data (); // de-reference index to correct v0data in case it exists
710710 auto posPartTrack = v0.posTrack_as <TracksCompleteIU>();
711711 auto negPartTrack = v0.negTrack_as <TracksCompleteIU>();
712-
712+
713713 histos.fill (HIST (" h2dITSCluMap_CascPositive" ), (float )posPartTrack.itsClusterMap (), casc.v0radius ());
714714 histos.fill (HIST (" h2dITSCluMap_CascNegative" ), (float )negPartTrack.itsClusterMap (), casc.v0radius ());
715715 histos.fill (HIST (" h2dITSCluMap_CascBachelor" ), (float )bachPartTrack.itsClusterMap (), casc.cascradius ());
@@ -754,7 +754,7 @@ struct straRecoStudy {
754754 }
755755 }
756756 PROCESS_SWITCH (straRecoStudy, processCascadeRealData, " Regular cascade analysis, real data" , false );
757-
757+
758758 void processGeneratedReconstructible (soa::Filtered<RecoedMCCollisions>::iterator const & collision, aod::McParticles const & mcParticles)
759759 {
760760 // check if collision successfully reconstructed
0 commit comments