|
CbmRoot
|
TRD2D Calibration parameters for one Asic channel. More...
#include <UnpackMS.h>
Public Attributes | |
| bool | fMask = false |
| Flag for channel masking. | |
| int8_t | fDaqOffset = 0 |
| Time calibration parameter. | |
| float | fBaseline = 0. |
| baseline correction | |
| float | fGainFee = -1. |
| gain correction wrt to reference | |
| NoiseChannelPar | noise = {} |
| noise channel parametrisation | |
TRD2D Calibration parameters for one Asic channel.
Definition at line 152 of file trd2d/UnpackMS.h.
| float cbm::algo::trd2d::CalibChannelPar::fBaseline = 0. |
baseline correction
Definition at line 155 of file trd2d/UnpackMS.h.
Referenced by cbm::algo::trd2d::UnpackMS< uint8_t(eMessageVersion::kMess24)>::pushDigis().
| int8_t cbm::algo::trd2d::CalibChannelPar::fDaqOffset = 0 |
Time calibration parameter.
Definition at line 154 of file trd2d/UnpackMS.h.
| float cbm::algo::trd2d::CalibChannelPar::fGainFee = -1. |
gain correction wrt to reference
Definition at line 156 of file trd2d/UnpackMS.h.
Referenced by cbm::algo::trd2d::UnpackMS< uint8_t(eMessageVersion::kMess24)>::pushDigis().
| bool cbm::algo::trd2d::CalibChannelPar::fMask = false |
Flag for channel masking.
Definition at line 153 of file trd2d/UnpackMS.h.
| NoiseChannelPar cbm::algo::trd2d::CalibChannelPar::noise = {} |
noise channel parametrisation
Definition at line 157 of file trd2d/UnpackMS.h.
Referenced by cbm::algo::trd2d::UnpackMS< uint8_t(eMessageVersion::kMess24)>::pushDigis().