00001 #include "DybDataSvc.h" 00002 #include "ArchiveTrimSvc.h" 00003 #include "SaveB4TrimAesSvc.h" 00004 #include "EvtStoreQuery.h" 00005 #include "GaudiKernel/DeclareFactoryEntries.h" 00006 00007 // Instantiation of a static factory class used by clients to create 00008 // instances of this service 00009 DECLARE_SERVICE_FACTORY(DybDataSvc) 00010 DECLARE_SERVICE_FACTORY(ArchiveTrimSvc) 00011 DECLARE_SERVICE_FACTORY(SaveB4TrimAesSvc) 00012 DECLARE_SERVICE_FACTORY(EvtStoreQuery) 00013 00014 DECLARE_FACTORY_ENTRIES(DybEventMgr) { 00015 DECLARE_SERVICE(DybDataSvc); 00016 DECLARE_SERVICE(ArchiveTrimSvc); 00017 DECLARE_SERVICE(SaveB4TrimAesSvc); 00018 DECLARE_SERVICE(EvtStoreQuery); 00019 }