00001 // from Gaudi 00002 #include "GaudiKernel/DeclareFactoryEntries.h" 00003 00004 00005 DECLARE_FACTORY_ENTRIES(Simulation) { 00006 DECLARE_SERVICE(SimulationSvc); 00007 } 00008 00009 00010 00011 00012 00013 00014