AliPhysics  7c37cfa (7c37cfa)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GraphSysErr::Combiner::Result Struct Reference
Inheritance diagram for GraphSysErr::Combiner::Result:

Public Member Functions

 Result (Double_t x=0, Double_t el=0, Double_t eh=0, Double_t chi2=0, Double_t low=0, Double_t high=0)
 
Double_t Low () const
 
Double_t High () const
 
virtual void Print (Option_t *option="") const
 
 ClassDef (Result, 1)
 
- Public Member Functions inherited from GraphSysErr::Combiner::Observation
 Observation (Double_t x=0, Double_t el=0, Double_t eh=0)
 
virtual ~Observation ()
 
Double_t S () const
 
Double_t Sprime () const
 
Double_t Svar (Double_t guess=0) const
 
Double_t V () const
 
Double_t Vprime () const
 
 ClassDef (Observation, 1)
 

Public Attributes

Double_t fChi2
 
Double_t fLower
 
Double_t fUpper
 
- Public Attributes inherited from GraphSysErr::Combiner::Observation
Double_t fX
 
Double_t fEl
 
Double_t fEh
 

Detailed Description

The final result

Definition at line 5023 of file GraphSysErr.C.

Constructor & Destructor Documentation

GraphSysErr::Combiner::Result::Result ( Double_t  x = 0,
Double_t  el = 0,
Double_t  eh = 0,
Double_t  chi2 = 0,
Double_t  low = 0,
Double_t  high = 0 
)
inline

The final result

Parameters
xBest estimate of \( x\)
elBest estimate of \( \sigma^-\)
ehBest estimate of \( \sigma^+\)
chi2\(\chi^2\) of best estimate
lowThe lower bound of the source data
highThe upper bound of the source data

Definition at line 5041 of file GraphSysErr.C.

Member Function Documentation

GraphSysErr::Combiner::Result::ClassDef ( Result  ,
 
)
Double_t GraphSysErr::Combiner::Result::High ( ) const
inlinevirtual

Upper bound

Returns
\( x_i + 3\sigma_i^+\)

Reimplemented from GraphSysErr::Combiner::Observation.

Definition at line 5059 of file GraphSysErr.C.

Referenced by GraphSysErr::Combiner::Draw().

Double_t GraphSysErr::Combiner::Result::Low ( ) const
inlinevirtual

Lower bound

Returns
\( x_i - 3\sigma_i^+\)

Reimplemented from GraphSysErr::Combiner::Observation.

Definition at line 5053 of file GraphSysErr.C.

Referenced by GraphSysErr::Combiner::Draw().

virtual void GraphSysErr::Combiner::Result::Print ( Option_t option = "") const
inlinevirtual

Print to standard output

Parameters
optionNot used

Reimplemented from GraphSysErr::Combiner::Observation.

Definition at line 5065 of file GraphSysErr.C.

Referenced by GraphSysErr::FWHM().

Member Data Documentation

Double_t GraphSysErr::Combiner::Result::fChi2

The final \(\chi^2 \)

Definition at line 5026 of file GraphSysErr.C.

Referenced by Print().

Double_t GraphSysErr::Combiner::Result::fLower

Lower bound to use

Definition at line 5028 of file GraphSysErr.C.

Referenced by Low().

Double_t GraphSysErr::Combiner::Result::fUpper

Upper bound to use

Definition at line 5030 of file GraphSysErr.C.

Referenced by High().


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