#include <QIE10DataFrame.h>
Public Member Functions | |
int | adc () const |
int | capid () const |
int | le_tdc () const |
bool | ok () const |
Sample (const edm::DataFrame &frame, edm::DataFrame::size_type i) | |
bool | soi () const |
int | te_tdc () const |
Static Public Attributes | |
static const int | MASK_ADC = 0xFF |
static const int | MASK_CAPID = 0x3 |
static const int | MASK_LE_TDC = 0x3F |
static const int | MASK_OK = 0x1000 |
static const int | MASK_SOI = 0x2000 |
static const int | MASK_TE_TDC = 0x1F |
static const int | OFFSET_CAPID = 12 |
static const int | OFFSET_TE_TDC = 6 |
Private Attributes | |
const edm::DataFrame & | frame_ |
edm::DataFrame::size_type | i_ |
Definition at line 21 of file QIE10DataFrame.h.
|
inline |
Definition at line 23 of file QIE10DataFrame.h.
|
inline |
Definition at line 32 of file QIE10DataFrame.h.
References frame_, i_, and MASK_ADC.
Referenced by QIE10DataFrame::copyContent(), and operator<<().
|
inline |
Definition at line 37 of file QIE10DataFrame.h.
References frame_, i_, MASK_CAPID, and OFFSET_CAPID.
Referenced by QIE10DataFrame::copyContent(), and operator<<().
|
inline |
Definition at line 33 of file QIE10DataFrame.h.
References frame_, i_, and MASK_LE_TDC.
Referenced by QIE10DataFrame::copyContent(), and operator<<().
|
inline |
Definition at line 35 of file QIE10DataFrame.h.
References frame_, i_, and MASK_OK.
Referenced by QIE10DataFrame::copyContent(), and operator<<().
|
inline |
Definition at line 36 of file QIE10DataFrame.h.
References frame_, i_, and MASK_SOI.
Referenced by QIE10DataFrame::copyContent(), and operator<<().
|
inline |
Definition at line 34 of file QIE10DataFrame.h.
References frame_, i_, MASK_TE_TDC, and OFFSET_TE_TDC.
Referenced by QIE10DataFrame::copyContent(), and operator<<().
|
private |
|
private |
|
static |
Definition at line 24 of file QIE10DataFrame.h.
Referenced by adc(), and QIE10DataFrame::setSample().
|
static |
Definition at line 30 of file QIE10DataFrame.h.
Referenced by capid(), and QIE10DataFrame::setSample().
|
static |
Definition at line 25 of file QIE10DataFrame.h.
Referenced by le_tdc(), and QIE10DataFrame::setSample().
|
static |
Definition at line 29 of file QIE10DataFrame.h.
Referenced by ok(), and QIE10DataFrame::setSample().
|
static |
Definition at line 28 of file QIE10DataFrame.h.
Referenced by QIE10DataFrame::setSample(), and soi().
|
static |
Definition at line 26 of file QIE10DataFrame.h.
Referenced by QIE10DataFrame::setSample(), and te_tdc().
|
static |
Definition at line 31 of file QIE10DataFrame.h.
Referenced by capid(), and QIE10DataFrame::setSample().
|
static |
Definition at line 27 of file QIE10DataFrame.h.
Referenced by QIE10DataFrame::setSample(), and te_tdc().