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