AliPhysics  3bba2fe (3bba2fe)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ExtractData.C File Reference

Go to the source code of this file.

Functions

TH1GetOne (const TList *list, const char *which, bool mirror)
 
TH1MakeSysError (TH1 *h, Double_t sysErr)
 
TH1Graph2Hist (const TGraphAsymmErrors *g)
 
void SetAttributes (TH1 *h, UShort_t sNN, Int_t which, Bool_t mirror)
 
TH1GetPublished (UShort_t sNN, Bool_t isNSD)
 
Double_t AddToStack (THStack *stack, UShort_t sNN, Bool_t isNSD, TList *forward, TList *central, Double_t fwdSysErr, Double_t cenSysErr, Double_t strangeCorr)
 
TListGetList (const TDirectory *d, const char *what)
 
void AdjustAxis (TAxis *a)
 
THStack * MakeStack (Bool_t isNSD, Bool_t showClusters, Double_t strangeCorr, Double_t maxFactor=1.1)
 
Double_t DrawStack (Bool_t isNSD, Bool_t showClusters, Double_t strangeCorr, Double_t maxFactor=1.1)
 
void ExtractData (Bool_t showClusters=true)
 

Function Documentation

Double_t AddToStack ( THStack *  stack,
UShort_t  sNN,
Bool_t  isNSD,
TList forward,
TList central,
Double_t  fwdSysErr,
Double_t  cenSysErr,
Double_t  strangeCorr 
)

Definition at line 132 of file ExtractData.C.

Referenced by MakeStack().

void AdjustAxis ( TAxis a)

Definition at line 192 of file ExtractData.C.

Referenced by DrawStack().

Double_t DrawStack ( Bool_t  isNSD,
Bool_t  showClusters,
Double_t  strangeCorr,
Double_t  maxFactor = 1.1 
)

Definition at line 249 of file ExtractData.C.

Referenced by ExtractData().

void ExtractData ( Bool_t  showClusters = true)

Definition at line 280 of file ExtractData.C.

TList* GetList ( const TDirectory *  d,
const char *  what 
)
TH1* GetOne ( const TList list,
const char *  which,
bool  mirror 
)

Definition at line 3 of file ExtractData.C.

Referenced by AddToStack().

TH1* GetPublished ( UShort_t  sNN,
Bool_t  isNSD 
)

Definition at line 115 of file ExtractData.C.

Referenced by AddToStack().

TH1* Graph2Hist ( const TGraphAsymmErrors g)

Definition at line 53 of file ExtractData.C.

Referenced by GetPublished().

THStack* MakeStack ( Bool_t  isNSD,
Bool_t  showClusters,
Double_t  strangeCorr,
Double_t  maxFactor = 1.1 
)

Definition at line 204 of file ExtractData.C.

Referenced by DrawStack().

TH1* MakeSysError ( TH1 h,
Double_t  sysErr 
)

Definition at line 25 of file ExtractData.C.

Referenced by AddToStack().

void SetAttributes ( TH1 h,
UShort_t  sNN,
Int_t  which,
Bool_t  mirror 
)

Definition at line 102 of file ExtractData.C.

Referenced by AddToStack().