/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/GenAnalysisTools/TruthExamples/TruthExamples-00-00-07/src/components/TruthExamples_entries.cxx

Go to the documentation of this file.
00001 //====================================================================
00002 //  GeneratorModule_entries.cxx
00003 //--------------------------------------------------------------------
00004 //
00005 //  Package    : Generators/GeneratorModule
00006 //
00007 //  Description: Declaration of the components (factory entries)
00008 //               specified by this component library.
00009 //
00010 //====================================================================
00011 
00012 #include "TruthExamples/DumpMC.h"
00013 #include "TruthExamples/HistSample.h"
00014 //#include "TruthExamples/TruthDemo.h"
00015 #include "GaudiKernel/DeclareFactoryEntries.h"
00016 
00017 DECLARE_ALGORITHM_FACTORY( DumpMC )
00018 //DECLARE_ALGORITHM_FACTORY( TruthDemo );
00019 DECLARE_ALGORITHM_FACTORY( HistSample )
00020 
00021 DECLARE_FACTORY_ENTRIES(TruthExamples) {
00022   DECLARE_ALGORITHM( DumpMC );
00023  // DECLARE_ALGORITHM( TruthDemo );
00024   DECLARE_ALGORITHM( HistSample );
00025 }
00026 

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