// $Id$ // // File: DTOFPoint_factory.h // Created: Tue Oct 18 09:50:52 EST 2005 // Creator: remitche (on Linux mantrid00 2.4.20-18.8smp i686) // #ifndef _DTOFPoint_factory_ #define _DTOFPoint_factory_ #include "JANA/JFactory.h" #include "DTOFPoint.h" #include "DTOFHit.h" class DTOFPoint_factory:public JFactory{ public: DTOFPoint_factory(){}; ~DTOFPoint_factory(){}; double VELOCITY ; double HALFPADDLE ; double BARWIDTH ; private: jerror_t brun(JEventLoop *loop, int eventnumber); ///< Invoked via JEventProcessor virtual method jerror_t evnt(JEventLoop *loop, int eventnumber); ///< Invoked via JEventProcessor virtual method }; #endif // _DTOFPoint_factory_