You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -514,9 +522,10 @@ class DielectronCut : public TNamed
514
522
boolmRequireDiffSides{false}; // flag to require 2 tracks to be from different sides. (A-C combination). If one wants 2 tracks to be in the same side (A-A or C-C), one can simply use track eta cut.
515
523
516
524
// kinematic cuts
517
-
floatmMinTrackPt{0.f}, mMaxTrackPt{1e10f}; // range in pT
518
-
floatmMinTrackEta{-1e10f}, mMaxTrackEta{1e10f}; // range in eta
519
-
floatmMinTrackPhi{0.f}, mMaxTrackPhi{2.f * M_PI}; // range in phi
525
+
floatmMinTrackPt{0.f}, mMaxTrackPt{1e10f}; // range in pT
526
+
floatmMinTrackEta{-1e10f}, mMaxTrackEta{1e10f}; // range in eta
527
+
floatmMinTrackPhi{0.f}, mMaxTrackPhi{2.f * M_PI}; // range in phi
528
+
boolmMirrorTrackPhi{false}, mRejectTrackPhi{false}; // phi cut mirror by Pi, rejected/accepted
520
529
521
530
// track quality cuts
522
531
intmMinNClustersTPC{0}; // min number of TPC clusters
0 commit comments