00001 #include "GaudiKernel/DeclareFactoryEntries.h" 00002 #include "GenPruneTool.h" 00003 #include "SimPruneTool.h" 00004 #include "OutputFileRollerTool.h" 00005 00006 DECLARE_TOOL_FACTORY( GenPruneTool ); 00007 DECLARE_TOOL_FACTORY( SimPruneTool ); 00008 DECLARE_TOOL_FACTORY( OutputFileRollerTool ); 00009 00010 DECLARE_FACTORY_ENTRIES( DybTool ) 00011 { 00012 DECLARE_TOOL( GenPruneTool ); 00013 DECLARE_TOOL( SimPruneTool ); 00014 DECLARE_TOOL( OutputFileRollerTool ); 00015 }