#include <QIE11DataFrame.h>
Public Member Functions | |
int | adc () const |
int | capid () 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_SOI = 0x4000 |
static const int | MASK_TDC = 0x3F |
static const int | OFFSET_CAPID = 8 |
static const int | OFFSET_TDC = 8 |
Private Attributes | |
const edm::DataFrame & | frame_ |
edm::DataFrame::size_type | i_ |
Definition at line 21 of file QIE11DataFrame.h.
|
inline |
|
inline |
Definition at line 30 of file QIE11DataFrame.h.
References frame_, i_, and MASK_ADC.
Referenced by QIE11DataFrame::copyContent(), operator<<(), QIE11DataFrame::operator[](), and HBHEPhase1Reconstructor::processData().
|
inline |
Definition at line 33 of file QIE11DataFrame.h.
Referenced by operator<<(), and HBHEPhase1Reconstructor::processData().
|
inline |
Definition at line 32 of file QIE11DataFrame.h.
References frame_, i_, and MASK_SOI.
Referenced by QIE11DataFrame::copyContent(), operator<<(), and QIE11DataFrame::operator[]().
|
inline |
Definition at line 31 of file QIE11DataFrame.h.
References frame_, i_, and MASK_TDC.
Referenced by QIE11DataFrame::copyContent(), operator<<(), and QIE11DataFrame::operator[]().
|
private |
|
private |
|
static |
Definition at line 24 of file QIE11DataFrame.h.
Referenced by adc(), and QIE11DataFrame::setSample().
|
static |
Definition at line 28 of file QIE11DataFrame.h.
Referenced by QIE11DataFrame::setCapid0().
|
static |
Definition at line 27 of file QIE11DataFrame.h.
Referenced by QIE11DataFrame::setSample(), and soi().
|
static |
Definition at line 25 of file QIE11DataFrame.h.
Referenced by QIE11DataFrame::setSample(), and tdc().
|
static |
Definition at line 29 of file QIE11DataFrame.h.
Referenced by QIE11DataFrame::setCapid0().
|
static |
Definition at line 26 of file QIE11DataFrame.h.
Referenced by QIE11DataFrame::setSample().