// $Id$ // // File: DFactoryGenerator_y2175.h // Created: Mon Feb 20 05:13:02 EST 2017 // Creator: nacer (on Linux ifarm1401 2.6.32-431.el6.x86_64 x86_64) // #ifndef _DFactoryGenerator_y2175_ #define _DFactoryGenerator_y2175_ #include #include #include "DReaction_factory_y2175.h" class DFactoryGenerator_y2175 : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_y2175";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_y2175()); return NOERROR; } }; #endif // _DFactoryGenerator_y2175_