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