|
CbmRoot
|
#include <HitfinderPars.h>
Public Member Functions | |
| CBM_YAML_PROPERTIES (yaml::Property(&Module::address, "address", "Hardware Address", YAML::Hex), yaml::Property(&Module::dY, "dY"), yaml::Property(&Module::pitch, "pitch"), yaml::Property(&Module::stereoF, "stereoF"), yaml::Property(&Module::stereoB, "stereoB"), yaml::Property(&Module::lorentzF, "lorentzF"), yaml::Property(&Module::lorentzB, "lorentzB"), yaml::Property(&Module::localToGlobal, "localToGlobal")) | |
Public Attributes | |
| int32_t | address |
| float | dY |
| float | pitch |
| float | stereoF |
| float | stereoB |
| float | lorentzF |
| float | lorentzB |
| ModuleTransform | localToGlobal |
Definition at line 54 of file HitfinderPars.h.
| cbm::algo::sts::HitfinderPars::Module::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " ", ::Hex | , |
| yaml::Property &::, "" | dY, | ||
| yaml::Property &::, "" | pitch, | ||
| yaml::Property &::, "" | stereoF, | ||
| yaml::Property &::, "" | stereoB, | ||
| yaml::Property &::, "" | lorentzF, | ||
| yaml::Property &::, "" | lorentzB, | ||
| yaml::Property &::, "" | localToGlobal ) |
| int32_t cbm::algo::sts::HitfinderPars::Module::address |
Definition at line 55 of file HitfinderPars.h.
Referenced by CBM_YAML_PROPERTIES().
| float cbm::algo::sts::HitfinderPars::Module::dY |
Definition at line 56 of file HitfinderPars.h.
Referenced by CBM_YAML_PROPERTIES().
| ModuleTransform cbm::algo::sts::HitfinderPars::Module::localToGlobal |
Definition at line 62 of file HitfinderPars.h.
Referenced by CBM_YAML_PROPERTIES().
| float cbm::algo::sts::HitfinderPars::Module::lorentzB |
Definition at line 61 of file HitfinderPars.h.
Referenced by CBM_YAML_PROPERTIES().
| float cbm::algo::sts::HitfinderPars::Module::lorentzF |
Definition at line 60 of file HitfinderPars.h.
Referenced by CBM_YAML_PROPERTIES().
| float cbm::algo::sts::HitfinderPars::Module::pitch |
Definition at line 57 of file HitfinderPars.h.
Referenced by CBM_YAML_PROPERTIES().
| float cbm::algo::sts::HitfinderPars::Module::stereoB |
Definition at line 59 of file HitfinderPars.h.
Referenced by CBM_YAML_PROPERTIES().
| float cbm::algo::sts::HitfinderPars::Module::stereoF |
Definition at line 58 of file HitfinderPars.h.
Referenced by CBM_YAML_PROPERTIES().