A class to make it quick to fit a track or hits and get back the chi2, Ndf and chi2prob values and also bundle the code used for that, so it doesn't have to be copied all over the places.
More...
#include <Fitter.h>
|
| Fitter (Track *track, MarlinTrk::IMarlinTrkSystem *trkSystem) throw ( FitterException ) |
|
| Fitter (std::vector< TrackerHit * > trackerHits, MarlinTrk::IMarlinTrkSystem *trkSystem) throw ( FitterException ) |
|
| Fitter (Track *track, MarlinTrk::IMarlinTrkSystem *trkSystem, int VXDFlag) throw ( FitterException ) |
|
double | getChi2Prob (int trackStateLocation) throw ( FitterException ) |
|
double | getChi2 (int trackStateLocation) throw ( FitterException ) |
|
int | getNdf (int trackStateLocation) throw ( FitterException ) |
|
const TrackState * | getTrackState (int trackStateLocation) throw ( FitterException ) |
|
A class to make it quick to fit a track or hits and get back the chi2, Ndf and chi2prob values and also bundle the code used for that, so it doesn't have to be copied all over the places.
The documentation for this class was generated from the following files: