]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG4/PROOF-INF.PWG4PartCorrDep/SETUP.C
PartCorr split in 2 Base and Dep; coding violations corrected; PHOS geometry can...
[u/mrichter/AliRoot.git] / PWG4 / PROOF-INF.PWG4PartCorrDep / SETUP.C
CommitLineData
1c5acb87 1void SETUP()
2{
3
4 // Load the ESD library
5 gSystem->Load("libPWG4PartCorrDep");
6
7 // Set the Include paths
8 gSystem->SetIncludePath("-I$ROOTSYS/include -IPWG4PartCorrDep");
9 gROOT->ProcessLine(".include PWG4PartCorrDep/PartCorrDep");
10
11 // Set our location, so that other packages can find us
12 gSystem->Setenv("PWG4PartCorrDep_INCLUDE", "PWG4PartCorrDep/PartCorrDep");
13}