// $Id$ // // File: DFactoryGenerator_p4pi_aaust.h // Created: Mon Jul 18 11:10:59 EDT 2016 // Creator: aaustreg (on Linux ifarm1401 2.6.32-431.el6.x86_64 x86_64) // #ifndef _DFactoryGenerator_p4pi_aaust_ #define _DFactoryGenerator_p4pi_aaust_ #include #include #include "DReaction_factory_p4pi_aaust.h" class DFactoryGenerator_p4pi_aaust : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_p4pi_aaust";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_p4pi_aaust()); return NOERROR; } }; #endif // _DFactoryGenerator_p4pi_aaust_