|
CbmRoot
|
#include <HitfinderPars.h>
Public Member Functions | |
| CBM_YAML_PROPERTIES (yaml::Property(&ModuleTransform::rotation, "rotation", "Rotation matrix", YAML::Flow), yaml::Property(&ModuleTransform::translation, "translation", "Translation vector", YAML::Flow)) | |
Public Attributes | |
| std::array< float, 9 > | rotation |
| std::array< float, 3 > | translation |
Definition at line 40 of file HitfinderPars.h.
| cbm::algo::sts::HitfinderPars::ModuleTransform::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " ", ::Flow | , |
| yaml::Property &::, "", " ", ::Flow | ) |
References rotation, and translation.
| std::array<float, 9> cbm::algo::sts::HitfinderPars::ModuleTransform::rotation |
Definition at line 46 of file HitfinderPars.h.
Referenced by CBM_YAML_PROPERTIES(), CbmRecoSts::CreateModules(), and CbmTaskStsHitFinderParWrite::CreateModules().
| std::array<float, 3> cbm::algo::sts::HitfinderPars::ModuleTransform::translation |
Definition at line 47 of file HitfinderPars.h.
Referenced by CBM_YAML_PROPERTIES(), CbmRecoSts::CreateModules(), and CbmTaskStsHitFinderParWrite::CreateModules().