#include <QIE11DataFrame.h>
Public Member Functions | |
int | adc () const |
int | capid () const |
int | flavor () const |
bool | linkError () const |
Sample (const edm::DataFrame &frame, edm::DataFrame::size_type i) | |
bool | soi () const |
int | tdc () const |
Static Public Attributes | |
static const int | MASK_ADC = 0xFF |
static const int | MASK_CAPID = 0x3 |
static const int | MASK_CAPID_INV_HB = 0xF3FF |
static const int | MASK_CAPID_KEEP_HB = 0x0C00 |
static const int | MASK_LE_HB = 0x2000 |
static const int | MASK_SOI = 0x4000 |
static const int | MASK_TDC_HB = 0x3 |
static const int | MASK_TDC_HE = 0x3F |
static const int | OFFSET_CAPID_HB = 10 |
static const int | OFFSET_CAPID_HE = 8 |
static const int | OFFSET_TDC = 8 |
Private Attributes | |
const edm::DataFrame & | frame_ |
edm::DataFrame::size_type | i_ |
Definition at line 26 of file QIE11DataFrame.h.
|
inline |
|
inline |
Definition at line 41 of file QIE11DataFrame.h.
References frame_, i_, and MASK_ADC.
Referenced by QIE11DataFrame::copyContent(), operator<<(), and HBHEPhase1Reconstructor::processData().
|
inline |
Definition at line 44 of file QIE11DataFrame.h.
References flavor(), frame_, QIE11DataFrame::HEADER_WORDS, i_, OFFSET_CAPID_HB, and OFFSET_CAPID_HE.
Referenced by operator<<(), and HBHEPhase1Reconstructor::processData().
|
inline |
Definition at line 40 of file QIE11DataFrame.h.
References frame_.
Referenced by capid(), linkError(), QIE11DataFrame::setCapid0(), QIE11DataFrame::setSample(), tdc(), and QIE11DataFrame::zsMarkAndPass().
|
inline |
|
inline |
Definition at line 43 of file QIE11DataFrame.h.
References frame_, i_, and MASK_SOI.
Referenced by QIE11DataFrame::copyContent(), operator<<(), and QIE11DataFrame::setSample().
|
inline |
Definition at line 42 of file QIE11DataFrame.h.
References flavor(), QIE11DataFrame::FLAVOR_HB, frame_, i_, and MASK_TDC_HE.
Referenced by QIE11DataFrame::copyContent(), and operator<<().
|
private |
Definition at line 48 of file QIE11DataFrame.h.
Referenced by adc(), capid(), flavor(), linkError(), soi(), and tdc().
|
private |
Definition at line 49 of file QIE11DataFrame.h.
Referenced by adc(), capid(), linkError(), soi(), and tdc().
|
static |
Definition at line 29 of file QIE11DataFrame.h.
Referenced by adc(), and QIE11DataFrame::setSample().
|
static |
Definition at line 35 of file QIE11DataFrame.h.
Referenced by QIE11DataFrame::setCapid0().
|
static |
Definition at line 36 of file QIE11DataFrame.h.
Referenced by QIE11DataFrame::setCapid0().
|
static |
Definition at line 37 of file QIE11DataFrame.h.
Referenced by QIE11DataFrame::setSample().
|
static |
Definition at line 34 of file QIE11DataFrame.h.
Referenced by linkError().
|
static |
Definition at line 33 of file QIE11DataFrame.h.
Referenced by QIE11DataFrame::setSample(), and soi().
|
static |
Definition at line 31 of file QIE11DataFrame.h.
Referenced by QIE11DataFrame::setSample().
|
static |
Definition at line 30 of file QIE11DataFrame.h.
Referenced by QIE11DataFrame::setSample(), and tdc().
|
static |
Definition at line 39 of file QIE11DataFrame.h.
Referenced by capid(), and QIE11DataFrame::setCapid0().
|
static |
Definition at line 38 of file QIE11DataFrame.h.
Referenced by capid(), and QIE11DataFrame::setCapid0().
|
static |
Definition at line 32 of file QIE11DataFrame.h.
Referenced by QIE11DataFrame::setSample().