// $Id$ // // File: DEPICS.h // Created: Sat Sep 23 EDT 2006 // Creator: davidl (on Darwin swire-b241.jlab.org 8.7.0 powerpc) // #ifndef _DEPICS_ #define _DEPICS_ #include #include #include using std::string; class DEPICS:public JObject{ public: HDCLASSDEF(DEPICS); string name; string value; unsigned int time; }; #endif // _DEPICS_