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