10#ifndef ROOT_Minuit2_MnUserFcn
11#define ROOT_Minuit2_MnUserFcn
19class 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.
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...