#include <GEMGEBStatusDigi.h>
Public Member Functions | |
GEMGEBStatusDigi (uint32_t ZeroSup, uint16_t Vwh, uint16_t ErrorC, uint16_t OHCRC, uint16_t Vwt, uint8_t InputID, uint8_t InFu, uint8_t Stuckd, std::vector< uint8_t > v_GEBflags) | |
GEMGEBStatusDigi () | |
const std::vector< uint8_t > & | get_GEBflags () const |
uint16_t | getErrorC () const |
Returns thirteen flags in GEM Chamber Header. More... | |
uint8_t | getInFu () const |
Returns InFIFO underflow flag. More... | |
uint8_t | getInputID () const |
Returns GLIB input ID. More... | |
uint16_t | getOHCRC () const |
Returns OH CRC. More... | |
uint8_t | getStuckd () const |
Returns Stuck data flag. More... | |
uint16_t | getVwh () const |
Returns VFAT word count (size of VFAT payload) More... | |
uint16_t | getVwt () const |
Returns VFAT word count. More... | |
uint32_t | getZeroSup () const |
Returns Zero Suppression flags. More... | |
Private Attributes | |
uint16_t | ErrorC_ |
uint8_t | InFu_ |
uint8_t | InputID_ |
uint16_t | OHCRC_ |
uint8_t | Stuckd_ |
std::vector< uint8_t > | v_GEBflags_ |
uint16_t | Vwh_ |
uint16_t | Vwt_ |
uint32_t | ZeroSup_ |
Definition at line 7 of file GEMGEBStatusDigi.h.
|
explicit |
Definition at line 3 of file GEMGEBStatusDigi.cc.
|
inline |
Definition at line 20 of file GEMGEBStatusDigi.h.
|
inline |
|
inline |
Returns thirteen flags in GEM Chamber Header.
Definition at line 24 of file GEMGEBStatusDigi.h.
References ErrorC_.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Returns VFAT word count (size of VFAT payload)
Definition at line 23 of file GEMGEBStatusDigi.h.
References Vwh_.
|
inline |
|
inline |
Returns Zero Suppression flags.
Definition at line 22 of file GEMGEBStatusDigi.h.
References ZeroSup_.
|
private |
Definition at line 36 of file GEMGEBStatusDigi.h.
Referenced by getErrorC().
|
private |
Definition at line 40 of file GEMGEBStatusDigi.h.
Referenced by getInFu().
|
private |
Definition at line 39 of file GEMGEBStatusDigi.h.
Referenced by getInputID().
|
private |
Definition at line 37 of file GEMGEBStatusDigi.h.
Referenced by getOHCRC().
|
private |
Definition at line 41 of file GEMGEBStatusDigi.h.
Referenced by getStuckd().
|
private |
Definition at line 42 of file GEMGEBStatusDigi.h.
Referenced by get_GEBflags().
|
private |
Definition at line 35 of file GEMGEBStatusDigi.h.
Referenced by getVwh().
|
private |
Definition at line 38 of file GEMGEBStatusDigi.h.
Referenced by getVwt().
|
private |
Definition at line 34 of file GEMGEBStatusDigi.h.
Referenced by getZeroSup().