diff --git a/PWGHF/HFC/Utils/utilsCorrelations.h b/PWGHF/HFC/Utils/utilsCorrelations.h index 47fb0d0d9b0..efb749a92af 100644 --- a/PWGHF/HFC/Utils/utilsCorrelations.h +++ b/PWGHF/HFC/Utils/utilsCorrelations.h @@ -42,7 +42,7 @@ template Region getRegion(T const deltaPhi) { constexpr double PITwoThird = o2::constants::math::TwoPI / 3.; - constexpr double PIFourThird = 4. * o2::constants::math::PIThird; + constexpr double PIFourThird = 4. * o2::constants::math::PIThird; if (std::abs(deltaPhi) < o2::constants::math::PIThird) { return Toward; } else if (deltaPhi > PITwoThird && deltaPhi < PIFourThird) {