]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGGA/PROOF-INF.PWGGAEMCALTasks/SETUP.C
fix for non std aodevent
[u/mrichter/AliRoot.git] / PWGGA / PROOF-INF.PWGGAEMCALTasks / SETUP.C
CommitLineData
8aeed75c 1// $Id$
2
73af21b9 3void SETUP()
4{
8aeed75c 5 // Load the library
6 TString ocwd = gSystem->WorkingDirectory();
7 gSystem->Load(ocwd+"/libPWGGAEMCALTasks.so");
73af21b9 8
8aeed75c 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");
73af21b9 15}