Skip to content

Commit 4aa26c8

Browse files
authored
[Common] Update bin labels in centralityStudy (#17949)
1 parent 0fc4bc0 commit 4aa26c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Common/Tasks/centralityStudy.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@ struct CentralityStudy {
266266
histos.get<TH1>(HIST("hCollisionSelection"))->GetXaxis()->SetBinLabel(15, "rejectCollInTimeRangeNarrow");
267267
histos.get<TH1>(HIST("hCollisionSelection"))->GetXaxis()->SetBinLabel(16, "em/upc rejection");
268268
histos.get<TH1>(HIST("hCollisionSelection"))->GetXaxis()->SetBinLabel(17, "isFlangeEvent");
269-
histos.get<TH1>(HIST("hCollisionSelection"))->GetXaxis()->SetBinLabel(18, "bcsel");
269+
histos.get<TH1>(HIST("hCollisionSelection"))->GetXaxis()->SetBinLabel(18, "INEL>0");
270+
histos.get<TH1>(HIST("hCollisionSelection"))->GetXaxis()->SetBinLabel(19, "bcsel");
270271

271272
histos.add("hFT0A_Collisions", "hFT0A_Collisions", kTH1D, {axisMultUltraFineFT0A});
272273
histos.add("hFT0C_Collisions", "hFT0C_Collisions", kTH1D, {axisMultUltraFineFT0C});

0 commit comments

Comments
 (0)