From 99d01d8763eaf77366417920cc5bdd54eab2643a Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sun, 2 Feb 2025 01:32:40 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/Flow/Tasks/FlowZDCtask.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGCF/Flow/Tasks/FlowZDCtask.cxx b/PWGCF/Flow/Tasks/FlowZDCtask.cxx index adc04ad93bc..7242974a02f 100644 --- a/PWGCF/Flow/Tasks/FlowZDCtask.cxx +++ b/PWGCF/Flow/Tasks/FlowZDCtask.cxx @@ -186,7 +186,7 @@ struct FlowZDCtask { {AxisSpec{100, 0, 100, "Centrality [%]"}, AxisSpec{100, 0, 500, "ZP Energy"}}); histos.add("revsimag", "revsimag", kTH2F, {axisREQ, axisIMQ}); // for q vector recentering histos.add("hYield", "Nch vs pT", kTH2F, {axisMultiplicity, axisPt}); - histos.add("eventSelectionSteps","eventSelectionSteps", kTH1D, {axisEvent}); + histos.add("eventSelectionSteps", "eventSelectionSteps", kTH1D, {axisEvent}); if (doprocessZdcCollAssoc) { // Check if the process function for ZDCCollAssoc is enabled histos.add("ZNAcoll", "ZNAcoll; ZNA amplitude; Entries", {HistType::kTH1F, {{nBinsAmp, -0.5, maxZn}}});