// $Id$ // // File: DFactoryGenerator_pippim4gamma.h // Created: Thu Sep 22 16:50:26 EDT 2016 // Creator: amfoda (on Linux ifarm1102 2.6.32-431.el6.x86_64 x86_64) // #ifndef _DFactoryGenerator_pippim4gamma_ #define _DFactoryGenerator_pippim4gamma_ #include #include #include "DReaction_factory_pippim4gamma.h" class DFactoryGenerator_pippim4gamma : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_pippim4gamma";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_pippim4gamma()); return NOERROR; } }; #endif // _DFactoryGenerator_pippim4gamma_