EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CbmRichTrackExtrapolationBase.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file CbmRichTrackExtrapolationBase.h
1 
10 #ifndef CBM_RICH_TRACK_EXTRAPOLATION_BASE
11 #define CBM_RICH_TRACK_EXTRAPOLATION_BASE
12 
13 class TClonesArray;
14 
16 {
17 public:
22  {
23  }
24 
29  {
30  }
31 
35  virtual void Init()
36  {
37  }
38 
47  virtual void DoExtrapolation(
48  TClonesArray* globalTracks,
49  TClonesArray* extrapolatedTrackParams,
50  double z,
51  int minNofStsHits) = 0;
52 
53 private:
58 
63 };
64 
65 #endif