|
CbmRoot
|
#include <HitfinderPars.h>
Public Member Functions | |
| XPU_D float | AdcToCharge (unsigned short adc) const |
| CBM_YAML_PROPERTIES (yaml::Property(&Asic::nAdc, "nAdc"), yaml::Property(&Asic::dynamicRange, "dynamicRange"), yaml::Property(&Asic::threshold, "threshold"), yaml::Property(&Asic::timeResolution, "timeResolution"), yaml::Property(&Asic::deadTime, "deadTime"), yaml::Property(&Asic::noise, "noise"), yaml::Property(&Asic::zeroNoiseRate, "zeroNoiseRate")) | |
Public Attributes | |
| int | nAdc |
| float | dynamicRange |
| float | threshold |
| float | timeResolution |
| float | deadTime |
| float | noise |
| float | zeroNoiseRate |
Definition at line 15 of file HitfinderPars.h.
|
inline |
Definition at line 24 of file HitfinderPars.h.
References dynamicRange, nAdc, and threshold.
| cbm::algo::sts::HitfinderPars::Asic::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "" | nAdc, |
| yaml::Property &::, "" | dynamicRange, | ||
| yaml::Property &::, "" | threshold, | ||
| yaml::Property &::, "" | timeResolution, | ||
| yaml::Property &::, "" | deadTime, | ||
| yaml::Property &::, "" | noise, | ||
| yaml::Property &::, "" | zeroNoiseRate ) |
References deadTime, dynamicRange, nAdc, noise, threshold, timeResolution, and zeroNoiseRate.
| float cbm::algo::sts::HitfinderPars::Asic::deadTime |
Definition at line 20 of file HitfinderPars.h.
Referenced by CBM_YAML_PROPERTIES().
| float cbm::algo::sts::HitfinderPars::Asic::dynamicRange |
Definition at line 17 of file HitfinderPars.h.
Referenced by AdcToCharge(), and CBM_YAML_PROPERTIES().
| int cbm::algo::sts::HitfinderPars::Asic::nAdc |
Definition at line 16 of file HitfinderPars.h.
Referenced by AdcToCharge(), and CBM_YAML_PROPERTIES().
| float cbm::algo::sts::HitfinderPars::Asic::noise |
Definition at line 21 of file HitfinderPars.h.
Referenced by CBM_YAML_PROPERTIES().
| float cbm::algo::sts::HitfinderPars::Asic::threshold |
Definition at line 18 of file HitfinderPars.h.
Referenced by AdcToCharge(), and CBM_YAML_PROPERTIES().
| float cbm::algo::sts::HitfinderPars::Asic::timeResolution |
Definition at line 19 of file HitfinderPars.h.
Referenced by CBM_YAML_PROPERTIES().
| float cbm::algo::sts::HitfinderPars::Asic::zeroNoiseRate |
Definition at line 22 of file HitfinderPars.h.
Referenced by CBM_YAML_PROPERTIES().