]> git.uio.no Git - u/mrichter/AliRoot.git/blame - JETAN/PROOF-INF.JETANdev/SETUP.C
check label
[u/mrichter/AliRoot.git] / JETAN / PROOF-INF.JETANdev / SETUP.C
CommitLineData
d89b8229 1void SETUP()
2{
3 // Load some ROOT libraries
4 gSystem->Load("libJETANdev");
5
6 // Set the Inlucde paths
7 gSystem->SetIncludePath("-I$ROOTSYS/include -IJETANdev");
816bbbf4 8 gROOT->ProcessLine(".include JETANdev/DEV");
d89b8229 9
10 // Set our location, so that other packages can find us
11 gSystem->Setenv("JETANDEV_INCLUDE", "JETANdev/DEV/");
12}