#include <IFilterWaveform.h>
Public Member Functions | |
virtual | ~IFilterWaveform () |
virtual const Waveform::realseq_t | filter_waveform (int nfbins) const =0 |
Provide the filter waveform with a given number of frequency bins. More... | |
Public Member Functions inherited from WireCell::IComponent< IFilterWaveform > | |
virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
virtual | ~Interface () |
Additional Inherited Members | |
Public Types inherited from WireCell::IComponent< IFilterWaveform > | |
typedef std::shared_ptr< IFilterWaveform > | 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 |
Definition at line 12 of file IFilterWaveform.h.
|
virtual |
Definition at line 132 of file IfaceDesctructors.cxx.
|
pure virtual |
Provide the filter waveform with a given number of frequency bins.
Implemented in WireCell::SigProc::HfFilter, and WireCell::SigProc::LfFilter.