// $Id$ // // File: DTRIGGER_TDCHit.h // Created: Fri Sep 22 EDT 2006 // Creator: davidl (on Darwin swire-b241.jlab.org 8.7.0 powerpc) // #ifndef _DTRIGGER_TDCHit_ #define _DTRIGGER_TDCHit_ #include <JANA/JObject.h> #include <JANA/JFactory.h> class DTRIGGER_TDCHit:public JObject{ public: HDCLASSDEF(DTRIGGER_TDCHit); int tid; ///< cell id (1-18) for this end int tdc; // uncalibrated time in TDC counts double t; // calibrated time in ns }; #endif // _DTRIGGER_TDCHit_