AliPhysics  fffcdf3 (fffcdf3)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DrawMCCorrSummary.C
Go to the documentation of this file.
1 
10 //____________________________________________________________________
11 void DrawMCCorrSummary(const char* fname="forward_mccorr.root",
12  UShort_t what=0x20F)
13 {
14  const char* fwd = "$ALICE_PHYSICS/PWGLF/FORWARD/analysis2";
15  gROOT->SetMacroPath(Form("%s:%s/scripts",
16  gROOT->GetMacroPath(), fwd));
17  gROOT->Macro(Form("%s/scripts/LoadLibs.C", fwd));
18  gROOT->LoadMacro(Form("%s/scripts/SummaryMCCorrDrawer.C+g",fwd));
19 
21  d.Run(fname, what);
22 }
23 //
24 // EOF
25 //
void Run(const char *fname, UShort_t what=kNormal)
const char * fwd
unsigned short UShort_t
Definition: External.C:28
void DrawMCCorrSummary(const char *fname="forward_mccorr.root", UShort_t what=0x20F)