|
CbmRoot
|
#include <CalibrateSetup.h>
Public Member Functions | |
| CBM_YAML_PROPERTIES (yaml::Property(&Diamond::refAddress, "refAddress", "reference HW address to distinguish this BMON", YAML::Hex), yaml::Property(&Diamond::numClWalkBinX, "numClWalkBinX", "number of walk correction bins"), yaml::Property(&Diamond::TOTMax, "TOTMax", "maximum time over threshold"), yaml::Property(&Diamond::TOTMin, "TOTMin", "minimum time over threshold"), yaml::Property(&Diamond::channelDeadtime, "channelDeadtime", "channel dead time"), yaml::Property(&Diamond::chanPar, "chanPar", "channel parameters")) | |
Public Attributes | |
| uint32_t | refAddress |
| int32_t | numClWalkBinX |
| double | TOTMax |
| double | TOTMin |
| double | channelDeadtime |
| std::vector< Channel > | chanPar |
Definition at line 38 of file bmon/CalibrateSetup.h.
| cbm::algo::bmon::CalibrateSetup::Diamond::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " ", ::Hex | , |
| yaml::Property &::, "", " " | bins, | ||
| yaml::Property &::, "", " " | threshold, | ||
| yaml::Property &::, "", " " | threshold, | ||
| yaml::Property &::, "", " " | time, | ||
| yaml::Property &::, "", " " | parameters ) |
References channelDeadtime, chanPar, numClWalkBinX, refAddress, TOTMax, and TOTMin.
| double cbm::algo::bmon::CalibrateSetup::Diamond::channelDeadtime |
Definition at line 43 of file bmon/CalibrateSetup.h.
Referenced by CBM_YAML_PROPERTIES(), and CbmTaskTofClusterizerParWrite::InitAlgosBmon().
| std::vector<Channel> cbm::algo::bmon::CalibrateSetup::Diamond::chanPar |
Definition at line 44 of file bmon/CalibrateSetup.h.
Referenced by CBM_YAML_PROPERTIES(), and CbmTaskTofClusterizerParWrite::InitAlgosBmon().
| int32_t cbm::algo::bmon::CalibrateSetup::Diamond::numClWalkBinX |
Definition at line 40 of file bmon/CalibrateSetup.h.
Referenced by CBM_YAML_PROPERTIES(), and CbmTaskTofClusterizerParWrite::InitAlgosBmon().
| uint32_t cbm::algo::bmon::CalibrateSetup::Diamond::refAddress |
Definition at line 39 of file bmon/CalibrateSetup.h.
Referenced by CBM_YAML_PROPERTIES(), and CbmTaskTofClusterizerParWrite::InitAlgosBmon().
| double cbm::algo::bmon::CalibrateSetup::Diamond::TOTMax |
Definition at line 41 of file bmon/CalibrateSetup.h.
Referenced by CBM_YAML_PROPERTIES(), and CbmTaskTofClusterizerParWrite::InitAlgosBmon().
| double cbm::algo::bmon::CalibrateSetup::Diamond::TOTMin |
Definition at line 42 of file bmon/CalibrateSetup.h.
Referenced by CBM_YAML_PROPERTIES(), and CbmTaskTofClusterizerParWrite::InitAlgosBmon().