29 std::cout <<
"fitStatus \n";
31 std::cout <<
" track has been fitted,";
33 std::cout <<
" fit has converged fully,";
35 std::cout <<
" fit has converged partially,";
37 std::cout <<
" fit has NOT converged,";
38 std::cout <<
" " <<
nFailedPoints_ <<
" TrackPoints could not be processed,";
41 std::cout <<
" fitted charge = " <<
charge_ <<
" \n";
44 std::cout <<
" track has NOT been fitted,";
int nFailedPoints_
Number of failed TrackPoints.
bool trackIsPruned_
Information has been stripped off, no refitting possible!
bool isFitConvergedPartially_
did the fit converge with a subset of all TrackPoints?
double charge_
fitted charge
bool trackHasChanged_
has anything in the Track been changed since the fit? -> fit isn't valid anymore
bool isFitted_
has the track been fitted?
bool isFitConvergedFully_
did the fit converge with all TrackPoints?
virtual void Print(const Option_t *="") const