// $Id$ // // File: DFactoryGenerator_etaetaprm_nas.h // Created: Fri Jul 22 09:57:29 EDT 2016 // Creator: nathansparks (on Darwin MBP.local 15.5.0 i386) // #ifndef _DFactoryGenerator_etaetaprm_nas_ #define _DFactoryGenerator_etaetaprm_nas_ #include #include #include "DReaction_factory_etaetaprm_nas.h" class DFactoryGenerator_etaetaprm_nas : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_etaetaprm_nas";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_etaetaprm_nas()); return NOERROR; } }; #endif // _DFactoryGenerator_etaetaprm_nas_