Skip to content

Commit c19f3c3

Browse files
committed
Please consider the following formatting changes
1 parent 4d53d5f commit c19f3c3

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
@@ -4447,7 +4447,7 @@ void VarManager::FillPairME(T1 const& t1, T2 const& t2, float* values)
44474447
float Psi2A = t1.sign() > 0 ? Psi2A1 : Psi2A2;
44484448
float Psi2B = t1.sign() > 0 ? Psi2B1 : Psi2B2;
44494449
float Psi2C = t1.sign() > 0 ? Psi2C1 : Psi2C2;
4450-
4450+
44514451
// reaction plane
44524452
float phi = v_daughter.Phi() > TMath::Pi() ? 2. * TMath::Pi() - v_daughter.Phi() : v_daughter.Phi();
44534453
values[kDeltaPhiRP_TPC] = phi > Psi2A ? phi - Psi2A : Psi2A - phi;

0 commit comments

Comments
 (0)