// $Id$ // // File: DFactoryGenerator_2kp.h // Created: Mon Jul 18 19:41:38 EDT 2016 // Creator: pmatt (on Linux pmattdesktop.jlab.org 2.6.32-642.el6.x86_64 x86_64) // #ifndef _DFactoryGenerator_2kp_ #define _DFactoryGenerator_2kp_ #include #include #include "DReaction_factory_2kp.h" class DFactoryGenerator_2kp : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_2kp";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_2kp()); return NOERROR; } }; #endif // _DFactoryGenerator_2kp_