Functions | |
WireCell::Waveform::realseq_t | CalcMedian (const WireCell::IChannelFilter::channel_signals_t &chansig) |
std::pair< double, double > | CalcRMS (const WireCell::Waveform::realseq_t &signal) |
WireCell::Waveform::realseq_t WireCell::SigProc::Derivations::CalcMedian | ( | const WireCell::IChannelFilter::channel_signals_t & | chansig | ) |
Return a sequence of the median values, one for each channel signal.
fixme and warning: this ignores small and large signal with fixed thresholds which need to be set as parameters.
Definition at line 22 of file Derivations.cxx.
std::pair< double, double > WireCell::SigProc::Derivations::CalcRMS | ( | const WireCell::Waveform::realseq_t & | signal | ) |
Return the RMS of a signal
fixme and warning: this ignores large signal with a fixed threshold which needs to be set as parameters.
Definition at line 7 of file Derivations.cxx.