// $Id$ // // File: DCDCHit.h // Created: Thu Jun 9 10:22:37 EDT 2005 // Creator: davidl (on Darwin wire129.jlab.org 7.8.0 powerpc) // #ifndef _DCDCHit_ #define _DCDCHit_ #include "JANA/JObject.h" #include "JANA/JFactory.h" class DCDCHit:public JObject{ public: HDCLASSDEF(DCDCHit); int ring; int straw; float dE; float t; }; #endif // _DCDCHit_