]> git.uio.no Git - u/mrichter/AliRoot.git/blame - CORRFW/PROOF-INF.CORRFW/SETUP.C
Adding "agent" for jobs management (Marian)
[u/mrichter/AliRoot.git] / CORRFW / PROOF-INF.CORRFW / SETUP.C
CommitLineData
563113d0 1void SETUP()
2{
3 // Load the CF library
4 gSystem->Load("libCORRFW");
5
6 // Set the include paths
7 gROOT->ProcessLine(".include CORRFW");
8
9 // Set our location, so that other packages can find us
10 gSystem->Setenv("CORRFW_INCLUDE", "CORRFW");
11}