API class for Contours Error analysis (2-dim errors); minimization has to be done before and Minimum must be valid; possibility to ask only for the points or the points and associated Minos errors;.
Definition at line 35 of file MnContours.h.
Public Member Functions | |
MnContours (const FCNBase &fcn, const FunctionMinimum &min) | |
construct from FCN + Minimum | |
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 | |
~MnContours () | |
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 indices can be printed via std::cout | |
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 indices | |
const MnStrategy & | Strategy () const |
Private Attributes | |
const FCNBase & | fFCN |
const FunctionMinimum & | fMinimum |
MnStrategy | fStrategy |
#include <Minuit2/MnContours.h>
|
inline |
construct from FCN + Minimum
Definition at line 39 of file MnContours.h.
|
inline |
construct from FCN + Minimum + strategy
Definition at line 42 of file MnContours.h.
|
inline |
construct from FCN + Minimum + strategy
Definition at line 48 of file MnContours.h.
|
inline |
Definition at line 53 of file MnContours.h.
ContoursError ROOT::Minuit2::MnContours::Contour | ( | unsigned int | px, |
unsigned int | py, | ||
unsigned int | npoints = 20 |
||
) | const |
ask for one Contour ContoursError (MinosErrors + points) from number of points (>=4) and parameter indices can be printed via std::cout
Definition at line 34 of file MnContours.cxx.
std::vector< std::pair< double, double > > ROOT::Minuit2::MnContours::operator() | ( | unsigned int | px, |
unsigned int | py, | ||
unsigned int | npoints = 20 |
||
) | const |
ask for one Contour (points only) from number of points (>=4) and parameter indices
Definition at line 25 of file MnContours.cxx.
|
inline |
Definition at line 63 of file MnContours.h.
|
private |
Definition at line 66 of file MnContours.h.
|
private |
Definition at line 67 of file MnContours.h.
|
private |
Definition at line 68 of file MnContours.h.