AliPhysics  a4b41ad (a4b41ad)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FixPaths.C
Go to the documentation of this file.
1 
11 #ifndef __CINT__
12 #include <TROOT.h>
13 #include <TInterpreter.h>
14 #include <TSystem.h>
15 #include <TError.h>
16 #include <TString.h>
17 #else
18 class TString;
19 class TSystem;
20 #endif
21 
27 struct FixPaths
28 {
29  static FixPaths* fgInstance;
31  {
32  Printf("Fixing include path");
33  gSystem->AddIncludePath("-I${ALICE_PHYSICS}/include");
34  Printf("Include path: %s", gSystem->GetIncludePath());
35  }
36 };
37 
38 #ifndef __CINT__
40 #endif
41 //
42 // EOF
43 //
44 
45 
46 
static FixPaths * fgInstance
Definition: FixPaths.C:10
TSystem * gSystem
FixPaths()
Definition: FixPaths.C:30