|
CbmRoot
|
#include <HitfindSetup.h>
Public Member Functions | |
| CBM_YAML_PROPERTIES (yaml::Property(&Cell::sizeX, "sizeX", "size in X direction"), yaml::Property(&Cell::sizeY, "sizeY", "size in Y direction"), yaml::Property(&Cell::translation, "translation", "Translation vector", YAML::Flow), yaml::Property(&Cell::rotation, "rotation", "Rotation matrix", YAML::Flow)) | |
Public Attributes | |
| double | sizeX |
| double | sizeY |
| std::array< double, 3 > | translation |
| std::array< double, 9 > | rotation |
Definition at line 24 of file tof/HitfindSetup.h.
| cbm::algo::tof::HitfindSetup::Cell::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " " | direction, |
| yaml::Property &::, "", " " | direction, | ||
| yaml::Property &::, "", " ", ::Flow | , | ||
| yaml::Property &::, "", " ", ::Flow | ) |
References rotation, sizeX, sizeY, and translation.
| std::array<double, 9> cbm::algo::tof::HitfindSetup::Cell::rotation |
Definition at line 28 of file tof/HitfindSetup.h.
Referenced by CBM_YAML_PROPERTIES(), cbm::algo::tof::Hitfind::Hitfind(), and CbmTaskTofClusterizerParWrite::InitAlgosTof().
| double cbm::algo::tof::HitfindSetup::Cell::sizeX |
Definition at line 25 of file tof/HitfindSetup.h.
Referenced by CBM_YAML_PROPERTIES(), cbm::algo::tof::Hitfind::Hitfind(), and CbmTaskTofClusterizerParWrite::InitAlgosTof().
| double cbm::algo::tof::HitfindSetup::Cell::sizeY |
Definition at line 26 of file tof/HitfindSetup.h.
Referenced by CBM_YAML_PROPERTIES(), cbm::algo::tof::Hitfind::Hitfind(), and CbmTaskTofClusterizerParWrite::InitAlgosTof().
| std::array<double, 3> cbm::algo::tof::HitfindSetup::Cell::translation |
Definition at line 27 of file tof/HitfindSetup.h.
Referenced by CBM_YAML_PROPERTIES(), cbm::algo::tof::Hitfind::Hitfind(), and CbmTaskTofClusterizerParWrite::InitAlgosTof().