// $Id$ // // File: DFactoryGenerator_Dstar.h // Created: Thu Jun 8 10:30:22 EDT 2017 // Creator: aaustreg (on Linux halld01.jlab.org 3.10.0-514.21.1.el7.x86_64 x86_64) // #ifndef _DFactoryGenerator_Dstar_ #define _DFactoryGenerator_Dstar_ #include #include #include "DReaction_factory_Dstar.h" class DFactoryGenerator_Dstar : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_Dstar";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_Dstar()); return NOERROR; } }; #endif // _DFactoryGenerator_Dstar_