8 #define EVENT_TPCHIT_H 1 
   38     virtual float getTime() 
const = 0;
 
The generic object that is held in an LCCollection. 
 
virtual int getNRawDataWords() const =0
Return the number of raw data (32-bit) words stored for the hit. 
 
virtual int getRawDataWord(int i) const =0
Return the raw data (32-bit) word at i. 
 
virtual float getCharge() const =0
Returns the integrated charge of the hit. 
 
virtual int getQuality() const =0
Returns a quality flag for the hit. 
 
virtual float getTime() const =0
Returns the time of the hit. 
 
TPCHit lcobject_type
Useful typedef for template programming with LCIO. 
 
virtual int getCellID() const =0
Returns the detector specific cell id. 
 
virtual ~TPCHit()
Destructor.