]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STEER/PROOF-INF.STEERBase/SETUP.C
MakeAlObjsArray is not const in the base class
[u/mrichter/AliRoot.git] / STEER / PROOF-INF.STEERBase / SETUP.C
CommitLineData
6bc03c45 1void SETUP()
2{
c6109fad 3 // Load some Root libraries needed by STEERBase
830f5072 4 gSystem->Load("libVMC");
c6109fad 5 gSystem->Load("libNet");
6 gSystem->Load("libTree");
2c39fad9 7 gSystem->Load("libPhysics");
c6109fad 8
9 // Load the STEERBase library
6bc03c45 10 gSystem->Load("libSTEERBase");
11
3e228187 12 // Set the include paths
6bc03c45 13 gROOT->ProcessLine(".include STEERBase");
14
15 // Set our location, so that other packages can find us
16 gSystem->Setenv("STEERBase_INCLUDE", "STEERBase");
17}