#include <HFPreRecHit.h>
Public Types | |
typedef HcalDetId | key_type |
Public Member Functions | |
float | charge () const |
std::pair< float, bool > | chargeAsymmetry (float chargeThreshold) const |
float | energy () const |
std::pair< float, bool > | energyAsymmetry (float energyThreshold) const |
HFQIE10Info const * | getHFQIE10Info (unsigned index) const |
HFPreRecHit () | |
HFPreRecHit (const HcalDetId &id, const HFQIE10Info *first, const HFQIE10Info *second) | |
HcalDetId | id () const |
Private Attributes | |
bool | hasInfo_ [2] |
HFQIE10Info | hfQIE10Info_ [2] |
HcalDetId | id_ |
Class to contain the info needed to perform HF reconstruction using QIE10 chips and dual-anode readout. Groups the information provided by a single PMT.
Definition at line 14 of file HFPreRecHit.h.
typedef HcalDetId HFPreRecHit::key_type |
Definition at line 17 of file HFPreRecHit.h.
|
inline |
Definition at line 19 of file HFPreRecHit.h.
|
inline |
Definition at line 25 of file HFPreRecHit.h.
References plotBeamSpotDB::first, hasInfo_, hfQIE10Info_, and edm::second().
|
inline |
Definition at line 51 of file HFPreRecHit.h.
References HFQIE10Info::charge(), hasInfo_, hfQIE10Info_, mps_fire::i, and lumiQueryAPI::q.
Referenced by HFFlexibleTimeCheck::reconstruct().
std::pair< float, bool > HFPreRecHit::chargeAsymmetry | ( | float | chargeThreshold | ) | const |
Definition at line 3 of file HFPreRecHit.cc.
References HFQIE10Info::charge(), f, hasInfo_, hfQIE10Info_, q1, and mps_fire::result.
Referenced by energy(), and HFFlexibleTimeCheck::reconstruct().
|
inline |
Definition at line 58 of file HFPreRecHit.h.
References chargeAsymmetry(), MillePedeFileConverter_cfg::e, HFQIE10Info::energy(), energyAsymmetry(), hasInfo_, hfQIE10Info_, and mps_fire::i.
Referenced by Jet.Jet::rawEnergy().
std::pair< float, bool > HFPreRecHit::energyAsymmetry | ( | float | energyThreshold | ) | const |
Definition at line 20 of file HFPreRecHit.cc.
References HFQIE10Info::energy(), f, hasInfo_, hfQIE10Info_, and mps_fire::result.
Referenced by energy().
|
inline |
Definition at line 43 of file HFPreRecHit.h.
References hasInfo_, and hfQIE10Info_.
Referenced by HFSimpleTimeCheck::reconstruct(), and HFRecHitAuxSetter::setAux().
|
inline |
Definition at line 38 of file HFPreRecHit.h.
References id_.
Referenced by HFFlexibleTimeCheck::reconstruct(), and HFSimpleTimeCheck::reconstruct().
|
private |
Definition at line 89 of file HFPreRecHit.h.
Referenced by charge(), chargeAsymmetry(), energy(), energyAsymmetry(), getHFQIE10Info(), and HFPreRecHit().
|
private |
Definition at line 88 of file HFPreRecHit.h.
Referenced by charge(), chargeAsymmetry(), energy(), energyAsymmetry(), getHFQIE10Info(), and HFPreRecHit().
|
private |
Definition at line 86 of file HFPreRecHit.h.
Referenced by id().