AliPhysics  c0be15e (c0be15e)
Combiner.C File Reference
#include <cmath>
#include <iterator>
#include <list>
#include <iosfwd>
#include <TF1.h>
#include <TList.h>
#include <TLine.h>
#include <TH1.h>
#include <iostream>
#include <algorithm>
Include dependency graph for Combiner.C:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Combiner
 
struct  Combiner::Result
 
struct  Combiner::Final
 
struct  Combiner::List
 
struct  LinearSigmaCombiner
 
struct  LinearVarianceCombiner
 
struct  DrawResult
 

Functions

std::ostream & operator<< (std::ostream &o, const Combiner::Result &r)
 
std::ostream & operator<< (std::ostream &o, const Combiner::Final &r)
 
void RunTest (Combiner::const_iterator b, Combiner::const_iterator e, Combiner::Final s, Combiner::Final v)
 
void Test1 ()
 
void Test2 ()
 
void Test3 ()
 

Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const Combiner::Result r 
)

Put-to operator of an observation

Parameters
oOutput stream
rObservation
Returns
The output stream

Definition at line 445 of file Combiner.C.

std::ostream& operator<< ( std::ostream &  o,
const Combiner::Final r 
)

Put-to operator of an observation

Parameters
oOutput stream
rObservation
Returns
The output stream

Definition at line 457 of file Combiner.C.

Definition at line 752 of file Combiner.C.

Referenced by Test1(), Test2(), and Test3().

void Test1 ( )

Definition at line 782 of file Combiner.C.

Referenced by Test3().

void Test2 ( )

Definition at line 793 of file Combiner.C.

void Test3 ( )

Definition at line 803 of file Combiner.C.