Skip to content

Commit 84b02cf

Browse files
committed
Formatting
1 parent d1f112c commit 84b02cf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

PWGLF/Tasks/Strangeness/strangeCascTrack.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)