File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1063,8 +1063,8 @@ struct StrangeCascTrack {
10631063 recoCounter = true ;
10641064 }
10651065 if (biggestNContribs < recColl.multPVTotalContributors ()) {
1066- biggestNContribs = recColl.multPVTotalContributors ();
1067- bestCentrality = (doProcessIons) ? recColl.centFT0C () : recColl.centFT0M ();
1066+ biggestNContribs = recColl.multPVTotalContributors ();
1067+ bestCentrality = (doProcessIons) ? recColl.centFT0C () : recColl.centFT0M ();
10681068 }
10691069 // look at generated cascades within reconstructed events
10701070 for (auto const & casc : slicedGenCascs) {
@@ -1101,8 +1101,8 @@ struct StrangeCascTrack {
11011101 }
11021102 // fill centrality exactly once for each rec gen event
11031103 if (biggestNContribs >= 0 ) {
1104- histos.fill (HIST (" MC/EvRec/MultCent" ), bestCentrality, genMult);
1105- histos.fill (HIST (" MC/EvRec/Cent" ), bestCentrality);
1104+ histos.fill (HIST (" MC/EvRec/MultCent" ), bestCentrality, genMult);
1105+ histos.fill (HIST (" MC/EvRec/Cent" ), bestCentrality);
11061106 }
11071107 }
11081108 }
@@ -1131,4 +1131,4 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
11311131 return WorkflowSpec{
11321132 adaptAnalysisTask<StrangeCascTrack>(cfgc),
11331133 };
1134- }
1134+ }
You can’t perform that action at this time.
0 commit comments