]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STEER/PROOF-INF.AOD/SETUP.C
Fixes in the memory managment, additional protections
[u/mrichter/AliRoot.git] / STEER / PROOF-INF.AOD / SETUP.C
CommitLineData
d56b8915 1void SETUP()
2{
3 // Load the ESD library
4 gSystem->Load("libAOD");
5
3e228187 6 // Set the include paths
d56b8915 7 gROOT->ProcessLine(".include AOD");
8
9 // Set our location, so that other packages can find us
10 gSystem->Setenv("AOD_INCLUDE", "AOD");
11}