23                                     const MnStrategy &, 
unsigned int, 
double)
 const 
   31   unsigned int n = seed.
Trafo().VariableParameters();
 
   33   for (
unsigned int i = 0; i < 
n; i++) {
 
   34      unsigned int ext = seed.
Trafo().ExtOfInt(i);
 
   40      dirin(i) = std::sqrt(2. * 
mfcn.Up() * seed.
Error().InvHessian()(i, i));
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
class holding the full result of the minimization; both internal and external (MnUserParameterState) ...
 
interface class for gradient calculators
 
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.
 
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 four levels of strategies: low (0), medium (1), high (2), very high (>=3); act...
 
class which holds the external user and/or internal Minuit representation of the parameters and error...
 
FunctionMinimum Minimum(const MnFcn &, const GradientCalculator &, const MinimumSeed &, const MnStrategy &, unsigned int, double) const override
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...