~MnStrategy() | |
unsigned int | GradientNCycles() const |
double | GradientStepTolerance() const |
double | GradientTolerance() const |
double | HessianG2Tolerance() const |
unsigned int | HessianGradientNCycles() const |
unsigned int | HessianNCycles() const |
double | HessianStepTolerance() const |
bool | IsHigh() const |
bool | IsLow() const |
bool | IsMedium() const |
ROOT::Minuit2::MnStrategy | MnStrategy() |
ROOT::Minuit2::MnStrategy | MnStrategy(unsigned int) |
ROOT::Minuit2::MnStrategy | MnStrategy(const ROOT::Minuit2::MnStrategy&) |
ROOT::Minuit2::MnStrategy& | operator=(const ROOT::Minuit2::MnStrategy&) |
void | SetGradientNCycles(unsigned int n) |
void | SetGradientStepTolerance(double stp) |
void | SetGradientTolerance(double toler) |
void | SetHessianG2Tolerance(double toler) |
void | SetHessianGradientNCycles(unsigned int n) |
void | SetHessianNCycles(unsigned int n) |
void | SetHessianStepTolerance(double stp) |
void | SetHighStrategy() |
void | SetLowStrategy() |
void | SetMediumStrategy() |
unsigned int | Strategy() const |