|
CbmRoot
|
#include <ReadoutConfig.h>
Public Member Functions | |
| CBM_YAML_PROPERTIES (yaml::Property(&CROB::moduleId, "moduleId", "Unique ID of module the CROB resides in"), yaml::Property(&CROB::rpcType, "rpcType", "add explanation."), yaml::Property(&CROB::rpcSide, "rpcSide", "add explanation."), yaml::Property(&CROB::nRPC, "nRPC", "number of RPCs."), yaml::Property(&CROB::timeOffset, "timeOffset", "time offset for CROB")) | |
Public Attributes | |
| i32 | moduleId |
| i32 | rpcType |
| i32 | rpcSide |
| i32 | nRPC |
| i32 | timeOffset |
Definition at line 24 of file tof/ReadoutConfig.h.
| cbm::algo::tof::ReadoutSetup::CROB::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " " | in, |
| yaml::Property &::, "", " ." | explanation, | ||
| yaml::Property &::, "", " ." | explanation, | ||
| yaml::Property &::, "", " ." | RPCs, | ||
| yaml::Property &::, "", " " | CROB ) |
References moduleId, nRPC, rpcSide, rpcType, and timeOffset.
| i32 cbm::algo::tof::ReadoutSetup::CROB::moduleId |
Definition at line 25 of file tof/ReadoutConfig.h.
Referenced by cbm::algo::tof::ReadoutConfig::BuildChannelsUidMapBuc(), cbm::algo::tof::ReadoutConfig::BuildChannelsUidMapCbm(), cbm::algo::tof::ReadoutConfig::BuildChannelsUidMapStar(), cbm::algo::tof::ReadoutConfig::BuildChannelsUidMapStar2(), cbm::algo::tof::ReadoutConfig::BuildChannelsUidMapStar2Inner(), and CBM_YAML_PROPERTIES().
| i32 cbm::algo::tof::ReadoutSetup::CROB::nRPC |
Definition at line 28 of file tof/ReadoutConfig.h.
Referenced by cbm::algo::tof::ReadoutConfig::BuildChannelsUidMapCbm(), cbm::algo::tof::ReadoutConfig::BuildChannelsUidMapStar(), cbm::algo::tof::ReadoutConfig::BuildChannelsUidMapStar2Inner(), and CBM_YAML_PROPERTIES().
| i32 cbm::algo::tof::ReadoutSetup::CROB::rpcSide |
Definition at line 27 of file tof/ReadoutConfig.h.
Referenced by cbm::algo::tof::ReadoutConfig::BuildChannelsUidMapBuc(), cbm::algo::tof::ReadoutConfig::BuildChannelsUidMapCbm(), cbm::algo::tof::ReadoutConfig::BuildChannelsUidMapStar(), cbm::algo::tof::ReadoutConfig::BuildChannelsUidMapStar2(), cbm::algo::tof::ReadoutConfig::BuildChannelsUidMapStar2Inner(), and CBM_YAML_PROPERTIES().
| i32 cbm::algo::tof::ReadoutSetup::CROB::rpcType |
Definition at line 26 of file tof/ReadoutConfig.h.
Referenced by cbm::algo::tof::ReadoutConfig::BuildChannelsUidMapBuc(), cbm::algo::tof::ReadoutConfig::BuildChannelsUidMapCbm(), cbm::algo::tof::ReadoutConfig::BuildChannelsUidMapStar(), cbm::algo::tof::ReadoutConfig::BuildChannelsUidMapStar2(), cbm::algo::tof::ReadoutConfig::BuildChannelsUidMapStar2Inner(), and CBM_YAML_PROPERTIES().
| i32 cbm::algo::tof::ReadoutSetup::CROB::timeOffset |
Definition at line 29 of file tof/ReadoutConfig.h.
Referenced by CBM_YAML_PROPERTIES().