CbmRoot
|
TOF calibration setup. More...
#include <CalibrateSetup.h>
Classes | |
struct | Channel |
struct | Rpc |
Public Member Functions | |
CBM_YAML_PROPERTIES (yaml::Property(&CalibrateSetup::NbSm, "NbSm", "Number of SMs per super module type", {}, YAML::Flow), yaml::Property(&CalibrateSetup::NbRpc, "NbRpc", "Number of RPCs per super module type", {}, YAML::Flow), yaml::Property(&CalibrateSetup::rpcs, "rpcs", "Parameters of RPCs")) | |
Public Attributes | |
std::vector< int32_t > | NbSm |
std::vector< int32_t > | NbRpc |
std::vector< std::vector< Rpc > > | rpcs |
TOF calibration setup.
Definition at line 20 of file CalibrateSetup.h.
cbm::algo::tof::CalibrateSetup::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " ", {}, ::Flow | , |
yaml::Property &::, "", " ", {}, ::Flow | , | ||
yaml::Property &::, "", " " | RPCs ) |
std::vector<int32_t> cbm::algo::tof::CalibrateSetup::NbRpc |
Definition at line 52 of file CalibrateSetup.h.
Referenced by cbm::algo::tof::Calibrate::Calibrate(), CbmTaskTofClusterizerParWrite::InitAlgos(), and cbm::algo::tof::Calibrate::operator()().
std::vector<int32_t> cbm::algo::tof::CalibrateSetup::NbSm |
Definition at line 51 of file CalibrateSetup.h.
Referenced by cbm::algo::tof::Calibrate::Calibrate(), and CbmTaskTofClusterizerParWrite::InitAlgos().
std::vector<std::vector<Rpc> > cbm::algo::tof::CalibrateSetup::rpcs |
Definition at line 53 of file CalibrateSetup.h.
Referenced by cbm::algo::tof::Calibrate::Calibrate(), CbmTaskTofClusterizerParWrite::InitAlgos(), and cbm::algo::tof::Calibrate::operator()().