10 #ifndef ROOT_Minuit2_MnContours 11 #define ROOT_Minuit2_MnContours 26 class FunctionMinimum;
53 std::vector<std::pair<double,double> >
operator()(
unsigned int,
unsigned int,
unsigned int npoints = 20)
const;
73 #endif // ROOT_Minuit2_MnContours Namespace for new ROOT classes and functions.
MnContours(const FCNBase &fcn, const FunctionMinimum &min)
construct from FCN + Minimum
API class for Contours Error analysis (2-dim errors); minimization has to be done before and Minimum ...
std::vector< std::pair< double, double > > operator()(unsigned int, unsigned int, unsigned int npoints=20) const
ask for one Contour (points only) from number of points (>=4) and parameter indeces ...
const MnStrategy & Strategy() const
class holding the full result of the minimization; both internal and external (MnUserParameterState) ...
Interface (abstract class) defining the function to be minimized, which has to be implemented by the ...
const FunctionMinimum & fMinimum
MnContours(const FCNBase &fcn, const FunctionMinimum &min, const MnStrategy &stra)
construct from FCN + Minimum + strategy
MnContours(const FCNBase &fcn, const FunctionMinimum &min, unsigned int stra)
construct from FCN + Minimum + strategy
ContoursError Contour(unsigned int, unsigned int, unsigned int npoints=20) const
ask for one Contour ContoursError (MinosErrors + points) from number of points (>=4) and parameter in...
API class for defining three levels of strategies: low (0), medium (1), high (>=2); acts on: Migrad (...