From c19f3c39392044acd4b8af507b27fc8b3a058b36 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 13 Jul 2026 06:59:48 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGDQ/Core/VarManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGDQ/Core/VarManager.h b/PWGDQ/Core/VarManager.h index 6390c8fa038..04dc00534cd 100644 --- a/PWGDQ/Core/VarManager.h +++ b/PWGDQ/Core/VarManager.h @@ -4447,7 +4447,7 @@ void VarManager::FillPairME(T1 const& t1, T2 const& t2, float* values) float Psi2A = t1.sign() > 0 ? Psi2A1 : Psi2A2; float Psi2B = t1.sign() > 0 ? Psi2B1 : Psi2B2; float Psi2C = t1.sign() > 0 ? Psi2C1 : Psi2C2; - + // reaction plane float phi = v_daughter.Phi() > TMath::Pi() ? 2. * TMath::Pi() - v_daughter.Phi() : v_daughter.Phi(); values[kDeltaPhiRP_TPC] = phi > Psi2A ? phi - Psi2A : Psi2A - phi;