AliPhysics  68dfc25 (68dfc25)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DrawCorrSecMap.C
Go to the documentation of this file.
1 
30 void
32  Bool_t sat, const char* fname=0, Bool_t details=true)
33 {
34  //__________________________________________________________________
35  // Load libraries and object
36  // const char* fwd = "$ALICE_PHYSICS/PWGLF/FORWARD/analysis2";
37  const char* fwd = "$ALICE_PHYSICS/PWGLF/FORWARD/analysis2";
38  gROOT->Macro(Form("%s/scripts/LoadLibs.C", fwd));
39  gSystem->AddIncludePath(Form("-I%s/scripts -I%s", fwd, fwd));
40  gROOT->LoadMacro(Form("%s/scripts/SummaryDrawer.C", fwd));
41  gROOT->LoadMacro(Form("%s/corrs/CorrDrawer.C", fwd));
42 
43  CorrDrawer d;
44  d.Run(AliForwardCorrectionManager::kSecondaryMap, runNo, sys, sNN, field,
45  true, sat, "LANDSCAPE", fname);
46 }
47 //
48 // EOF
49 //
TSystem * gSystem
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
short Short_t
Definition: External.C:23
const char * fwd
unsigned short UShort_t
Definition: External.C:28
void DrawCorrSecMap(ULong_t runNo, UShort_t sys, UShort_t sNN, Short_t field, Bool_t sat, const char *fname=0, Bool_t details=true)
bool Bool_t
Definition: External.C:53