]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGJE/PROOF-INF.PWGJEEMCALJetTasks/SETUP.C
fix by Ruediger
[u/mrichter/AliRoot.git] / PWGJE / PROOF-INF.PWGJEEMCALJetTasks / SETUP.C
CommitLineData
81064496 1// $Id$
2
3void SETUP()
4{
5 // Load the library
6 TString ocwd = gSystem->WorkingDirectory();
7 gSystem->Load(ocwd+"/libPWGJEEMCALJetTasks.so");
8
9 // Set the Include paths
10 gSystem->SetIncludePath("-I$ROOTSYS/include -IPWGJEEMCALJetTasks");
11 gROOT->ProcessLine(".include PWGJEEMCALTasks/EMCALJetTasks");
12
13 // Set our location, so that other packages can find us
14 gSystem->Setenv("PWGJEEMCALJetTasks_INCLUDE", "PWGJEEMCALTasks/EMCALJetTasks");
15}