// $Id$ // // File: DFactoryGenerator_bcal_eta.h // Created: Fri Jul 18 12:21:01 EDT 2014 // Creator: jrsteven (on Linux ifarm1102 2.6.32-220.7.1.el6.x86_64 x86_64) // #ifndef _DFactoryGenerator_bcal_eta_ #define _DFactoryGenerator_bcal_eta_ #include #include #include "DReaction_factory_bcal_eta.h" class DFactoryGenerator_bcal_eta : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_bcal_eta";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_bcal_eta()); return NOERROR; } }; #endif // _DFactoryGenerator_bcal_eta_