Classes | |
class | ConfigFilterBase |
class | OneChannelNoise |
class | RelGainCalib |
class | StickyCodeMitig |
Functions | |
bool | LinearInterpSticky (WireCell::Waveform::realseq_t &signal, std::vector< std::pair< int, int > > &st_ranges, float stky_sig_like_val, float stky_sig_like_rms) |
bool | FftInterpSticky (WireCell::Waveform::realseq_t &signal, std::vector< std::pair< int, int > > &st_ranges) |
bool | FftShiftSticky (WireCell::Waveform::realseq_t &signal, double toffset, std::vector< std::pair< int, int > > &st_ranges) |
bool | FftScaling (WireCell::Waveform::realseq_t &signal, int nsamples) |
bool WireCell::SigProc::Protodune::FftInterpSticky | ( | WireCell::Waveform::realseq_t & | signal, |
std::vector< std::pair< int, int > > & | st_ranges | ||
) |
bool WireCell::SigProc::Protodune::FftScaling | ( | WireCell::Waveform::realseq_t & | signal, |
int | nsamples | ||
) |
bool WireCell::SigProc::Protodune::FftShiftSticky | ( | WireCell::Waveform::realseq_t & | signal, |
double | toffset, | ||
std::vector< std::pair< int, int > > & | st_ranges | ||
) |
bool WireCell::SigProc::Protodune::LinearInterpSticky | ( | WireCell::Waveform::realseq_t & | signal, |
std::vector< std::pair< int, int > > & | st_ranges, | ||
float | stky_sig_like_val, | ||
float | stky_sig_like_rms | ||
) |