#include "GaudiKernel/DeclareFactoryEntries.h"
#include "GenPruneTool.h"
#include "SimPruneTool.h"
#include "OutputFileRollerTool.h"
Include dependency graph for DybTool_entries.cc:
Go to the source code of this file.
Functions | |
DECLARE_TOOL_FACTORY (GenPruneTool) | |
DECLARE_TOOL_FACTORY (SimPruneTool) | |
DECLARE_TOOL_FACTORY (OutputFileRollerTool) | |
DECLARE_FACTORY_ENTRIES (DybTool) |
DECLARE_FACTORY_ENTRIES | ( | DybTool | ) |
Definition at line 10 of file DybTool_entries.cc.
00011 { 00012 DECLARE_TOOL( GenPruneTool ); 00013 DECLARE_TOOL( SimPruneTool ); 00014 DECLARE_TOOL( OutputFileRollerTool ); 00015 }