e989c76a |
1 | void SETUP() |
2 | { |
3 | |
4 | // Load the JET-Tasks library |
5 | gSystem->Load("libPWG4JetTasks"); |
6 | |
cfff6259 |
7 | |
8 | gSystem->AddIncludePath("-I$ROOTSYS/include -IJETAN"); |
9 | gROOT->ProcessLine(".include JETAN"); |
10 | |
e989c76a |
11 | // Set the Include paths |
f3050824 |
12 | gSystem->AddIncludePath("-IPWG4JetTasks"); |
13 | gROOT->ProcessLine(".include PWG4JetTasks/JetTasks"); |
e989c76a |
14 | |
15 | // Set our location, so that other packages can find us |
f3050824 |
16 | gSystem->Setenv("PWG4JetTasks_INCLUDE", "PWG4JetTasks"); |
e989c76a |
17 | } |