CbmRoot
|
#include <CalibrateSetup.h>
Public Member Functions | |
CBM_YAML_PROPERTIES (yaml::Property(&Rpc::numClWalkBinX, "numClWalkBinX", "number of walk correction bins"), yaml::Property(&Rpc::TOTMax, "TOTMax", "maximum time over threshold"), yaml::Property(&Rpc::TOTMin, "TOTMin", "minimum time over threshold"), yaml::Property(&Rpc::swapChannelSides, "swapChannelSides", "flag for swapping channel sides"), yaml::Property(&Rpc::channelDeadtime, "channelDeadtime", "channel dead time"), yaml::Property(&Rpc::chanPar, "chanPar", "channel parameters")) | |
Public Attributes | |
i32 | numClWalkBinX |
double | TOTMax |
double | TOTMin |
bool | swapChannelSides |
double | channelDeadtime |
std::vector< Channel > | chanPar |
Definition at line 34 of file CalibrateSetup.h.
cbm::algo::tof::CalibrateSetup::Rpc::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " " | bins, |
yaml::Property &::, "", " " | threshold, | ||
yaml::Property &::, "", " " | threshold, | ||
yaml::Property &::, "", " " | sides, | ||
yaml::Property &::, "", " " | time, | ||
yaml::Property &::, "", " " | parameters ) |
double cbm::algo::tof::CalibrateSetup::Rpc::channelDeadtime |
Definition at line 39 of file CalibrateSetup.h.
Referenced by CbmTaskTofClusterizerParWrite::InitAlgos(), and cbm::algo::tof::Calibrate::operator()().
std::vector<Channel> cbm::algo::tof::CalibrateSetup::Rpc::chanPar |
Definition at line 40 of file CalibrateSetup.h.
Referenced by CbmTaskTofClusterizerParWrite::InitAlgos(), and cbm::algo::tof::Calibrate::operator()().
i32 cbm::algo::tof::CalibrateSetup::Rpc::numClWalkBinX |
Definition at line 35 of file CalibrateSetup.h.
Referenced by CbmTaskTofClusterizerParWrite::InitAlgos(), and cbm::algo::tof::Calibrate::operator()().
bool cbm::algo::tof::CalibrateSetup::Rpc::swapChannelSides |
Definition at line 38 of file CalibrateSetup.h.
Referenced by CbmTaskTofClusterizerParWrite::InitAlgos(), and cbm::algo::tof::Calibrate::operator()().
double cbm::algo::tof::CalibrateSetup::Rpc::TOTMax |
Definition at line 36 of file CalibrateSetup.h.
Referenced by CbmTaskTofClusterizerParWrite::InitAlgos(), and cbm::algo::tof::Calibrate::operator()().
double cbm::algo::tof::CalibrateSetup::Rpc::TOTMin |
Definition at line 37 of file CalibrateSetup.h.
Referenced by CbmTaskTofClusterizerParWrite::InitAlgos(), and cbm::algo::tof::Calibrate::operator()().