#include <Microboone.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 |
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::Microboone::ConfigFilterBase | |
| ConfigFilterBase (const std::string &anode="AnodePlane", const std::string &noisedb="OmniChannelNoiseDB") | |
| virtual | ~ConfigFilterBase () |
| virtual void | configure (const WireCell::Configuration &config) |
| IConfigurable configuration interface. More... | |
| virtual WireCell::Configuration | default_configuration () const |
| Optional, override to return a hard-coded default configuration. More... | |
| 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::Chirp | m_check_chirp |
| Diagnostics::Partial | m_check_partial |
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::Microboone::ConfigFilterBase | |
| std::string | m_anode_tn |
| std::string | m_noisedb_tn |
| IAnodePlane::pointer | m_anode |
| IChannelNoiseDatabase::pointer | m_noisedb |
Microboone style single channel noise subtraction.
Fixme: in principle, this class could be general purpose for other detectors. However, it uses the functions above which hard code microboone-isms. If those microboone-specific parameters can be pulled out to a higher layer then this class can become generic and move outside of this file.
Definition at line 97 of file Microboone.h.
| Microboone::OneChannelNoise::OneChannelNoise | ( | const std::string & | anode_tn = "AnodePlane", |
| const std::string & | noisedb = "OmniChannelNoiseDB" |
||
| ) |
Definition at line 956 of file Microboone.cxx.
|
virtual |
Definition at line 962 of file Microboone.cxx.
|
virtual |
Filter in place the signal sig from given channel.
Implements WireCell::IChannelFilter.
Definition at line 966 of file Microboone.cxx.
|
virtual |
Filter in place a group of signals together.
Implements WireCell::IChannelFilter.
Definition at line 1134 of file Microboone.cxx.
|
private |
Definition at line 115 of file Microboone.h.
|
private |
Definition at line 116 of file Microboone.h.
1.8.11