diff --git a/PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx b/PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx index b8b07b60f03..85e7b44cf06 100644 --- a/PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx +++ b/PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx @@ -1720,9 +1720,8 @@ struct MultiparticleCumulants { // this name is used in lower-case format to nam void bookCorrHistograms(T1 const& lCrBins) { // (mult)(cent)(NContribMult) offset - constexpr int BoundOffset = histType == eCorrCent ? eCentABBound : - histType == eCorrMult ? eMultABBound : - eNumContribMultBound; + constexpr int BoundOffset = histType == eCorrCent ? eCentABBound : histType == eCorrMult ? eMultABBound + : eNumContribMultBound; // (mult)(cent)(NContribMult) book functions: if constexpr (histType == eCorrCent || histType == eCorrMult) {