]> git.uio.no Git - u/mrichter/AliRoot.git/blob - JETAN/PROOF-INF.FASTJETAN/SETUP.C
Adding flexibility to submission macros
[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    gROOT->ProcessLine(".include FASTJETAN");
8
9    // Set our location, so that other packages can find us
10    gSystem->Setenv("FASTJETAN_INCLUDE", "FASTJETAN");
11 }