// $Id$ // // File: DEventSourceETFactoryGenerator.h // Created: Thu Aug 10 16:42:08 EDT 2006 // Creator: davidl (on Darwin swire-b241.jlab.org 8.7.0 powerpc) // #ifndef _DEventSourceETFactoryGenerator_ #define _DEventSourceETFactoryGenerator_ #include #include class DEventSourceETFactoryGenerator:public JFactoryGenerator{ public: DEventSourceETFactoryGenerator(){} virtual ~DEventSourceETFactoryGenerator(){} virtual const char* className(void){return static_className();} static const char* static_className(void){return "DEventSourceETFactoryGenerator";} const char* Description(void){return "ET/EVIO event source factories.";} jerror_t GenerateFactories(JEventLoop *loop); }; #endif // _DEventSourceETFactoryGenerator_