ROOT 6.10/09 Reference Guide |
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 37 of file MnContours.h.
Public Member Functions | |
MnContours (const FCNBase &fcn, const FunctionMinimum &min) | |
construct from FCN + Minimum More... | |
MnContours (const FCNBase &fcn, const FunctionMinimum &min, unsigned int stra) | |
construct from FCN + Minimum + strategy More... | |
MnContours (const FCNBase &fcn, const FunctionMinimum &min, const MnStrategy &stra) | |
construct from FCN + Minimum + strategy More... | |
~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 indeces can be printed via std::cout More... | |
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 More... | |
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 42 of file MnContours.h.
|
inline |
construct from FCN + Minimum + strategy
Definition at line 45 of file MnContours.h.
|
inline |
construct from FCN + Minimum + strategy
Definition at line 48 of file MnContours.h.
|
inline |
Definition at line 50 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 indeces can be printed via std::cout
Definition at line 39 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 indeces
Definition at line 33 of file MnContours.cxx.
|
inline |
Definition at line 60 of file MnContours.h.
|
private |
Definition at line 64 of file MnContours.h.
|
private |
Definition at line 65 of file MnContours.h.
|
private |
Definition at line 66 of file MnContours.h.