From e4fe923d39fcd006a76336169d9460d6b1b8e83b Mon Sep 17 00:00:00 2001 From: Jesper Karlsson Gumprecht <113693781+jesgum@users.noreply.github.com> Date: Thu, 17 Sep 2026 15:56:29 +0200 Subject: [PATCH] Update bin labels in centralityStudy --- Common/Tasks/centralityStudy.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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});