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 41 of file HitfinderPars.h.
cbm::algo::sts::HitfinderPars::ModuleTransform::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " ", ::Flow | , |
yaml::Property &::, "", " ", ::Flow | ) |
std::array<float, 9> cbm::algo::sts::HitfinderPars::ModuleTransform::rotation |
Definition at line 47 of file HitfinderPars.h.
Referenced by CbmRecoSts::CreateModules(), and CbmTaskStsHitFinderParWrite::CreateModules().
std::array<float, 3> cbm::algo::sts::HitfinderPars::ModuleTransform::translation |
Definition at line 48 of file HitfinderPars.h.
Referenced by CbmRecoSts::CreateModules(), and CbmTaskStsHitFinderParWrite::CreateModules().