{
// Load the ESD library
- gSystem->Load("libGamma");
+ gSystem->Load("libPWG4Gamma");
// Set the Include paths
gSystem->SetIncludePath("-I$ROOTSYS/include -IPWG4");
gROOT->ProcessLine(".include PWG4");
// Set our location, so that other packages can find us
- gSystem->Setenv("Gamma_INCLUDE", "PWG4");
+ gSystem->Setenv("PWG4Gamma_INCLUDE", "PWG4");
}