// $Id$ // // File: DFactoryGenerator_Nfinal.h // Created: Thu Jul 28 16:09:13 EDT 2016 // Creator: dalton (on Linux gluon100.jlab.org 2.6.32-431.20.3.el6.x86_64 x86_64) // #ifndef _DFactoryGenerator_Nfinal_ #define _DFactoryGenerator_Nfinal_ #include #include #include "DReaction_factory_Nfinal.h" class DFactoryGenerator_Nfinal : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_Nfinal";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_Nfinal()); return NOERROR; } }; #endif // _DFactoryGenerator_Nfinal_