Commit | Line | Data |
---|---|---|
dff7a933 | 1 | void SETUP() |
2 | { | |
3 | ||
4 | // Load the ESD library | |
861ef725 | 5 | gSystem->Load("libPWG4Gamma"); |
dff7a933 | 6 | |
7 | // Set the Include paths | |
f9cea31c | 8 | gSystem->SetIncludePath("-I$ROOTSYS/include -IPWG4"); |
9 | gROOT->ProcessLine(".include PWG4"); | |
dff7a933 | 10 | |
11 | // Set our location, so that other packages can find us | |
861ef725 | 12 | gSystem->Setenv("PWG4Gamma_INCLUDE", "PWG4"); |
dff7a933 | 13 | } |