// $Id$ // // File: DFactoryGenerator_omega2pi.h // Created: Tue May 20 13:06:00 EDT 2014 // Creator: mstaib (on Linux max.phys.cmu.edu 2.6.18-371.3.1.el5 x86_64) // #ifndef _DFactoryGenerator_omega2pi_ #define _DFactoryGenerator_omega2pi_ #include #include #include "DReaction_factory_omega2pi.h" class DFactoryGenerator_omega2pi : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_omega2pi";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_omega2pi()); return NOERROR; } }; #endif // _DFactoryGenerator_omega2pi_