|
CbmRoot
|
"TrackExtrapolation" from STS tracks (Kalman Fitter) It reads the track array form STS and extrapolates those to be projected to the Rich Photodetector to some z-Plane in RICH More...
#include <CbmRichTrackExtrapolationKF.h>
Public Member Functions | |
| CbmRichTrackExtrapolationKF () | |
| Default constructor. | |
| virtual | ~CbmRichTrackExtrapolationKF () |
| Destructor. | |
| virtual void | Init () |
| Inherited from CbmRichTrackExtrapolationBase. | |
| virtual void | DoExtrapolation (CbmEvent *event, TClonesArray *globalTracks, TClonesArray *extrapolatedTrackParams, double z) |
| Inherited from CbmRichTrackExtrapolationBase. | |
Private Member Functions | |
| CbmRichTrackExtrapolationKF (const CbmRichTrackExtrapolationKF &) | |
| Copy constructor. | |
| void | operator= (const CbmRichTrackExtrapolationKF &) |
| Assignment operator. | |
Private Attributes | |
| TClonesArray * | fStsTracks = nullptr |
"TrackExtrapolation" from STS tracks (Kalman Fitter) It reads the track array form STS and extrapolates those to be projected to the Rich Photodetector to some z-Plane in RICH
Definition at line 33 of file CbmRichTrackExtrapolationKF.h.
| CbmRichTrackExtrapolationKF::CbmRichTrackExtrapolationKF | ( | ) |
Default constructor.
Definition at line 30 of file CbmRichTrackExtrapolationKF.cxx.
Referenced by CbmRichTrackExtrapolationKF(), and operator=().
|
virtual |
Destructor.
Definition at line 32 of file CbmRichTrackExtrapolationKF.cxx.
|
private |
Copy constructor.
References CbmRichTrackExtrapolationKF().
|
virtual |
Inherited from CbmRichTrackExtrapolationBase.
Implements CbmRichTrackExtrapolationBase.
Definition at line 43 of file CbmRichTrackExtrapolationKF.cxx.
References CbmStsKFTrackFitter::Extrapolate(), fStsTracks, CbmGlobalTrack::GetStsTrackIndex(), kGlobalTrack, kRichTrackParamZ, and pos.
|
virtual |
Inherited from CbmRichTrackExtrapolationBase.
Reimplemented from CbmRichTrackExtrapolationBase.
Definition at line 34 of file CbmRichTrackExtrapolationKF.cxx.
References fStsTracks.
|
private |
Assignment operator.
References CbmRichTrackExtrapolationKF().
|
private |
Definition at line 57 of file CbmRichTrackExtrapolationKF.h.
Referenced by DoExtrapolation(), and Init().