]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG4/PROOF-INF.PWG4omega3pi/SETUP.C
Add maps
[u/mrichter/AliRoot.git] / PWG4 / PROOF-INF.PWG4omega3pi / SETUP.C
CommitLineData
9f831b2d 1void SETUP()
2{
3
4 // Load the ESD library
5 gSystem->Load("libPWG4omega3pi");
6
7 // Set the Include paths
8 gSystem->SetIncludePath("-I$ROOTSYS/include -IPWG4omega3pi");
9 gROOT->ProcessLine(".include PWG4omega3pi/omega3pi");
10
11 // Set our location, so that other packages can find us
12 gSystem->Setenv("PWG4omega3pi_INCLUDE", "PWG4omega3pi/omega3pi");
13}