// $Id$ // // File: DFactoryGenerator_omega.h // Created: Tue Feb 9 22:49:37 EST 2016 // Creator: pmatt (on Darwin Pauls-MacBook-Pro-2.local 13.4.0 i386) // #ifndef _DFactoryGenerator_omega_ #define _DFactoryGenerator_omega_ #include #include #include "DReaction_factory_omega.h" class DFactoryGenerator_omega : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_omega";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_omega()); return NOERROR; } }; #endif // _DFactoryGenerator_omega_