ROOT  6.06/09
Reference Guide
Public Member Functions | Private Attributes | List of all members
ROOT::Minuit2::ContoursError Class Reference

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)
 
ContoursErroroperator() (const ContoursError &cont)
 
const std::vector< std::pair< double, double > > & operator() () const
 
std::pair< double, doubleXMinos () const
 
std::pair< double, doubleYMinos () const
 
unsigned int Xpar () const
 
unsigned int Ypar () const
 
const MinosErrorXMinosError () const
 
const MinosErrorYMinosError () 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>

+ Collaboration diagram for ROOT::Minuit2::ContoursError:

Constructor & Destructor Documentation

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

Definition at line 28 of file ContoursError.h.

ROOT::Minuit2::ContoursError::~ContoursError ( )
inline

Definition at line 30 of file ContoursError.h.

ROOT::Minuit2::ContoursError::ContoursError ( const ContoursError cont)
inline

Definition at line 32 of file ContoursError.h.

Member Function Documentation

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

Definition at line 67 of file ContoursError.h.

Referenced by ROOT::Minuit2::operator<<().

ContoursError& ROOT::Minuit2::ContoursError::operator() ( const ContoursError cont)
inline

Definition at line 34 of file ContoursError.h.

const std::vector<std::pair<double,double> >& ROOT::Minuit2::ContoursError::operator() ( ) const
inline

Definition at line 44 of file ContoursError.h.

double ROOT::Minuit2::ContoursError::XMin ( ) const
inline

Definition at line 68 of file ContoursError.h.

Referenced by ROOT::Minuit2::operator<<().

std::pair<double,double> ROOT::Minuit2::ContoursError::XMinos ( ) const
inline

Definition at line 48 of file ContoursError.h.

const MinosError& ROOT::Minuit2::ContoursError::XMinosError ( ) const
inline

Definition at line 59 of file ContoursError.h.

Referenced by ROOT::Minuit2::operator<<().

unsigned int ROOT::Minuit2::ContoursError::Xpar ( ) const
inline

Definition at line 56 of file ContoursError.h.

double ROOT::Minuit2::ContoursError::YMin ( ) const
inline

Definition at line 69 of file ContoursError.h.

Referenced by ROOT::Minuit2::operator<<().

std::pair<double,double> ROOT::Minuit2::ContoursError::YMinos ( ) const
inline

Definition at line 52 of file ContoursError.h.

const MinosError& ROOT::Minuit2::ContoursError::YMinosError ( ) const
inline

Definition at line 63 of file ContoursError.h.

Referenced by ROOT::Minuit2::operator<<().

unsigned int ROOT::Minuit2::ContoursError::Ypar ( ) const
inline

Definition at line 57 of file ContoursError.h.

Member Data Documentation

unsigned int ROOT::Minuit2::ContoursError::fNFcn
private

Definition at line 78 of file ContoursError.h.

Referenced by NFcn(), and operator()().

unsigned int ROOT::Minuit2::ContoursError::fParX
private

Definition at line 73 of file ContoursError.h.

Referenced by operator()(), and Xpar().

unsigned int ROOT::Minuit2::ContoursError::fParY
private

Definition at line 74 of file ContoursError.h.

Referenced by operator()(), and Ypar().

std::vector<std::pair<double,double> > ROOT::Minuit2::ContoursError::fPoints
private

Definition at line 75 of file ContoursError.h.

Referenced by operator()().

MinosError ROOT::Minuit2::ContoursError::fXMinos
private

Definition at line 76 of file ContoursError.h.

Referenced by operator()(), XMin(), XMinos(), and XMinosError().

MinosError ROOT::Minuit2::ContoursError::fYMinos
private

Definition at line 77 of file ContoursError.h.

Referenced by operator()(), YMin(), YMinos(), and YMinosError().


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