/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/EventFilter/HltProcessor/HltConfig/HltConfig-01-01-05/src/components/HltConfig_entries.cxx

Go to the documentation of this file.
00001 #include "HltConfig/HltConfigSvc.h"
00002 #include "GaudiKernel/DeclareFactoryEntries.h"
00003 
00004 DECLARE_SERVICE_FACTORY( HltConfigSvc )
00005 
00006 DECLARE_FACTORY_ENTRIES(HltConfig) {
00007   DECLARE_SERVICE( HltConfigSvc ); 
00008 }  
00009 
00010 //Notes:
00011 //
00012 //1. The argument to the DECLARE_FACTORY_ENTRIES(XXX) is the name of the
00013 //   component library (libXXX.so).
00014 //2. Each Algorithm that is contained in the library should be declared
00015 //   by the DECLARE_ALGORITHM() statement.
00016 //3. Each Service that is contained in the library should be declared
00017 //   by the DECLARE_SERVICE() statement.
00018 // 
00019 // See Athena User Guide for more information
00020 
00021 

Generated on Tue Nov 29 23:12:05 2016 for BOSS_7.0.2 by  doxygen 1.4.7