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