]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/PROOF-INF.ESD/SETUP.C
The wrong file was committed earlier
[u/mrichter/AliRoot.git] / STEER / PROOF-INF.ESD / SETUP.C
1 void SETUP()
2 {
3    // Load the ESD library
4    gSystem->Load("libANALYSIS_NEW");
5
6    // Set the Inlucde paths
7    gSystem->SetIncludePath("-I$ROOTSYS/include -IANALYSIS_NEW");
8    gROOT->ProcessLine(".include ANALYSIS_NEW");
9
10    // Set our location, so that other packages can find us
11    gSystem->Setenv("ANALYSIS_NEW_INCLUDE", "ANALYSIS_NEW");
12 }