![]() |
AliPhysics
3bba2fe (3bba2fe)
|
Extract GraphSysErr from results. More...
#include "GraphSysErr.C"
#include <TFile.h>
#include <TList.h>
#include <TMath.h>
#include <TCanvas.h>
#include <TLegend.h>
#include <TSeqCollection.h>
#include <TLegendEntry.h>
#include <THStack.h>
Go to the source code of this file.
Functions | |
static Int_t | PbPbBin (Double_t c1, Double_t c2) |
static Color_t | PbPbColor (Double_t c1, Double_t c2) |
void | MakeCommon (TObject *o, const char *name, Double_t val, Color_t c) |
Int_t | MakeP2P (TObject *o, const char *name, Color_t c) |
Double_t | SysEval (Double_t x, Double_t sMin, Double_t sMax, Double_t xMax) |
Double_t | CSysEval (Double_t x, Double_t sMin, Double_t sMax) |
Double_t | EtaSysEval (Double_t x, Double_t sMin, Double_t sMax) |
TObject * | MakeGSE (TDirectory *d, Int_t dimen, UShort_t sNN, Double_t c1, Double_t c2) |
TObject * | MakeTGSE (TDirectory *d, Int_t dimen, UShort_t sNN, Double_t c1, Double_t c2) |
TObject * | GetO (TDirectory *dir, const char *name, TClass *cls=0) |
TDirectory * | GetD (TDirectory *dir, const char *name) |
TH1 * | GetH1 (TDirectory *dir, const char *name) |
void | ExtractGSE2 (const char *input, UShort_t sNN=5023) |
void | ExtractGSE (Int_t flags) |
Definition at line 121 of file ExtractGSE2.C.
Referenced by MakeGSE().
Definition at line 125 of file ExtractGSE2.C.
void ExtractGSE | ( | Int_t | flags | ) |
Definition at line 401 of file ExtractGSE2.C.
void ExtractGSE2 | ( | const char * | input, |
UShort_t | sNN = 5023 |
||
) |
Steering
Definition at line 340 of file ExtractGSE2.C.
TDirectory* GetD | ( | TDirectory * | dir, |
const char * | name | ||
) |
Definition at line 324 of file ExtractGSE2.C.
TH1* GetH1 | ( | TDirectory * | dir, |
const char * | name | ||
) |
Definition at line 330 of file ExtractGSE2.C.
Referenced by ExtractGSE2(), MakeGSE(), and MakeTGSE().
TObject* GetO | ( | TDirectory * | dir, |
const char * | name, | ||
TClass * | cls = 0 |
||
) |
Definition at line 302 of file ExtractGSE2.C.
Define a correlated uncertainty
o | Graph |
name | Name |
val | Value (relative) |
c | Color |
Definition at line 89 of file ExtractGSE2.C.
Referenced by MakeGSE().
Make a GraphSysErr object
d | Directory |
dimen | Dimension |
sNN | Collision energy in GeV |
c1 | Least centrality |
c2 | Largest centrality |
Definition at line 142 of file ExtractGSE2.C.
Referenced by ExtractGSE2().
Declare a point-to-point uncertainty
o | Graph |
name | Name |
c | Color |
Definition at line 106 of file ExtractGSE2.C.
Referenced by MakeGSE().
Make a GraphSysErr object for simulations
d | Directory |
dimen | Dimension |
sNN | Collision energy in GeV |
c1 | Least centrality |
c2 | Largest centrality |
Definition at line 233 of file ExtractGSE2.C.
Referenced by ExtractGSE2().
Find bin number correspondig to centrality range
c1 | Least centrality |
c2 | Largest centrality |
Definition at line 39 of file ExtractGSE2.C.
Referenced by PbPbColor().
Get the centrality color for PbPb
c1 | Lower edge |
c2 | Upper edge |
Definition at line 64 of file ExtractGSE2.C.
Referenced by MakeGSE(), and MakeTGSE().
Definition at line 116 of file ExtractGSE2.C.
Referenced by CSysEval(), and EtaSysEval().