Line Code
1 2 3 4 5 6 7 8
{
// initialize the core of the framework, and load the PFRootEvent 
// library, which contains the ROOT interface
gSystem->Load("libFWCoreFWLite.so");
gSystem->Load("libDataFormatsParticleFlowReco.so");
FWLiteEnabler::enable();

}