FitStatus for use with AbsKalmanFitter implementations.
More...
#include <KalmanFitStatus.h>
FitStatus for use with AbsKalmanFitter implementations.
Definition at line 36 of file KalmanFitStatus.h.
◆ KalmanFitStatus()
genfit::KalmanFitStatus::KalmanFitStatus |
( |
| ) |
|
|
inline |
Definition at line 40 of file KalmanFitStatus.h.
40 :
bool fittedWithReferenceTrack_
unsigned int numIterations_
◆ ~KalmanFitStatus()
virtual genfit::KalmanFitStatus::~KalmanFitStatus |
( |
| ) |
|
|
inlinevirtual |
◆ clone()
virtual FitStatus * genfit::KalmanFitStatus::clone |
( |
| ) |
const |
|
inlinevirtual |
◆ getBackwardChi2()
double genfit::KalmanFitStatus::getBackwardChi2 |
( |
| ) |
const |
|
inline |
◆ getBackwardNdf()
double genfit::KalmanFitStatus::getBackwardNdf |
( |
| ) |
const |
|
inline |
Definition at line 55 of file KalmanFitStatus.h.
double getNdf() const
Get the degrees of freedom of the fit.
◆ getBackwardPVal()
double genfit::KalmanFitStatus::getBackwardPVal |
( |
| ) |
const |
|
inline |
Definition at line 58 of file KalmanFitStatus.h.
virtual double getPVal() const
Get the p value of the fit.
◆ getForwardChi2()
double genfit::KalmanFitStatus::getForwardChi2 |
( |
| ) |
const |
|
inline |
◆ getForwardNdf()
double genfit::KalmanFitStatus::getForwardNdf |
( |
| ) |
const |
|
inline |
◆ getForwardPVal()
double genfit::KalmanFitStatus::getForwardPVal |
( |
| ) |
const |
|
inline |
◆ getNumIterations()
unsigned int genfit::KalmanFitStatus::getNumIterations |
( |
| ) |
const |
|
inline |
◆ getTrackLen()
double genfit::KalmanFitStatus::getTrackLen |
( |
| ) |
const |
|
inline |
◆ isFittedWithDaf()
bool genfit::KalmanFitStatus::isFittedWithDaf |
( |
| ) |
const |
|
inline |
◆ isFittedWithReferenceTrack()
bool genfit::KalmanFitStatus::isFittedWithReferenceTrack |
( |
| ) |
const |
|
inline |
◆ Print()
void genfit::KalmanFitStatus::Print |
( |
const Option_t * |
= "" | ) |
const |
|
virtual |
Reimplemented from genfit::FitStatus.
Definition at line 27 of file KalmanFitStatus.cc.
28{
30 if (
fittedWithDaf_) std::cout <<
" track has been fitted with DAF,";
34 std::cout <<
"track length = " <<
trackLen_ <<
", ";
35 std::cout <<
"fChi2 = " <<
fChi2_ <<
", ";
37 std::cout <<
"fNdf = " <<
fNdf_ <<
", ";
41 }
42 std::cout << "\n";
43}
bool isFitted_
has the track been fitted?
virtual void Print(const Option_t *="") const
double getForwardPVal() const
double getBackwardPVal() const
◆ setBackwardChi2()
void genfit::KalmanFitStatus::setBackwardChi2 |
( |
double |
bChi2 | ) |
|
|
inline |
◆ setBackwardNdf()
void genfit::KalmanFitStatus::setBackwardNdf |
( |
double |
bNdf | ) |
|
|
inline |
◆ setForwardChi2()
void genfit::KalmanFitStatus::setForwardChi2 |
( |
double |
fChi2 | ) |
|
|
inline |
◆ setForwardNdf()
void genfit::KalmanFitStatus::setForwardNdf |
( |
double |
fNdf | ) |
|
|
inline |
◆ setIsFittedWithDaf()
void genfit::KalmanFitStatus::setIsFittedWithDaf |
( |
bool |
fittedWithDaf = true | ) |
|
|
inline |
◆ setIsFittedWithReferenceTrack()
void genfit::KalmanFitStatus::setIsFittedWithReferenceTrack |
( |
bool |
fittedWithReferenceTrack = true | ) |
|
|
inline |
◆ setNumIterations()
void genfit::KalmanFitStatus::setNumIterations |
( |
unsigned int |
numIterations | ) |
|
|
inline |
◆ setTrackLen()
void genfit::KalmanFitStatus::setTrackLen |
( |
double |
trackLen | ) |
|
|
inline |
◆ fChi2_
double genfit::KalmanFitStatus::fChi2_ |
|
protected |
◆ fittedWithDaf_
bool genfit::KalmanFitStatus::fittedWithDaf_ |
|
protected |
◆ fittedWithReferenceTrack_
bool genfit::KalmanFitStatus::fittedWithReferenceTrack_ |
|
protected |
◆ fNdf_
double genfit::KalmanFitStatus::fNdf_ |
|
protected |
◆ fPval_
double genfit::KalmanFitStatus::fPval_ |
|
protected |
◆ numIterations_
unsigned int genfit::KalmanFitStatus::numIterations_ |
|
protected |
◆ trackLen_
double genfit::KalmanFitStatus::trackLen_ |
|
protected |
The documentation for this class was generated from the following files: