17std::vector<std::pair<double, double>>
MnScan::Scan(
unsigned int par,
unsigned int maxsteps,
double low,
double high)
21 double amin = scan.
Fval();
23 std::vector<std::pair<double, double>> result = scan(par, maxsteps, low, high);
24 if (scan.
Fval() < amin) {
MnUserParameterState fState
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 > > Scan(unsigned int par, unsigned int maxsteps=41, double low=0., double high=0.)
const MnUserParameters & Parameters() const
void SetValue(unsigned int, double)
double Value(unsigned int) const
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...