AliPhysics  d37ed96 (d37ed96)
FixPaths.C
Go to the documentation of this file.
1 #ifndef __CINT__
2 #include <TROOT.h>
3 #include <TInterpreter.h>
4 #include <TSystem.h>
5 #include <TError.h>
6 #endif
7 
8 struct FixPaths
9 {
12  {
13  Printf("Fixing include path");
14  gSystem->AddIncludePath("-I${ALICE_PHYSICS}/include");
15  Printf("Include path: %s", gSystem->GetIncludePath());
16  }
17 };
18 
19 #ifndef __CINT__
21 #endif
22 
23 
24 
static FixPaths * fgInstance
Definition: FixPaths.C:10
TSystem * gSystem
FixPaths()
Definition: FixPaths.C:11