#include <QIE11DataFrame.h>
Classes | |
class | Sample |
Public Member Functions | |
bool | capidError () const |
DetId | detid () const |
Get the detector id. More... | |
uint16_t | flags () const |
get the flag word More... | |
int | flavor () const |
bool | linkError () const |
Sample | operator[] (edm::DataFrame::size_type i) const |
get the sample More... | |
QIE11DataFrame () | |
QIE11DataFrame (const edm::DataFrameContainer &c, edm::DataFrame::size_type i) | |
QIE11DataFrame (edm::DataFrame df) | |
int | samples () const |
total number of samples in the digi More... | |
void | setCapid0 (int cap0) |
void | setFlags (uint16_t v) |
set the flag word More... | |
void | setSample (edm::DataFrame::size_type isample, int adc, int tdc, bool soi=false) |
set the sample contents More... | |
bool | wasMarkAndPass () const |
was this a mark-and-pass ZS event? More... | |
Static Public Attributes | |
static const int | FLAG_WORDS = 1 |
static const int | HEADER_WORDS = 1 |
static const int | MASK_CAPIDERROR = 0x400 |
was there a capid rotation error? More... | |
static const int | MASK_FLAVOR = 0x7 |
static const int | MASK_LINKERROR = 0x800 |
was there a link error? More... | |
static const int | OFFSET_FLAVOR = 12 |
get the flavor of the frame More... | |
static const int | WORDS_PER_SAMPLE = 1 |
Additional Inherited Members | |
Protected Types inherited from edm::DataFrame | |
typedef data_type const * | const_iterator |
typedef unsigned short | data_type |
typedef unsigned int | id_type |
typedef data_type * | iterator |
typedef unsigned int | size_type |
Protected Member Functions inherited from edm::DataFrame | |
iterator | begin () |
const_iterator | begin () const |
DataFrame () | |
DataFrame (id_type i, data_type const *idata, size_type isize) | |
DataFrame (DataFrameContainer const &icont, size_type i) | |
iterator | end () |
const_iterator | end () const |
id_type | id () const |
data_type & | operator[] (size_type i) |
data_type | operator[] (size_type i) const |
void | set (DataFrameContainer const &icont, size_type i) |
size_type | size () const |
Precision readout digi from QIE11 including TDC information
Definition at line 12 of file QIE11DataFrame.h.
|
inline |
Definition at line 19 of file QIE11DataFrame.h.
|
inline |
Definition at line 20 of file QIE11DataFrame.h.
|
inline |
Definition at line 21 of file QIE11DataFrame.h.
|
inline |
Definition at line 54 of file QIE11DataFrame.h.
References MASK_CAPIDERROR, and edm::DataFrame::operator[]().
Referenced by operator<<().
|
inline |
Get the detector id.
Definition at line 42 of file QIE11DataFrame.h.
Referenced by operator<<().
|
inline |
get the flag word
Definition at line 63 of file QIE11DataFrame.h.
References edm::DataFrame::operator[](), and edm::DataFrame::size().
|
inline |
Definition at line 48 of file QIE11DataFrame.h.
References MASK_FLAVOR, OFFSET_FLAVOR, and cppFunctionSkipper::operator.
Referenced by wasMarkAndPass().
|
inline |
Definition at line 51 of file QIE11DataFrame.h.
References MASK_LINKERROR, and edm::DataFrame::operator[]().
Referenced by operator<<().
|
inline |
|
inline |
total number of samples in the digi
Definition at line 44 of file QIE11DataFrame.h.
References FLAG_WORDS, HEADER_WORDS, edm::DataFrame::size(), and WORDS_PER_SAMPLE.
Referenced by operator<<().
void QIE11DataFrame::setCapid0 | ( | int | cap0 | ) |
Definition at line 4 of file QIE11DataFrame.cc.
References QIE11DataFrame::Sample::MASK_CAPID, QIE11DataFrame::Sample::OFFSET_CAPID, and edm::DataFrame::operator[]().
void QIE11DataFrame::setFlags | ( | uint16_t | v | ) |
set the flag word
Definition at line 9 of file QIE11DataFrame.cc.
References edm::DataFrame::operator[](), edm::DataFrame::size(), and findQualityFiles::v.
Referenced by Vispa.Plugins.EdmBrowser.EventContentView.LabelItem::__init__().
void QIE11DataFrame::setSample | ( | edm::DataFrame::size_type | isample, |
int | adc, | ||
int | tdc, | ||
bool | soi = false |
||
) |
set the sample contents
Definition at line 13 of file QIE11DataFrame.cc.
References QIE11DataFrame::Sample::MASK_ADC, QIE11DataFrame::Sample::MASK_SOI, QIE11DataFrame::Sample::MASK_TDC, QIE11DataFrame::Sample::OFFSET_TDC, edm::DataFrame::operator[](), and edm::DataFrame::size().
|
inline |
was this a mark-and-pass ZS event?
Definition at line 56 of file QIE11DataFrame.h.
References flavor().
Referenced by operator<<().
|
static |
Definition at line 17 of file QIE11DataFrame.h.
Referenced by samples().
|
static |
Definition at line 16 of file QIE11DataFrame.h.
Referenced by operator[](), and samples().
|
static |
was there a capid rotation error?
Definition at line 53 of file QIE11DataFrame.h.
Referenced by capidError().
|
static |
Definition at line 47 of file QIE11DataFrame.h.
Referenced by flavor().
|
static |
|
static |
|
static |
Definition at line 15 of file QIE11DataFrame.h.
Referenced by samples().