// $Id$ // // File: DFactoryGenerator_Bpi0g.h // Created: Fri Jul 22 17:28:00 EDT 2016 // Creator: cfanelli (on Linux ifarm1401 2.6.32-431.el6.x86_64 x86_64) // #ifndef _DFactoryGenerator_Bpi0g_ #define _DFactoryGenerator_Bpi0g_ #include #include #include "DReaction_factory_Bpi0g.h" class DFactoryGenerator_Bpi0g : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_Bpi0g";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_Bpi0g()); return NOERROR; } }; #endif // _DFactoryGenerator_Bpi0g_