#include "ObjectSpew.h"
#include "SimpleInputModule.h"
#include "SimpleOuputModule.h"
#include "DybStoreAlg.h"
#include "RegSeqDumpAlg.h"
#include "LotsaGens.h"
#include "GaudiKernel/DeclareFactoryEntries.h"
Include dependency graph for RIOT_entries.cc:
Go to the source code of this file.
DECLARE_FACTORY_ENTRIES | ( | RootIOTest | ) |
Definition at line 17 of file RIOT_entries.cc.
00017 { 00018 DECLARE_ALGORITHM(ObjectSpew); 00019 DECLARE_ALGORITHM(SimpleInputModule); 00020 DECLARE_ALGORITHM(SimpleOuputModule); 00021 DECLARE_ALGORITHM(DybStoreAlg); 00022 DECLARE_ALGORITHM(RegSeqDumpAlg); 00023 DECLARE_ALGORITHM(LotsaGens); 00024 }