|
CbmRoot
|
#include <UnpackMS.h>
Public Attributes | |
| int32_t | fAddress = 0 |
| CbmStsAddress for the connected module. | |
| uint32_t | fAsicNr = 0 |
| Number of connected ASIC within the module. | |
| int64_t | fTimeOffset = 0 |
| Time calibration parameter. | |
| double | fAdcOffset = 0. |
| Charge calibration parameter. | |
| double | fAdcGain = 0. |
| Charge calibration parameter. | |
| uint32_t | fAdcMinCut = 0 |
| Minimum Acd cut. | |
| std::vector< double > | fWalk |
| Walk correction coefficients. | |
| std::vector< bool > | fChanMask |
| Channel masking flags. | |
Definition at line 26 of file sts/UnpackMS.h.
| double cbm::algo::sts::UnpackElinkPar::fAdcGain = 0. |
Charge calibration parameter.
Definition at line 31 of file sts/UnpackMS.h.
Referenced by cbm::algo::sts::Unpack::Unpack().
| uint32_t cbm::algo::sts::UnpackElinkPar::fAdcMinCut = 0 |
Minimum Acd cut.
Definition at line 32 of file sts/UnpackMS.h.
Referenced by cbm::algo::sts::Unpack::Unpack().
| double cbm::algo::sts::UnpackElinkPar::fAdcOffset = 0. |
Charge calibration parameter.
Definition at line 30 of file sts/UnpackMS.h.
Referenced by cbm::algo::sts::Unpack::Unpack().
| int32_t cbm::algo::sts::UnpackElinkPar::fAddress = 0 |
CbmStsAddress for the connected module.
Definition at line 27 of file sts/UnpackMS.h.
Referenced by cbm::algo::sts::Unpack::Unpack().
| uint32_t cbm::algo::sts::UnpackElinkPar::fAsicNr = 0 |
Number of connected ASIC within the module.
Definition at line 28 of file sts/UnpackMS.h.
Referenced by cbm::algo::sts::Unpack::Unpack().
| std::vector<bool> cbm::algo::sts::UnpackElinkPar::fChanMask |
Channel masking flags.
Definition at line 34 of file sts/UnpackMS.h.
Referenced by cbm::algo::sts::Unpack::Unpack().
| int64_t cbm::algo::sts::UnpackElinkPar::fTimeOffset = 0 |
Time calibration parameter.
Definition at line 29 of file sts/UnpackMS.h.
Referenced by cbm::algo::sts::Unpack::Unpack().
| std::vector<double> cbm::algo::sts::UnpackElinkPar::fWalk |
Walk correction coefficients.
Definition at line 33 of file sts/UnpackMS.h.
Referenced by cbm::algo::sts::Unpack::Unpack().