8 #define EVENT_TPCHIT_H 1
10 #include "EVENT/LCObject.h"
38 virtual float getTime()
const = 0;
The generic object that is held in an LCCollection.
Definition: LCObject.h:30
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.
Deprecated.
Definition: TPCHit.h:22
TPCHit lcobject_type
Useful typedef for template programming with LCIO.
Definition: TPCHit.h:30
virtual int getCellID() const =0
Returns the detector specific cell id.
virtual ~TPCHit()
Destructor.
Definition: TPCHit.h:26