10#ifndef ROOT_Minuit2_MnFcn
11#define ROOT_Minuit2_MnFcn
22class MnUserTransformation;
Interface (abstract class) defining the function to be minimized, which has to be implemented by the ...
std::vector< double > fVpar
std::vector< double > fLastInput
double operator()(const MnAlgebraicVector &v)
MnFcnCaller(const MnFcn &mfcn)
Wrapper class to FCNBase interface used internally by Minuit.
MnFcn(const FCNBase &fcn, const MnUserTransformation &trafo, int ncall=0)
const MnUserTransformation * fTransform
double CallWithoutDoingTrafo(const MnAlgebraicVector &) const
MnFcn(const FCNBase &fcn, int ncall=0)
const FCNBase & Fcn() const
double CallWithTransformedParams(std::vector< double > const &vpar) const
unsigned int NumOfCalls() const
const MnUserTransformation * Trafo() const
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...