EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CbmRichTrackExtrapolationKF.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file CbmRichTrackExtrapolationKF.h
1 
12 #ifndef CBM_RICH_TARCK_EXTRAPOLATION_KF
13 #define CBM_RICH_TRACK_EXTRAPOLATION_KF
14 
16 
17 class TClonesArray;
18 
30 {
31 public:
32 
37 
42 
46  virtual void Init();
47 
51  virtual void DoExtrapolation(
52  TClonesArray* globalTracks,
53  TClonesArray* extrapolatedTrackParams,
54  double z,
55  int minNofStsHits);
56 
57 private:
58  //TClonesArray* fStsTracks;
59  TClonesArray* fEicTracks;
60 
61 private:
66 
71 };
72 
73 #endif