![]() |
AliPhysics
239578e (239578e)
|
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) |
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) |
void | MakeGSE (std::ostream &o, const TH1 *h, Double_t c1, Double_t c2, Bool_t reweigh, Double_t fac=1) |
void | FindLeastLargest (TObject *o, Double_t c1, Double_t c2) |
void | Extract (const char *filename="dndneta.pbpb502.20151124.root", const char *outname="TRACKLETS_5023_PbPb.input", Bool_t reweigh=false) |
void Extract | ( | const char * | filename = "dndneta.pbpb502.20151124.root" , |
const char * | outname = "TRACKLETS_5023_PbPb.input" , |
||
Bool_t | reweigh = false |
||
) |
void MakeGSE | ( | std::ostream & | o, |
const TH1 * | h, | ||
Double_t | c1, | ||
Double_t | c2, | ||
Bool_t | reweigh, | ||
Double_t | fac = 1 |
||
) |
Make a GraphSysErr object
o | Output stream |
h | Histogram |
c1 | Lower centrality bound |
c2 | Upper centrality bound |
reweigh | True if reweighed |
fac | Scaling factor |
Definition at line 103 of file Extract.C.
Referenced by Extract().
Find bin number correspondig to centrality range
c1 | Least centrality |
c2 | Largest centrality |
Definition at line 10 of file Extract.C.
Referenced by PbPbColor().
Evaluate a systematic error
x | Independent value |
sMin | Value at least X(=0) |
sMax | Value at largest X |
xMax | Largest X value |
Definition at line 63 of file Extract.C.
Referenced by CSysEval(), and EtaSysEval().