KiTrackMarlin
1.9.0
|
A class to store additional information together with a TrackState, namely the chi2 value and Ndf. More...
#include <Fitter.h>
Public Member Functions | |
const TrackState * | getTrackState () const |
double | getChi2 () const |
int | getNdf () const |
TrackStatePlus (const TrackState *trackState, double chi2, int Ndf) | |
A class to store additional information together with a TrackState, namely the chi2 value and Ndf.