Skip to content

Commit 7a5d3b3

Browse files
authored
Add files via upload
1 parent 535a59e commit 7a5d3b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2883,7 +2883,7 @@ struct HStrangeCorrelation {
28832883
if (!masterConfigurations.doPPAnalysis) {
28842884
// event selections in Pb-Pb
28852885
histos.add("hEventSelection", "hEventSelection", kTH1F, {{11, 0, 11}});
2886-
std::array<TString, 11> eventSelLabel = {"all", "sel8", "kIsTriggerTVX", "PV_{z}", "Cent", "kIsGoodITSLayersAll", "kIsGoodZvtxFT0vsPV", "OccupCut", "kNoTimeFrameBorder", "kNoITSROFrameBorder", "kNoSameBunchPileup "};
2886+
std::array<TString, 11> eventSelLabel = {"all", "sel8", "kIsTriggerTVX", "Centrality", "PV_{z}", "kIsGoodITSLayersAll", "kIsGoodZvtxFT0vsPV", "OccupCut", "kNoTimeFrameBorder", "kNoITSROFrameBorder", "kNoSameBunchPileup "};
28872887
for (int i = 1; i <= histos.get<TH1>(HIST("hEventSelection"))->GetNbinsX(); i++) {
28882888
histos.get<TH1>(HIST("hEventSelection"))->GetXaxis()->SetBinLabel(i, eventSelLabel[i - 1].Data());
28892889
}

0 commit comments

Comments
 (0)