![]() |
![]() |
#include <DataFormats/HcalRecHit/interface/ZDCRecHit.h>
Public Types | |
typedef HcalZDCDetId | key_type |
Public Member Functions | |
HcalZDCDetId | id () const |
get the id | |
ZDCRecHit (const HcalZDCDetId &id, float energy, float time) | |
ZDCRecHit () |
Definition at line 14 of file ZDCRecHit.h.
typedef HcalZDCDetId ZDCRecHit::key_type |
Definition at line 16 of file ZDCRecHit.h.
ZDCRecHit::ZDCRecHit | ( | ) |
ZDCRecHit::ZDCRecHit | ( | const HcalZDCDetId & | id, | |
float | energy, | |||
float | time | |||
) |
HcalZDCDetId ZDCRecHit::id | ( | void | ) | const [inline] |
get the id
Definition at line 21 of file ZDCRecHit.h.
References CaloRecHit::detid().
Referenced by operator<<().
00021 { return HcalZDCDetId(detid()); }