#include "GaudiKernel/DeclareFactoryEntries.h"#include "ROsReadoutAlg.h"#include "ROsSequencerAlg.h"#include "ROsFecReadoutTool.h"#include "ROsFeeReadoutTool.h"#include "ROsFeeAdcMultiTool.h"#include "ROsFeeTdcTool.h"#include "ROsFadcReadoutTool.h"#include "ROsTriggerDataPackerTool.h"Include dependency graph for ReadoutSim_entries.cc:
Go to the source code of this file.
| DECLARE_FACTORY_ENTRIES | ( | ReadoutSim | ) |
Definition at line 24 of file ReadoutSim_entries.cc.
00025 { 00026 DECLARE_ALGORITHM( ROsReadoutAlg ); 00027 DECLARE_ALGORITHM( ROsSequencerAlg ); 00028 DECLARE_TOOL( ROsFeeReadoutTool ); 00029 DECLARE_TOOL( ROsFecReadoutTool ); 00030 00031 DECLARE_TOOL( ROsFeeAdcMultiTool ); 00032 DECLARE_TOOL( ROsFeeTdcTool ); 00033 DECLARE_TOOL( ROsFadcReadoutTool ); 00034 }
1.4.7