]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG0/PROOF-INF.PWG0base/SETUP.C
coding conventions (Alberto)
[u/mrichter/AliRoot.git] / PWG0 / PROOF-INF.PWG0base / SETUP.C
CommitLineData
d4fe2555 1void SETUP()
2{
3 // Set the Inlucde paths
4 gSystem->SetIncludePath("-I$ROOTSYS/include -IPWG0base");
5 gROOT->ProcessLine(".include PWG0base");
6}