![]() |
AliPhysics
114179e (114179e)
|
Public Types | |
typedef std::list< Result > | Container |
typedef Container::iterator | iterator |
typedef Container::const_iterator | const_iterator |
Public Member Functions | |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
void | Add (const Result &r) |
void | Add (double x, double el, double eh) |
Public Attributes | |
Container | fData |
A possible container of data
Definition at line 162 of file Combiner.C.
typedef Container::const_iterator Combiner::List::const_iterator |
Constant Iterator
Definition at line 169 of file Combiner.C.
typedef std::list<Result> Combiner::List::Container |
The type of container
Definition at line 165 of file Combiner.C.
typedef Container::iterator Combiner::List::iterator |
Iterator
Definition at line 167 of file Combiner.C.
|
inline |
Add an obervation
r | Observation |
Definition at line 203 of file Combiner.C.
Referenced by Drawer::Combine(), Test1(), Test2(), and Test3().
|
inline |
Add an observation
x | \( x_i\) |
el | \( \sigma_i^-\) |
eh | \( \sigma_i^+\) |
Definition at line 214 of file Combiner.C.
|
inline |
Get iterator to the beginning
Definition at line 178 of file Combiner.C.
Referenced by Drawer::Combine(), Test1(), Test2(), and Test3().
|
inline |
Get iterator to the beginning
Definition at line 184 of file Combiner.C.
|
inline |
Get iterator to the ending
Definition at line 190 of file Combiner.C.
Referenced by Drawer::Combine(), Test1(), Test2(), and Test3().
|
inline |
Get iterator to the ending
Definition at line 196 of file Combiner.C.
Container Combiner::List::fData |