// $Id$ // // File: DFactoryGenerator_phi_hunter.h // Created: Wed Dec 3 17:32:35 EST 2014 // Creator: mstaib (on Linux egbert 2.6.32-431.20.3.el6.x86_64 x86_64) // #ifndef _DFactoryGenerator_CDC_online_ #define _DFactoryGenerator_CDC_online_ #include #include #include "DCDCHit_factory_TrackAssociated.h" #include "DCDCDigiHit_factory_TrackAssociated.h" class DFactoryGenerator_CDC_online : public jana::JFactoryGenerator { public: virtual const char* className(void){return static_className();} static const char* static_className(void){return "DFactoryGenerator_CDC_online";} jerror_t GenerateFactories(jana::JEventLoop* locEventLoop) { locEventLoop->AddFactory(new DCDCHit_factory_TrackAssociated()); locEventLoop->AddFactory(new DCDCDigiHit_factory_TrackAssociated()); return NOERROR; } }; #endif // _DFactoryGenerator_CDC_online_