|
CbmRoot
|
#include <UnpackMS.h>
Public Member Functions | |
| bool | HasErrors () |
| std::string | print () const |
| void | add (const UnpackMonitorData &rhs) |
Public Attributes | |
| uint32_t | fNumNonHitOrTsbMessage = 0 |
| uint32_t | fNumErrElinkOutOfRange = 0 |
| Elink not contained in parameters. | |
| uint32_t | fNumErrInvalidFirstMessage = 0 |
| First message is not TS_MSB or second is not EPOCH. | |
| uint32_t | fNumErrInvalidMsSize = 0 |
| Microslice size is not multiple of message size. | |
| uint32_t | fNumErrTimestampOverflow = 0 |
| Overflow in 64 bit time stamp. | |
| uint32_t | fNumErrTimestampUnderflow = 0 |
| Underflow in 64 bit time stamp if offsetting. | |
Definition at line 50 of file much/UnpackMS.h.
|
inline |
Definition at line 71 of file much/UnpackMS.h.
References fNumErrElinkOutOfRange, fNumErrInvalidFirstMessage, fNumErrInvalidMsSize, fNumErrTimestampOverflow, fNumErrTimestampUnderflow, and fNumNonHitOrTsbMessage.
|
inline |
Definition at line 57 of file much/UnpackMS.h.
References fNumErrElinkOutOfRange, fNumErrInvalidFirstMessage, fNumErrInvalidMsSize, fNumErrTimestampOverflow, fNumErrTimestampUnderflow, and fNumNonHitOrTsbMessage.
|
inline |
Definition at line 63 of file much/UnpackMS.h.
References fNumErrElinkOutOfRange, fNumErrInvalidFirstMessage, fNumErrInvalidMsSize, fNumErrTimestampOverflow, fNumErrTimestampUnderflow, and fNumNonHitOrTsbMessage.
| uint32_t cbm::algo::much::UnpackMonitorData::fNumErrElinkOutOfRange = 0 |
Elink not contained in parameters.
Definition at line 52 of file much/UnpackMS.h.
Referenced by add(), HasErrors(), and print().
| uint32_t cbm::algo::much::UnpackMonitorData::fNumErrInvalidFirstMessage = 0 |
First message is not TS_MSB or second is not EPOCH.
Definition at line 53 of file much/UnpackMS.h.
Referenced by add(), HasErrors(), and print().
| uint32_t cbm::algo::much::UnpackMonitorData::fNumErrInvalidMsSize = 0 |
Microslice size is not multiple of message size.
Definition at line 54 of file much/UnpackMS.h.
Referenced by add(), HasErrors(), and print().
| uint32_t cbm::algo::much::UnpackMonitorData::fNumErrTimestampOverflow = 0 |
Overflow in 64 bit time stamp.
Definition at line 55 of file much/UnpackMS.h.
Referenced by add(), HasErrors(), and print().
| uint32_t cbm::algo::much::UnpackMonitorData::fNumErrTimestampUnderflow = 0 |
Underflow in 64 bit time stamp if offsetting.
Definition at line 56 of file much/UnpackMS.h.
Referenced by add(), HasErrors(), and print().
| uint32_t cbm::algo::much::UnpackMonitorData::fNumNonHitOrTsbMessage = 0 |
Definition at line 51 of file much/UnpackMS.h.
Referenced by add(), HasErrors(), and print().