|
CbmRoot
|
Hitfind setup / Hardware cabling for TOF Used to create the hardware mapping for the TOF hitfinder. More...
#include <HitfindSetup.h>
Classes | |
| struct | Cell |
| struct | Channel |
| struct | Rpc |
Public Member Functions | |
| CBM_YAML_PROPERTIES (yaml::Property(&HitfindSetup::NbSm, "NbSm", "Number of SMs per super module type", {}, YAML::Flow), yaml::Property(&HitfindSetup::NbRpc, "NbRpc", "Number of RPCs per super module type", {}, YAML::Flow), yaml::Property(&HitfindSetup::rpcs, "rpcs", "Parameters of RPCs")) | |
Public Attributes | |
| std::vector< int32_t > | NbSm |
| std::vector< int32_t > | NbRpc |
| std::vector< std::vector< Rpc > > | rpcs |
Hitfind setup / Hardware cabling for TOF Used to create the hardware mapping for the TOF hitfinder.
Definition at line 22 of file tof/HitfindSetup.h.
| cbm::algo::tof::HitfindSetup::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " ", {}, ::Flow | , |
| yaml::Property &::, "", " ", {}, ::Flow | , | ||
| yaml::Property &::, "", " " | RPCs ) |
References NbSm.
| std::vector<int32_t> cbm::algo::tof::HitfindSetup::NbRpc |
Definition at line 71 of file tof/HitfindSetup.h.
Referenced by CbmTaskTofClusterizerParWrite::InitAlgosTof().
| std::vector<int32_t> cbm::algo::tof::HitfindSetup::NbSm |
Definition at line 70 of file tof/HitfindSetup.h.
Referenced by CBM_YAML_PROPERTIES(), and CbmTaskTofClusterizerParWrite::InitAlgosTof().
| std::vector<std::vector<Rpc> > cbm::algo::tof::HitfindSetup::rpcs |
Definition at line 72 of file tof/HitfindSetup.h.
Referenced by cbm::algo::tof::Hitfind::Hitfind(), cbm::algo::tof::HitfindQaParameters::HitfindQaParameters(), and CbmTaskTofClusterizerParWrite::InitAlgosTof().