#include <HFRecHit.h>
Public Types | |
typedef HcalDetId | key_type |
Public Member Functions | |
HFRecHit () | |
HFRecHit (const HcalDetId &id, float amplitude, float timeRising, float timeFalling=0) | |
get the id | |
HcalDetId | id () const |
float | timeFalling () const |
Private Attributes | |
float | timeFalling_ |
typedef HcalDetId HFRecHit::key_type |
Definition at line 16 of file HFRecHit.h.
HFRecHit::HFRecHit | ( | ) |
Definition at line 4 of file HFRecHit.cc.
: CaloRecHit() { }
HFRecHit::HFRecHit | ( | const HcalDetId & | id, |
float | amplitude, | ||
float | timeRising, | ||
float | timeFalling = 0 |
||
) |
get the id
Definition at line 7 of file HFRecHit.cc.
: CaloRecHit(id,energy,timeRising), timeFalling_(timeFalling) { }
HcalDetId HFRecHit::id | ( | void | ) | const [inline] |
Definition at line 25 of file HFRecHit.h.
References CaloRecHit::detid().
Referenced by reco::CentralityProducer::filter(), RxCalculator::getRFx(), HcalHFStatusBitFromDigis::hfSetFlagFromDigi(), HcalHF_PETalgorithm::HFSetFlagFromPET(), HcalHF_S9S1algorithm::HFSetFlagFromS9S1(), HLTHcalSimpleRecHitFilter::hltFilter(), and operator<<().
float HFRecHit::timeFalling | ( | ) | const [inline] |
get the amplitude (generally fC, but can vary) get the hit time
Definition at line 24 of file HFRecHit.h.
References timeFalling_.
Referenced by operator<<().
{ return timeFalling_; }
float HFRecHit::timeFalling_ [private] |
Definition at line 29 of file HFRecHit.h.
Referenced by timeFalling().