#include "GaudiKernel/DeclareFactoryEntries.h"#include "DaqBenchmark.h"#include "DaqEventConverter.h"#include "DaqFormatConversionSvc.h"#include "DaqFileWriter.h"#include "DaqFormatSelector.h"#include "DaqXmlDump.h"#include "StructureConverter.h"#include "DaqFormatModules/DaqReadoutSvc.h"Include dependency graph for DaqFormatModules_entries.cc:
Go to the source code of this file.
Functions | |
| DECLARE_FACTORY_ENTRIES (DaqFormatModules) | |
| DECLARE_FACTORY_ENTRIES | ( | DaqFormatModules | ) |
Definition at line 30 of file DaqFormatModules_entries.cc.
00030 { 00031 DECLARE_ALGORITHM(DaqBenchmark) 00032 DECLARE_ALGORITHM(DaqFileWriter) 00033 DECLARE_ALGORITHM(DaqXmlDump) 00034 DECLARE_CONVERTER(DaqEventConverter) 00035 DECLARE_CONVERTER(StructureConverter) 00036 DECLARE_SERVICE(DaqFormatConversionSvc) 00037 DECLARE_SERVICE(DaqFormatSelector) 00038 DECLARE_SERVICE(DaqReadoutSvc) 00039 }
1.4.7