AliPhysics  114179e (114179e)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Combiner::List Struct Reference

Public Types

typedef std::list< ResultContainer
 
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
 

Detailed Description

A possible container of data

Definition at line 162 of file Combiner.C.

Member Typedef Documentation

typedef Container::const_iterator Combiner::List::const_iterator

Constant Iterator

Definition at line 169 of file Combiner.C.

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.

Member Function Documentation

void Combiner::List::Add ( const Result r)
inline

Add an obervation

Parameters
rObservation

Definition at line 203 of file Combiner.C.

Referenced by Drawer::Combine(), Test1(), Test2(), and Test3().

void Combiner::List::Add ( double  x,
double  el,
double  eh 
)
inline

Add an observation

Parameters
x\( x_i\)
el\( \sigma_i^-\)
eh\( \sigma_i^+\)

Definition at line 214 of file Combiner.C.

iterator Combiner::List::begin ( )
inline

Get iterator to the beginning

Returns
Iterator pointing at the beginning

Definition at line 178 of file Combiner.C.

Referenced by Drawer::Combine(), Test1(), Test2(), and Test3().

const_iterator Combiner::List::begin ( ) const
inline

Get iterator to the beginning

Returns
Iterator pointing at the beginning

Definition at line 184 of file Combiner.C.

iterator Combiner::List::end ( )
inline

Get iterator to the ending

Returns
Iterator pointing at the ending

Definition at line 190 of file Combiner.C.

Referenced by Drawer::Combine(), Test1(), Test2(), and Test3().

const_iterator Combiner::List::end ( ) const
inline

Get iterator to the ending

Returns
Iterator pointing at the ending

Definition at line 196 of file Combiner.C.

Member Data Documentation

Container Combiner::List::fData

Our contianer

Definition at line 172 of file Combiner.C.

Referenced by Add(), begin(), and end().


The documentation for this struct was generated from the following file: