AliPhysics  31210d0 (31210d0)
DrawCorrAcc.C
Go to the documentation of this file.
1 
28 void
30  const char* fname=0, Bool_t details=true)
31 {
32  //__________________________________________________________________
33  // Load libraries and object
34  // const char* fwd = "$ALICE_PHYSICS/PWGLF/FORWARD/analysis2";
35  const char* fwd = "$ALICE_PHYSICS/PWGLF/FORWARD/analysis2";
36  gROOT->Macro(Form("%s/scripts/LoadLibs.C", fwd));
37  gROOT->LoadMacro(Form("%s/scripts/SummaryDrawer.C", fwd));
38  gROOT->LoadMacro(Form("%s/corrs/CorrDrawer.C", fwd));
39 
40  CorrDrawer d;
41  d.Run(AliForwardCorrectionManager::kAcceptance, runNo, sys, sNN, 0,
42  false, false, "", fname);
43 
44 }
45 //
46 // EOF
47 //
void Run(const Char_t *what, const Char_t *extra, Option_t *options="", const Char_t *local="")
Definition: CorrDrawer.C:63
unsigned long ULong_t
Definition: External.C:38
void DrawCorrAcc(ULong_t runNo, UShort_t sys, UShort_t sNN, const char *fname=0, Bool_t details=true)
Definition: DrawCorrAcc.C:29
const char * fwd
unsigned short UShort_t
Definition: External.C:28
bool Bool_t
Definition: External.C:53