7 #ifndef EVENT_RAWCALORIMETERHIT_H
8 #define EVENT_RAWCALORIMETERHIT_H 1
10 #include "EVENT/LCObject.h"
The generic object that is held in an LCCollection.
Definition: LCObject.h:30
RawCalorimeterHit lcobject_type
Useful typedef for template programming with LCIO.
Definition: RawCalorimeterHit.h:39
std::vector< RawCalorimeterHit * > RawCalorimeterHitVec
Vector of (pointers to) RawCalorimeterHits.
Definition: RawCalorimeterHit.h:17
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).
Definition: RawCalorimeterHit.h:31
virtual ~RawCalorimeterHit()
Destructor.
Definition: RawCalorimeterHit.h:35