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