10#ifndef ROOT_Minuit2_MnContours
11#define ROOT_Minuit2_MnContours
56 std::vector<std::pair<double, double>>
operator()(
unsigned int,
unsigned int,
unsigned int npoints = 20)
const;
Interface (abstract class) defining the function to be minimized, which has to be implemented by the ...
class holding the full result of the minimization; both internal and external (MnUserParameterState) ...
API class for Contours Error analysis (2-dim errors); minimization has to be done before and Minimum ...
MnContours(const FCNBase &fcn, const FunctionMinimum &min)
construct from FCN + 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
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...
MnContours(const FCNBase &fcn, const FunctionMinimum &min, const MnStrategy &stra)
construct from FCN + Minimum + strategy
const MnStrategy & Strategy() const
const FunctionMinimum & fMinimum
MnContours(const FCNBase &fcn, const FunctionMinimum &min, unsigned int stra)
construct from FCN + Minimum + strategy
API class for defining three levels of strategies: low (0), medium (1), high (>=2); acts on: Migrad (...
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...