]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EMCAL/PROOF-INF.EMCALbase/SETUP.C
AliTPCcalibCalib.cxx - use also alignmnet - not implemented yet
[u/mrichter/AliRoot.git] / EMCAL / PROOF-INF.EMCALbase / SETUP.C
1 void SETUP()
2 {
3
4    // Load library
5    gSystem->Load("libEMCALbase");
6
7    // Set the Include paths
8 //   gSystem->SetIncludePath("-I$ROOTSYS/include -IEMCAL");
9    gROOT->ProcessLine(".include EMCALbase");
10
11    // Set our location, so that other packages can find us
12    gSystem->Setenv("EMCALbase_INCLUDE", "EMCALbase");
13 }