EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/cbmbase/CbmRichTrackExtrapolation.h>
Public Member Functions | |
CbmRichTrackExtrapolation () | |
virtual | ~CbmRichTrackExtrapolation () |
virtual void | Init () |
virtual void | Finish () |
virtual Int_t | DoExtrapolate (TClonesArray *gTrackArray, Double_t fZ, TClonesArray *fTrackParamArray)=0 |
void | SetVerbose (Int_t verbose) |
Private Member Functions | |
ClassDef (CbmRichTrackExtrapolation, 1) | |
Private Attributes | |
Int_t | fVerbose |
Definition at line 34 of file CbmRichTrackExtrapolation.h.
View newest version in sPHENIX GitHub at line 34 of file CbmRichTrackExtrapolation.h
|
inline |
Default constructor
Definition at line 40 of file CbmRichTrackExtrapolation.h.
View newest version in sPHENIX GitHub at line 40 of file CbmRichTrackExtrapolation.h
|
inlinevirtual |
Destructor
Definition at line 44 of file CbmRichTrackExtrapolation.h.
View newest version in sPHENIX GitHub at line 44 of file CbmRichTrackExtrapolation.h
|
private |
|
pure virtual |
Abstract method DoExtrapolateTrack. To be implemented in the concrete class. Task: Read the Track array and fill the TrackParam array at given z-Plane in RICH detector pointers to which are given as arguments
rTrack | pointer to global track |
fZ | z-position for extrapolation [cm] |
|
inlinevirtual |
Virtual method Init. If needed, to be implemented in the concrete class. Else no action.
Definition at line 55 of file CbmRichTrackExtrapolation.h.
View newest version in sPHENIX GitHub at line 55 of file CbmRichTrackExtrapolation.h
|
inlinevirtual |
Virtual method Init. If needed, to be implemented in the concrete class. Else no action.
Definition at line 50 of file CbmRichTrackExtrapolation.h.
View newest version in sPHENIX GitHub at line 50 of file CbmRichTrackExtrapolation.h
|
inline |
Set verbosity
verbose | Verbosity level |
Definition at line 72 of file CbmRichTrackExtrapolation.h.
View newest version in sPHENIX GitHub at line 72 of file CbmRichTrackExtrapolation.h
|
private |
Definition at line 72 of file CbmRichTrackExtrapolation.h.
View newest version in sPHENIX GitHub at line 72 of file CbmRichTrackExtrapolation.h
Referenced by SetVerbose().