1 #ifndef EVENT_RAWCALORIMETERHITIMPL_H
2 #define EVENT_RAWCALORIMETERHITIMPL_H 1
void setTimeStamp(int time)
Set the time stamp.
virtual ~RawCalorimeterHitImpl()
Destructor.
virtual int getCellID1() const
Returns the second detector specific (geometrical) cell id.
virtual int getAmplitude() const
Returns the amplitude of the hit in ADC counts.
Implementation of the real data RawCalorimeterHit.
void setCellID1(int id1)
Sets the second cell id; Only store if the flag word (bit CHBIT_ID1) of the collection is set...
virtual int id() const
Returns an object id for internal (debugging) use in LCIO.
RawCalorimeterHitImpl()
Default constructor, initializes values to 0.
The generic calorimeter hit for real data (or simulation thereof).
virtual int simpleUID() const
virtual int getCellID0() const
Returns the detector specific (geometrical) cell id.
virtual int getTimeStamp() const
Returns a time stamp for the hit.
void setAmplitude(int amplitude)
Sets the amplitude.
Controls access to objects.