21 #include "KalmanFitStatus.h"
27 void KalmanFitStatus::Print(
const Option_t*)
const
30 if (fittedWithDaf_)
printOut <<
" track has been fitted with DAF,";
31 if (fittedWithReferenceTrack_)
printOut <<
" track has been fitted with reference track,";
33 printOut <<
" numIterations = " << numIterations_ <<
", ";
34 printOut <<
"track length = " << trackLen_ <<
", ";
35 printOut <<
"fChi2 = " << fChi2_ <<
", ";
37 printOut <<
"fNdf = " << fNdf_ <<
", ";
39 printOut <<
"fPVal = " << getForwardPVal() <<
", ";
40 printOut <<
"bPVal = " << getBackwardPVal() <<
"\n";
bool isFitted_
has the track been fitted?
double getChi2() const
Get chi^2 of the fit.
double getNdf() const
Get the degrees of freedom of the fit.
Defines for I/O streams used for error and debug printing.
std::ostream printOut
Default stream for output of Print calls.