// $Id$ // // File: DFactoryGenerator_ppi0gamma_hists.h // #ifndef _DFactoryGenerator_ppi0gamma_hists_ #define _DFactoryGenerator_ppi0gamma_hists_ #include #include #include "DReaction_factory_ppi0gamma_hists.h" #include "DEventWriterROOT_factory_AddST.h" class DFactoryGenerator_ppi0gamma_hists : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_ppi0gamma_hists";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_ppi0gamma_hists()); locEventLoop->AddFactory(new DEventWriterROOT_factory_AddST()); return NOERROR; } }; #endif // _DFactoryGenerator_ppi0gamma_hists_