18 std::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) {
const MnUserParameters & Parameters() const
Namespace for new ROOT classes and functions.
MnUserParameterState fState
void SetValue(unsigned int, double)
std::vector< std::pair< double, double > > Scan(unsigned int par, unsigned int maxsteps=41, double low=0., double high=0.)
Scans the values of FCN as a function of one Parameter and retains the best function and Parameter va...