From 061df14f0e5a729b927c86cc9d911c3fd28e082f Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 10 Dec 2024 12:52:18 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/HFC/Utils/utilsCorrelations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {