|
CbmRoot
|
Extended digi which contains auxiliary QA information. More...
#include <UnpackMS.h>
Public Member Functions | |
| QaDigi (bool missed, int32_t addr, int32_t chan, uint32_t t, uint16_t c, uint16_t e) | |
Public Attributes | |
| bool | missedEvent |
| int32_t | address |
| int32_t | channel |
| uint32_t | time |
| uint16_t | charge |
| uint16_t | elink |
Extended digi which contains auxiliary QA information.
Definition at line 93 of file sts/UnpackMS.h.
|
inline |
Definition at line 95 of file sts/UnpackMS.h.
References address, channel, charge, elink, missedEvent, and time.
| int32_t cbm::algo::sts::QaDigi::address |
Definition at line 106 of file sts/UnpackMS.h.
Referenced by QaDigi().
| int32_t cbm::algo::sts::QaDigi::channel |
Definition at line 107 of file sts/UnpackMS.h.
Referenced by QaDigi().
| uint16_t cbm::algo::sts::QaDigi::charge |
Definition at line 109 of file sts/UnpackMS.h.
Referenced by QaDigi().
| uint16_t cbm::algo::sts::QaDigi::elink |
Definition at line 110 of file sts/UnpackMS.h.
Referenced by QaDigi().
| bool cbm::algo::sts::QaDigi::missedEvent |
Definition at line 105 of file sts/UnpackMS.h.
Referenced by QaDigi().
| uint32_t cbm::algo::sts::QaDigi::time |
Definition at line 108 of file sts/UnpackMS.h.
Referenced by QaDigi().