The PXD DAQ DHP Status class.
More...
#include <PXDDAQDHPStatus.h>
|
uint8_t | m_chipID {0} |
| Chip ID as delivered by DAQ.
|
|
uint16_t | m_frameNr {0} |
| Frame number (low bits) from DHP header.
|
|
bool | m_truncated {false} |
| DHE reports truncated frame.
|
|
The PXD DAQ DHP Status class.
This is a small class that records information about PXD DAQ DHP status It will record some stat data of this DHP
Definition at line 27 of file PXDDAQDHPStatus.h.
◆ PXDDAQDHPStatus() [1/2]
Default constructor for the ROOT IO.
Definition at line 31 of file PXDDAQDHPStatus.h.
31: m_chipID(0), m_frameNr(0), m_truncated(false) {}
◆ PXDDAQDHPStatus() [2/2]
constructor setting the error mask, dhcid, raw and reduced data counters, ...
- Parameters
-
chipid | DHP chip id (2 bit) |
fn | (absolute) Readout Frame Number, lower 16 bits only |
Definition at line 37 of file PXDDAQDHPStatus.h.
37: m_chipID(chipid), m_frameNr(fn) {}
◆ ~PXDDAQDHPStatus()
◆ getChipID()
uint8_t getChipID |
( |
void | | ) |
const |
|
inline |
◆ getFrameNr()
uint16_t getFrameNr |
( |
void | | ) |
const |
|
inline |
◆ getTruncated()
bool getTruncated |
( |
void | | ) |
|
|
inline |
◆ setChipID()
void setChipID |
( |
uint8_t | chipid | ) |
|
|
inline |
◆ setFrameNr()
void setFrameNr |
( |
uint16_t | fn | ) |
|
|
inline |
◆ setTruncated()
void setTruncated |
( |
void | | ) |
|
|
inline |
◆ m_chipID
◆ m_frameNr
◆ m_truncated
The documentation for this class was generated from the following file: