10#ifndef ROOT_Minuit2_MnUserFcn
11#define ROOT_Minuit2_MnUserFcn
21class MnUserTransformation;
Interface (abstract class) defining the function to be minimized, which has to be implemented by the ...
Wrapper class to FCNBase interface used internally by Minuit.
Wrapper used by Minuit of FCN interface containing a reference to the transformation object.
double callWithTransformedParams(std::vector< double > const &vpar) const
const MnUserTransformation & transform() const
const MnUserTransformation & fTransform
double operator()(const MnAlgebraicVector &) const override
MnUserFcn(const FCNBase &fcn, const MnUserTransformation &trafo, int ncall=0)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...