18std::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
Namespace for new ROOT classes and functions.