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