#include <Protodune.h>
Public Member Functions | |
| RelGainCalib (const std::string &anode_tn="AnodePlane", const std::string &noisedb="OmniChannelNoiseDB", float gain_def=1.0, float gain_min_cut=0.8, float gain_max_cut=1.25) | |
| virtual | ~RelGainCalib () |
| virtual WireCell::Waveform::ChannelMaskMap | apply (int channel, signal_t &sig) const |
| virtual WireCell::Waveform::ChannelMaskMap | apply (channel_signals_t &chansig) const |
| 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... | |
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::IConfigurable | |
| virtual | ~IConfigurable () |
Public Member Functions inherited from WireCell::IComponent< IConfigurable > | |
| virtual | ~IComponent () |
Private Attributes | |
| std::string | m_anode_tn |
| std::string | m_noisedb_tn |
| IAnodePlane::pointer | m_anode |
| IChannelNoiseDatabase::pointer | m_noisedb |
| float | m_gain_def |
| float | m_gain_min_cut |
| float | m_gain_max_cut |
| std::vector< float > | m_rel_gain |
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... | |
Definition at line 120 of file Protodune.h.
| Protodune::RelGainCalib::RelGainCalib | ( | const std::string & | anode_tn = "AnodePlane", |
| const std::string & | noisedb = "OmniChannelNoiseDB", |
||
| float | gain_def = 1.0, |
||
| float | gain_min_cut = 0.8, |
||
| float | gain_max_cut = 1.25 |
||
| ) |
Definition at line 1034 of file Protodune.cxx.
|
virtual |
Definition at line 1043 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.
Implements WireCell::IConfigurable.
Definition at line 1047 of file Protodune.cxx.
|
virtual |
Optional, override to return a hard-coded default configuration.
Reimplemented from WireCell::IConfigurable.
Definition at line 1076 of file Protodune.cxx.
|
private |
Definition at line 144 of file Protodune.h.
|
private |
Definition at line 143 of file Protodune.h.
|
private |
Definition at line 147 of file Protodune.h.
|
private |
Definition at line 149 of file Protodune.h.
|
private |
Definition at line 148 of file Protodune.h.
|
private |
Definition at line 145 of file Protodune.h.
|
private |
Definition at line 143 of file Protodune.h.
|
private |
Definition at line 151 of file Protodune.h.
1.8.11