Skip to content

Commit 32ffdfd

Browse files
authored
Add files via upload
1 parent 8cf0697 commit 32ffdfd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGDQ/Core/VarManager.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ class VarManager : public TObject
156156
kDecayToKPi, // e.g. D0 -> K+ pi- or cc.
157157
kTripleCandidateToKPiPi, // e.g. D+ -> K- pi+ pi+
158158
kTripleCandidateToPKPi, // e.g. Lambda_c -> p K- pi+
159-
kNMaxCandidateTypes,
160-
kJpsiHadronMass, // using the real hadron mass
161-
kJpsiPionMass // treat the hadron as pion
159+
kJpsiHadronMass, // using the real hadron mass
160+
kJpsiPionMass, // treat the hadron as pion
161+
kNMaxCandidateTypes
162162
};
163163

164164
enum BarrelTrackFilteringBits {
@@ -1311,7 +1311,7 @@ class VarManager : public TObject
13111311
static float calculatePhiV(const T1& t1, const T2& t2);
13121312
template <typename T1, typename T2>
13131313
static float LorentzTransformJpsihadroncosChi(TString Option, const T1& v1, const T2& v2);
1314-
static float RotationDeltaPhi(float deltaphi)
1314+
static float RotationDeltaPhi(float deltaphi) // rotate deltaphi to the range -0.5*pi < deltaphi < 1.5*pi
13151315
{
13161316
if (deltaphi > 3.0 / 2.0 * TMath::Pi()) {
13171317
deltaphi -= 2.0 * TMath::Pi();

0 commit comments

Comments
 (0)