LDMX Software
tracking::reco::PedestalCalculator::Accumulator Struct Reference

Public Attributes

std::array< double, channelmap::K_SAMPLES_PER_APV_TRIGGERmean_ {}
 running mean
 
std::array< double, channelmap::K_SAMPLES_PER_APV_TRIGGERm2_ {}
 running sum of squared deviations from mean
 
long n_ {0}
 

Detailed Description

Definition at line 35 of file PedestalCalculator.h.

Member Data Documentation

◆ m2_

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.

39{};

◆ mean_

std::array<double, channelmap::K_SAMPLES_PER_APV_TRIGGER> tracking::reco::PedestalCalculator::Accumulator::mean_ {}

running mean

Definition at line 37 of file PedestalCalculator.h.

37{};

◆ n_

long tracking::reco::PedestalCalculator::Accumulator::n_ {0}

Definition at line 40 of file PedestalCalculator.h.

40{0}; // hit count for this channel

The documentation for this struct was generated from the following file: