#include "ConcreteTool.h"#include "ConcreteAlgorithm.h"#include "ToolUsingTool.h"#include "GaudiKernel/DeclareFactoryEntries.h"Include dependency graph for ConfigurableExample_entries.cc:
Go to the source code of this file.
Functions | |
| DECLARE_FACTORY_ENTRIES (ConfigurableExample) | |
| DECLARE_FACTORY_ENTRIES | ( | ConfigurableExample | ) |
Definition at line 10 of file ConfigurableExample_entries.cc.
00010 { 00011 DECLARE_ALGORITHM(ConcreteAlgorithm); 00012 DECLARE_ALGTOOL(ConcreteTool); 00013 DECLARE_ALGTOOL(ToolUsingTool); 00014 }
1.4.7