EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CbmRichTrackExtrapolationIdeal.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file CbmRichTrackExtrapolationIdeal.h
1 
12 #ifndef CBM_RICH_TARCK_EXTRAPOLATION_IDEAL
13 #define CBM_RICH_TRACK_EXTRAPOLATION_IDEAL
14 
16 
17 //class TClonesArray;
18 
29 {
30 public:
31 
36 
41 
45  virtual void Init();
46 
47 
51  virtual void DoExtrapolation(
52  TClonesArray* globalTracks,
53  TClonesArray* extrapolatedTrackParams,
54  double z,
55  int minNofStsHits);
56 
57 private:
58  TClonesArray* fRefPlanePoints;
59  TClonesArray* fMcTracks;
60  //TClonesArray* fStsTracks;
61  //TClonesArray* fStsTrackMatches;
62 
67 
72 };
73 
74 #endif