|
CbmRoot
|
#include <Hitfind2DSetup.h>
Public Member Functions | |
| CBM_YAML_PROPERTIES (yaml::Property(&Pad::position, "position", "Local position", YAML::Flow), yaml::Property(&Pad::positionError, "positionError", "Local position error", YAML::Flow), yaml::Property(&Pad::chRMasked, "chRMasked", "Is channel R component masked"), yaml::Property(&Pad::chTMasked, "chTMasked", "Is channel T component masked")) | |
Public Attributes | |
| std::array< double, 3 > | position |
| std::array< double, 3 > | positionError |
| bool | chRMasked |
| bool | chTMasked |
Definition at line 23 of file Hitfind2DSetup.h.
| cbm::algo::trd::Hitfind2DSetup::Pad::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " ", ::Flow | , |
| yaml::Property &::, "", " ", ::Flow | , | ||
| yaml::Property &::, "", " " | masked, | ||
| yaml::Property &::, "", " " | masked ) |
| bool cbm::algo::trd::Hitfind2DSetup::Pad::chRMasked |
Definition at line 26 of file Hitfind2DSetup.h.
Referenced by cbm::algo::trd::Hitfind::Hitfind(), and CbmTaskTrdHitFinderParWrite::Init().
| bool cbm::algo::trd::Hitfind2DSetup::Pad::chTMasked |
Definition at line 27 of file Hitfind2DSetup.h.
Referenced by cbm::algo::trd::Hitfind::Hitfind(), and CbmTaskTrdHitFinderParWrite::Init().
| std::array<double, 3> cbm::algo::trd::Hitfind2DSetup::Pad::position |
Definition at line 24 of file Hitfind2DSetup.h.
Referenced by cbm::algo::trd::Hitfind::Hitfind(), and CbmTaskTrdHitFinderParWrite::Init().
| std::array<double, 3> cbm::algo::trd::Hitfind2DSetup::Pad::positionError |
Definition at line 25 of file Hitfind2DSetup.h.
Referenced by cbm::algo::trd::Hitfind::Hitfind(), and CbmTaskTrdHitFinderParWrite::Init().