#include <IChannelResponse.h>
Public Member Functions | |
virtual | ~IChannelResponse () |
virtual const Waveform::realseq_t & | channel_response (int channel_ident) const =0 |
virtual Binning | channel_response_binning () const =0 |
Return the binning that the channel_response follows. More... | |
Public Member Functions inherited from WireCell::IComponent< IChannelResponse > | |
virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
virtual | ~Interface () |
Additional Inherited Members | |
Public Types inherited from WireCell::IComponent< IChannelResponse > | |
typedef std::shared_ptr< IChannelResponse > | 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 17 of file IChannelResponse.h.
|
virtual |
Definition at line 103 of file IfaceDesctructors.cxx.
|
pure virtual |
Provide the channel response for the given channel ID number. Note the binning of the returned waveform should be coordinated through configuration.
Implemented in WireCell::SigProc::NominalChannelResponse, and WireCell::SigProc::PerChannelResponse.
|
pure virtual |
Return the binning that the channel_response follows.
Implemented in WireCell::SigProc::NominalChannelResponse, and WireCell::SigProc::PerChannelResponse.