#include <QIE10DataFrame.h>
Classes | |
class | Sample |
Public Member Functions | |
edm::DataFrame::iterator | begin () |
iterators More... | |
edm::DataFrame::const_iterator | begin () const |
void | copyContent (const QIE10DataFrame &src) |
DetId | detid () const |
Get the detector id. More... | |
edm::DataFrame::iterator | end () |
edm::DataFrame::const_iterator | end () const |
uint16_t | flags () const |
get the flag word More... | |
int | flavor () const |
edm::DataFrame::id_type | id () const |
bool | linkError () const |
Sample | operator[] (edm::DataFrame::size_type i) const |
get the sample More... | |
int | presamples () const |
for backward compatibility More... | |
QIE10DataFrame () | |
QIE10DataFrame (edm::DataFrame const &df) | |
int | samples () const |
total number of samples in the digi More... | |
void | setFlags (uint16_t v) |
set the flag word More... | |
void | setSample (edm::DataFrame::size_type isample, int adc, int le_tdc, int te_tdc, int capid, bool soi=false, bool ok=true) |
set the sample contents More... | |
void | setZSInfo (bool markAndPass) |
set ZS params More... | |
edm::DataFrame::size_type | size () const |
more accessors More... | |
bool | zsMarkAndPass () const |
Static Public Attributes | |
static const int | FLAG_WORDS = 1 |
static const int | HEADER_WORDS = 1 |
static const int | MASK_FLAVOR = 0x7 |
static const int | MASK_LINKERROR = 0x800 |
was there a link error? More... | |
static const int | MASK_MARKPASS = 0x100 |
was this a mark-and-pass ZS event? More... | |
static const int | OFFSET_FLAVOR = 12 |
get the flavor of the frame More... | |
static const int | WORDS_PER_SAMPLE = 2 |
Private Attributes | |
edm::DataFrame | m_data |
Precision readout digi from QIE10 including TDC information
Definition at line 11 of file QIE10DataFrame.h.
|
inline |
Definition at line 18 of file QIE10DataFrame.h.
|
inline |
Definition at line 19 of file QIE10DataFrame.h.
|
inline |
iterators
Definition at line 51 of file QIE10DataFrame.h.
References edm::DataFrame::begin(), and m_data.
|
inline |
void QIE10DataFrame::copyContent | ( | const QIE10DataFrame & | src | ) |
Definition at line 14 of file QIE10DataFrame.cc.
References QIE10DataFrame::Sample::adc(), QIE10DataFrame::Sample::capid(), i, QIE10DataFrame::Sample::le_tdc(), QIE10DataFrame::Sample::ok(), setSample(), size(), QIE10DataFrame::Sample::soi(), and QIE10DataFrame::Sample::te_tdc().
|
inline |
Get the detector id.
Definition at line 46 of file QIE10DataFrame.h.
References edm::DataFrame::id(), and m_data.
Referenced by operator<<().
|
inline |
Definition at line 52 of file QIE10DataFrame.h.
References edm::DataFrame::end(), and m_data.
Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().
|
inline |
Definition at line 54 of file QIE10DataFrame.h.
References edm::DataFrame::end(), and m_data.
Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().
|
inline |
get the flag word
Definition at line 76 of file QIE10DataFrame.h.
References m_data, and size().
|
inline |
Definition at line 62 of file QIE10DataFrame.h.
References m_data, MASK_FLAVOR, and OFFSET_FLAVOR.
|
inline |
Definition at line 47 of file QIE10DataFrame.h.
References edm::DataFrame::id(), and m_data.
Referenced by HcalZSAlgoRealistic::keepMe(), and HcalSimpleRecAlgo::reconstructQIE10().
|
inline |
Definition at line 65 of file QIE10DataFrame.h.
References m_data, and MASK_LINKERROR.
Referenced by operator<<().
|
inline |
get the sample
Definition at line 72 of file QIE10DataFrame.h.
References HEADER_WORDS, m_data, and WORDS_PER_SAMPLE.
int QIE10DataFrame::presamples | ( | ) | const |
for backward compatibility
Definition at line 21 of file QIE10DataFrame.cc.
|
inline |
total number of samples in the digi
Definition at line 56 of file QIE10DataFrame.h.
References FLAG_WORDS, HEADER_WORDS, size(), and WORDS_PER_SAMPLE.
Referenced by operator<<(), and presamples().
void QIE10DataFrame::setFlags | ( | uint16_t | v | ) |
set the flag word
Definition at line 10 of file QIE10DataFrame.cc.
References m_data, size(), and findQualityFiles::v.
Referenced by Vispa.Plugins.EdmBrowser.EventContentView.LabelItem::__init__().
void QIE10DataFrame::setSample | ( | edm::DataFrame::size_type | isample, |
int | adc, | ||
int | le_tdc, | ||
int | te_tdc, | ||
int | capid, | ||
bool | soi = false , |
||
bool | ok = true |
||
) |
set the sample contents
Definition at line 4 of file QIE10DataFrame.cc.
References HEADER_WORDS, m_data, QIE10DataFrame::Sample::MASK_ADC, QIE10DataFrame::Sample::MASK_CAPID, QIE10DataFrame::Sample::MASK_LE_TDC, QIE10DataFrame::Sample::MASK_OK, QIE10DataFrame::Sample::MASK_SOI, QIE10DataFrame::Sample::MASK_TE_TDC, QIE10DataFrame::Sample::OFFSET_CAPID, QIE10DataFrame::Sample::OFFSET_TE_TDC, size(), and WORDS_PER_SAMPLE.
Referenced by copyContent().
void QIE10DataFrame::setZSInfo | ( | bool | markAndPass | ) |
set ZS params
Definition at line 28 of file QIE10DataFrame.cc.
References m_data, and MASK_MARKPASS.
Referenced by HcalZeroSuppressionAlgo::suppress().
|
inline |
more accessors
Definition at line 49 of file QIE10DataFrame.h.
References m_data, and edm::DataFrame::size().
Referenced by copyContent(), flags(), samples(), setFlags(), setSample(), and HcalZSAlgoRealistic::shouldKeep().
|
inline |
Definition at line 68 of file QIE10DataFrame.h.
References m_data, and MASK_MARKPASS.
Referenced by operator<<(), and HcalSimpleReconstructor::processUpgrade().
|
static |
Definition at line 16 of file QIE10DataFrame.h.
Referenced by samples().
|
static |
Definition at line 15 of file QIE10DataFrame.h.
Referenced by operator[](), samples(), and setSample().
|
private |
Definition at line 81 of file QIE10DataFrame.h.
Referenced by begin(), detid(), end(), flags(), flavor(), id(), linkError(), operator[](), setFlags(), setSample(), setZSInfo(), size(), and zsMarkAndPass().
|
static |
Definition at line 61 of file QIE10DataFrame.h.
Referenced by flavor().
|
static |
|
static |
was this a mark-and-pass ZS event?
Definition at line 67 of file QIE10DataFrame.h.
Referenced by setZSInfo(), and zsMarkAndPass().
|
static |
|
static |
Definition at line 14 of file QIE10DataFrame.h.
Referenced by operator[](), samples(), and setSample().