#include "GaudiKernel/DeclareFactoryEntries.h"#include "StaticCableSvc.h"#include "StaticSimDataSvc.h"#include "StaticCalibDataSvc.h"Include dependency graph for DataSvc_entries.cc:
Go to the source code of this file.
Functions | |
| DECLARE_FACTORY_ENTRIES (DataSvc) | |
Definition at line 7 of file DataSvc_entries.cc.
00007 { 00008 DECLARE_SERVICE(StaticCableSvc); 00009 DECLARE_SERVICE(StaticSimDataSvc); 00010 DECLARE_SERVICE(StaticCalibDataSvc); 00011 }
1.4.7