// $Id$ // // File: DFactoryGenerator_compton.h // Created: Wed Dec 21 07:44:16 EST 2016 // Creator: jrsteven (on Linux ifarm1402.jlab.org 3.10.0-327.el7.x86_64 x86_64) // #ifndef _DFactoryGenerator_compton_ #define _DFactoryGenerator_compton_ #include #include #include "DReaction_factory_compton.h" class DFactoryGenerator_compton : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_compton";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_compton()); return NOERROR; } }; #endif // _DFactoryGenerator_compton_