EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CbmRichRingTrackAssignClosestD.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file CbmRichRingTrackAssignClosestD.h
1 
10 #ifndef CBM_RICH_RING_TRACK_ASSIGN_CLOSEST_D
11 #define CBM_RICH_RING_TRACK_ASSIGN_CLOSEST_D
12 
14 
15 class TClonesArray;
16 
26 {
27 public:
28 
33 
38 
42  void Init();
43 
47  void DoAssign(
48  TClonesArray* rings,
49  TClonesArray* richProj);
50 
51 private:
52  //TClonesArray* fGlobalTracks;
53  TClonesArray* fTrdTracks;
54 
55  double fTrdAnnCut; // ANN cut for electron identification in TRD
56  bool fUseTrd; // if true electron identification in TRD will be performed
57 
63  bool IsTrdElectron(
64  int iTrack);
65 
70 
75 };
76 
77 #endif