]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG0/PROOF-INF.PWG0base/SETUP.C
o) proper splitting of STEER dependent classes (PWG0dep) and ESD dependent classes
[u/mrichter/AliRoot.git] / PWG0 / PROOF-INF.PWG0base / SETUP.C
1 void SETUP()
2 {
3    gSystem->Load("libPWG0base");
4
5    // Set the Inlucde paths
6    gSystem->SetIncludePath("-I$ROOTSYS/include -IPWG0base");
7    gROOT->ProcessLine(".include PWG0base");
8 }