// $Id$ // // File: DFactoryGenerator_phi_Beta.h // Created: Wed Oct 19 17:45:32 EDT 2016 // Creator: cfanelli (on Linux ifarm1101 2.6.32-431.el6.x86_64 x86_64) // #ifndef _DFactoryGenerator_phi_Beta_ #define _DFactoryGenerator_phi_Beta_ #include #include #include "DReaction_factory_phi_Beta.h" class DFactoryGenerator_phi_Beta : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_phi_Beta";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_phi_Beta()); return NOERROR; } }; #endif // _DFactoryGenerator_phi_Beta_