diff --git a/Common/Tasks/centralityStudy.cxx b/Common/Tasks/centralityStudy.cxx index a8f9f7f739d..fab358689b1 100644 --- a/Common/Tasks/centralityStudy.cxx +++ b/Common/Tasks/centralityStudy.cxx @@ -266,7 +266,8 @@ struct CentralityStudy { histos.get(HIST("hCollisionSelection"))->GetXaxis()->SetBinLabel(15, "rejectCollInTimeRangeNarrow"); histos.get(HIST("hCollisionSelection"))->GetXaxis()->SetBinLabel(16, "em/upc rejection"); histos.get(HIST("hCollisionSelection"))->GetXaxis()->SetBinLabel(17, "isFlangeEvent"); - histos.get(HIST("hCollisionSelection"))->GetXaxis()->SetBinLabel(18, "bcsel"); + histos.get(HIST("hCollisionSelection"))->GetXaxis()->SetBinLabel(18, "INEL>0"); + histos.get(HIST("hCollisionSelection"))->GetXaxis()->SetBinLabel(19, "bcsel"); histos.add("hFT0A_Collisions", "hFT0A_Collisions", kTH1D, {axisMultUltraFineFT0A}); histos.add("hFT0C_Collisions", "hFT0C_Collisions", kTH1D, {axisMultUltraFineFT0C});