// $Id$ // // File: DFactoryGenerator_KsHunt.h // Created: Wed Jan 21 16:28:09 EST 2015 // Creator: jrsteven (on Linux ifarm1401 2.6.32-431.el6.x86_64 x86_64) // #ifndef _DFactoryGenerator_KsHunt_ #define _DFactoryGenerator_KsHunt_ #include #include #include "DReaction_factory_KsHunt.h" class DFactoryGenerator_KsHunt : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_KsHunt";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_KsHunt()); return NOERROR; } }; #endif // _DFactoryGenerator_KsHunt_