#include <IDeconvolution.h>
Public Types | |
typedef Waveform::realseq_t | signal_t |
typedef std::map< int, signal_t > | channel_signals_t |
Public Types inherited from WireCell::IComponent< IDeconvolution > | |
typedef std::shared_ptr< IDeconvolution > | 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 | ~IDeconvolution () |
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< IDeconvolution > | |
virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
virtual | ~Interface () |
A deconvolution applies the inverse of a convolution
Definition at line 15 of file IDeconvolution.h.
typedef std::map<int, signal_t> WireCell::IDeconvolution::channel_signals_t |
Definition at line 21 of file IDeconvolution.h.
Definition at line 20 of file IDeconvolution.h.
|
virtual |
Definition at line 114 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.
|
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.