ROOT  6.06/08
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)
 
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>

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

Constructor & Destructor Documentation

§ 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

Definition at line 28 of file ContoursError.h.

§ ~ContoursError()

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

Definition at line 30 of file ContoursError.h.

§ ContoursError() [2/2]

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

Definition at line 32 of file ContoursError.h.

Member Function Documentation

§ NFcn()

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

Definition at line 67 of file ContoursError.h.

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

§ operator()() [1/2]

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

Definition at line 34 of file ContoursError.h.

§ operator()() [2/2]

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

Definition at line 44 of file ContoursError.h.

§ XMin()

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

Definition at line 68 of file ContoursError.h.

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

§ XMinos()

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

Definition at line 48 of file ContoursError.h.

§ XMinosError()

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

Definition at line 59 of file ContoursError.h.

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

§ Xpar()

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

Definition at line 56 of file ContoursError.h.

§ YMin()

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

Definition at line 69 of file ContoursError.h.

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

§ YMinos()

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

Definition at line 52 of file ContoursError.h.

§ YMinosError()

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

Definition at line 63 of file ContoursError.h.

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

§ Ypar()

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

Definition at line 57 of file ContoursError.h.

Member Data Documentation

§ fNFcn

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

Definition at line 78 of file ContoursError.h.

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

§ fParX

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

Definition at line 73 of file ContoursError.h.

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

§ fParY

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

Definition at line 74 of file ContoursError.h.

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

§ fPoints

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

Definition at line 75 of file ContoursError.h.

Referenced by operator()().

§ fXMinos

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

Definition at line 76 of file ContoursError.h.

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

§ fYMinos

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: