|
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 56 of file sts/UnpackMS.h.
|
inline |
Definition at line 77 of file sts/UnpackMS.h.
References fNumErrElinkOutOfRange, fNumErrInvalidFirstMessage, fNumErrInvalidMsSize, fNumErrTimestampOverflow, fNumErrTimestampUnderflow, and fNumNonHitOrTsbMessage.
|
inline |
Definition at line 63 of file sts/UnpackMS.h.
References fNumErrElinkOutOfRange, fNumErrInvalidFirstMessage, fNumErrInvalidMsSize, fNumErrTimestampOverflow, fNumErrTimestampUnderflow, and fNumNonHitOrTsbMessage.
|
inline |
Definition at line 69 of file sts/UnpackMS.h.
References fNumErrElinkOutOfRange, fNumErrInvalidFirstMessage, fNumErrInvalidMsSize, fNumErrTimestampOverflow, fNumErrTimestampUnderflow, and fNumNonHitOrTsbMessage.
| uint32_t cbm::algo::sts::UnpackMonitorData::fNumErrElinkOutOfRange = 0 |
Elink not contained in parameters.
Definition at line 58 of file sts/UnpackMS.h.
Referenced by add(), HasErrors(), and print().
| uint32_t cbm::algo::sts::UnpackMonitorData::fNumErrInvalidFirstMessage = 0 |
First message is not TS_MSB or second is not EPOCH.
Definition at line 59 of file sts/UnpackMS.h.
Referenced by add(), HasErrors(), and print().
| uint32_t cbm::algo::sts::UnpackMonitorData::fNumErrInvalidMsSize = 0 |
Microslice size is not multiple of message size.
Definition at line 60 of file sts/UnpackMS.h.
Referenced by add(), HasErrors(), and print().
| uint32_t cbm::algo::sts::UnpackMonitorData::fNumErrTimestampOverflow = 0 |
Overflow in 64 bit time stamp.
Definition at line 61 of file sts/UnpackMS.h.
Referenced by add(), HasErrors(), and print().
| uint32_t cbm::algo::sts::UnpackMonitorData::fNumErrTimestampUnderflow = 0 |
Underflow in 64 bit time stamp if offsetting.
Definition at line 62 of file sts/UnpackMS.h.
Referenced by add(), HasErrors(), and print().
| uint32_t cbm::algo::sts::UnpackMonitorData::fNumNonHitOrTsbMessage = 0 |
Definition at line 57 of file sts/UnpackMS.h.
Referenced by add(), HasErrors(), and print().