#include <GEBdata.h>
Definition at line 45 of file GEBdata.h.
◆ GEBdata()
gem::GEBdata::GEBdata |
( |
| ) |
|
|
inline |
◆ ~GEBdata()
gem::GEBdata::~GEBdata |
( |
| ) |
|
|
inline |
◆ addVFAT()
void gem::GEBdata::addVFAT |
( |
VFATdata |
v | ) |
|
|
inline |
◆ bxmAvV()
bool gem::GEBdata::bxmAvV |
( |
| ) |
const |
|
inline |
◆ bxmVvV()
bool gem::GEBdata::bxmVvV |
( |
| ) |
const |
|
inline |
◆ clearVFATs()
void gem::GEBdata::clearVFATs |
( |
| ) |
|
|
inline |
Clear the vector rof VFAT data.
Definition at line 99 of file GEBdata.h.
References vfatd_.
◆ evtF()
bool gem::GEBdata::evtF |
( |
| ) |
const |
|
inline |
◆ evtNF()
bool gem::GEBdata::evtNF |
( |
| ) |
const |
|
inline |
◆ evtSzOFW()
bool gem::GEBdata::evtSzOFW |
( |
| ) |
const |
|
inline |
◆ evtSzW()
bool gem::GEBdata::evtSzW |
( |
| ) |
const |
|
inline |
◆ evUfw()
bool gem::GEBdata::evUfw |
( |
| ) |
const |
|
inline |
◆ getChamberHeader()
uint64_t gem::GEBdata::getChamberHeader |
( |
| ) |
const |
|
inline |
◆ getChamberTrailer()
uint64_t gem::GEBdata::getChamberTrailer |
( |
| ) |
const |
|
inline |
◆ inF()
bool gem::GEBdata::inF |
( |
| ) |
const |
|
inline |
◆ inNF()
bool gem::GEBdata::inNF |
( |
| ) |
const |
|
inline |
◆ inputID()
uint8_t gem::GEBdata::inputID |
( |
| ) |
const |
|
inline |
◆ inUfw()
bool gem::GEBdata::inUfw |
( |
| ) |
const |
|
inline |
◆ inv()
bool gem::GEBdata::inv |
( |
| ) |
const |
|
inline |
◆ l1aF()
bool gem::GEBdata::l1aF |
( |
| ) |
const |
|
inline |
◆ l1aNF()
bool gem::GEBdata::l1aNF |
( |
| ) |
const |
|
inline |
◆ noVFAT()
bool gem::GEBdata::noVFAT |
( |
| ) |
const |
|
inline |
◆ oOScAvV()
bool gem::GEBdata::oOScAvV |
( |
| ) |
const |
|
inline |
◆ oOScVvV()
bool gem::GEBdata::oOScVvV |
( |
| ) |
const |
|
inline |
◆ setChamberHeader() [1/2]
void gem::GEBdata::setChamberHeader |
( |
uint16_t |
vfatWordCnt, |
|
|
uint8_t |
inputID |
|
) |
| |
|
inline |
◆ setChamberHeader() [2/2]
void gem::GEBdata::setChamberHeader |
( |
uint64_t |
word | ) |
|
|
inline |
Read chamberHeader from the block.
Definition at line 51 of file GEBdata.h.
References ch_.
◆ setChamberTrailer() [1/2]
void gem::GEBdata::setChamberTrailer |
( |
uint32_t |
ecOH, |
|
|
uint16_t |
bcOH, |
|
|
uint16_t |
vfatWordCntT |
|
) |
| |
|
inline |
◆ setChamberTrailer() [2/2]
void gem::GEBdata::setChamberTrailer |
( |
uint64_t |
word | ) |
|
|
inline |
Read chamberTrailer from the block.
Definition at line 61 of file GEBdata.h.
References ct_.
◆ stuckData()
bool gem::GEBdata::stuckData |
( |
| ) |
const |
|
inline |
◆ vFATs()
const std::vector<VFATdata>* gem::GEBdata::vFATs |
( |
| ) |
const |
|
inline |
Returns the vector of VFAT data.
Definition at line 97 of file GEBdata.h.
References vfatd_.
◆ vfatWordCnt()
uint16_t gem::GEBdata::vfatWordCnt |
( |
| ) |
const |
|
inline |
◆ vfatWordCntT()
uint16_t gem::GEBdata::vfatWordCntT |
( |
| ) |
const |
|
inline |
◆ ch_
uint64_t gem::GEBdata::ch_ |
|
private |
Definition at line 104 of file GEBdata.h.
Referenced by bxmAvV(), bxmVvV(), evtF(), evtNF(), evtSzOFW(), evtSzW(), getChamberHeader(), inF(), inNF(), inputID(), inv(), l1aF(), l1aNF(), oOScAvV(), oOScVvV(), setChamberHeader(), and vfatWordCnt().
◆ ct_
uint64_t gem::GEBdata::ct_ |
|
private |
◆ sizeGebID
const int gem::GEBdata::sizeGebID = 5 |
|
static |
◆ vfatd_
std::vector<VFATdata> gem::GEBdata::vfatd_ |
|
private |