Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:53

0001 {
0002 // initialize the core of the framework, and load the PFRootEvent 
0003 // library, which contains the ROOT interface
0004 gSystem->Load("libFWCoreFWLite.so");
0005 gSystem->Load("libDataFormatsParticleFlowReco.so");
0006 FWLiteEnabler::enable();
0007 
0008 }