WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
WireCell::SigProc::Derivations Namespace Reference

Functions

WireCell::Waveform::realseq_t CalcMedian (const WireCell::IChannelFilter::channel_signals_t &chansig)
 
std::pair< double, double > CalcRMS (const WireCell::Waveform::realseq_t &signal)
 

Function Documentation

◆ CalcMedian()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CalcRMS()

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.

Here is the call graph for this function:
Here is the caller graph for this function: