10 #ifndef ROOT_Minuit2_MnParameterScan 11 #define ROOT_Minuit2_MnParameterScan 41 std::vector<std::pair<double, double> >
operator()(
unsigned int par,
unsigned int maxsteps = 41,
double low = 0.,
double high = 0.);
57 #endif // ROOT_Minuit2_MnParameterScan
Namespace for new ROOT classes and functions.
std::vector< std::pair< double, double > > 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 ...
const MnUserParameters & Parameters() const
API class for the user interaction with the parameters; serves as input to the minimizer as well as o...
MnParameterScan(const FCNBase &, const MnUserParameters &)
Scans the values of FCN as a function of one Parameter and retains the best function and Parameter va...
MnUserParameters fParameters