// $Id$ // // File: DFactoryGenerator_pi0.h // Created: Wed Oct 5 19:44:52 EDT 2016 // Creator: pmatt (on Darwin Pauls-MacBook-Pro-2.local 13.4.0 i386) // #ifndef _DFactoryGenerator_pi0_ #define _DFactoryGenerator_pi0_ #include #include #include "DReaction_factory_pi0.h" class DFactoryGenerator_pi0 : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_pi0";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_pi0()); return NOERROR; } }; #endif // _DFactoryGenerator_pi0_