]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/PROOF-INF.PHOSUtils/SETUP.C
Coverity Fix.
[u/mrichter/AliRoot.git] / PHOS / PROOF-INF.PHOSUtils / SETUP.C
1 void SETUP()
2 {
3
4    // Load library
5    gSystem->Load("libPHOSUtils");
6
7    // Set the Include paths
8 //   gSystem->SetIncludePath("-I$ROOTSYS/include -IPHOS");
9    gROOT->ProcessLine(".include PHOSUtils");
10
11    // Set our location, so that other packages can find us
12    gSystem->Setenv("PHOSUtils_INCLUDE", "PHOSUtils");
13 }