|
CbmRoot
|
#include <ReadoutConfig.h>
Public Member Functions | |
| CBM_YAML_FORMAT (YAML::Flow) | |
| noise descriptor [ChanNoise] | |
| CBM_YAML_PROPERTIES (yaml::Property(&ChanDescriptor::maskFlag, "mask", "Channel masking flag"), yaml::Property(&ChanDescriptor::tOffset, "toff", "Channel wise time offset"), yaml::Property(&ChanDescriptor::baseline, "bline", "Baseline correction"), yaml::Property(&ChanDescriptor::gainfee, "gainfee", "Gain correction for FEE channel"), yaml::Property(&ChanDescriptor::noise, "noise", "Dynamic noise descriptor")) | |
Public Attributes | |
| bool | maskFlag |
| int8_t | tOffset |
| HW mask flag for channel. | |
| float | baseline |
| time [clk] correction | |
| float | gainfee |
| Baseline correction for channel. | |
| ChanNoise | noise |
| ASIC gain deviation for channel. | |
Definition at line 162 of file trd2d/ReadoutConfig.h.
| cbm::algo::trd2d::ReadoutCalib::ChanDescriptor::CBM_YAML_FORMAT | ( | YAML::Flow | ) |
noise descriptor [ChanNoise]
| cbm::algo::trd2d::ReadoutCalib::ChanDescriptor::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " " | flag, |
| yaml::Property &::, "", " " | offset, | ||
| yaml::Property &::, "", " " | correction, | ||
| yaml::Property &::, "", " " | channel, | ||
| yaml::Property &::, "", " " | descriptor ) |
| float cbm::algo::trd2d::ReadoutCalib::ChanDescriptor::baseline |
time [clk] correction
Definition at line 165 of file trd2d/ReadoutConfig.h.
Referenced by CBM_YAML_PROPERTIES().
| float cbm::algo::trd2d::ReadoutCalib::ChanDescriptor::gainfee |
Baseline correction for channel.
Definition at line 166 of file trd2d/ReadoutConfig.h.
Referenced by CBM_YAML_PROPERTIES().
| bool cbm::algo::trd2d::ReadoutCalib::ChanDescriptor::maskFlag |
Definition at line 163 of file trd2d/ReadoutConfig.h.
Referenced by CBM_YAML_PROPERTIES().
| ChanNoise cbm::algo::trd2d::ReadoutCalib::ChanDescriptor::noise |
ASIC gain deviation for channel.
Definition at line 167 of file trd2d/ReadoutConfig.h.
Referenced by CBM_YAML_PROPERTIES().
| int8_t cbm::algo::trd2d::ReadoutCalib::ChanDescriptor::tOffset |
HW mask flag for channel.
Definition at line 164 of file trd2d/ReadoutConfig.h.
Referenced by CBM_YAML_PROPERTIES().