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