// $Id$ // // File: DCDCTrackHit.h // Created: Mon Oct 16 10:20:07 EDT 2006 // Creator: davidl (on Darwin swire-b241.jlab.org 8.7.0 powerpc) // #ifndef _DCDCTrackHit_ #define _DCDCTrackHit_ #include #include #include "DCDCWire.h" class DCDCTrackHit:public JObject{ public: HDCLASSDEF(DCDCTrackHit); const DCDCWire *wire; // DCDCWire structure for this hit float tdrift; // Drift time of hit in ns float dist; // Measured DOCA in cm }; #endif // _DCDCTrackHit_