81 void setNumbers (std::string,
const std::vector<double>&);
83 void setMatrices(std::string,
const std::vector< TMatrixT<double> >&);
89 virtual const char*
what()
const throw();
std::string fNumbersLabel
virtual const char * what() const
standard error message handling for exceptions. use like "std::cerr << e.what();" ...
std::string fMatricesLabel
std::vector< TMatrixT< double > > fMatrices
static void quiet(bool b=true)
void setNumbers(std::string, const std::vector< double > &)
set list of numbers with description
std::string fErrorMessage
bool isFatal()
get fatal flag.
void setMatrices(std::string, const std::vector< TMatrixT< double > > &)
set list of matrices with description
std::string getExcString()
void info()
print information in the exception object
Exception class for error handling in GENFIT (provides storage for diagnostic information) ...
GFException(std::string, int, std::string)
Initializing constructor.
std::vector< double > fNumbers
void setFatal(bool b=true)
set fatal flag. if this is true, the fit stops for this current track repr.