#include <HFRecHit.h>
Public Types | |
typedef HcalDetId | key_type |
Public Member Functions | |
constexpr uint32_t | getAuxHF () const |
constexpr | HFRecHit () |
constexpr | HFRecHit (const HcalDetId &id, float en, float timeRising, float timeFalling=0) |
get the id More... | |
constexpr HcalDetId | id () const |
constexpr void | setAuxHF (const uint32_t u) |
constexpr void | setTimeFalling (float timeFalling) |
constexpr float | timeFalling () const |
Public Member Functions inherited from CaloRecHit | |
constexpr uint32_t | aux () const |
constexpr | CaloRecHit () |
constexpr | CaloRecHit (const DetId &id, float energy, float time, uint32_t flags=0, uint32_t aux=0) |
constexpr const DetId & | detid () const |
constexpr float | energy () const |
constexpr uint32_t | flagField (int base, int width=1) const |
constexpr uint32_t | flags () const |
constexpr void | setAux (uint32_t value) |
constexpr void | setEnergy (float energy) |
constexpr void | setFlagField (uint32_t value, int base, int width=1) |
constexpr void | setFlags (uint32_t flags) |
constexpr void | setTime (float time) |
constexpr float | time () const |
Private Attributes | |
uint32_t | auxHF_ |
float | timeFalling_ |
Definition at line 11 of file HFRecHit.h.
typedef HcalDetId HFRecHit::key_type |
Definition at line 13 of file HFRecHit.h.
|
inlineconstexpr |
Definition at line 15 of file HFRecHit.h.
|
inlineconstexpr |
|
inlineconstexpr |
Definition at line 29 of file HFRecHit.h.
References auxHF_.
Referenced by HFFlexibleTimeCheck::reconstruct().
|
inlineconstexpr |
Definition at line 26 of file HFRecHit.h.
References CaloRecHit::detid().
Referenced by reco::CentralityProducer::produce(), HFPhase1Reconstructor::produce(), HFFlexibleTimeCheck::reconstruct(), and HFStripFilter::runFilter().
|
inlineconstexpr |
Definition at line 28 of file HFRecHit.h.
References auxHF_.
Referenced by HFRecHitAuxSetter::setAux().
|
inlineconstexpr |
|
inlineconstexpr |
get the amplitude (generally fC, but can vary) get the hit time
Definition at line 24 of file HFRecHit.h.
References timeFalling_.
Referenced by setTimeFalling().
|
private |
Definition at line 33 of file HFRecHit.h.
Referenced by getAuxHF(), and setAuxHF().
|
private |
Definition at line 32 of file HFRecHit.h.
Referenced by setTimeFalling(), and timeFalling().