4 // Load the ESD library
5 gSystem->Load("libPWG4PartCorr");
7 // Set the Include paths
8 gSystem->SetIncludePath("-I$ROOTSYS/include -IPWG4");
9 gROOT->ProcessLine(".include PWG4");
11 // Set our location, so that other packages can find us
12 gSystem->Setenv("PWG4PartCorr_INCLUDE", "PWG4");