23 const MnStrategy &,
unsigned int,
double)
const
30 double amin = scan.
Fval();
33 for (
unsigned int i = 0; i <
n; i++) {
36 if (scan.
Fval() < amin) {
class holding the full result of the minimization; both internal and external (MnUserParameterState) ...
interface class for gradient calculators
const MnAlgebraicSymMatrix & InvHessian() const
const MnAlgebraicVector & Vec() const
const MinimumError & Error() const
const MnUserTransformation & Trafo() const
const MinimumParameters & Parameters() const
const MinimumState & State() const
MinimumState keeps the information (position, Gradient, 2nd deriv, etc) after one minimization step (...
Wrapper class to FCNBase interface used internally by Minuit.
const FCNBase & Fcn() const
unsigned int NumOfCalls() const
Scans the values of FCN as a function of one Parameter and retains the best function and Parameter va...
const MnUserParameters & Parameters() const
API class for defining three levels of strategies: low (0), medium (1), high (>=2); acts on: Migrad (...
class which holds the external user and/or internal Minuit representation of the parameters and error...
const MnUserParameters & Parameters() const
double Value(unsigned int) const
virtual FunctionMinimum Minimum(const MnFcn &, const GradientCalculator &, const MinimumSeed &, const MnStrategy &, unsigned int, double) const
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...