ROOT 6.10/09 Reference Guide |
Classes | |
class | ROOT::Minuit2::MnPrint |
Namespaces | |
ROOT | |
Namespace for new ROOT classes and functions. | |
ROOT::Minuit2 | |
Macros | |
#define | MN_ERROR_MSG(str) |
#define | MN_ERROR_MSG2(loc, str) |
#define | MN_ERROR_VAL(x) if (MnPrint::Level() >= 0) MN_OS << "Error: " << #x << " = " << (x) << std::endl; |
#define | MN_ERROR_VAL2(loc, x) if (MnPrint::Level() >= 0) MN_OS << "Error in " << loc << " : " << #x << " = " << (x) << std::endl; |
#define | MN_INFO_MSG(str) |
#define | MN_INFO_MSG2(loc, str) |
#define | MN_INFO_VAL(x) if (MnPrint::Level() > 0) MN_OS << "Info: " << #x << " = " << (x) << std::endl; |
#define | MN_INFO_VAL2(loc, x) if (MnPrint::Level() > 0) MN_OS << "Info in " << loc << " : " << #x << " = " << (x) << std::endl; |
#define | MN_OS std::cerr |
Functions | |
std::ostream & | ROOT::Minuit2::operator<< (std::ostream &, const FunctionMinimum &) |
std::ostream & | ROOT::Minuit2::operator<< (std::ostream &, const MinimumState &) |
std::ostream & | ROOT::Minuit2::operator<< (std::ostream &, const LAVector &) |
std::ostream & | ROOT::Minuit2::operator<< (std::ostream &, const LASymMatrix &) |
std::ostream & | ROOT::Minuit2::operator<< (std::ostream &, const MnUserParameters &) |
std::ostream & | ROOT::Minuit2::operator<< (std::ostream &, const MnUserCovariance &) |
std::ostream & | ROOT::Minuit2::operator<< (std::ostream &, const MnGlobalCorrelationCoeff &) |
std::ostream & | ROOT::Minuit2::operator<< (std::ostream &, const MnUserParameterState &) |
std::ostream & | ROOT::Minuit2::operator<< (std::ostream &, const MnMachinePrecision &) |
std::ostream & | ROOT::Minuit2::operator<< (std::ostream &, const MinosError &) |
std::ostream & | ROOT::Minuit2::operator<< (std::ostream &, const ContoursError &) |
#define MN_ERROR_MSG | ( | str | ) |
#define MN_ERROR_MSG2 | ( | loc, | |
str | |||
) |
#define MN_INFO_MSG | ( | str | ) |
#define MN_INFO_MSG2 | ( | loc, | |
str | |||
) |