Skip to content

Commit 0d241db

Browse files
authored
Update VarManager.h
1 parent f39865e commit 0d241db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGDQ/Core/VarManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2857,7 +2857,7 @@ void VarManager::FillPair(T1 const& t1, T2 const& t2, float* values)
28572857
ROOT::Math::XYZVectorF yaxis_CS{(Beam1_CM.Cross(Beam2_CM)).Unit()};
28582858
ROOT::Math::XYZVectorF xaxis_CS{(yaxis_CS.Cross(zaxis_CS)).Unit()};
28592859

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

28632863
if (fgUsedVars[kCosThetaHE]) {
@@ -2876,7 +2876,7 @@ void VarManager::FillPair(T1 const& t1, T2 const& t2, float* values)
28762876
values[kPhiCS] = (t1.sign() > 0 ? TMath::ATan2(yaxis_CS.Dot(v1_CM), xaxis_CS.Dot(v1_CM)) : TMath::ATan2(yaxis_CS.Dot(v2_CM), xaxis_CS.Dot(v2_CM)));
28772877
}
28782878

2879-
if (fgUsedVars[kCosThetaPP]) {
2879+
if (fgUsedVars[kCosThetaPP]) {
28802880
values[kCosThetaPP] = (t1.sign() > 0 ? normalVec.Dot(v1_CM) : normalVec.Dot(v2_CM));
28812881
}
28822882

0 commit comments

Comments
 (0)