EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CbmRichRingTrackAssignIdeal.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file CbmRichRingTrackAssignIdeal.h
1 
12 #ifndef CBM_RICH_RING_TRACK_ASSIGN_IDEAL
13 #define CBM_RICH_RING_TRACK_ASSIGN_IDEAL
14 
16 
27 
28 public:
29 
34 
39 
43  void Init();
44 
48  virtual void DoAssign(
49  TClonesArray* rings,
50  TClonesArray* richProj);
51 
52 private:
53  TClonesArray* fMcTracks;
54  TClonesArray* fGlobalTracks;
55  TClonesArray* fRingMatches;
56  TClonesArray* fStsTrackMatches;
57 
62 
67 };
68 
69 #endif