#include <Protodune.h>
Public Member Functions | |
| OneChannelNoise (const std::string &anode_tn="AnodePlane", const std::string &noisedb="OmniChannelNoiseDB") | |
| virtual | ~OneChannelNoise () |
| virtual WireCell::Waveform::ChannelMaskMap | apply (int channel, signal_t &sig) const |
| virtual WireCell::Waveform::ChannelMaskMap | apply (channel_signals_t &chansig) const |
| void | configure (const WireCell::Configuration &config) |
| Accept a configuration. More... | |
| WireCell::Configuration | default_configuration () const |
| Optional, override to return a hard-coded default configuration. More... | |
Public Member Functions inherited from WireCell::IChannelFilter | |
| virtual | ~IChannelFilter () |
Public Member Functions inherited from WireCell::IComponent< IChannelFilter > | |
| virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
| virtual | ~Interface () |
Public Member Functions inherited from WireCell::SigProc::Protodune::ConfigFilterBase | |
| ConfigFilterBase (const std::string &anode="AnodePlane", const std::string &noisedb="OmniChannelNoiseDB") | |
| virtual | ~ConfigFilterBase () |
| void | set_channel_noisedb (WireCell::IChannelNoiseDatabase::pointer ndb) |
Public Member Functions inherited from WireCell::IConfigurable | |
| virtual | ~IConfigurable () |
Public Member Functions inherited from WireCell::IComponent< IConfigurable > | |
| virtual | ~IComponent () |
Private Attributes | |
| Diagnostics::Partial | m_check_partial |
| std::map< int, int > | m_resmp |
Additional Inherited Members | |
Public Types inherited from WireCell::IChannelFilter | |
| 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 Types inherited from WireCell::IComponent< IConfigurable > | |
| typedef std::shared_ptr< IConfigurable > | pointer |
| Access subclass facet by pointer. More... | |
| typedef std::vector< pointer > | vector |
| Vector of shared pointers. More... | |
Protected Attributes inherited from WireCell::SigProc::Protodune::ConfigFilterBase | |
| std::string | m_anode_tn |
| std::string | m_noisedb_tn |
| IAnodePlane::pointer | m_anode |
| IChannelNoiseDatabase::pointer | m_noisedb |
Definition at line 95 of file Protodune.h.
| Protodune::OneChannelNoise::OneChannelNoise | ( | const std::string & | anode_tn = "AnodePlane", |
| const std::string & | noisedb = "OmniChannelNoiseDB" |
||
| ) |
Definition at line 776 of file Protodune.cxx.
|
virtual |
Definition at line 782 of file Protodune.cxx.
|
virtual |
Filter in place the signal sig from given channel.
Implements WireCell::IChannelFilter.
|
virtual |
Filter in place a group of signals together.
Implements WireCell::IChannelFilter.
|
virtual |
Accept a configuration.
Reimplemented from WireCell::SigProc::Protodune::ConfigFilterBase.
Definition at line 786 of file Protodune.cxx.
|
virtual |
Optional, override to return a hard-coded default configuration.
Reimplemented from WireCell::SigProc::Protodune::ConfigFilterBase.
Definition at line 810 of file Protodune.cxx.
|
private |
Definition at line 114 of file Protodune.h.
|
private |
Definition at line 115 of file Protodune.h.
1.8.11