]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG/PROOF-INF.PWGEMCAL/SETUP.C
Merge branch 'master' of https://git.cern.ch/reps/AliRoot
[u/mrichter/AliRoot.git] / PWG / PROOF-INF.PWGEMCAL / SETUP.C
CommitLineData
c092acfc 1// $Id: SETUP.C 54472 2012-02-07 12:21:23Z loizides $
2
3void SETUP()
4{
5 // Load the library
6 TString ocwd = gSystem->WorkingDirectory();
7 gSystem->Load(ocwd+"/libPWGEMCAL.so");
8
9 // Set the Include paths
10 gSystem->SetIncludePath("-I$ROOTSYS/include -IPWGEMCAL");
11 gROOT->ProcessLine(".include PWGEMCAL/EMCAL");
12
13 // Set our location, so that other packages can find us
14 gSystem->Setenv("PWGEMCAL_INCLUDE", "PWGEMCAL/EMCAL");
15}