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