Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:00:47

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