Skip to content

Commit 08c3805

Browse files
authored
Merge pull request #9 from alibuild/alibot-cleanup-17033
Please consider the following formatting changes to #17033
2 parents 133f9c1 + c19f3c3 commit 08c3805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGDQ/Core/VarManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4357,7 +4357,7 @@ void VarManager::FillPairME(T1 const& t1, T2 const& t2, float* values)
43574357
float Psi2A = t1.sign() > 0 ? Psi2A1 : Psi2A2;
43584358
float Psi2B = t1.sign() > 0 ? Psi2B1 : Psi2B2;
43594359
float Psi2C = t1.sign() > 0 ? Psi2C1 : Psi2C2;
4360-
4360+
43614361
// reaction plane
43624362
float phi = RecoDecay::constrainAngle(v_daughter.Phi(), -o2::constants::math::PI);
43634363
values[kDeltaPhiRP_TPC] = phi > Psi2A ? phi - Psi2A : Psi2A - phi;

0 commit comments

Comments
 (0)