]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGJE/PROOF-INF.PWGJEEMCALJetTasks/SETUP.C
change method name
[u/mrichter/AliRoot.git] / PWGJE / PROOF-INF.PWGJEEMCALJetTasks / SETUP.C
1 // $Id$
2
3 void 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 }