![]() |
AliPhysics
19b3b9d (19b3b9d)
|
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 | |
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, UShort_t sNN, Double_t c1, Double_t c2) |
TObject * | MakeTGSE (TDirectory *d, 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 | ExtractGSE (const char *input, UShort_t sNN=5023) |
void | ExtractGSE (Int_t flags) |
Definition at line 71 of file ExtractGSE.C.
Definition at line 75 of file ExtractGSE.C.
void ExtractGSE | ( | const char * | input, |
UShort_t | sNN = 5023 |
||
) |
Steering
Definition at line 272 of file ExtractGSE.C.
void ExtractGSE | ( | Int_t | flags | ) |
Definition at line 315 of file ExtractGSE.C.
TDirectory* GetD | ( | TDirectory * | dir, |
const char * | name | ||
) |
Definition at line 256 of file ExtractGSE.C.
TH1* GetH1 | ( | TDirectory * | dir, |
const char * | name | ||
) |
Definition at line 262 of file ExtractGSE.C.
TObject* GetO | ( | TDirectory * | dir, |
const char * | name, | ||
TClass * | cls = 0 |
||
) |
Definition at line 234 of file ExtractGSE.C.
Define a correlated uncertainty
o | Graph |
name | Name |
val | Value (relative) |
c | Color |
Definition at line 39 of file ExtractGSE.C.
Make a GraphSysErr object
d | Directory |
sNN | Collision energy in GeV |
c1 | Least centrality |
c2 | Largest centrality |
Definition at line 91 of file ExtractGSE.C.
Declare a point-to-point uncertainty
o | Graph |
name | Name |
c | Color |
Definition at line 56 of file ExtractGSE.C.
Make a GraphSysErr object for simulations
d | Directory |
sNN | Collision energy in GeV |
c1 | Least centrality |
c2 | Largest centrality |
Definition at line 173 of file ExtractGSE.C.
Referenced by ExtractGSE().