// $Id$ // // File: DFactoryGenerator_angle_test.h // Created: Thu Mar 23 13:54:41 EDT 2017 // Creator: pmatt (on Linux pmatt-VirtualBox 4.4.0-31-generic x86_64) // #ifndef _DFactoryGenerator_angle_test_ #define _DFactoryGenerator_angle_test_ #include #include #include "DReaction_factory_angle_test.h" class DFactoryGenerator_angle_test : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_angle_test";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DReaction_factory_angle_test()); return NOERROR; } }; #endif // _DFactoryGenerator_angle_test_