]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG/PROOF-INF.PWGTools/SETUP.C
for Tools Par file
[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 }
14 void SETUP()
15 {
16
17    // Load the JET-Tasks library
18    gSystem->Load("libPWGTools");
19
20    // Set the Include paths
21    gSystem->AddIncludePath("-IPWGTools");
22    gROOT->ProcessLine(".include PWGTools/Tools");
23
24    // Set our location, so that other packages can find us
25    gSystem->Setenv("PWGTools_INCLUDE", "PWGTools/Tools");
26 }