From d295fcd09e09c02ff99d4f8366e63baa0e385db8 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sat, 20 Sep 2025 07:56:19 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/TwoParticleCorrelations/Tasks/longrangeCorrelation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGCF/TwoParticleCorrelations/Tasks/longrangeCorrelation.cxx b/PWGCF/TwoParticleCorrelations/Tasks/longrangeCorrelation.cxx index 8231b3749f3..c68e9e374e1 100644 --- a/PWGCF/TwoParticleCorrelations/Tasks/longrangeCorrelation.cxx +++ b/PWGCF/TwoParticleCorrelations/Tasks/longrangeCorrelation.cxx @@ -274,7 +274,7 @@ struct LongrangeCorrelation { auto x = chPos.X() + (*offsetFT0)[i].getX(); auto y = chPos.Y() + (*offsetFT0)[i].getY(); auto z = chPos.Z() + (*offsetFT0)[i].getZ(); - if (chno >= 96) + if (chno >= 96) z = -z; auto r = std::sqrt(x * x + y * y); auto theta = std::atan2(r, z);