CbmRoot
|
#include <HitfindSetup.h>
Public Member Functions | |
CBM_YAML_PROPERTIES (yaml::Property(&Rpc::deadStrips, "deadStrips", "bit mask for dead strips"), yaml::Property(&Rpc::posYMaxScal, "posYMaxScal", "maximum value of y position"), yaml::Property(&Rpc::maxTimeDist, "maxTimeDist", "maximum time distance"), yaml::Property(&Rpc::maxSpaceDist, "maxSpaceDist", "maximum space distance"), yaml::Property(&Rpc::sigVel, "sigVel", "signal velocity"), yaml::Property(&Rpc::timeRes, "timeRes", "time resolution"), yaml::Property(&Rpc::cell, "cell", "cell parameters"), yaml::Property(&Rpc::trackingStationId, "trackingStationId", "tracking station index"), yaml::Property(&Rpc::CPTOffYBinWidth, "CPTOffYBinWidth", "CPT Y offset bin width"), yaml::Property(&Rpc::CPTOffYRange, "CPTOffYRange", "CPT Y offset range"), yaml::Property(&Rpc::CPTOffY, "CPTOffY", "CPT Y offset array"), yaml::Property(&Rpc::chanPar, "chanPar", "channel parameters")) | |
Public Attributes | |
u32 | deadStrips |
double | posYMaxScal |
double | maxTimeDist |
double | maxSpaceDist |
double | sigVel |
double | timeRes |
Cell | cell |
i32 | trackingStationId |
double | CPTOffYBinWidth |
double | CPTOffYRange |
std::vector< double > | CPTOffY |
std::vector< Channel > | chanPar |
Definition at line 42 of file tof/HitfindSetup.h.
cbm::algo::tof::HitfindSetup::Rpc::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " " | strips, |
yaml::Property &::, "", " " | position, | ||
yaml::Property &::, "", " " | distance, | ||
yaml::Property &::, "", " " | distance, | ||
yaml::Property &::, "", " " | velocity, | ||
yaml::Property &::, "", " " | resolution, | ||
yaml::Property &::, "", " " | parameters, | ||
yaml::Property &::, "", " " | index, | ||
yaml::Property &::, "", " " | width, | ||
yaml::Property &::, "", " " | range, | ||
yaml::Property &::, "", " " | array, | ||
yaml::Property &::, "", " " | parameters ) |
Cell cbm::algo::tof::HitfindSetup::Rpc::cell |
Definition at line 49 of file tof/HitfindSetup.h.
Referenced by cbm::algo::tof::Hitfind::Hitfind(), and CbmTaskTofClusterizerParWrite::InitAlgos().
std::vector<Channel> cbm::algo::tof::HitfindSetup::Rpc::chanPar |
Definition at line 54 of file tof/HitfindSetup.h.
Referenced by cbm::algo::tof::Hitfind::Hitfind(), and CbmTaskTofClusterizerParWrite::InitAlgos().
std::vector<double> cbm::algo::tof::HitfindSetup::Rpc::CPTOffY |
Definition at line 53 of file tof/HitfindSetup.h.
Referenced by cbm::algo::tof::Hitfind::Hitfind(), and CbmTaskTofClusterizerParWrite::InitAlgos().
double cbm::algo::tof::HitfindSetup::Rpc::CPTOffYBinWidth |
Definition at line 51 of file tof/HitfindSetup.h.
Referenced by cbm::algo::tof::Hitfind::Hitfind(), and CbmTaskTofClusterizerParWrite::InitAlgos().
double cbm::algo::tof::HitfindSetup::Rpc::CPTOffYRange |
Definition at line 52 of file tof/HitfindSetup.h.
Referenced by cbm::algo::tof::Hitfind::Hitfind(), and CbmTaskTofClusterizerParWrite::InitAlgos().
u32 cbm::algo::tof::HitfindSetup::Rpc::deadStrips |
Definition at line 43 of file tof/HitfindSetup.h.
Referenced by cbm::algo::tof::Hitfind::Hitfind(), and CbmTaskTofClusterizerParWrite::InitAlgos().
double cbm::algo::tof::HitfindSetup::Rpc::maxSpaceDist |
Definition at line 46 of file tof/HitfindSetup.h.
Referenced by cbm::algo::tof::Hitfind::Hitfind(), and CbmTaskTofClusterizerParWrite::InitAlgos().
double cbm::algo::tof::HitfindSetup::Rpc::maxTimeDist |
Definition at line 45 of file tof/HitfindSetup.h.
Referenced by cbm::algo::tof::Hitfind::Hitfind(), and CbmTaskTofClusterizerParWrite::InitAlgos().
double cbm::algo::tof::HitfindSetup::Rpc::posYMaxScal |
Definition at line 44 of file tof/HitfindSetup.h.
Referenced by cbm::algo::tof::Hitfind::Hitfind(), and CbmTaskTofClusterizerParWrite::InitAlgos().
double cbm::algo::tof::HitfindSetup::Rpc::sigVel |
Definition at line 47 of file tof/HitfindSetup.h.
Referenced by cbm::algo::tof::Hitfind::Hitfind(), and CbmTaskTofClusterizerParWrite::InitAlgos().
double cbm::algo::tof::HitfindSetup::Rpc::timeRes |
Definition at line 48 of file tof/HitfindSetup.h.
Referenced by cbm::algo::tof::Hitfind::Hitfind(), and CbmTaskTofClusterizerParWrite::InitAlgos().
i32 cbm::algo::tof::HitfindSetup::Rpc::trackingStationId |
Definition at line 50 of file tof/HitfindSetup.h.
Referenced by CbmTaskTofClusterizerParWrite::InitAlgos().