Skip to content

Commit 0eae1f1

Browse files
authored
Update VarManager.h
1 parent e4be726 commit 0eae1f1

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
@@ -2858,7 +2858,7 @@ void VarManager::FillPair(T1 const& t1, T2 const& t2, float* values)
28582858
ROOT::Math::XYZVectorF xaxis_CS{(yaxis_CS.Cross(zaxis_CS)).Unit()};
28592859

28602860
// Production frame
2861-
ROOT::Math::XYZVector normalVec = ROOT::Math::XYZVector(v1.Py(), -v1.Px(), 0.f);
2861+
ROOT::Math::XYZVector normalVec = ROOT::Math::XYZVector(v12.Py(), -v12.Px(), 0.f);
28622862

28632863
if (fgUsedVars[kCosThetaHE]) {
28642864
values[kCosThetaHE] = (t1.sign() > 0 ? zaxis_HE.Dot(v1_CM) : zaxis_HE.Dot(v2_CM));

0 commit comments

Comments
 (0)