|
CbmRoot
|
#include <ReadoutConfig.h>
Public Member Functions | |
| CBM_YAML_PROPERTIES (yaml::Property(&Elink::toFeb, "toFeb", "Mapping of elink to FEB within CROB (-1 = inactive)"), yaml::Property(&Elink::toAsicFebA, "toAsicFebA", "Mapping of eLink to ASIC for FEB Type A", YAML::Hex), yaml::Property(&Elink::toAsicFebB, "toAsicFebB", "Mapping of eLink to ASIC for FEB Type B", YAML::Hex)) | |
Public Attributes | |
| i16 | toFeb |
| u32 | toAsicFebA |
| u32 | toAsicFebB |
Definition at line 61 of file sts/ReadoutConfig.h.
| cbm::algo::sts::ReadoutSetup::Elink::CBM_YAML_PROPERTIES | ( | yaml::Property(&::, "", " -1 = inactive" | ) | & |
References toAsicFebA, toAsicFebB, and toFeb.
| u32 cbm::algo::sts::ReadoutSetup::Elink::toAsicFebA |
Definition at line 63 of file sts/ReadoutConfig.h.
Referenced by CBM_YAML_PROPERTIES().
| u32 cbm::algo::sts::ReadoutSetup::Elink::toAsicFebB |
Definition at line 64 of file sts/ReadoutConfig.h.
Referenced by CBM_YAML_PROPERTIES().
| i16 cbm::algo::sts::ReadoutSetup::Elink::toFeb |
Definition at line 62 of file sts/ReadoutConfig.h.
Referenced by CBM_YAML_PROPERTIES().