// $Id$ // // File: DFactoryGenerator_Xomega.h // Created: Mon Nov 21 21:12:33 EST 2016 // Creator: salgado (on Linux ifarm1101 2.6.32-431.el6.x86_64 x86_64) // #ifndef _DFactoryGenerator_Xomega_ #define _DFactoryGenerator_Xomega_ #include #include #include "DReaction_factory_Xomega.h" class DFactoryGenerator_Xomega : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_Xomega";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_Xomega()); return NOERROR; } }; #endif // _DFactoryGenerator_Xomega_