![]() |
AliPhysics
648edd6 (648edd6)
|
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) | |
![]() | |
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 |
![]() | |
Double_t | fX |
Double_t | fEl |
Double_t | fEh |
The final result
Definition at line 5023 of file GraphSysErr.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 5041 of file GraphSysErr.C.
GraphSysErr::Combiner::Result::ClassDef | ( | Result | , |
1 | |||
) |
|
inlinevirtual |
Upper bound
Reimplemented from GraphSysErr::Combiner::Observation.
Definition at line 5059 of file GraphSysErr.C.
Referenced by GraphSysErr::Combiner::Draw().
|
inlinevirtual |
Lower bound
Reimplemented from GraphSysErr::Combiner::Observation.
Definition at line 5053 of file GraphSysErr.C.
Referenced by GraphSysErr::Combiner::Draw().
|
inlinevirtual |
Print to standard output
option | Not used |
Reimplemented from GraphSysErr::Combiner::Observation.
Definition at line 5065 of file GraphSysErr.C.
Referenced by GraphSysErr::FWHM().
Double_t GraphSysErr::Combiner::Result::fChi2 |
Double_t GraphSysErr::Combiner::Result::fLower |
Double_t GraphSysErr::Combiner::Result::fUpper |