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
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
15
#include "
CbmRichTrackExtrapolationBase.h
"
16
17
//class TClonesArray;
18
28
class
CbmRichTrackExtrapolationIdeal
:
public
CbmRichTrackExtrapolationBase
29
{
30
public
:
31
35
CbmRichTrackExtrapolationIdeal
();
36
40
virtual
~CbmRichTrackExtrapolationIdeal
();
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
66
CbmRichTrackExtrapolationIdeal
(
const
CbmRichTrackExtrapolationIdeal
&);
67
71
CbmRichTrackExtrapolationIdeal
&
operator=
(
const
CbmRichTrackExtrapolationIdeal
&);
72
};
73
74
#endif
EicRoot
blob
master
rich
tracks
CbmRichTrackExtrapolationIdeal.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:37
using
1.8.2 with
EIC GitHub integration