]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ANALYSIS/PROOF-INF.ANALYSIS/SETUP.C
Removed call to SetOldRCUFormat, which is only needed for testbeam data
[u/mrichter/AliRoot.git] / ANALYSIS / PROOF-INF.ANALYSIS / SETUP.C
1 void SETUP()
2 {
3   // Load the ANALYSIS library
4    gSystem->Load("libANALYSIS");
5
6    // Set the Inlucde paths
7    gSystem->SetIncludePath("-I$ROOTSYS/include -IANALYSIS");
8    gROOT->ProcessLine(".include ANALYSIS");
9
10    // Set our location, so that other packages can find us
11    gSystem->Setenv("ANALYSIS_INCLUDE", "ANALYSIS");
12 }