#include <HFDataFrame.h>
Public Types | |
typedef HcalDetId | key_type |
For the sorted collection. More... | |
Public Member Functions | |
const HcalElectronicsId & | elecId () const |
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... | |
HFDataFrame () | |
HFDataFrame (const HcalDetId &id) | |
const HcalDetId & | id () const |
const HcalQIESample & | operator[] (int i) const |
access a sample More... | |
int | presamples () const |
number of samples before the sample from the triggered beam crossing (according to the hardware) More... | |
const HcalQIESample & | sample (int i) const |
access a sample More... | |
void | setFiberIdleOffset (int offset) |
void | setPresamples (int ps) |
void | setReadoutIds (const HcalElectronicsId &eid) |
void | setSample (int i, const HcalQIESample &sam) |
void | setSize (int size) |
void | setZSInfo (bool unsuppressed, bool markAndPass, uint32_t crossingMask=0) |
int | size () const |
total number of samples in the digi More... | |
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... | |
uint32_t | zsCrossingMask () const |
zs crossing mask (which sums considered) More... | |
bool | zsMarkAndPass () const |
was ZS MarkAndPass? More... | |
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 HF
Definition at line 15 of file HFDataFrame.h.
typedef HcalDetId HFDataFrame::key_type |
For the sorted collection.
Definition at line 17 of file HFDataFrame.h.
HFDataFrame::HFDataFrame | ( | ) |
Definition at line 3 of file HFDataFrame.cc.
|
explicit |
Definition at line 9 of file HFDataFrame.cc.
|
inline |
int HFDataFrame::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)
Definition at line 48 of file HFDataFrame.cc.
References hcalPresamples_.
Referenced by operator<<().
|
inline |
Definition at line 22 of file HFDataFrame.h.
References id_.
Referenced by HcalNominalCoder::adc2fC(), HcaluLUTTPGCoder::adc2Linear(), HcalTriggerPrimitiveAlgo::addSignal(), HcalZSAlgoRealistic::keepMe(), operator<<(), HcalCoarsePedestalMonitor::processEvent(), HcalBeamMonitor::processEvent(), HcalPedestalAnalysis::processEvent(), HcalLedAnalysis::processLedEvent(), and HcalSimpleRecAlgo::reconstruct().
|
inline |
|
inline |
number of samples before the sample from the triggered beam crossing (according to the hardware)
Definition at line 28 of file HFDataFrame.h.
References hcalPresamples_.
Referenced by HcalNominalCoder::adc2fC(), HcalTriggerPrimitiveAlgo::addSignal(), and operator<<().
|
inline |
access a sample
Definition at line 39 of file HFDataFrame.h.
Referenced by HcalHFStatusBitFromDigis::hfSetFlagFromDigi(), operator<<(), HcalCoarsePedestalMonitor::processEvent(), HcalBeamMonitor::processEvent(), and HcalPedestalAnalysis::processEvent().
void HFDataFrame::setFiberIdleOffset | ( | int | offset | ) |
Definition at line 53 of file HFDataFrame.cc.
References hcalPresamples_, and hltrates_dqm_sourceclient-live_cfg::offset.
void HFDataFrame::setPresamples | ( | int | ps | ) |
void HFDataFrame::setReadoutIds | ( | const HcalElectronicsId & | eid | ) |
|
inline |
void HFDataFrame::setSize | ( | int | size | ) |
Definition at line 17 of file HFDataFrame.cc.
References MAXSAMPLES, size(), and size_.
Referenced by HcaluLUTTPGCoder::update().
void HFDataFrame::setZSInfo | ( | bool | unsuppressed, |
bool | markAndPass, | ||
uint32_t | crossingMask = 0 |
||
) |
Definition at line 41 of file HFDataFrame.cc.
References hcalPresamples_.
Referenced by HcalZeroSuppressionAlgo::suppress().
|
inline |
total number of samples in the digi
Definition at line 26 of file HFDataFrame.h.
References size_.
Referenced by HcalNominalCoder::adc2fC(), HcaluLUTTPGCoder::adc2Linear(), HcalTriggerPrimitiveAlgo::addSignal(), HcalHFStatusBitFromDigis::hfSetFlagFromDigi(), HcalLedAnalysis::LedHFHists(), operator<<(), HcalCoarsePedestalMonitor::processEvent(), HcalBeamMonitor::processEvent(), HcalPedestalAnalysis::processEvent(), setSize(), and HcalZSAlgoRealistic::shouldKeep().
bool HFDataFrame::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)
Definition at line 29 of file HFDataFrame.cc.
References HcalQIESample::capid(), data_, castor_dqm_sourceclient_file_cfg::firstSample, i, convertSQLiteXML::ok, and size_.
|
inline |
zs crossing mask (which sums considered)
Definition at line 34 of file HFDataFrame.h.
References hcalPresamples_.
Referenced by HcalZSAlgoRealistic::shouldKeep().
|
inline |
was ZS MarkAndPass?
Definition at line 30 of file HFDataFrame.h.
References hcalPresamples_.
Referenced by operator<<().
|
inline |
was ZS unsuppressed?
Definition at line 32 of file HFDataFrame.h.
References hcalPresamples_.
Referenced by operator<<().
|
private |
Definition at line 60 of file HFDataFrame.h.
Referenced by operator[](), sample(), setSample(), and validate().
|
private |
Definition at line 57 of file HFDataFrame.h.
Referenced by elecId(), and setReadoutIds().
|
private |
Definition at line 59 of file HFDataFrame.h.
Referenced by fiberIdleOffset(), presamples(), setFiberIdleOffset(), setPresamples(), setZSInfo(), zsCrossingMask(), zsMarkAndPass(), and zsUnsuppressed().
|
private |
Definition at line 56 of file HFDataFrame.h.
Referenced by id().
|
static |
Definition at line 54 of file HFDataFrame.h.
Referenced by setSize().
|
private |
Definition at line 58 of file HFDataFrame.h.
Referenced by setSize(), size(), and validate().