EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
15
class
CbmRichTrackExtrapolationBase
16
{
17
public
:
21
CbmRichTrackExtrapolationBase
()
22
{
23
}
24
28
virtual
~CbmRichTrackExtrapolationBase
()
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
:
57
CbmRichTrackExtrapolationBase
(
const
CbmRichTrackExtrapolationBase
&);
58
62
CbmRichTrackExtrapolationBase
&
operator=
(
const
CbmRichTrackExtrapolationBase
&);
63
};
64
65
#endif
EicRoot
blob
master
rich
tracks
CbmRichTrackExtrapolationBase.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:37
using
1.8.2 with
EIC GitHub integration