ROOT
6.06/09
Reference Guide
|
Class holding the result of Minos (lower and upper values) for a specific parameter.
Definition at line 25 of file MinosError.h.
Public Member Functions | |
MinosError () | |
MinosError (unsigned int par, double min, const MnCross &low, const MnCross &up) | |
~MinosError () | |
MinosError (const MinosError &err) | |
MinosError & | operator() (const MinosError &err) |
std::pair< double, double > | operator() () const |
double | Lower () const |
double | Upper () const |
unsigned int | Parameter () const |
const MnUserParameterState & | LowerState () const |
const MnUserParameterState & | UpperState () const |
bool | IsValid () const |
bool | LowerValid () const |
bool | UpperValid () const |
bool | AtLowerLimit () const |
bool | AtUpperLimit () const |
bool | AtLowerMaxFcn () const |
bool | AtUpperMaxFcn () const |
bool | LowerNewMin () const |
bool | UpperNewMin () const |
unsigned int | NFcn () const |
double | Min () const |
Private Attributes | |
unsigned int | fParameter |
double | fMinValue |
MnCross | fUpper |
MnCross | fLower |
#include <Minuit2/MinosError.h>
|
inline |
Definition at line 29 of file MinosError.h.
|
inline |
Definition at line 31 of file MinosError.h.
|
inline |
Definition at line 33 of file MinosError.h.
|
inline |
Definition at line 35 of file MinosError.h.
|
inline |
Definition at line 62 of file MinosError.h.
Referenced by Lower(), and ROOT::Minuit2::operator<<().
|
inline |
Definition at line 64 of file MinosError.h.
Referenced by ROOT::Minuit2::operator<<().
|
inline |
Definition at line 63 of file MinosError.h.
Referenced by ROOT::Minuit2::operator<<(), and Upper().
|
inline |
Definition at line 65 of file MinosError.h.
Referenced by ROOT::Minuit2::operator<<().
|
inline |
Definition at line 59 of file MinosError.h.
Referenced by ROOT::Minuit2::MnContours::Contour(), and ROOT::Minuit2::operator<<().
|
inline |
Definition at line 48 of file MinosError.h.
Referenced by operator()(), and ROOT::Minuit2::operator<<().
|
inline |
Definition at line 66 of file MinosError.h.
Referenced by ROOT::Minuit2::operator<<().
|
inline |
Definition at line 57 of file MinosError.h.
Referenced by Lower(), and ROOT::Minuit2::operator<<().
|
inline |
Definition at line 60 of file MinosError.h.
Referenced by ROOT::Minuit2::operator<<().
|
inline |
Definition at line 69 of file MinosError.h.
Referenced by ROOT::Minuit2::operator<<(), ROOT::Minuit2::ContoursError::XMin(), and ROOT::Minuit2::ContoursError::YMin().
|
inline |
Definition at line 68 of file MinosError.h.
Referenced by ROOT::Minuit2::MnContours::Contour(), and ROOT::Minuit2::operator<<().
|
inline |
Definition at line 37 of file MinosError.h.
Definition at line 45 of file MinosError.h.
|
inline |
Definition at line 56 of file MinosError.h.
Referenced by Lower(), ROOT::Minuit2::operator<<(), and Upper().
|
inline |
Definition at line 52 of file MinosError.h.
Referenced by operator()(), and ROOT::Minuit2::operator<<().
|
inline |
Definition at line 67 of file MinosError.h.
Referenced by ROOT::Minuit2::operator<<().
|
inline |
Definition at line 58 of file MinosError.h.
Referenced by ROOT::Minuit2::operator<<(), and Upper().
|
inline |
Definition at line 61 of file MinosError.h.
Referenced by ROOT::Minuit2::operator<<().
|
private |
Definition at line 76 of file MinosError.h.
Referenced by AtLowerLimit(), AtLowerMaxFcn(), IsValid(), Lower(), LowerNewMin(), LowerState(), LowerValid(), NFcn(), and operator()().
|
private |
Definition at line 74 of file MinosError.h.
Referenced by Lower(), Min(), operator()(), and Upper().
|
private |
Definition at line 73 of file MinosError.h.
Referenced by operator()(), and Parameter().
|
private |
Definition at line 75 of file MinosError.h.
Referenced by AtUpperLimit(), AtUpperMaxFcn(), IsValid(), NFcn(), operator()(), Upper(), UpperNewMin(), UpperState(), and UpperValid().