10#ifndef ROOT_Minuit2_MnParameterScan
11#define ROOT_Minuit2_MnParameterScan
37 std::vector<std::pair<double, double>>
38 operator()(
unsigned int par,
unsigned int maxsteps = 41,
double low = 0.,
double high = 0.);
Interface (abstract class) defining the function to be minimized, which has to be implemented by the ...
Scans the values of FCN as a function of one Parameter and retains the best function and Parameter va...
const MnUserParameters & Parameters() const
std::vector< std::pair< double, double > > operator()(unsigned int par, unsigned int maxsteps=41, double low=0., double high=0.)
MnUserParameters fParameters
API class for the user interaction with the parameters; serves as input to the minimizer as well as o...
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...