]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/PROOF-INF.ESD/SETUP.C
Possibility to create ESD par file (Jan)
[u/mrichter/AliRoot.git] / STEER / PROOF-INF.ESD / SETUP.C
1 void SETUP()
2 {
3    // Load some ROOT libraries
4    gSystem->Load("libEG");
5    gSystem->Load("libGeom");
6
7    // Load the ESD library
8    gSystem->Load("libESD");
9
10    // Set the Inlucde paths
11    gSystem->SetIncludePath("-I$ROOTSYS/include -IESD");
12    gROOT->ProcessLine(".include ESD");
13
14    // Set our location, so that other packages can find us
15    gSystem->Setenv("ESD_INCLUDE", "ESD");
16 }