EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CbmRichRingFinderIdeal.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file CbmRichRingFinderIdeal.h
1 
11 #ifndef CBM_RICH_RING_FINDER_IDEAL
12 #define CBM_RICH_RING_FINDER_IDEAL
13 
14 #include "CbmRichRingFinder.h"
15 
16 class TClonesArray;
17 
19 {
20 private:
21  TClonesArray* fRichPoints; // CbmRichPoint array
22  TClonesArray* fMcTracks; // CbmMCTrackArray
23 
24 public:
29 
33  virtual ~CbmRichRingFinderIdeal();
34 
38  virtual void Init();
39 
43  virtual int DoFind(
44  TClonesArray* hitArray,
45  TClonesArray* projArray,
46  TClonesArray* ringArray);
47 
48 private:
53 
58 
59 };
60 
61 #endif