]> git.uio.no Git - u/mrichter/AliRoot.git/blame - OADB/PROOF-INF.OADB/SETUP.C
The Phi distributions stored in the OADB is now an OADB container, which is then...
[u/mrichter/AliRoot.git] / OADB / PROOF-INF.OADB / SETUP.C
CommitLineData
a18817ac 1Int_t SETUP()
37196805 2{
a18817ac 3 // load library
4 gSystem->Load("libOADB");
5
6 // set include path
7 gROOT->ProcessLine(".include OADB");
8
9 // Set our location, so that other packages can find us
10 gSystem->Setenv("OADB_INCLUDE", "OADB");
11
12 // path for the root files
13 gSystem->Setenv("OADB_PATH", "OADB");
14
15 // We're happy
16 return 0;
17
37196805 18}