GENFIT
Rev:NoNumberAvailable
|
Go to the documentation of this file.
23 #ifndef genfit_KalmanFitStatus_h
24 #define genfit_KalmanFitStatus_h
28 #include <Math/ProbFunc.h>
69 virtual void Print(
const Option_t* =
"")
const;
92 #endif // genfit_KalmanFitStatus_h
virtual double getPVal() const
Get the p value of the fit.
double getForwardChi2() const
void setIsFittedWithReferenceTrack(bool fittedWithReferenceTrack=true)
bool fittedWithReferenceTrack_
Defines for I/O streams used for error and debug printing.
unsigned int numIterations_
void setNdf(const double &ndf)
void setForwardChi2(double fChi2)
double getNdf() const
Get the degrees of freedom of the fit.
virtual void Print(const Option_t *="") const
double getBackwardChi2() const
bool isFittedWithDaf() const
bool isFittedWithReferenceTrack() const
double getForwardNdf() const
double getTrackLen() const
virtual FitStatus * clone() const
void setBackwardChi2(double bChi2)
Class where important numbers and properties of a fit can be stored.
void setTrackLen(double trackLen)
void setChi2(const double &chi2)
void setBackwardNdf(double bNdf)
virtual ~KalmanFitStatus()
double getForwardPVal() const
void setIsFittedWithDaf(bool fittedWithDaf=true)
void setNumIterations(unsigned int numIterations)
double getBackwardNdf() const
void setForwardNdf(double fNdf)
double getChi2() const
Get chi^2 of the fit.
FitStatus for use with AbsKalmanFitter implementations.
double getBackwardPVal() const
unsigned int getNumIterations() const