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
CbmRichTrackExtrapolationMirrorIdeal.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file CbmRichTrackExtrapolationMirrorIdeal.h
1
15
#ifndef CBM_RICH_TARCK_EXTRAPOLATION_MIRROR_IDEAL
16
#define CBM_RICH_TARCK_EXTRAPOLATION_MIRROR_IDEAL
17
18
#include "
CbmRichTrackExtrapolationBase.h
"
19
20
class
TClonesArray;
21
35
class
CbmRichTrackExtrapolationMirrorIdeal
:
public
CbmRichTrackExtrapolationBase
36
{
37
public
:
38
42
CbmRichTrackExtrapolationMirrorIdeal
();
43
47
virtual
~CbmRichTrackExtrapolationMirrorIdeal
();
48
52
virtual
void
Init
();
53
57
virtual
void
DoExtrapolation
(
58
TClonesArray* globalTracks,
59
TClonesArray* extrapolatedTrackParams,
60
double
z
,
61
int
minNofStsHits);
62
63
private
:
64
TClonesArray*
fRichMirrorPoints
;
65
TClonesArray*
fMcTracks
;
66
//TClonesArray* fSTSArray;
67
//TClonesArray* fTrackMatchArray;
68
72
CbmRichTrackExtrapolationMirrorIdeal
(
const
CbmRichTrackExtrapolationMirrorIdeal
&);
73
77
CbmRichTrackExtrapolationMirrorIdeal
&
operator=
(
const
CbmRichTrackExtrapolationMirrorIdeal
&);
78
79
};
80
81
#endif
EicRoot
blob
master
rich
tracks
CbmRichTrackExtrapolationMirrorIdeal.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:37
using
1.8.2 with
EIC GitHub integration