#include <Protodune.h>
Public Member Functions | |
ConfigFilterBase (const std::string &anode="AnodePlane", const std::string &noisedb="OmniChannelNoiseDB") | |
virtual | ~ConfigFilterBase () |
virtual void | configure (const WireCell::Configuration &config) |
Accept a configuration. 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 () |
Public Member Functions inherited from WireCell::Interface | |
virtual | ~Interface () |
Protected Attributes | |
std::string | m_anode_tn |
std::string | m_noisedb_tn |
IAnodePlane::pointer | m_anode |
IChannelNoiseDatabase::pointer | m_noisedb |
Additional Inherited Members | |
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... | |
Public Types inherited from WireCell::Interface | |
typedef std::shared_ptr< Interface > | pointer |
Definition at line 28 of file Protodune.h.
Protodune::ConfigFilterBase::ConfigFilterBase | ( | const std::string & | anode = "AnodePlane" , |
const std::string & | noisedb = "OmniChannelNoiseDB" |
||
) |
Definition at line 599 of file Protodune.cxx.
|
virtual |
Definition at line 602 of file Protodune.cxx.
|
virtual |
Accept a configuration.
Implements WireCell::IConfigurable.
Reimplemented in WireCell::SigProc::Protodune::OneChannelNoise.
Definition at line 603 of file Protodune.cxx.
|
virtual |
Optional, override to return a hard-coded default configuration.
Reimplemented from WireCell::IConfigurable.
Reimplemented in WireCell::SigProc::Protodune::OneChannelNoise.
Definition at line 611 of file Protodune.cxx.
|
inline |
Definition at line 40 of file Protodune.h.
|
protected |
Definition at line 45 of file Protodune.h.
|
protected |
Definition at line 44 of file Protodune.h.
|
protected |
Definition at line 46 of file Protodune.h.
|
protected |
Definition at line 44 of file Protodune.h.