]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/PROOF-INF.STEERBase/SETUP.C
updated handling of include paths
[u/mrichter/AliRoot.git] / STEER / PROOF-INF.STEERBase / SETUP.C
1 void SETUP()
2 {
3    // Load the STEERBase library
4    gSystem->Load("libVMC");
5    gSystem->Load("libSTEERBase");
6
7    // Set the include paths
8    gROOT->ProcessLine(".include STEERBase");
9
10    // Set our location, so that other packages can find us
11    gSystem->Setenv("STEERBase_INCLUDE", "STEERBase");
12 }