/search.css" rel="stylesheet" type="text/css"/> /search.js">
00001 #include "GaudiKernel/DeclareFactoryEntries.h" 00002 00003 #include "PmtGeomInfoSvc.h" 00004 #include "RpcGeomInfoSvc.h" 00005 #include "PositionerTool.h" 00006 #include "AutoPositionerTool.h" 00007 #include "CoordSysSvc.h" 00008 00009 DECLARE_FACTORY_ENTRIES(DetHelpers) { 00010 DECLARE_SERVICE(PmtGeomInfoSvc); 00011 DECLARE_SERVICE(RpcGeomInfoSvc); 00012 DECLARE_SERVICE(CoordSysSvc); 00013 DECLARE_TOOL(PositionerTool); 00014 DECLARE_TOOL(AutoPositionerTool); 00015 } 00016 DECLARE_SERVICE_FACTORY(PmtGeomInfoSvc) 00017 DECLARE_SERVICE_FACTORY(RpcGeomInfoSvc) 00018 DECLARE_SERVICE_FACTORY(CoordSysSvc) 00019 DECLARE_TOOL_FACTORY(PositionerTool) 00020 DECLARE_TOOL_FACTORY(AutoPositionerTool)