KiTrackMarlin  1.9.0
Public Member Functions | List of all members
Fitter Class Reference

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>

Public Member Functions

 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 )
 

Detailed Description

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: