7 #ifndef EVENT_RAWCALORIMETERHIT_H
8 #define EVENT_RAWCALORIMETERHIT_H 1
The generic object that is held in an LCCollection.
RawCalorimeterHit lcobject_type
Useful typedef for template programming with LCIO.
std::vector< RawCalorimeterHit * > RawCalorimeterHitVec
Vector of (pointers to) RawCalorimeterHits.
virtual int getCellID1() const =0
Returns the second detector specific (geometrical) cell id.
virtual int getAmplitude() const =0
Returns the amplitude of the hit in ADC counts.
virtual int getCellID0() const =0
Returns the detector specific (geometrical) cell id.
virtual int getTimeStamp() const =0
Returns a time stamp for the hit.
The generic calorimeter hit for real data (or simulation thereof).
virtual ~RawCalorimeterHit()
Destructor.