|
CbmRoot
|
MVD Unpacking parameters for one eLink / ASIC. More...
#include <UnpackMS.h>
Public Attributes | |
| std::vector< uint32_t > | fStation |
| CbmMuchAddress for different channels. | |
| std::vector< uint8_t > | fPixX |
| col masking flags | |
| std::vector< uint8_t > | fPixY |
| row masking flags | |
| uint64_t | fTimeOffset = 0. |
| Time calibration parameter. | |
MVD Unpacking parameters for one eLink / ASIC.
Definition at line 30 of file mvd/UnpackMS.h.
| std::vector<uint8_t> cbm::algo::mvd::UnpackElinkPar::fPixX |
col masking flags
Definition at line 32 of file mvd/UnpackMS.h.
Referenced by cbm::algo::mvd::Unpack::Unpack().
| std::vector<uint8_t> cbm::algo::mvd::UnpackElinkPar::fPixY |
row masking flags
Definition at line 33 of file mvd/UnpackMS.h.
Referenced by cbm::algo::mvd::Unpack::Unpack().
| std::vector<uint32_t> cbm::algo::mvd::UnpackElinkPar::fStation |
CbmMuchAddress for different channels.
Definition at line 31 of file mvd/UnpackMS.h.
Referenced by cbm::algo::mvd::Unpack::Unpack().
| uint64_t cbm::algo::mvd::UnpackElinkPar::fTimeOffset = 0. |
Time calibration parameter.
Definition at line 34 of file mvd/UnpackMS.h.
Referenced by cbm::algo::mvd::Unpack::Unpack().