CbmRoot
|
#include <CalibrateSetup.h>
Public Member Functions | |
CBM_YAML_PROPERTIES (yaml::Property(&Channel::vCPTOff, "vCPTOff", "CPT offset"), yaml::Property(&Channel::vCPTotGain, "vCPTotGain", "CP time over threshold gain"), yaml::Property(&Channel::vCPTotOff, "vCPTotOff", "CP time over threshold offset"), yaml::Property(&Channel::vCPWalk, "vCPWalk", "CP walk correction", YAML::Block, YAML::Flow)) | |
Public Attributes | |
std::vector< double > | vCPTOff |
std::vector< double > | vCPTotGain |
std::vector< double > | vCPTotOff |
std::vector< std::vector< double > > | vCPWalk |
Definition at line 22 of file CalibrateSetup.h.
cbm::algo::tof::CalibrateSetup::Channel::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " " | offset, |
yaml::Property &::, "", " " | gain, | ||
yaml::Property &::, "", " " | offset, | ||
yaml::Property &::, "", " ", ::, ::Flow | ) |
std::vector<double> cbm::algo::tof::CalibrateSetup::Channel::vCPTOff |
Definition at line 23 of file CalibrateSetup.h.
Referenced by CbmTaskTofClusterizerParWrite::InitAlgos(), and cbm::algo::tof::Calibrate::operator()().
std::vector<double> cbm::algo::tof::CalibrateSetup::Channel::vCPTotGain |
Definition at line 24 of file CalibrateSetup.h.
Referenced by CbmTaskTofClusterizerParWrite::InitAlgos(), and cbm::algo::tof::Calibrate::operator()().
std::vector<double> cbm::algo::tof::CalibrateSetup::Channel::vCPTotOff |
Definition at line 25 of file CalibrateSetup.h.
Referenced by CbmTaskTofClusterizerParWrite::InitAlgos(), and cbm::algo::tof::Calibrate::operator()().
std::vector<std::vector<double> > cbm::algo::tof::CalibrateSetup::Channel::vCPWalk |
Definition at line 26 of file CalibrateSetup.h.
Referenced by CbmTaskTofClusterizerParWrite::InitAlgos(), and cbm::algo::tof::Calibrate::operator()().