|
LDMX Software
|
Public Attributes | |
| std::array< double, channelmap::K_SAMPLES_PER_APV_TRIGGER > | mean_ {} |
| running mean | |
| std::array< double, channelmap::K_SAMPLES_PER_APV_TRIGGER > | m2_ {} |
| running sum of squared deviations from mean | |
| long | n_ {0} |
Definition at line 35 of file PedestalCalculator.h.
| std::array<double, channelmap::K_SAMPLES_PER_APV_TRIGGER> tracking::reco::PedestalCalculator::Accumulator::m2_ {} |
running sum of squared deviations from mean
Definition at line 39 of file PedestalCalculator.h.
| std::array<double, channelmap::K_SAMPLES_PER_APV_TRIGGER> tracking::reco::PedestalCalculator::Accumulator::mean_ {} |
| long tracking::reco::PedestalCalculator::Accumulator::n_ {0} |
Definition at line 40 of file PedestalCalculator.h.