#include <Microboone.h>
Public Member Functions | |
OneChannelStatus (const std::string anode_tn="AnodePlane", double threshold=3.5, int window=5, int nbins=250, double cut=14) | |
virtual | ~OneChannelStatus () |
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... | |
bool | ID_lf_noisy (signal_t &sig) 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::IConfigurable | |
virtual | ~IConfigurable () |
Public Member Functions inherited from WireCell::IComponent< IConfigurable > | |
virtual | ~IComponent () |
Private Attributes | |
std::string | m_anode_tn |
IAnodePlane::pointer | m_anode |
double | m_threshold |
int | m_window |
int | m_nbins |
double | m_cut |
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 121 of file Microboone.h.
Microboone::OneChannelStatus::OneChannelStatus | ( | const std::string | anode_tn = "AnodePlane" , |
double | threshold = 3.5 , |
||
int | window = 5 , |
||
int | nbins = 250 , |
||
double | cut = 14 |
||
) |
Definition at line 1297 of file Microboone.cxx.
|
virtual |
Definition at line 1305 of file Microboone.cxx.
|
virtual |
Filter in place the signal sig
from given channel
.
Implements WireCell::IChannelFilter.
Definition at line 1342 of file Microboone.cxx.
|
virtual |
Filter in place a group of signals together.
Implements WireCell::IChannelFilter.
Definition at line 1334 of file Microboone.cxx.
|
virtual |
Accept a configuration.
Implements WireCell::IConfigurable.
Definition at line 1309 of file Microboone.cxx.
|
virtual |
Optional, override to return a hard-coded default configuration.
Reimplemented from WireCell::IConfigurable.
Definition at line 1323 of file Microboone.cxx.
Definition at line 1361 of file Microboone.cxx.
|
private |
Definition at line 140 of file Microboone.h.
|
private |
Definition at line 139 of file Microboone.h.
|
private |
Definition at line 144 of file Microboone.h.
|
private |
Definition at line 143 of file Microboone.h.
|
private |
Definition at line 141 of file Microboone.h.
|
private |
Definition at line 142 of file Microboone.h.