#include <DataFormats/HcalRecHit/interface/HORecHit.h>
Public Types | |
typedef HcalDetId | key_type |
Public Member Functions | |
HORecHit (const HcalDetId &id, float energy, float time) | |
HORecHit () | |
HcalDetId | id () const |
get the id |
Definition at line 14 of file HORecHit.h.
typedef HcalDetId HORecHit::key_type |
Definition at line 16 of file HORecHit.h.
HORecHit::HORecHit | ( | ) |
HORecHit::HORecHit | ( | const HcalDetId & | id, | |
float | energy, | |||
float | time | |||
) |
get the id
Definition at line 21 of file HORecHit.h.
References CaloRecHit::detid().
Referenced by operator<<(), and AlCaHOCalibProducer::produce().