// $Id$ // // File: DTDC.h // Created: Thu Aug 10 14:25:42 EDT 2006 // Creator: davidl (on Darwin swire-b241.jlab.org 8.7.0 powerpc) // #ifndef _DTDC_ #define _DTDC_ #include #include class DTDC:public JObject{ public: HDCLASSDEF(DTDC); int crate; int slot; int channel; int tdc; }; #endif // _DTDC_