]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG4/PROOF-INF.PWG4JetTasks/SETUP.C
Initial structure for PWG4JetTasks (for PWG4 Task Force) incl. steering macro and...
[u/mrichter/AliRoot.git] / PWG4 / PROOF-INF.PWG4JetTasks / SETUP.C
1 void SETUP()
2 {
3
4    // Load the JET-Tasks library
5    gSystem->Load("libPWG4JetTasks");
6
7    // Set the Include paths
8    gSystem->AddIncludePath("-I$ROOTSYS/include -IPWG4");
9    gROOT->ProcessLine(".include PWG4");
10
11    // Set our location, so that other packages can find us
12    gSystem->Setenv("PWG4JetTasks_INCLUDE", "PWG4");
13 }