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