![]() |
AliPhysics
fffcdf3 (fffcdf3)
|
Public Member Functions | |
double | W (const Result &r) const |
double | StepW (double guess, const Result &r) const |
double | StepOffset (double guess, const Result &r) const |
double | TermVar (double guess, const Result &r) const |
![]() | |
virtual | ~Combiner () |
double | Term (double guess, const Result &r) const |
double | F (double guess, double chi2, const_iterator &begin, const_iterator &end) const |
double | FindError (unsigned short nIter, const_iterator &begin, const_iterator &end, int sign, double best, double chi2, double s) |
double | FindX (unsigned short nIter, const_iterator &begin, const_iterator &end, double lowest, double highest) |
Final | Calculate (const_iterator &begin, const_iterator &end, unsigned short nIter=50) |
Static Public Member Functions | |
static double | L (double guess, double x, double el, double eh) |
static double | WrapL (double *xp, double *pp) |
Additional Inherited Members | |
![]() | |
typedef List::iterator | iterator |
typedef List::const_iterator | const_iterator |
A combiner that uses a linear variance approximation
Definition at line 572 of file Combiner.C.
|
inlinestatic |
Return the likely-hood function value at \( x'\):
\[ L(x') = (x'-x)^2 / (V + V'(x'-x)) \]
where
\[ v = \sigma^\sigma^- \]
\[ v' = \sigma^+-\sigma^- \]
guess | \( x'\) |
x | \( x\) |
el | \( \sigma^-\) |
eh | \( \sigma^+\) |
Definition at line 664 of file Combiner.C.
Referenced by WrapL().
|
inlinevirtual |
Calculate the bias.
\[ \delta(x') = 1/2 V' [(x'-x) / (V + V'(x' - x))]^2 \]
guess | Current guess \( x'\) |
r | Observation |
Implements Combiner.
Definition at line 620 of file Combiner.C.
|
inlinevirtual |
Calculate the weight based on a guess of best \( x'\)
\[ W(x') = v / [V + V' (x' - x)]^2 \]
guess | Current guess \( x'\) |
r | Observation |
Implements Combiner.
Definition at line 603 of file Combiner.C.
|
inlinevirtual |
Calculate the contribution variance to the \(\chi^2\) with the guess \(x'\).
\[ V(x') = V + V' (x' - x) \]
guess | Current guess \( x'\) |
r | Observation |
Implements Combiner.
Definition at line 638 of file Combiner.C.
|
inlinevirtual |
Calculate the weight
\[ w = (V + x V')^2 / (2 V + x V') \]
r | Observation |
Implements Combiner.
Definition at line 585 of file Combiner.C.
|
inlinestatic |
Wrap likely-hood function for ROOT
xp | Pointer to independent variables |
pp | Pointer to parameters |
Definition at line 679 of file Combiner.C.
Referenced by DrawResult::MakeF().