// $Id$ // // File: DTRIGGER_TDCHit_factory.h // Created: Fri Spe 21 EDT 2006 // Creator: davidl (on Darwin swire-b241.jlab.org 8.7.0 powerpc) // #ifndef _DTRIGGER_TDCHit_factory_ #define _DTRIGGER_TDCHit_factory_ #include #include "DTRIGGER_TDCHit.h" class DTRIGGER_TDCHit_factory:public JFactory{ public: DTRIGGER_TDCHit_factory(){}; ~DTRIGGER_TDCHit_factory(){}; const string toString(void); private: jerror_t brun(JEventLoop *eventLoop, int runnumber); jerror_t evnt(JEventLoop *loop, int eventnumber); ///< Invoked via JEventProcessor virtual method }; #endif // _DTRIGGER_TDCHit_factory_