AliPhysics  fffcdf3 (fffcdf3)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CentSysErr.C File Reference
#include <TFile.h>
#include <TCollection.h>
#include <TList.h>
#include <TClass.h>
#include <THStack.h>
#include <TAxis.h>
#include <TH1.h>
#include <TH2.h>
#include <TString.h>
#include <TError.h>
#include <TCanvas.h>
#include <TLegend.h>
#include <TLegendEntry.h>
#include <TStyle.h>
#include <TParameter.h>
#include <TLatex.h>
#include <TGraphAsymmErrors.h>
#include <TF1.h>
#include <TMath.h>
Include dependency graph for CentSysErr.C:

Go to the source code of this file.

Functions

TObjectGetObject (TDirectory *d, const char *name, TClass *cls=0, Bool_t verb=true)
 
TObjectGetObject (TCollection *d, const char *name, TClass *cls=0, Bool_t verb=true)
 
TCollectionGetCollection (TDirectory *d, const char *name)
 
TCollectionGetCollection (TCollection *d, const char *name)
 
TH2GetH2 (TCollection *c, const char *name)
 
TH1GetH1 (TCollection *c, const char *name)
 
THStack * GetStack (TCollection *c, const char *name, Bool_t verb=true)
 
TParameter< double > * GetParam (TCollection *c, const char *name, Bool_t verb=false)
 
void ProcessOne (const char *meth, Int_t style, TList *stacks, TList *ratios, TList *mins, TList *maxs, TList *avgs, TAxis *&centAxis)
 
void CentSysErr (Bool_t div=false, Bool_t zem=false)
 

Function Documentation

void CentSysErr ( Bool_t  div = false,
Bool_t  zem = false 
)

Definition at line 212 of file CentSysErr.C.

TCollection* GetCollection ( TDirectory *  d,
const char *  name 
)

Definition at line 78 of file CentSysErr.C.

Referenced by ProcessOne().

TCollection* GetCollection ( TCollection d,
const char *  name 
)

Definition at line 84 of file CentSysErr.C.

TH1* GetH1 ( TCollection c,
const char *  name 
)

Definition at line 96 of file CentSysErr.C.

Referenced by ProcessOne().

TH2* GetH2 ( TCollection c,
const char *  name 
)

Definition at line 90 of file CentSysErr.C.

TObject* GetObject ( TDirectory *  d,
const char *  name,
TClass *  cls = 0,
Bool_t  verb = true 
)

Definition at line 23 of file CentSysErr.C.

Referenced by GetCollection(), GetH1(), GetH2(), GetParam(), GetStack(), and ProcessOne().

TObject* GetObject ( TCollection d,
const char *  name,
TClass *  cls = 0,
Bool_t  verb = true 
)

Definition at line 51 of file CentSysErr.C.

TParameter<double>* GetParam ( TCollection c,
const char *  name,
Bool_t  verb = false 
)

Definition at line 108 of file CentSysErr.C.

Referenced by ProcessOne(), and AliFMDEnergyFitter::ReadParameters().

THStack* GetStack ( TCollection c,
const char *  name,
Bool_t  verb = true 
)

Definition at line 102 of file CentSysErr.C.

Referenced by DrawSteps(), AliKFParticleTest::Exec(), and ProcessOne().

void ProcessOne ( const char *  meth,
Int_t  style,
TList stacks,
TList ratios,
TList mins,
TList maxs,
TList avgs,
TAxis *&  centAxis 
)

Definition at line 118 of file CentSysErr.C.

Referenced by CentSysErr().