|
CbmRoot
|
A structure to keep readout parameters for BMON. More...
#include <ReadoutParFiles.h>
Public Member Functions | |
| CBM_YAML_PROPERTIES (util::yaml::Property(&ReadoutParFiles::Bmon::readout, "readout", "Readout parameters"), util::yaml::Property(&ReadoutParFiles::Bmon::channelMask, "channelMask", "Masked hot/dead channels")) | |
Public Attributes | |
| std::string | readout |
| std::string | channelMask |
A structure to keep readout parameters for BMON.
Definition at line 103 of file ReadoutParFiles.h.
| cbm::algo::ReadoutParFiles::Bmon::CBM_YAML_PROPERTIES | ( | util::yaml::Property &::::, "", " " | parameters, |
| util::yaml::Property &::::, "", " / " | channels ) |
References channelMask, and readout.
| std::string cbm::algo::ReadoutParFiles::Bmon::channelMask |
Definition at line 105 of file ReadoutParFiles.h.
Referenced by CBM_YAML_PROPERTIES().
| std::string cbm::algo::ReadoutParFiles::Bmon::readout |
Definition at line 104 of file ReadoutParFiles.h.
Referenced by CBM_YAML_PROPERTIES().