CbmRoot
|
#include <HitfinderPars.h>
Classes | |
struct | Asic |
struct | Module |
struct | ModuleTransform |
Public Member Functions | |
CBM_YAML_PROPERTIES (yaml::Property(&HitfinderPars::asic, "asic", "Asic definitions. Currently assumes same parameters for all asics."), yaml::Property(&HitfinderPars::nChannels, "nChannels", "Total number of channels per module. Hitfinder assumes nChannels / 2 channels per side."), yaml::Property(&HitfinderPars::modules, "modules")) | |
Public Attributes | |
Asic | asic |
int | nChannels |
std::vector< Module > | modules |
LandauTable | landauTable |
Definition at line 15 of file HitfinderPars.h.
cbm::algo::sts::HitfinderPars::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " . ." | asics, |
yaml::Property &::, "", " . / 2 ." | side, | ||
yaml::Property &::, "" | modules ) |
Asic cbm::algo::sts::HitfinderPars::asic |
Definition at line 72 of file HitfinderPars.h.
LandauTable cbm::algo::sts::HitfinderPars::landauTable |
Definition at line 75 of file HitfinderPars.h.
Referenced by cbm::algo::Reco::Init().
std::vector<Module> cbm::algo::sts::HitfinderPars::modules |
Definition at line 74 of file HitfinderPars.h.
int cbm::algo::sts::HitfinderPars::nChannels |
Definition at line 73 of file HitfinderPars.h.