#include <IChannelFilter.h>
Public Types | |
typedef Waveform::realseq_t | signal_t |
typedef std::map< int, signal_t > | channel_signals_t |
Public Types inherited from WireCell::IComponent< IChannelFilter > | |
typedef std::shared_ptr< IChannelFilter > | pointer |
Access subclass facet by pointer. More... | |
typedef std::vector< pointer > | vector |
Vector of shared pointers. More... | |
Public Types inherited from WireCell::Interface | |
typedef std::shared_ptr< Interface > | pointer |
Public Member Functions | |
virtual | ~IChannelFilter () |
virtual Waveform::ChannelMaskMap | apply (int channel, signal_t &sig) const =0 |
virtual Waveform::ChannelMaskMap | apply (channel_signals_t &chansig) const =0 |
Public Member Functions inherited from WireCell::IComponent< IChannelFilter > | |
virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
virtual | ~Interface () |
A channel filter mutates digitized waveforms from channels.
Definition at line 14 of file IChannelFilter.h.
typedef std::map<int, signal_t> WireCell::IChannelFilter::channel_signals_t |
Definition at line 20 of file IChannelFilter.h.
Definition at line 19 of file IChannelFilter.h.
|
virtual |
Definition at line 101 of file IfaceDesctructors.cxx.
|
pure virtual |
Filter in place the signal sig
from given channel
. Return a channel mask map with any tick-level masking that may be applied later.
Implemented in WireCell::SigProc::Microboone::ADCBitShift, WireCell::SigProc::Protodune::RelGainCalib, WireCell::SigProc::Microboone::OneChannelStatus, WireCell::SigProc::Microboone::OneChannelNoise, WireCell::SigProc::Protodune::OneChannelNoise, WireCell::SigProc::Microboone::CoherentNoiseSub, and WireCell::SigProc::Protodune::StickyCodeMitig.
|
pure virtual |
Filter in place a group of signals together. Return a channel mask map with any tick-level masking that may be applied later.
Implemented in WireCell::SigProc::Microboone::ADCBitShift, WireCell::SigProc::Protodune::RelGainCalib, WireCell::SigProc::Microboone::OneChannelStatus, WireCell::SigProc::Microboone::OneChannelNoise, WireCell::SigProc::Protodune::OneChannelNoise, WireCell::SigProc::Microboone::CoherentNoiseSub, and WireCell::SigProc::Protodune::StickyCodeMitig.