]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG4/PROOF-INF.PWG4JetCorrel/SETUP.C
09debe0f61a28c298ed55f66edf3a98208a543bb
[u/mrichter/AliRoot.git] / PWG4 / PROOF-INF.PWG4JetCorrel / SETUP.C
1 void SETUP()
2 {
3    gSystem->Load("libPWG4JetCorrel");
4
5    // Set the Include paths
6    gSystem->SetIncludePath("-I$ROOTSYS/include -IPWG4JetCorrel");
7    gROOT->ProcessLine(".include PWG4JetCorrel/JetCorrel");
8
9    // Set our location, so that other packages can find us
10    gSystem->Setenv("PWG4JetCorrel_INCLUDE", "PWG4JetCorrel/JetCorrel");
11 }