]> git.uio.no Git - u/mrichter/AliRoot.git/blob - CORRFW/PROOF-INF.CORRFW/SETUP.C
Add Config/HighVoltage directory and entry
[u/mrichter/AliRoot.git] / CORRFW / PROOF-INF.CORRFW / SETUP.C
1 void 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 }