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