Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
ROOT::Minuit2::MinosError Class Reference

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 (const MinosError &err)
 
 ~MinosError ()
 
bool AtLowerLimit () const
 
bool AtLowerMaxFcn () const
 
bool AtUpperLimit () const
 
bool AtUpperMaxFcn () const
 
bool IsValid () const
 
double Lower () const
 
bool LowerNewMin () const
 
const MnUserParameterStateLowerState () const
 
bool LowerValid () const
 
double Min () const
 
unsigned int NFcn () const
 
MinosErroroperator() (const MinosError &err)
 
std::pair< double, double > operator() () const
 
unsigned int Parameter () const
 
double Upper () const
 
bool UpperNewMin () const
 
const MnUserParameterStateUpperState () const
 
bool UpperValid () const
 

Private Attributes

MnCross fLower
 
double fMinValue
 
unsigned int fParameter
 
MnCross fUpper
 

#include <Minuit2/MinosError.h>

Constructor & Destructor Documentation

◆ MinosError() [1/3]

ROOT::Minuit2::MinosError::MinosError ( )
inline

Definition at line 29 of file MinosError.h.

◆ MinosError() [2/3]

ROOT::Minuit2::MinosError::MinosError ( unsigned int  par,
double  min,
const MnCross low,
const MnCross up 
)
inline

Definition at line 31 of file MinosError.h.

◆ ~MinosError()

ROOT::Minuit2::MinosError::~MinosError ( )
inline

Definition at line 33 of file MinosError.h.

◆ MinosError() [3/3]

ROOT::Minuit2::MinosError::MinosError ( const MinosError err)
inline

Definition at line 35 of file MinosError.h.

Member Function Documentation

◆ AtLowerLimit()

bool ROOT::Minuit2::MinosError::AtLowerLimit ( ) const
inline

Definition at line 62 of file MinosError.h.

◆ AtLowerMaxFcn()

bool ROOT::Minuit2::MinosError::AtLowerMaxFcn ( ) const
inline

Definition at line 64 of file MinosError.h.

◆ AtUpperLimit()

bool ROOT::Minuit2::MinosError::AtUpperLimit ( ) const
inline

Definition at line 63 of file MinosError.h.

◆ AtUpperMaxFcn()

bool ROOT::Minuit2::MinosError::AtUpperMaxFcn ( ) const
inline

Definition at line 65 of file MinosError.h.

◆ IsValid()

bool ROOT::Minuit2::MinosError::IsValid ( ) const
inline

Definition at line 59 of file MinosError.h.

◆ Lower()

double ROOT::Minuit2::MinosError::Lower ( ) const
inline

Definition at line 48 of file MinosError.h.

◆ LowerNewMin()

bool ROOT::Minuit2::MinosError::LowerNewMin ( ) const
inline

Definition at line 66 of file MinosError.h.

◆ LowerState()

const MnUserParameterState& ROOT::Minuit2::MinosError::LowerState ( ) const
inline

Definition at line 57 of file MinosError.h.

◆ LowerValid()

bool ROOT::Minuit2::MinosError::LowerValid ( ) const
inline

Definition at line 60 of file MinosError.h.

◆ Min()

double ROOT::Minuit2::MinosError::Min ( ) const
inline

Definition at line 69 of file MinosError.h.

◆ NFcn()

unsigned int ROOT::Minuit2::MinosError::NFcn ( ) const
inline

Definition at line 68 of file MinosError.h.

◆ operator()() [1/2]

MinosError& ROOT::Minuit2::MinosError::operator() ( const MinosError err)
inline

Definition at line 37 of file MinosError.h.

◆ operator()() [2/2]

std::pair<double,double> ROOT::Minuit2::MinosError::operator() ( ) const
inline

Definition at line 45 of file MinosError.h.

◆ Parameter()

unsigned int ROOT::Minuit2::MinosError::Parameter ( ) const
inline

Definition at line 56 of file MinosError.h.

◆ Upper()

double ROOT::Minuit2::MinosError::Upper ( ) const
inline

Definition at line 52 of file MinosError.h.

◆ UpperNewMin()

bool ROOT::Minuit2::MinosError::UpperNewMin ( ) const
inline

Definition at line 67 of file MinosError.h.

◆ UpperState()

const MnUserParameterState& ROOT::Minuit2::MinosError::UpperState ( ) const
inline

Definition at line 58 of file MinosError.h.

◆ UpperValid()

bool ROOT::Minuit2::MinosError::UpperValid ( ) const
inline

Definition at line 61 of file MinosError.h.

Member Data Documentation

◆ fLower

MnCross ROOT::Minuit2::MinosError::fLower
private

Definition at line 76 of file MinosError.h.

◆ fMinValue

double ROOT::Minuit2::MinosError::fMinValue
private

Definition at line 74 of file MinosError.h.

◆ fParameter

unsigned int ROOT::Minuit2::MinosError::fParameter
private

Definition at line 73 of file MinosError.h.

◆ fUpper

MnCross ROOT::Minuit2::MinosError::fUpper
private

Definition at line 75 of file MinosError.h.


The documentation for this class was generated from the following file: