// $Id$ // // File: DFactoryGenerator_pippimMassFull.h // Created: Fri Jul 22 01:28:59 EDT 2016 // Creator: jmhardin (on Linux ifarm1101 2.6.32-431.el6.x86_64 x86_64) // #ifndef _DFactoryGenerator_pippimMassFull_ #define _DFactoryGenerator_pippimMassFull_ #include #include #include "DReaction_factory_pippimMassFull.h" class DFactoryGenerator_pippimMassFull : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_pippimMassFull";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_pippimMassFull()); return NOERROR; } }; #endif // _DFactoryGenerator_pippimMassFull_