#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 More... | |
Public Member Functions inherited from CaloRecHit | |
uint32_t | aux () const |
CaloRecHit () | |
CaloRecHit (const DetId &id, float energy, float time, uint32_t flags=0, uint32_t aux=0) | |
const DetId & | detid () const |
float | energy () const |
uint32_t | flagField (int base, int width=1) const |
uint32_t | flags () const |
void | setAux (uint32_t value) |
void | setEnergy (float energy) |
void | setFlagField (uint32_t value, int base, int width=1) |
void | setFlags (uint32_t flags) |
void | setTime (float time) |
float | time () const |
Definition at line 12 of file HORecHit.h.
typedef HcalDetId HORecHit::key_type |
Definition at line 14 of file HORecHit.h.
HORecHit::HORecHit | ( | ) |
Definition at line 4 of file HORecHit.cc.
HORecHit::HORecHit | ( | const HcalDetId & | id, |
float | energy, | ||
float | time | ||
) |
Definition at line 7 of file HORecHit.cc.
|
inline |
get the id
Definition at line 19 of file HORecHit.h.
References CaloRecHit::detid().
Referenced by AlCaHOCalibProducer::fillHOStore(), and operator<<().