// $Id$ // // File: DFactoryGenerator_eenpip.h // Created: Fri 14 Jul 14:09:02 BST 2017 // Creator: werthm (on Linux npc68.physics.gla.ac.uk 3.10.0-514.26.2.el7.x86_64 x86_64) // #ifndef _DFactoryGenerator_eenpip_ #define _DFactoryGenerator_eenpip_ #include #include #include "DReaction_factory_eenpip.h" class DFactoryGenerator_eenpip : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_eenpip";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_eenpip()); return NOERROR; } }; #endif // _DFactoryGenerator_eenpip_