// $Id$ // // File: DFactoryGenerator_phi.h // Created: Tue Feb 9 22:27:35 EST 2016 // Creator: pmatt (on Darwin Pauls-MacBook-Pro-2.local 13.4.0 i386) // #ifndef _DFactoryGenerator_phi_ #define _DFactoryGenerator_phi_ #include #include #include "DReaction_factory_phi.h" class DFactoryGenerator_phi : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_phi";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_phi()); return NOERROR; } }; #endif // _DFactoryGenerator_phi_