CbmRoot
Loading...
Searching...
No Matches
cbm::algo::much::UnpackMonitorData Struct Reference

#include <UnpackMS.h>

Public Member Functions

bool HasErrors ()
 
std::string print ()
 

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.
 

Detailed Description

Definition at line 50 of file much/UnpackMS.h.

Member Function Documentation

◆ HasErrors()

bool cbm::algo::much::UnpackMonitorData::HasErrors ( )
inline

◆ print()

std::string cbm::algo::much::UnpackMonitorData::print ( )
inline

Member Data Documentation

◆ fNumErrElinkOutOfRange

uint32_t cbm::algo::much::UnpackMonitorData::fNumErrElinkOutOfRange = 0

Elink not contained in parameters.

Definition at line 52 of file much/UnpackMS.h.

Referenced by HasErrors(), and print().

◆ fNumErrInvalidFirstMessage

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 HasErrors(), and print().

◆ fNumErrInvalidMsSize

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 HasErrors(), and print().

◆ fNumErrTimestampOverflow

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 HasErrors(), and print().

◆ fNumNonHitOrTsbMessage

uint32_t cbm::algo::much::UnpackMonitorData::fNumNonHitOrTsbMessage = 0

Definition at line 51 of file much/UnpackMS.h.

Referenced by HasErrors(), and print().


The documentation for this struct was generated from the following file: