]> git.uio.no Git - u/mrichter/AliRoot.git/blob - JETAN/PROOF-INF.FASTJETANdev/SETUP.C
adding JETAN and FASTJETAN development libs for new i/o of tracks/particles for the...
[u/mrichter/AliRoot.git] / JETAN / PROOF-INF.FASTJETANdev / SETUP.C
1 void SETUP()
2 {
3    // Load some ROOT libraries
4    gSystem->Load("libFASTJETANdev");
5
6    // Set the Inlucde paths
7    gROOT->ProcessLine(".include FASTJETANdev");
8
9    // Set our location, so that other packages can find us
10    gSystem->Setenv("FASTJETANDEV_INCLUDE", "FASTJETANdev/DEV");
11 }