#include "GaudiKernel/DeclareFactoryEntries.h"#include "TsTriggerAlg.h"#include "TsMultTriggerTool.h"#include "TsESumTriggerTool.h"#include "TsExternalTriggerTool.h"#include "TsSortTool.h"Include dependency graph for TrigSim_entries.cc:
Go to the source code of this file.
| DECLARE_FACTORY_ENTRIES | ( | TrigSim | ) |
Definition at line 15 of file TrigSim_entries.cc.
00016 { 00017 DECLARE_ALGORITHM( TsTriggerAlg ); 00018 DECLARE_TOOL( TsMultTriggerTool ); 00019 DECLARE_TOOL( TsExternalTriggerTool ); 00020 DECLARE_TOOL( TsESumTriggerTool ); 00021 DECLARE_TOOL( TsSortTool ); 00022 }
1.4.7