|
CbmRoot
|
#include <ReadoutConfig.h>
Public Member Functions | |
| CBM_YAML_FORMAT (YAML::Flow) | |
| SW threshold for ringing channels. | |
| CBM_YAML_PROPERTIES (yaml::Property(&ChanMapping::padAddress, "address", "Pad address"), yaml::Property(&ChanMapping::maskFlag, "mask", "Channel masking flag"), yaml::Property(&ChanMapping::tOffset, "toff", "Channel wise time offset"), yaml::Property(&ChanMapping::lThreshold, "thres", "SW masking by threshold")) | |
Public Attributes | |
| int32_t | padAddress |
| bool | maskFlag |
| map pad and pairing to FASP channel | |
| int8_t | tOffset |
| HW mask flag for channel. | |
| uint16_t | lThreshold |
| time correction in clk | |
Definition at line 43 of file trd2d/ReadoutConfig.h.
| cbm::algo::trd2d::ReadoutSetup::ChanMapping::CBM_YAML_FORMAT | ( | YAML::Flow | ) |
SW threshold for ringing channels.
| cbm::algo::trd2d::ReadoutSetup::ChanMapping::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " " | address, |
| yaml::Property &::, "", " " | flag, | ||
| yaml::Property &::, "", " " | offset, | ||
| yaml::Property &::, "", " " | threshold ) |
References lThreshold, maskFlag, padAddress, and tOffset.
| uint16_t cbm::algo::trd2d::ReadoutSetup::ChanMapping::lThreshold |
time correction in clk
Definition at line 47 of file trd2d/ReadoutConfig.h.
Referenced by CBM_YAML_PROPERTIES().
| bool cbm::algo::trd2d::ReadoutSetup::ChanMapping::maskFlag |
map pad and pairing to FASP channel
Definition at line 45 of file trd2d/ReadoutConfig.h.
Referenced by CBM_YAML_PROPERTIES().
| int32_t cbm::algo::trd2d::ReadoutSetup::ChanMapping::padAddress |
Definition at line 44 of file trd2d/ReadoutConfig.h.
Referenced by CBM_YAML_PROPERTIES().
| int8_t cbm::algo::trd2d::ReadoutSetup::ChanMapping::tOffset |
HW mask flag for channel.
Definition at line 46 of file trd2d/ReadoutConfig.h.
Referenced by CBM_YAML_PROPERTIES().