#include "GaudiKernel/DeclareFactoryEntries.h"
#include "DaqRunInfoSvc.h"
#include "DaqRunInfoTestAlg.h"
Include dependency graph for DaqRunInfoSvc_entries.cc:
Go to the source code of this file.
Functions | |
DECLARE_FACTORY_ENTRIES (DaqRunInfo) |
Definition at line 5 of file DaqRunInfoSvc_entries.cc.
00005 { 00006 DECLARE_SERVICE(DaqRunInfoSvc); 00007 DECLARE_ALGORITHM(DaqRunInfoTestAlg); 00008 }