File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments