Abstract Base Class for tracks.
More...
#include <ITrack.h>
Abstract Base Class for tracks.
virtual void KiTrack::ITrack::fit |
( |
| ) |
|
|
pure virtual |
virtual double KiTrack::ITrack::getChi2 |
( |
| ) |
const |
|
pure virtual |
- Returns
- the chi squared value of the fit. This must only be called after fit() has been used
virtual double KiTrack::ITrack::getChi2Prob |
( |
| ) |
const |
|
pure virtual |
- Returns
- the chi squared probability of the fit. This must only be called after fit() has been used
virtual std::vector< IHit*> KiTrack::ITrack::getHits |
( |
| ) |
const |
|
pure virtual |
- Returns
- a vector of the hits of the track
virtual double KiTrack::ITrack::getNdf |
( |
| ) |
const |
|
pure virtual |
- Returns
- the degrees of freedom of the fit. This must only be called after fit() has been used
virtual double KiTrack::ITrack::getQI |
( |
| ) |
const |
|
pure virtual |
- Returns
- an indicator for the quality of the track. Usually between 0 and 1
The documentation for this class was generated from the following file: