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