// $Id$ // // File: DFactoryGenerator_phi_salgado.h // Created: Fri Jul 22 11:16:58 EDT 2016 // Creator: salgado (on Linux ifarm1401 2.6.32-431.el6.x86_64 x86_64) // #ifndef _DFactoryGenerator_phi_salgado_ #define _DFactoryGenerator_phi_salgado_ #include #include #include "DReaction_factory_phi_salgado.h" class DFactoryGenerator_phi_salgado : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_phi_salgado";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_phi_salgado()); return NOERROR; } }; #endif // _DFactoryGenerator_phi_salgado_