// $Id$ // // File: DFactoryGenerator_pppmp0.h // Created: Tue Aug 6 10:51:29 EDT 2013 // Creator: yqiang (on Linux halldw1.jlab.org 2.6.32-358.11.1.el6.x86_64 x86_64) // #ifndef _DFactoryGenerator_pppmp0_ #define _DFactoryGenerator_pppmp0_ #include #include #include "DReaction_factory_pppmp0.h" class DFactoryGenerator_pppmp0 : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_pppmp0";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_pppmp0()); return NOERROR; } }; #endif // _DFactoryGenerator_pppmp0_