]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGGA/PROOF-INF.PWGGAEMCALTasks/SETUP.C
Resolving the symbols in each library
[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
283d3d96 10 gSystem->SetIncludePath("-I$ROOTSYS/include -IPWGEMCAL -IPWGGAEMCALTasks");
131a1b82 11 gROOT->ProcessLine(".include PWGEMCAL/EMCAL");
283d3d96 12 gROOT->ProcessLine(".include PWGGAEMCALTasks/EMCALTasks");
8aeed75c 13
14 // Set our location, so that other packages can find us
15 gSystem->Setenv("PWGGAEMCALTasks_INCLUDE", "PWGGAEMCALTasks/EMCALTasks");
73af21b9 16}