CbmRoot
Loading...
Searching...
No Matches
cbm::algo::sts::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 56 of file sts/UnpackMS.h.

Member Function Documentation

◆ HasErrors()

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

◆ print()

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

Member Data Documentation

◆ fNumErrElinkOutOfRange

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

Elink not contained in parameters.

Definition at line 58 of file sts/UnpackMS.h.

Referenced by HasErrors(), and print().

◆ fNumErrInvalidFirstMessage

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

◆ fNumErrInvalidMsSize

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

◆ fNumErrTimestampOverflow

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

◆ fNumNonHitOrTsbMessage

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

Definition at line 57 of file sts/UnpackMS.h.

Referenced by HasErrors(), and print().


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