]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ANALYSIS/PROOF-INF.ANALYSISalice/SETUP.C
Fixes for the AliEn plugin
[u/mrichter/AliRoot.git] / ANALYSIS / PROOF-INF.ANALYSISalice / SETUP.C
CommitLineData
193203c2 1void SETUP()
2{
3 // Load the ANALYSIS library
4 gSystem->Load("libANALYSISalice");
5
6 // Set the include paths
7 gROOT->ProcessLine(".include ANALYSISalice");
8
9 // Set our location, so that other packages can find us
10 gSystem->Setenv("ANALYSISalice_INCLUDE", "ANALYSISalice");
11}