AliPhysics  a5cd6b6 (a5cd6b6)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DrawPP.C
Go to the documentation of this file.
1 // Draw one result
2 void DrawPP(UShort_t sNN,
3  const Option_t* option="e5",
4  Bool_t rebinned=true)
5 {
6  if (gSystem->Getenv("FWD"))
7  fwd = gSystem->Getenv("FWD");
8  else
9  fwd = gSystem->ExpandPathName("$ALICE_PHYSICS/PWGLF/FORWARD/analysis2");
10  gROOT->SetMacroPath(Form("%s/dndeta:%s", gROOT->GetMacroPath(),fwd));
11  if (!gROOT->GetClass("Drawer")) gROOT->LoadMacro("Drawer.C++g");
12 
13  Drawer::DrawPP(sNN, option, rebinned);
14 }
15 // EOF
TSystem * gSystem
const char * fwd
unsigned short UShort_t
Definition: External.C:28
void DrawPP(UShort_t sNN, const Option_t *option="e5", Bool_t rebinned=true)
Definition: DrawPP.C:2
const char Option_t
Definition: External.C:48
bool Bool_t
Definition: External.C:53