#include <Microboone.h>
Public Member Functions | |
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 () |
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 37 of file Microboone.h.
Microboone::ConfigFilterBase::ConfigFilterBase | ( | const std::string & | anode = "AnodePlane" , |
const std::string & | noisedb = "OmniChannelNoiseDB" |
||
) |
Definition at line 849 of file Microboone.cxx.
|
virtual |
Definition at line 852 of file Microboone.cxx.
|
virtual |
IConfigurable configuration interface.
Implements WireCell::IConfigurable.
Definition at line 853 of file Microboone.cxx.
|
virtual |
Optional, override to return a hard-coded default configuration.
Reimplemented from WireCell::IConfigurable.
Definition at line 861 of file Microboone.cxx.
|
inline |
Definition at line 49 of file Microboone.h.
|
protected |
Definition at line 54 of file Microboone.h.
|
protected |
Definition at line 53 of file Microboone.h.
|
protected |
Definition at line 55 of file Microboone.h.
|
protected |
Definition at line 53 of file Microboone.h.