]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EMCAL/PROOF-INF.EMCALbase/SETUP.C
Adding TOF calib task for calibration of problematic channels
[u/mrichter/AliRoot.git] / EMCAL / PROOF-INF.EMCALbase / SETUP.C
1 void SETUP()
2 {
3
4    // Load library
5    TString ocwd = gSystem->WorkingDirectory();
6    gSystem->Load(ocwd+"/libEMCALbase.so");
7
8    // Set the Include paths
9 //   gSystem->SetIncludePath("-I$ROOTSYS/include -IEMCAL");
10    gROOT->ProcessLine(".include EMCALbase");
11
12    // Set our location, so that other packages can find us
13    gSystem->Setenv("EMCALbase_INCLUDE", "EMCALbase");
14 }