|
ROOT
Reference Guide |
|
Go to the documentation of this file.
10 #ifndef ROOT_Minuit2_FumiliBuilder
11 #define ROOT_Minuit2_FumiliBuilder
106 const MinimumSeed &fMinimumSeed, std::vector<MinimumState> &states,
unsigned int maxfcn,
107 double edmval)
const;
Wrapper class to FCNBase interface used internally by Minuit.
FumiliErrorUpdator fErrorUpdator
virtual FunctionMinimum Minimum(const MnFcn &fMnFcn, const GradientCalculator &fGradienCalculator, const MinimumSeed &fMinimumSeed, const MnStrategy &fMnStrategy, unsigned int maxfcn, double edmval) const
Class the member function calculating the Minimum and verifies the result depending on the strategy.
const FumiliErrorUpdator & ErrorUpdator() const
Accessor to the Error updator of the builder.
VariableMetricEDMEstimator fEstimator
In the case of the Fumili algorithm the Error matrix (or the Hessian matrix containing the (approxima...
Builds the FunctionMinimum using the Fumili method.
class holding the full result of the minimization; both internal and external (MnUserParameterState) ...
const VariableMetricEDMEstimator & Estimator() const
Accessor to the EDM (expected vertical distance to the Minimum) estimator.
API class for defining three levels of strategies: low (0), medium (1), high (>=2); acts on: Migrad (...
interface class for gradient calculators
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
MinimumSeed contains the starting values for the minimization produced by the SeedGenerator.