]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGGA/PROOF-INF.PWGGAEMCALTasks/SETUP.C
Disable test of requested CDB objects similarity in sim and rec in case the sim has...
[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 -IPWGEMCAL -IPWGGAEMCALTasks");
11  gROOT->ProcessLine(".include PWGEMCAL/EMCAL");
12  gROOT->ProcessLine(".include PWGGAEMCALTasks/EMCALTasks");
13   
14   // Set our location, so that other packages can find us
15   gSystem->Setenv("PWGGAEMCALTasks_INCLUDE", "PWGGAEMCALTasks/EMCALTasks");
16 }