]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG4/PROOF-INF.PWG4Gamma/SETUP.C
fEventHandler->Fill() replaced by fEventHandler->FinishEvent();
[u/mrichter/AliRoot.git] / PWG4 / PROOF-INF.PWG4Gamma / SETUP.C
1 void SETUP()
2 {
3
4    // Load the ESD library
5    gSystem->Load("libPWG4Gamma");
6
7    // Set the Include paths
8    gSystem->SetIncludePath("-I$ROOTSYS/include -IPWG4");
9    gROOT->ProcessLine(".include PWG4");
10
11    // Set our location, so that other packages can find us
12    gSystem->Setenv("PWG4Gamma_INCLUDE", "PWG4");
13 }