// $Id$ // // File: DFactoryGenerator_p2k2pi_hists.h // Created: Wed Mar 11 20:34:14 EDT 2015 // Creator: jrsteven (on Linux halldw1.jlab.org 2.6.32-504.8.1.el6.x86_64 x86_64) // #ifndef _DFactoryGenerator_p2k2pi_hists_ #define _DFactoryGenerator_p2k2pi_hists_ #include #include #include "DReaction_factory_p2k2pi_hists.h" class DFactoryGenerator_p2k2pi_hists : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_p2k2pi_hists";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_p2k2pi_hists()); return NOERROR; } }; #endif // _DFactoryGenerator_p2k2pi_hists_