#include <HBHEDataFrame.h>
Public Types | |
typedef HcalDetId | key_type |
For the sorted collection. More... | |
Public Member Functions | |
constexpr const HcalElectronicsId & | elecId () const |
constexpr int | fiberIdleOffset () const |
offset of bunch number for this channel relative to nominal set in the unpacker (range is +7->-7. -1000 indicates the data is invalid/unavailable) More... | |
constexpr | HBHEDataFrame () |
constexpr | HBHEDataFrame (const HcalDetId &id) |
constexpr const HcalDetId & | id () const |
constexpr HcalQIESample const & | operator[] (int i) const |
access a sample More... | |
constexpr int | presamples () const |
number of samples before the sample from the triggered beam crossing (according to the hardware) More... | |
constexpr HcalQIESample const & | sample (int i) const |
access a sample More... | |
constexpr void | setFiberIdleOffset (int offset) |
constexpr void | setPresamples (int ps) |
constexpr void | setReadoutIds (const HcalElectronicsId &eid) |
constexpr void | setSample (int i, const HcalQIESample &sam) |
constexpr void | setSize (int size) |
constexpr void | setZSInfo (bool unsuppressed, bool markAndPass, uint32_t crossingMask=0) |
constexpr int | size () const |
total number of samples in the digi More... | |
constexpr bool | validate (int firstSample=0, int nSamples=100) const |
validate appropriate DV and ER bits as well as capid rotation for the specified samples (default is all) More... | |
constexpr uint32_t | zsCrossingMask () const |
zs crossing mask (which sums considered) More... | |
constexpr bool | zsMarkAndPass () const |
was ZS MarkAndPass? More... | |
constexpr bool | zsUnsuppressed () const |
was ZS unsuppressed? More... | |
Static Public Attributes | |
static const int | MAXSAMPLES = 10 |
Private Attributes | |
HcalQIESample | data_ [MAXSAMPLES] |
HcalElectronicsId | electronicsId_ |
int | hcalPresamples_ |
HcalDetId | id_ |
int | size_ |
Precision readout digi for HB and HE.
Definition at line 14 of file HBHEDataFrame.h.
typedef HcalDetId HBHEDataFrame::key_type |
For the sorted collection.
Definition at line 16 of file HBHEDataFrame.h.
|
inline |
Definition at line 18 of file HBHEDataFrame.h.
|
inlineexplicit |
Definition at line 19 of file HBHEDataFrame.h.
|
inline |
|
inline |
offset of bunch number for this channel relative to nominal set in the unpacker (range is +7->-7. -1000 indicates the data is invalid/unavailable)
Definition at line 43 of file HBHEDataFrame.h.
References hcalPresamples_, and heppy_batch::val.
Referenced by operator<<().
|
inline |
Definition at line 23 of file HBHEDataFrame.h.
References id_.
Referenced by reco::HcalNoiseInfoProducer::filldigis(), HLTHcalLaserMisfireFilter::filter(), HcalLaserHBHEHFFilter2012::filter(), HcalLaserHBHEFilter2012::filter(), operator<<(), HcalPedestalAnalysis::processEvent(), HcalLedAnalysis::processLedEvent(), and HcalZSAlgoRealistic::shouldKeep().
|
inline |
|
inline |
number of samples before the sample from the triggered beam crossing (according to the hardware)
Definition at line 29 of file HBHEDataFrame.h.
References hcalPresamples_.
Referenced by operator<<().
|
inline |
access a sample
Definition at line 40 of file HBHEDataFrame.h.
References data_, and mps_fire::i.
Referenced by HLTHcalLaserMisfireFilter::filter(), operator<<(), and HcalPedestalAnalysis::processEvent().
|
inline |
Definition at line 83 of file HBHEDataFrame.h.
References hcalPresamples_, and hltrates_dqm_sourceclient-live_cfg::offset.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 64 of file HBHEDataFrame.h.
References MAXSAMPLES, size(), and size_.
|
inline |
Definition at line 73 of file HBHEDataFrame.h.
References hcalPresamples_, and DigiNZS_cff::markAndPass.
|
inline |
total number of samples in the digi
Definition at line 27 of file HBHEDataFrame.h.
References size_.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), HLTHcalLaserMisfireFilter::filter(), HcalLedAnalysis::LedHBHEHists(), operator<<(), HcalPedestalAnalysis::processEvent(), HBHEStatusBitSetter::SetFlagsFromDigi(), setSize(), and HcalZSAlgoRealistic::shouldKeep().
|
inline |
validate appropriate DV and ER bits as well as capid rotation for the specified samples (default is all)
Definition at line 49 of file HBHEDataFrame.h.
References HcalQIESample::capid(), data_, castor_dqm_sourceclient-live_cfg::firstSample, mps_fire::i, PresampleTask_cfi::nSamples, convertSQLiteXML::ok, and size_.
|
inline |
zs crossing mask (which sums considered)
Definition at line 35 of file HBHEDataFrame.h.
References hcalPresamples_.
Referenced by HcalZSAlgoRealistic::shouldKeep().
|
inline |
was ZS MarkAndPass?
Definition at line 31 of file HBHEDataFrame.h.
References hcalPresamples_.
Referenced by reco::HcalNoiseInfoProducer::filldigis(), and operator<<().
|
inline |
was ZS unsuppressed?
Definition at line 33 of file HBHEDataFrame.h.
References hcalPresamples_.
Referenced by operator<<().
|
private |
Definition at line 102 of file HBHEDataFrame.h.
Referenced by operator[](), sample(), setSample(), and validate().
|
private |
Definition at line 99 of file HBHEDataFrame.h.
Referenced by elecId(), and setReadoutIds().
|
private |
Definition at line 101 of file HBHEDataFrame.h.
Referenced by fiberIdleOffset(), presamples(), setFiberIdleOffset(), setPresamples(), setZSInfo(), zsCrossingMask(), zsMarkAndPass(), and zsUnsuppressed().
|
private |
Definition at line 98 of file HBHEDataFrame.h.
Referenced by id().
|
static |
Definition at line 95 of file HBHEDataFrame.h.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::HcalDigisSoAProducer::produce(), and setSize().
|
private |
Definition at line 100 of file HBHEDataFrame.h.
Referenced by setSize(), size(), and validate().