]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG4/PROOF-INF.PWG4JetCorrel/SETUP.C
Bugfix, historams where missing when running on the grid
[u/mrichter/AliRoot.git] / PWG4 / PROOF-INF.PWG4JetCorrel / SETUP.C
CommitLineData
c97d2ae1 1void SETUP()
2{
3 gSystem->Load("libPWG4JetCorrel");
4
5 // Set the Include paths
6 gSystem->SetIncludePath("-I$ROOTSYS/include -IPWG4JetCorrel");
7 gROOT->ProcessLine(".include PWG4JetCorrel/JetCorrel");
8
9 // Set our location, so that other packages can find us
10 gSystem->Setenv("PWG4JetCorrel_INCLUDE", "PWG4JetCorrel/JetCorrel");
11}