![]() |
AliPhysics
c0be15e (c0be15e)
|
#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, 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) |
void | ExtractGSE (Int_t flags) |
Definition in file ExtractGSE.C.
Evaluate a centrality dependent systematic error
x | Centrality |
sMin | Least error |
sMax | Largest error |
Definition at line 89 of file ExtractGSE.C.
Referenced by MakeGSE().
Evaluate an \( \eta\) dependent systematic error
x | \( \eta\) |
sMin | Least error |
sMax | Largest error |
Definition at line 102 of file ExtractGSE.C.
void ExtractGSE | ( | const char * | input | ) |
Steering
input | Input file |
Definition at line 253 of file ExtractGSE.C.
Referenced by ExtractGSE().
void ExtractGSE | ( | Int_t | flags | ) |
TDirectory* GetD | ( | TDirectory * | dir, |
const char * | name | ||
) |
Get a directory from a directory/collection
dir | Directory/collection |
name | Name of object |
Definition at line 228 of file ExtractGSE.C.
TH1* GetH1 | ( | TDirectory * | dir, |
const char * | name | ||
) |
Get a histogram from a directory/collection
dir | Directory/collection |
name | Name of object |
Definition at line 242 of file ExtractGSE.C.
Referenced by ExtractGSE(), MakeGSE(), and MakeTGSE().
TObject* GetO | ( | TDirectory * | dir, |
const char * | name, | ||
TClass * | cls = 0 |
||
) |
Get an object from a directory/collection
dir | Directory/collection |
name | Name of object |
cls | Optionally, the type |
Definition at line 198 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.
Referenced by MakeGSE().
Make a GraphSysErr object
d | Directory |
c1 | Least centrality |
c2 | Largest centrality |
Definition at line 117 of file ExtractGSE.C.
Referenced by ExtractGSE().
Declare a point-to-point uncertainty
o | Graph |
name | Name |
c | Color |
Definition at line 56 of file ExtractGSE.C.
Referenced by MakeGSE().
Evaluate a systematic error
x | Where |
sMin | Least error |
sMax | Largest error |
xMax | Largest \( x\) |
Definition at line 76 of file ExtractGSE.C.
Referenced by CSysEval(), and EtaSysEval().