]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - PHOS/PROOF-INF.PHOSUtils/SETUP.C
Updates for the ROOT trunk
[u/mrichter/AliRoot.git] / PHOS / PROOF-INF.PHOSUtils / SETUP.C
... / ...
CommitLineData
1void 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}