diff --git a/PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx b/PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx index 56a5073b4a2..752013888e4 100644 --- a/PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx +++ b/PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx @@ -364,8 +364,8 @@ struct MultiparticleCumulants { // this name is used in lower-case format to nam int h7 = 0; int h8 = 0; // Book Q-vector components: - static constexpr int MaxCorrelator = 4; // <> - static constexpr int MaxHarmonic = 17; // need 4 + 2 + 2 + 4 + 1 at least for SC(4,2) + static constexpr int MaxCorrelator = 4; // <> + static constexpr int MaxHarmonic = 17; // need 4 + 2 + 2 + 4 + 1 at least for SC(4,2) static constexpr int MaxPower = MaxCorrelator + 1; std::array, MaxHarmonic> fQvectorBefore; std::array, MaxHarmonic> fQvectorAfter;