#include <CastorRecHit.h>
Public Types | |
typedef HcalCastorDetId | key_type |
Public Member Functions | |
CastorRecHit () | |
CastorRecHit (const HcalCastorDetId &id, float energy, float time) | |
HcalCastorDetId | id () const |
get the id |
Definition at line 8 of file CastorRecHit.h.
Definition at line 10 of file CastorRecHit.h.
CastorRecHit::CastorRecHit | ( | ) |
Definition at line 4 of file CastorRecHit.cc.
: CaloRecHit() { }
CastorRecHit::CastorRecHit | ( | const HcalCastorDetId & | id, |
float | energy, | ||
float | time | ||
) |
Definition at line 7 of file CastorRecHit.cc.
: CaloRecHit(id,energy,time) { }
HcalCastorDetId CastorRecHit::id | ( | void | ) | const [inline] |
get the id
Definition at line 15 of file CastorRecHit.h.
References CaloRecHit::detid().
Referenced by operator<<(), RecHitCorrector::produce(), and CastorCellProducer::produce().
{ return HcalCastorDetId(detid()); }