Definition at line 23 of file ContoursError.h.
#include <Minuit2/ContoursError.h>
◆ ContoursError() [1/2]
ROOT::Minuit2::ContoursError::ContoursError |
( |
unsigned int |
parx, |
|
|
unsigned int |
pary, |
|
|
const std::vector< std::pair< double, double > > & |
points, |
|
|
const MinosError & |
xmnos, |
|
|
const MinosError & |
ymnos, |
|
|
unsigned int |
nfcn |
|
) |
| |
|
inline |
◆ ~ContoursError()
ROOT::Minuit2::ContoursError::~ContoursError |
( |
| ) |
|
|
inline |
◆ ContoursError() [2/2]
ROOT::Minuit2::ContoursError::ContoursError |
( |
const ContoursError & |
cont | ) |
|
|
inline |
◆ NFcn()
unsigned int ROOT::Minuit2::ContoursError::NFcn |
( |
| ) |
const |
|
inline |
◆ operator()() [1/2]
const std::vector< std::pair< double, double > > & ROOT::Minuit2::ContoursError::operator() |
( |
| ) |
const |
|
inline |
◆ operator()() [2/2]
◆ XMin()
double ROOT::Minuit2::ContoursError::XMin |
( |
| ) |
const |
|
inline |
◆ XMinos()
std::pair< double, double > ROOT::Minuit2::ContoursError::XMinos |
( |
| ) |
const |
|
inline |
◆ XMinosError()
const MinosError & ROOT::Minuit2::ContoursError::XMinosError |
( |
| ) |
const |
|
inline |
◆ Xpar()
unsigned int ROOT::Minuit2::ContoursError::Xpar |
( |
| ) |
const |
|
inline |
◆ YMin()
double ROOT::Minuit2::ContoursError::YMin |
( |
| ) |
const |
|
inline |
◆ YMinos()
std::pair< double, double > ROOT::Minuit2::ContoursError::YMinos |
( |
| ) |
const |
|
inline |
◆ YMinosError()
const MinosError & ROOT::Minuit2::ContoursError::YMinosError |
( |
| ) |
const |
|
inline |
◆ Ypar()
unsigned int ROOT::Minuit2::ContoursError::Ypar |
( |
| ) |
const |
|
inline |
◆ fNFcn
unsigned int ROOT::Minuit2::ContoursError::fNFcn |
|
private |
◆ fParX
unsigned int ROOT::Minuit2::ContoursError::fParX |
|
private |
◆ fParY
unsigned int ROOT::Minuit2::ContoursError::fParY |
|
private |
◆ fPoints
std::vector<std::pair<double, double> > ROOT::Minuit2::ContoursError::fPoints |
|
private |
◆ fXMinos
◆ fYMinos
The documentation for this class was generated from the following file: