#include <HODataFrame.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... | |
HODataFrame () | |
HODataFrame (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 HO
Definition at line 16 of file HODataFrame.h.
typedef HcalDetId HODataFrame::key_type |
For the sorted collection.
Definition at line 18 of file HODataFrame.h.
HODataFrame::HODataFrame | ( | ) |
Definition at line 4 of file HODataFrame.cc.
|
explicit |
Definition at line 10 of file HODataFrame.cc.
|
inline |
int HODataFrame::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 50 of file HODataFrame.cc.
References hcalPresamples_.
Referenced by operator<<().
|
inline |
Definition at line 23 of file HODataFrame.h.
References id_.
Referenced by PedestalTask::_process(), HcalNominalCoder::adc2fC(), HcalZSAlgoRealistic::keepMe(), operator<<(), HcalCoarsePedestalMonitor::processEvent(), HcalPedestalAnalysis::processEvent(), HcalDigiMonitor::processEvent(), and HcalLedAnalysis::processLedEvent().
|
inline |
|
inline |
number of samples before the sample from the triggered beam crossing (according to the hardware)
Definition at line 29 of file HODataFrame.h.
References hcalPresamples_.
Referenced by HcalNominalCoder::adc2fC(), and operator<<().
|
inline |
access a sample
Definition at line 40 of file HODataFrame.h.
Referenced by operator<<(), HcalCoarsePedestalMonitor::processEvent(), and HcalPedestalAnalysis::processEvent().
void HODataFrame::setFiberIdleOffset | ( | int | offset | ) |
Definition at line 55 of file HODataFrame.cc.
References hcalPresamples_, and hltrates_dqm_sourceclient-live_cfg::offset.
void HODataFrame::setPresamples | ( | int | ps | ) |
void HODataFrame::setReadoutIds | ( | const HcalElectronicsId & | eid | ) |
|
inline |
Definition at line 51 of file HODataFrame.h.
void HODataFrame::setSize | ( | int | size | ) |
void HODataFrame::setZSInfo | ( | bool | unsuppressed, |
bool | markAndPass, | ||
uint32_t | crossingMask = 0 |
||
) |
Definition at line 42 of file HODataFrame.cc.
References hcalPresamples_.
Referenced by HcalZeroSuppressionAlgo::suppress().
|
inline |
total number of samples in the digi
Definition at line 27 of file HODataFrame.h.
References size_.
Referenced by PedestalTask::_process(), LEDTask::_process(), LaserTask::_process(), HcalNominalCoder::adc2fC(), HcalLedAnalysis::LedHOHists(), operator<<(), HcalCoarsePedestalMonitor::processEvent(), HcalPedestalAnalysis::processEvent(), setSize(), and HcalZSAlgoRealistic::shouldKeep().
bool HODataFrame::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 30 of file HODataFrame.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 35 of file HODataFrame.h.
References hcalPresamples_.
Referenced by HcalZSAlgoRealistic::shouldKeep().
|
inline |
was ZS MarkAndPass?
Definition at line 31 of file HODataFrame.h.
References hcalPresamples_.
Referenced by operator<<().
|
inline |
was ZS unsuppressed?
Definition at line 33 of file HODataFrame.h.
References hcalPresamples_.
Referenced by operator<<().
|
private |
Definition at line 61 of file HODataFrame.h.
Referenced by operator[](), sample(), setSample(), and validate().
|
private |
Definition at line 58 of file HODataFrame.h.
Referenced by elecId(), and setReadoutIds().
|
private |
Definition at line 60 of file HODataFrame.h.
Referenced by fiberIdleOffset(), presamples(), setFiberIdleOffset(), setPresamples(), setZSInfo(), zsCrossingMask(), zsMarkAndPass(), and zsUnsuppressed().
|
private |
Definition at line 57 of file HODataFrame.h.
Referenced by id().
|
static |
Definition at line 55 of file HODataFrame.h.
Referenced by setSize().
|
private |
Definition at line 59 of file HODataFrame.h.
Referenced by setSize(), size(), and validate().