![]() |
AliPhysics
d497afb (d497afb)
|
Public Member Functions | |
Final (double x, double el, double eh, double chi2, double low, double high) | |
double | Low () const |
double | High () const |
![]() | |
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 |
![]() | |
double | fX |
double | fEl |
double | fEh |
The final result
Definition at line 114 of file Combiner.C.
|
inline |
The final result
x | Best estimate of \( x\) |
el | Best estimate of \( \sigma^-\) |
eh | Best estimate of \( \sigma^+\) |
chi2 | \(\chi^2\) of best estimate |
low | The lower bound of the source data |
high | The upper bound of the source data |
Definition at line 132 of file Combiner.C.
|
inlinevirtual |
Upper bound
Reimplemented from Combiner::Result.
Definition at line 153 of file Combiner.C.
|
inlinevirtual |
Lower bound
Reimplemented from Combiner::Result.
Definition at line 144 of file Combiner.C.
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 |
double Combiner::Final::fUpper |