#include "GaudiKernel/DeclareFactoryEntries.h"
#include "PmtGeomInfoSvc.h"
#include "RpcGeomInfoSvc.h"
#include "PositionerTool.h"
#include "AutoPositionerTool.h"
#include "CoordSysSvc.h"
Include dependency graph for DetHelpers_entries.cc:
Go to the source code of this file.
Functions | |
DECLARE_FACTORY_ENTRIES (DetHelpers) |
DECLARE_FACTORY_ENTRIES | ( | DetHelpers | ) |
Definition at line 9 of file DetHelpers_entries.cc.
00009 { 00010 DECLARE_SERVICE(PmtGeomInfoSvc); 00011 DECLARE_SERVICE(RpcGeomInfoSvc); 00012 DECLARE_SERVICE(CoordSysSvc); 00013 DECLARE_TOOL(PositionerTool); 00014 DECLARE_TOOL(AutoPositionerTool); 00015 }