| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

Mixing_entries.cc

Go to the documentation of this file.
00001 #include "GaudiKernel/DeclareFactoryEntries.h"
00002 
00003 #include "Mixing/MixRootEvtSelector.h"
00004 #include "Mixing/MixingAlgorithm.h"
00005 #include "MixRootIOCnvSvc.h"
00006 
00007 DECLARE_SERVICE_FACTORY(MixRootIOCnvSvc)
00008 DECLARE_SERVICE_FACTORY(MixRootEvtSelector)
00009 DECLARE_ALGORITHM_FACTORY(MixingAlgorithm)
00010 
00011 DECLARE_FACTORY_ENTRIES(Mixing) {
00012     DECLARE_SERVICE(MixRootEvtSelector);
00013     DECLARE_SERVICE(MixRootIOCnvSvc);
00014     DECLARE_ALGORITHM(MixingAlgorithm);
00015 }
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:45:52 2011 for Mixing by doxygen 1.4.7