#include "GenHists.h"
#include "SimHists.h"
#include "GaudiKernel/DeclareFactoryEntries.h"
Include dependency graph for SimHists_entries.cc:
Go to the source code of this file.
Functions | |
DECLARE_ALGORITHM_FACTORY (GenHists) | |
DECLARE_ALGORITHM_FACTORY (SimHists) | |
DECLARE_FACTORY_ENTRIES (SimHists) |
Definition at line 9 of file SimHists_entries.cc.
00009 { 00010 DECLARE_ALGORITHM(GenHists); 00011 DECLARE_ALGORITHM(SimHists); 00012 }