3 #include <Minuit2/FunctionMinimum.h> 21 ROOT::Minuit2::FunctionMinimum fit();
24 void setMaxCalls(
unsigned int max_calls = 0) { maxfcn_ = max_calls; }
36 operator int()
const {
return static_cast<int>(retval_); }
47 unsigned int maxfcn_{0};
Params * getParams()
Get a pointer to the params.
FCN * getFCN()
Get a pointer to the fcn.
int getVerbosity() const
Get the fitting verbosity.
void setVerbosity(int value)
Set the fitting verbosity.
void setMaxCalls(unsigned int max_calls=0)
Set the maximum number of calls. 0 for Minuit2 default.