]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG4/PROOF-INF.PWG4totEt/SETUP.C
improved handling of aods, added beginning of mc info
[u/mrichter/AliRoot.git] / PWG4 / PROOF-INF.PWG4totEt / SETUP.C
CommitLineData
2fbf38ac 1void SETUP()
2{
3
4 // Load the ESD library
5 gSystem->Load("libPWG4totEt");
6
7 // Set the Include paths
8 gSystem->SetIncludePath("-I$ROOTSYS/include -IPWG4totEt");
9 gROOT->ProcessLine(".include PWG4totEt/totEt");
10
11 // Set our location, so that other packages can find us
12 gSystem->Setenv("PWG4totEt_INCLUDE", "PWG4totEt/totEt");
13}