#include "GaudiKernel/DeclareFactoryEntries.h"
#include "PreElecSimSvc/PreElecSimSvc.h"
#include "PreElecSimSvc/PreElecAlgorithm.h"
Include dependency graph for PreElecSimSvc_entries.cc:
Go to the source code of this file.
Functions | |
DECLARE_FACTORY_ENTRIES (PreElecSimSvc) |
Definition at line 9 of file PreElecSimSvc_entries.cc.
00010 { 00011 DECLARE_SERVICE(PreElecSimSvc); 00012 DECLARE_ALGORITHM(PreElecAlgorithm); 00013 }