]> git.uio.no Git - u/mrichter/AliRoot.git/blame - JETAN/PROOF-INF.FASTJETAN/SETUP.C
Warning fixed
[u/mrichter/AliRoot.git] / JETAN / PROOF-INF.FASTJETAN / SETUP.C
CommitLineData
4ecdf603 1void SETUP()
2{
3 // Load some ROOT libraries
4 gSystem->Load("libFASTJETAN");
5
6 // Set the Inlucde paths
94384118 7 gROOT->ProcessLine(".include FASTJETAN");
4ecdf603 8
9 // Set our location, so that other packages can find us
94384118 10 gSystem->Setenv("FASTJETAN_INCLUDE", "FASTJETAN");
4ecdf603 11}