#include <HFQIE10Info.h>
Public Types | |
typedef HcalDetId | key_type |
typedef QIE10DataFrame::Sample::wide_type | raw_type |
Public Member Functions | |
constexpr float | charge () const |
constexpr float | energy () const |
constexpr raw_type | getRaw (const unsigned which) const |
constexpr | HFQIE10Info () |
constexpr | HFQIE10Info (const HcalDetId &id, float charge, float energy, float timeRising, float timeFalling, const raw_type *rawData, unsigned nData, unsigned soi) |
constexpr HcalDetId | id () const |
bool | isDataframeOK (bool checkAllTimeSlices=false) const |
constexpr unsigned | nRaw () const |
constexpr unsigned | soi () const |
constexpr float | timeFalling () const |
constexpr float | timeRising () const |
Static Public Attributes | |
static const raw_type | INVALID_RAW = std::numeric_limits<raw_type>::max() |
static const unsigned | N_RAW_MAX = 5 |
Private Attributes | |
float | charge_ |
float | energy_ |
HcalDetId | id_ |
uint8_t | nRaw_ |
raw_type | raw_ [N_RAW_MAX] |
uint8_t | soi_ |
float | timeFalling_ |
float | timeRising_ |
Class to contain the info needed to perform HF reconstruction using QIE10 chips and dual-anode readout. Intended for use inside HFPreRecHit.
Definition at line 15 of file HFQIE10Info.h.
typedef HcalDetId HFQIE10Info::key_type |
Definition at line 17 of file HFQIE10Info.h.
Definition at line 18 of file HFQIE10Info.h.
|
inline |
|
inline |
Definition at line 34 of file HFQIE10Info.h.
References INVALID_RAW.
|
inline |
Definition at line 79 of file HFQIE10Info.h.
References charge_.
Referenced by HFPreRecHit::charge(), HFPreRecHit::chargeAsymmetry(), and HFFlexibleTimeCheck::determineAnodeStatus().
|
inline |
Definition at line 80 of file HFQIE10Info.h.
References energy_.
Referenced by HFPreRecHit::energy(), HFPreRecHit::energyAsymmetry(), Jet.Jet::rawEnergy(), and HFSimpleTimeCheck::reconstruct().
|
inline |
Definition at line 85 of file HFQIE10Info.h.
References INVALID_RAW, nRaw_, raw_, and eostools::which().
Referenced by HFRecHitAuxSetter::setAux().
|
inline |
|
inline |
Definition at line 94 of file HFQIE10Info.h.
References mps_fire::i, nRaw_, raw_, alignCSCRings::s, and soi_.
Referenced by HFFlexibleTimeCheck::determineAnodeStatus(), and HFSimpleTimeCheck::determineAnodeStatus().
|
inline |
Definition at line 83 of file HFQIE10Info.h.
References nRaw_.
Referenced by HFRecHitAuxSetter::setAux().
|
inline |
Definition at line 84 of file HFQIE10Info.h.
References soi_.
Referenced by HFRecHitAuxSetter::setAux().
|
inline |
Definition at line 82 of file HFQIE10Info.h.
References timeFalling_.
Referenced by HFSimpleTimeCheck::reconstruct().
|
inline |
Definition at line 81 of file HFQIE10Info.h.
References timeRising_.
Referenced by HFFlexibleTimeCheck::determineAnodeStatus(), HFSimpleTimeCheck::determineAnodeStatus(), and HFSimpleTimeCheck::reconstruct().
|
private |
Definition at line 111 of file HFQIE10Info.h.
Referenced by charge().
|
private |
Definition at line 112 of file HFQIE10Info.h.
Referenced by energy().
|
private |
Definition at line 109 of file HFQIE10Info.h.
Referenced by id().
Definition at line 21 of file HFQIE10Info.h.
Referenced by getRaw(), and HFQIE10Info().
|
static |
Definition at line 20 of file HFQIE10Info.h.
Referenced by HFPreRecAlgo::reconstruct().
|
private |
Definition at line 116 of file HFQIE10Info.h.
Referenced by getRaw(), isDataframeOK(), and nRaw().
Definition at line 115 of file HFQIE10Info.h.
Referenced by getRaw(), and isDataframeOK().
|
private |
Definition at line 117 of file HFQIE10Info.h.
Referenced by isDataframeOK(), and soi().
|
private |
Definition at line 114 of file HFQIE10Info.h.
Referenced by timeFalling().
|
private |
Definition at line 113 of file HFQIE10Info.h.
Referenced by timeRising().