Skip to content

Commit 6491989

Browse files
authored
Add files via upload
1 parent ac8a858 commit 6491989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/Core/VarManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5909,7 +5909,7 @@ void VarManager::FillEnergyCorrelatorTriple(T1 const& lepton1, T2 const& lepton2
59095909
values[kPhiDau] = RecoDecay::constrainAngle(v2.phi(), -o2::constants::math::PIHalf);
59105910

59115911
float deltaphi = RecoDecay::constrainAngle(v1.phi() - v2.phi(), -o2::constants::math::PI);
5912-
values[kDeltaPhi] = deltaphi;
5912+
values[kDeltaPhi] = RecoDecay::constrainAngle(v1.phi() - v2.phi(), -o2::constants::math::PIHalf);
59135913
values[kDeltaEta] = v1.eta() - v2.eta();
59145914
values[kCosChi_randomPhi_trans] = -999.9f;
59155915
values[kCosChi_randomPhi_toward] = -999.9f;

0 commit comments

Comments
 (0)