virtual | ~BaseIntegratorOptions() |
double | AbsTolerance() const |
ROOT::Math::IOptions* | ExtraOptions() const |
virtual string | Integrator() const |
ROOT::Math::BaseIntegratorOptions& | operator=(const ROOT::Math::BaseIntegratorOptions& opt) |
double | RelTolerance() const |
void | SetAbsTolerance(double tol) |
void | SetExtraOptions(const ROOT::Math::IOptions& opt) |
void | SetRelTolerance(double tol) |
void | SetWKSize(unsigned int size) |
unsigned int | WKSize() const |
void | ClearExtra() |
assignment operators
protected constructor to avoid user creating this class
{ ClearExtra(); }
non-static methods for retrivieng options absolute tolerance
{ return fAbsTolerance; }
non-static methods for setting options set the abs tolerance
{ fAbsTolerance = tol; }
set extra options (in this case pointer is cloned)