|
CbmRoot
|
"TrackExtrapolation" from MC points. It reads the PointArray with ImPlanePoints from MC and selects those to be projected to the Rich Photodetector. More...
#include <CbmRichTrackExtrapolationIdeal.h>
Public Member Functions | |
| CbmRichTrackExtrapolationIdeal () | |
| Default constructor. | |
| virtual | ~CbmRichTrackExtrapolationIdeal () |
| Destructor. | |
| virtual void | Init () |
| Inherited from CbmRichTrackExtrapolationBase. | |
| virtual void | DoExtrapolation (CbmEvent *event, TClonesArray *globalTracks, TClonesArray *extrapolatedTrackParams, double z) |
| Inherited from CbmRichTrackExtrapolationBase. | |
Private Member Functions | |
| CbmRichTrackExtrapolationIdeal (const CbmRichTrackExtrapolationIdeal &) | |
| Copy constructor. | |
| CbmRichTrackExtrapolationIdeal & | operator= (const CbmRichTrackExtrapolationIdeal &) |
| Assignment operator. | |
Private Attributes | |
| TClonesArray * | fRefPlanePoints = nullptr |
| TClonesArray * | fStsTracks = nullptr |
| TClonesArray * | fStsTrackMatches = nullptr |
"TrackExtrapolation" from MC points. It reads the PointArray with ImPlanePoints from MC and selects those to be projected to the Rich Photodetector.
Definition at line 32 of file CbmRichTrackExtrapolationIdeal.h.
| CbmRichTrackExtrapolationIdeal::CbmRichTrackExtrapolationIdeal | ( | ) |
Default constructor.
Definition at line 32 of file CbmRichTrackExtrapolationIdeal.cxx.
Referenced by CbmRichTrackExtrapolationIdeal(), and operator=().
|
virtual |
Destructor.
Definition at line 34 of file CbmRichTrackExtrapolationIdeal.cxx.
|
private |
Copy constructor.
References CbmRichTrackExtrapolationIdeal().
|
virtual |
Inherited from CbmRichTrackExtrapolationBase.
Implements CbmRichTrackExtrapolationBase.
Definition at line 51 of file CbmRichTrackExtrapolationIdeal.cxx.
References fRefPlanePoints, fStsTrackMatches, fStsTracks, CbmLink::GetIndex(), CbmMatch::GetMatchedLink(), CbmGlobalTrack::GetStsTrackIndex(), and pos.
|
virtual |
Inherited from CbmRichTrackExtrapolationBase.
Reimplemented from CbmRichTrackExtrapolationBase.
Definition at line 36 of file CbmRichTrackExtrapolationIdeal.cxx.
References fRefPlanePoints, fStsTrackMatches, and fStsTracks.
|
private |
Assignment operator.
References CbmRichTrackExtrapolationIdeal().
|
private |
Definition at line 57 of file CbmRichTrackExtrapolationIdeal.h.
Referenced by DoExtrapolation(), and Init().
|
private |
Definition at line 59 of file CbmRichTrackExtrapolationIdeal.h.
Referenced by DoExtrapolation(), and Init().
|
private |
Definition at line 58 of file CbmRichTrackExtrapolationIdeal.h.
Referenced by DoExtrapolation(), and Init().