Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Nov 25, 2024
1 parent 9407dff commit 2864c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGDQ/Core/VarManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ class VarManager : public TObject
kKFPairDeviationxyFromPV,
kNPairVariables,

//MC Particle pair Variables
// MC Particle pair Variables
kMCCosThetaHE,
kMCCosThetaCS,
kMCPhiHE,
Expand Down Expand Up @@ -3057,7 +3057,7 @@ void VarManager::FillPairMC(T1 const& t1, T2 const& t2, float* values, PairCandi
ROOT::Math::XYZVectorF xaxis_CS{(yaxis_CS.Cross(zaxis_CS)).Unit()};

if (fgUsedVars[kMCCosThetaHE]) {
values[kMCCosThetaHE] = (t1.pdgCode() < 0 ? zaxis_HE.Dot(v1_CM) : zaxis_HE.Dot(v2_CM));
values[kMCCosThetaHE] = (t1.pdgCode() < 0 ? zaxis_HE.Dot(v1_CM) : zaxis_HE.Dot(v2_CM));
}

if (fgUsedVars[kMCPhiHE]) {
Expand Down

0 comments on commit 2864c81

Please sign in to comment.