![]() |
AliPhysics
4a7363b (4a7363b)
|
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 |
![]() | |
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 |
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.
|
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 |
The final \(\chi^2 \)
Definition at line 5026 of file GraphSysErr.C.
Double_t GraphSysErr::Combiner::Result::fLower |
Lower bound to use
Definition at line 5028 of file GraphSysErr.C.
Double_t GraphSysErr::Combiner::Result::fUpper |
Upper bound to use
Definition at line 5030 of file GraphSysErr.C.