ROOT
6.07/01
Reference Guide
|
Definition at line 24 of file ContoursError.h.
Public Member Functions | |
ContoursError (unsigned int parx, unsigned int pary, const std::vector< std::pair< double, double > > &points, const MinosError &xmnos, const MinosError &ymnos, unsigned int nfcn) | |
~ContoursError () | |
ContoursError (const ContoursError &cont) | |
ContoursError & | operator() (const ContoursError &cont) |
const std::vector< std::pair < double, double > > & | operator() () const |
std::pair< double, double > | XMinos () const |
std::pair< double, double > | YMinos () const |
unsigned int | Xpar () const |
unsigned int | Ypar () const |
const MinosError & | XMinosError () const |
const MinosError & | YMinosError () const |
unsigned int | NFcn () const |
double | XMin () const |
double | YMin () const |
Private Attributes | |
unsigned int | fParX |
unsigned int | fParY |
std::vector< std::pair< double, double > > | fPoints |
MinosError | fXMinos |
MinosError | fYMinos |
unsigned int | fNFcn |
#include <Minuit2/ContoursError.h>
|
inline |
Definition at line 28 of file ContoursError.h.
|
inline |
Definition at line 30 of file ContoursError.h.
|
inline |
Definition at line 32 of file ContoursError.h.
|
inline |
Definition at line 67 of file ContoursError.h.
Referenced by ROOT::Minuit2::operator<<().
|
inline |
Definition at line 34 of file ContoursError.h.
|
inline |
Definition at line 44 of file ContoursError.h.
|
inline |
Definition at line 68 of file ContoursError.h.
Referenced by ROOT::Minuit2::operator<<().
Definition at line 48 of file ContoursError.h.
|
inline |
Definition at line 59 of file ContoursError.h.
Referenced by ROOT::Minuit2::operator<<().
|
inline |
Definition at line 56 of file ContoursError.h.
|
inline |
Definition at line 69 of file ContoursError.h.
Referenced by ROOT::Minuit2::operator<<().
Definition at line 52 of file ContoursError.h.
|
inline |
Definition at line 63 of file ContoursError.h.
Referenced by ROOT::Minuit2::operator<<().
|
inline |
Definition at line 57 of file ContoursError.h.
|
private |
Definition at line 78 of file ContoursError.h.
Referenced by NFcn(), and operator()().
|
private |
Definition at line 73 of file ContoursError.h.
Referenced by operator()(), and Xpar().
|
private |
Definition at line 74 of file ContoursError.h.
Referenced by operator()(), and Ypar().
Definition at line 75 of file ContoursError.h.
Referenced by operator()().
|
private |
Definition at line 76 of file ContoursError.h.
Referenced by operator()(), XMin(), XMinos(), and XMinosError().
|
private |
Definition at line 77 of file ContoursError.h.
Referenced by operator()(), YMin(), YMinos(), and YMinosError().