#include <PndSttTrackFitter.h>
Definition at line 25 of file PndSttTrackFitter.h.
◆ PndSttTrackFitter()
PndSttTrackFitter::PndSttTrackFitter |
( |
| ) |
|
|
inline |
◆ ~PndSttTrackFitter()
virtual PndSttTrackFitter::~PndSttTrackFitter |
( |
| ) |
|
|
inlinevirtual |
◆ AddHitCollection()
virtual void PndSttTrackFitter::AddHitCollection |
( |
TClonesArray * |
| ) |
|
|
inlinevirtual |
◆ ClassDef()
◆ DoFit()
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 Init().
◆ Extrapolate()
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.
Referenced by Init().
◆ Init()
virtual void PndSttTrackFitter::Init |
( |
| ) |
|
|
inlinevirtual |
◆ SetTubeArray()
virtual void PndSttTrackFitter::SetTubeArray |
( |
TClonesArray * |
tubeArray | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: