]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG/PROOF-INF.PWGTools/SETUP.C
remove old function
[u/mrichter/AliRoot.git] / PWG / PROOF-INF.PWGTools / SETUP.C
1 void SETUP()
2 {
3
4    // Load the JET-Tasks library
5    gSystem->Load("libPWGTools");
6
7    // Set the Include paths
8    gSystem->AddIncludePath("-IPWGTools");
9    gROOT->ProcessLine(".include PWGTools/Tools");
10
11    // Set our location, so that other packages can find us
12    gSystem->Setenv("PWGTools_INCLUDE", "PWGTools/Tools");
13 }