We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c59a2 commit c286174Copy full SHA for c286174
1 file changed
PWGCF/Flow/Tasks/flowZdcEnergy.cxx
@@ -47,7 +47,7 @@ using namespace o2::framework::expressions;
47
struct flowZdcEnergy {
48
49
struct : ConfigurableGroup{
50
- O2_DEFINE_CONFIGURABLE(cfgVtxZ, float, 10.f, "Accepted z-vertex range")} evsel;
+ O2_DEFINE_CONFIGURABLE(cfgVtxZ, float, 10.f, "Accepted z-vertex range")} evsel;
51
52
O2_DEFINE_CONFIGURABLE(cfgEtaMax, float, 0.8f, "Maximum track #eta")
53
O2_DEFINE_CONFIGURABLE(cfgPtMin, float, 0.2f, "Minimum track #P_{t}")
0 commit comments