]> git.uio.no Git - u/mrichter/AliRoot.git/blame - JETAN/PROOF-INF.FASTJETAN/SETUP.C
Bug fix - T0 form AliRelKamna in microseconds
[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
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}