Skip to content

Commit 5a74039

Browse files
authored
Merge pull request #6 from alibuild/alibot-cleanup-10928
Please consider the following formatting changes to #10928
2 parents 0d241db + 2e5e244 commit 5a74039

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGDQ/Core/VarManager.h

Lines changed: 3 additions & 3 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]) {
@@ -2879,11 +2879,11 @@ void VarManager::FillPair(T1 const& t1, T2 const& t2, float* values)
28792879
if (fgUsedVars[kCosThetaPP]) {
28802880
values[kCosThetaPP] = (t1.sign() > 0 ? normalVec.Dot(v1_CM) : normalVec.Dot(v2_CM));
28812881
}
2882-
2882+
28832883
if (fgUsedVars[kPhiPP]) {
28842884
values[kPhiPP] = (t1.sign() > 0 ? TMath::ATan2((normalVec.Dot(v1_CM)), zaxis_HE.Dot(v1_CM)) : TMath::ATan2((normalVec.Dot(v2_CM)), zaxis_HE.Dot(v2_CM)));
28852885
}
2886-
2886+
28872887
if constexpr ((pairType == kDecayToEE) && ((fillMap & TrackCov) > 0 || (fillMap & ReducedTrackBarrelCov) > 0)) {
28882888

28892889
if (fgUsedVars[kQuadDCAabsXY] || fgUsedVars[kQuadDCAsigXY] || fgUsedVars[kQuadDCAabsZ] || fgUsedVars[kQuadDCAsigZ] || fgUsedVars[kQuadDCAsigXYZ] || fgUsedVars[kSignQuadDCAsigXY]) {

0 commit comments

Comments
 (0)