From 3e0e71847b5494ce5e33143c1d578fea9d5d43db Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 29 Jan 2025 19:25:10 +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 f6e6d95e3cd..b8f129b32cd 100644 --- a/PWGCF/Flow/Tasks/FlowZDCtask.cxx +++ b/PWGCF/Flow/Tasks/FlowZDCtask.cxx @@ -83,7 +83,7 @@ struct FlowZDCtask { Configurable acceptanceZnc{"acceptanceZnc", 0.90, "ZNC acceptance factor"}; Configurable acceptanceZpa{"acceptanceZpa", 0.52, "ZPA acceptance factor"}; Configurable acceptanceZpc{"acceptanceZpc", 0.50, "ZPC acceptance factor"}; - + ConfigurableAxis axisVertex{"axisVertex", {20, -10, 10}, "vertex axis for histograms"}; ConfigurableAxis axisPhi{"axisPhi", {60, 0.0, constants::math::TwoPI}, "phi axis for histograms"}; ConfigurableAxis axisEta{"axisEta", {40, -1., 1.}, "eta axis for histograms"};