42 MATH_ERROR_MSG(
"IOptions::SetRealValue",
"Invalid setter method called");
47 MATH_ERROR_MSG(
"IOptions::SetIntValue",
"Invalid setter method called");
52 MATH_ERROR_MSG(
"IOptions::SetNamedValue",
"Invalid setter method called");
#define MATH_INFO_MSG(loc, str)
Pre-processor macro to report messages which can be configured to use ROOT error or simply an std::io...
#define MATH_ERROR_MSGVAL(loc, txt, x)
#define MATH_ERROR_MSG(loc, str)
virtual bool GetIntValue(const char *, int &) const
virtual void SetIntValue(const char *, int)
double RValue(const char *name) const
std::string NamedValue(const char *name) const
virtual void SetRealValue(const char *, double)
method which need to be re-implemented by the derived classes
int IValue(const char *name) const
virtual bool GetRealValue(const char *, double &) const
virtual void SetNamedValue(const char *, const char *)
virtual bool GetNamedValue(const char *, std::string &) const
virtual void Print(std::ostream &=std::cout) const
print options
Namespace for new Math classes and functions.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...