From 3d3366c7513467a44b2ddbaf0eeba84844f48fd4 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sun, 19 Jul 2026 13:52:37 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../Tasks/multiparticleCumulants.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;