|
CbmRoot
|
A structure to keep readout parameters for STS. More...
#include <ReadoutParFiles.h>
Public Member Functions | |
| CBM_YAML_PROPERTIES (util::yaml::Property(&ReadoutParFiles::Sts::readout, "readout", "Readout setup parameters"), util::yaml::Property(&ReadoutParFiles::Sts::channelMask, "channelMask", "Masked hot/dead channels"), util::yaml::Property(&ReadoutParFiles::Sts::walkMap, "walkMap", "Masked hot/dead channels")) | |
Public Attributes | |
| std::string | readout |
| std::string | channelMask |
| std::string | walkMap |
A structure to keep readout parameters for STS.
Definition at line 37 of file ReadoutParFiles.h.
| cbm::algo::ReadoutParFiles::Sts::CBM_YAML_PROPERTIES | ( | util::yaml::Property &::::, "", " " | parameters, |
| util::yaml::Property &::::, "", " / " | channels, | ||
| util::yaml::Property &::::, "", " / " | channels ) |
References channelMask, readout, and walkMap.
| std::string cbm::algo::ReadoutParFiles::Sts::channelMask |
Definition at line 39 of file ReadoutParFiles.h.
Referenced by CBM_YAML_PROPERTIES().
| std::string cbm::algo::ReadoutParFiles::Sts::readout |
Definition at line 38 of file ReadoutParFiles.h.
Referenced by CBM_YAML_PROPERTIES().
| std::string cbm::algo::ReadoutParFiles::Sts::walkMap |
Definition at line 40 of file ReadoutParFiles.h.
Referenced by CBM_YAML_PROPERTIES().