![]() |
AliPhysics
c0be15e (c0be15e)
|
#include <cmath>
#include <iterator>
#include <list>
#include <iosfwd>
#include <TF1.h>
#include <TList.h>
#include <TLine.h>
#include <TH1.h>
#include <iostream>
#include <algorithm>
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 () |
std::ostream& operator<< | ( | std::ostream & | o, |
const Combiner::Result & | r | ||
) |
Put-to operator of an observation
o | Output stream |
r | Observation |
Definition at line 445 of file Combiner.C.
std::ostream& operator<< | ( | std::ostream & | o, |
const Combiner::Final & | r | ||
) |
Put-to operator of an observation
o | Output stream |
r | Observation |
Definition at line 457 of file Combiner.C.
void RunTest | ( | Combiner::const_iterator | b, |
Combiner::const_iterator | e, | ||
Combiner::Final | s, | ||
Combiner::Final | v | ||
) |
Definition at line 752 of file Combiner.C.
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.