AliPhysics  a56b849 (a56b849)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Combiner::Final Struct Reference
Inheritance diagram for Combiner::Final:

Public Member Functions

 Final (double x, double el, double eh, double chi2, double low, double high)
 
double Low () const
 
double High () const
 
- Public Member Functions inherited from Combiner::Result
 Result (double x=0, double el=0, double eh=0)
 
virtual ~Result ()
 
double S () const
 
double Sprime () const
 
double V () const
 
double Vprime () const
 

Public Attributes

double fChi2
 
double fLower
 
double fUpper
 
- Public Attributes inherited from Combiner::Result
double fX
 
double fEl
 
double fEh
 

Detailed Description

The final result

Definition at line 114 of file Combiner.C.

Constructor & Destructor Documentation

Combiner::Final::Final ( double  x,
double  el,
double  eh,
double  chi2,
double  low,
double  high 
)
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 132 of file Combiner.C.

Member Function Documentation

double Combiner::Final::High ( ) const
inlinevirtual

Upper bound

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

Reimplemented from Combiner::Result.

Definition at line 153 of file Combiner.C.

double Combiner::Final::Low ( ) const
inlinevirtual

Lower bound

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

Reimplemented from Combiner::Result.

Definition at line 144 of file Combiner.C.

Member Data Documentation

double Combiner::Final::fChi2

The final \(\chi^2 \)

Definition at line 117 of file Combiner.C.

Referenced by operator<<(), and RunTest().

double Combiner::Final::fLower

Lower bound to use

Definition at line 119 of file Combiner.C.

Referenced by Low().

double Combiner::Final::fUpper

Upper bound to use

Definition at line 121 of file Combiner.C.

Referenced by High().


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