Logo ROOT   6.14/05
Reference Guide
List of all members | 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 (const ContoursError &cont)
 
 ~ContoursError ()
 
unsigned int NFcn () const
 
ContoursErroroperator() (const ContoursError &cont)
 
const std::vector< std::pair< double, double > > & operator() () const
 
double XMin () const
 
std::pair< double, double > XMinos () const
 
const MinosErrorXMinosError () const
 
unsigned int Xpar () const
 
double YMin () const
 
std::pair< double, double > YMinos () const
 
const MinosErrorYMinosError () const
 
unsigned int Ypar () const
 

Private Attributes

unsigned int fNFcn
 
unsigned int fParX
 
unsigned int fParY
 
std::vector< std::pair< double, double > > fPoints
 
MinosError fXMinos
 
MinosError fYMinos
 

#include <Minuit2/ContoursError.h>

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.

◆ 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.

◆ 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.

◆ 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.

◆ 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.

◆ 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.

◆ fParX

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

Definition at line 73 of file ContoursError.h.

◆ fParY

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

Definition at line 74 of file ContoursError.h.

◆ fPoints

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

Definition at line 75 of file ContoursError.h.

◆ fXMinos

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

Definition at line 76 of file ContoursError.h.

◆ fYMinos

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

Definition at line 77 of file ContoursError.h.

Libraries for ROOT::Minuit2::ContoursError:
[legend]

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