]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGJE/PROOF-INF.PWGJE/SETUP.C
Fixed includes and scope of a string
[u/mrichter/AliRoot.git] / PWGJE / PROOF-INF.PWGJE / SETUP.C
1 void SETUP()
2 {
3
4    // Load the JET-Tasks library
5    gSystem->Load("libPWGJE");
6
7
8    gSystem->AddIncludePath("-I$ROOTSYS/include -IJETAN");
9    gROOT->ProcessLine(".include JETAN");
10
11    // Set the Include paths
12    gSystem->AddIncludePath("-IPWGJE");
13    gROOT->ProcessLine(".include PWGJE/");
14
15    // Set our location, so that other packages can find us
16    gSystem->Setenv("PWGJE_INCLUDE", "PWGJE");
17 }