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 626a11b commit 9bb80eb
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 @@ -724,7 +724,7 @@ class VarManager : public TObject
kDeltaPhiSym,
kNCorrelationVariables,

//MC particle pair Variables
// MC particle pair Variables

kMCCosThetaHE,
kMCCosThetaCS,
Expand Down Expand Up @@ -3068,7 +3068,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 9bb80eb

Please sign in to comment.