|
CbmRoot
|
TRD2D Unpacking parameters for one Asic channel. More...
#include <UnpackMS.h>
Public Attributes | |
| int32_t | fPadAddress |
| Pad address for channel. | |
| bool | fMask |
| Flag for channel masking. | |
| int8_t | fDaqOffset = 0 |
| Time calibration parameter. | |
| uint16_t | fSignalThres = 0 |
| Signal threshold to remove ringing channels. | |
TRD2D Unpacking parameters for one Asic channel.
Definition at line 119 of file trd2d/UnpackMS.h.
| int8_t cbm::algo::trd2d::UnpackChannelPar::fDaqOffset = 0 |
Time calibration parameter.
Definition at line 122 of file trd2d/UnpackMS.h.
Referenced by cbm::algo::trd2d::UnpackMS< sys_ver >::pushDigis(), and cbm::algo::trd2d::Unpack::Unpack().
| bool cbm::algo::trd2d::UnpackChannelPar::fMask |
Flag for channel masking.
Definition at line 121 of file trd2d/UnpackMS.h.
Referenced by cbm::algo::trd2d::Unpack::Unpack().
| int32_t cbm::algo::trd2d::UnpackChannelPar::fPadAddress |
Pad address for channel.
Definition at line 120 of file trd2d/UnpackMS.h.
Referenced by cbm::algo::trd2d::UnpackMS< sys_ver >::pushDigis(), cbm::algo::trd2d::UnpackMS< uint8_t(eMessageVersion::kMess24)>::pushDigis(), and cbm::algo::trd2d::Unpack::Unpack().
| uint16_t cbm::algo::trd2d::UnpackChannelPar::fSignalThres = 0 |
Signal threshold to remove ringing channels.
Definition at line 123 of file trd2d/UnpackMS.h.
Referenced by cbm::algo::trd2d::Unpack::Unpack().