#include <PndSttTrackFitter.h>
Definition at line 26 of file PndSttTrackFitter.h.
PndSttTrackFitter::PndSttTrackFitter |
( |
| ) |
|
|
inline |
virtual PndSttTrackFitter::~PndSttTrackFitter |
( |
| ) |
|
|
inlinevirtual |
virtual void PndSttTrackFitter::AddHitCollection |
( |
TClonesArray * |
| ) |
|
|
inlinevirtual |
Abstract method DoFit. To be implemented in the concrete class. Task: Make a fit to the hits attached to the track by the track finder. Fill the track parameter member variables.
- Parameters
-
pTrackCand | Pointer to PndTrackCand (input) |
pTrack | Pointer to PndSttTrack (output) |
pidHypo | PID hypothesis for the fit. Default is pion. |
Implemented in PndSttHelixTrackFitter.
Referenced by PndSttFitTracks::Exec().
virtual void PndSttTrackFitter::Extrapolate |
( |
PndSttTrack * |
track, |
|
|
Double_t |
r, |
|
|
FairTrackParam * |
param |
|
) |
| |
|
pure virtual |
Abstract method Extrapolate. Gives track parameters at a given r position.
- Parameters
-
track | Pointer to SttTrack |
r | r position |
param | (return value) SttTrackParam at r |
Implemented in PndSttHelixTrackFitter.
virtual void PndSttTrackFitter::Init |
( |
| ) |
|
|
inlinevirtual |
virtual void PndSttTrackFitter::SetTubeArray |
( |
TClonesArray * |
tubeArray | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: