10 #ifndef ROOT_Minuit2_MnScan 11 #define ROOT_Minuit2_MnScan 59 std::vector<std::pair<double, double> >
Scan(
unsigned int par,
unsigned int maxsteps = 41,
double low = 0.,
double high = 0.);
75 #endif // ROOT_Minuit2_MnScan
Namespace for new ROOT classes and functions.
Class implementing the required methods for a minimization using SCAN API is provided in the upper RO...
MnScan & operator=(const MnScan &)
forbidden assignment (const FCNBase& = )
MnScan(const FCNBase &fcn, const MnUserParameters &par, const MnUserCovariance &cov, unsigned int stra=1)
construct from FCNBase + MnUserParameters + MnUserCovariance
MnScan(const FCNBase &fcn, const std::vector< double > &par, const MnUserCovariance &cov, unsigned int stra=1)
construct from FCNBase + std::vector for parameters and MnUserCovariance
MnScan(const MnScan &migr)
MnScan(const FCNBase &fcn, const std::vector< double > &par, const std::vector< double > &err, unsigned int stra=1)
construct from FCNBase + std::vector for parameters and errors
virtual const FCNBase & Fcnbase() const
Interface (abstract class) defining the function to be minimized, which has to be implemented by the ...
const MnStrategy & Strategy() const
class which holds the external user and/or internal Minuit representation of the parameters and error...
const ModularFunctionMinimizer & Minimizer() const
API class for the user interaction with the parameters; serves as input to the minimizer as well as o...
API class for minimization using a scan method to find the minimum; allows for user interaction: set/...
unsigned int NumOfCalls() const
MnScan(const FCNBase &fcn, const MnUserParameters &par, unsigned int stra=1)
construct from FCNBase + MnUserParameters
std::vector< std::pair< double, double > > Scan(unsigned int par, unsigned int maxsteps=41, double low=0., double high=0.)
application interface class for minimizers (migrad, simplex, Minimize, Scan) User normally instantiat...
MnScan(const FCNBase &fcn, const std::vector< double > &par, unsigned int nrow, const std::vector< double > &cov, unsigned int stra=1)
construct from FCNBase + std::vector for parameters and covariance
const MnUserParameterState & State() const
API class for defining three levels of strategies: low (0), medium (1), high (>=2); acts on: Migrad (...
Base common class providing the API for all the minimizer Various Minimize methods are provided varyi...
MnScan(const FCNBase &fcn, const MnUserParameterState &par, const MnStrategy &str)
construct from FCNBase + MnUserParameterState + MnStrategy
Class containing the covariance matrix data represented as a vector of size n*(n+1)/2 Used to hide in...