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