#include "GaudiKernel/DeclareFactoryEntries.h"#include "Stage.h"#include "Sim15.h"#include "StagePuller.h"#include "StageDataManager.h"Include dependency graph for Stage_entries.cc:
Go to the source code of this file.
Functions | |
| DECLARE_FACTORY_ENTRIES (Stage) | |
Definition at line 13 of file Stage_entries.cc.
00013 { 00014 DECLARE_TOOL(Stage); 00015 DECLARE_ALGORITHM(Sim15); 00016 DECLARE_ALGORITHM(StagePuller); 00017 DECLARE_SERVICE(StageDataManager); 00018 }
1.4.7