#include <HORecHit.h>
Public Types | |
typedef HcalDetId | key_type |
Public Member Functions | |
HORecHit () | |
HORecHit (const HcalDetId &id, float energy, float time) | |
HcalDetId | id () const |
get the id |
typedef HcalDetId HORecHit::key_type |
Definition at line 16 of file HORecHit.h.
HORecHit::HORecHit | ( | ) |
Definition at line 4 of file HORecHit.cc.
: CaloRecHit() { }
HORecHit::HORecHit | ( | const HcalDetId & | id, |
float | energy, | ||
float | time | ||
) |
Definition at line 7 of file HORecHit.cc.
: CaloRecHit(id,energy,time){ }
HcalDetId HORecHit::id | ( | void | ) | const [inline] |
get the id
Definition at line 21 of file HORecHit.h.
References CaloRecHit::detid().
Referenced by RxCalculator::getROx(), operator<<(), and AlCaHOCalibProducer::produce().