|
CbmRoot
|
#include <HitfindSetup.h>
Public Member Functions | |
| CBM_YAML_PROPERTIES (yaml::Property(&Diamond::refAddress, "refAddress", "reference address of the diamond", YAML::Hex), yaml::Property(&Diamond::deadStrips, "deadStrips", "bit mask for dead strips", YAML::Hex), yaml::Property(&Diamond::maxTimeDist, "maxTimeDist", "maximum time distance"), yaml::Property(&Diamond::timeRes, "timeRes", "time resolution")) | |
Public Attributes | |
| u32 | refAddress |
| u32 | deadStrips |
| double | maxTimeDist |
| double | timeRes |
Definition at line 23 of file bmon/HitfindSetup.h.
| cbm::algo::bmon::HitfindSetup::Diamond::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " ", ::Hex | , |
| yaml::Property &::, "", " ", ::Hex | , | ||
| yaml::Property &::, "", " " | distance, | ||
| yaml::Property &::, "", " " | resolution ) |
References deadStrips, maxTimeDist, refAddress, and timeRes.
| u32 cbm::algo::bmon::HitfindSetup::Diamond::deadStrips |
Definition at line 25 of file bmon/HitfindSetup.h.
Referenced by CBM_YAML_PROPERTIES(), and CbmTaskTofClusterizerParWrite::InitAlgosBmon().
| double cbm::algo::bmon::HitfindSetup::Diamond::maxTimeDist |
Definition at line 26 of file bmon/HitfindSetup.h.
Referenced by CBM_YAML_PROPERTIES(), and CbmTaskTofClusterizerParWrite::InitAlgosBmon().
| u32 cbm::algo::bmon::HitfindSetup::Diamond::refAddress |
Definition at line 24 of file bmon/HitfindSetup.h.
Referenced by CBM_YAML_PROPERTIES(), and CbmTaskTofClusterizerParWrite::InitAlgosBmon().
| double cbm::algo::bmon::HitfindSetup::Diamond::timeRes |
Definition at line 27 of file bmon/HitfindSetup.h.
Referenced by CBM_YAML_PROPERTIES(), and CbmTaskTofClusterizerParWrite::InitAlgosBmon().