10 #ifndef ROOT_Minuit2_MnFcn 11 #define ROOT_Minuit2_MnFcn 66 #endif // ROOT_Minuit2_MnFcn virtual double operator()(const MnAlgebraicVector &) const
Namespace for new ROOT classes and functions.
const FCNBase & Fcn() const
unsigned int NumOfCalls() const
MnFcn(const FCNBase &fcn, int ncall=0)
constructor of
Wrapper class to FCNBase interface used internally by Minuit.
Interface (abstract class) defining the function to be minimized, which has to be implemented by the ...