EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CbmRichTrackExtrapolationMirrorIdeal.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file CbmRichTrackExtrapolationMirrorIdeal.h
1 
15 #ifndef CBM_RICH_TARCK_EXTRAPOLATION_MIRROR_IDEAL
16 #define CBM_RICH_TARCK_EXTRAPOLATION_MIRROR_IDEAL
17 
19 
20 class TClonesArray;
21 
36 {
37 public:
38 
43 
48 
52  virtual void Init();
53 
57  virtual void DoExtrapolation(
58  TClonesArray* globalTracks,
59  TClonesArray* extrapolatedTrackParams,
60  double z,
61  int minNofStsHits);
62 
63 private:
64  TClonesArray* fRichMirrorPoints;
65  TClonesArray* fMcTracks;
66  //TClonesArray* fSTSArray;
67  //TClonesArray* fTrackMatchArray;
68 
73 
78 
79 };
80 
81 #endif