#include "GaudiKernel/DeclareFactoryEntries.h"#include "DBWriterAlg.h"#include "DBWriter/CalibFeeWriter.h"#include "DBWriter/CalibPmtWriter.h"#include "DBWriter/FeeCableMapWriter.h"Include dependency graph for DBWriter_entries.cc:
Go to the source code of this file.
Functions | |
| DECLARE_FACTORY_ENTRIES (DBWriter) | |
| DECLARE_FACTORY_ENTRIES | ( | DBWriter | ) |
Definition at line 12 of file DBWriter_entries.cc.
00013 { 00014 DECLARE_ALGORITHM(DBWriterAlg) 00015 DECLARE_TOOL(CalibFeeWriter) 00016 DECLARE_TOOL(CalibPmtWriter) 00017 DECLARE_TOOL(FeeCableMapWriter) 00018 }
1.4.7