/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/McEventSelector/McEventSelector-01-00-13/src/McEventSelector_entries.cxx

Go to the documentation of this file.
00001 //====================================================================
00002 //  McEventSelector_entries.cxx
00003 //--------------------------------------------------------------------
00004 //
00005 //  Package    : Generators/McEventSelector
00006 //
00007 //  Description: Implementation of <Package>_load routine.
00008 //               This routine is needed for forcing the linker
00009 //               to load all the components of the library. 
00010 //
00011 //====================================================================
00012 
00013 #include "GaudiKernel/DeclareFactoryEntries.h"
00014 #include "McEventSelector/McEventCnv.h"
00015 #include "McEventSelector/McCnvSvc.h"
00016 #include "McEventSelector/McEventSelector.h"
00017 
00018 DECLARE_CONVERTER_FACTORY(McEventCnv)
00019 DECLARE_SERVICE_FACTORY(McEventSelector)
00020 DECLARE_SERVICE_FACTORY(McCnvSvc)
00021 
00022 DECLARE_FACTORY_ENTRIES( McEventSelector ) {
00023     DECLARE_CONVERTER( McEventCnv )
00024     DECLARE_SERVICE  ( McEventSelector )
00025     DECLARE_SERVICE  ( McCnvSvc )
00026 }
00027 

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