WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
WireCell::SigProc::Microboone::OneChannelStatus Class Reference

#include <Microboone.h>

Inheritance diagram for WireCell::SigProc::Microboone::OneChannelStatus:
Collaboration diagram for WireCell::SigProc::Microboone::OneChannelStatus:

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 ()
 

Additional Inherited Members

- Public Types inherited from WireCell::IChannelFilter
typedef Waveform::realseq_t signal_t
 
typedef std::map< int, signal_tchannel_signals_t
 
- Public Types inherited from WireCell::IComponent< IChannelFilter >
typedef std::shared_ptr< IChannelFilterpointer
 Access subclass facet by pointer. More...
 
typedef std::vector< pointervector
 Vector of shared pointers. More...
 
- Public Types inherited from WireCell::Interface
typedef std::shared_ptr< Interfacepointer
 
- Public Types inherited from WireCell::IComponent< IConfigurable >
typedef std::shared_ptr< IConfigurablepointer
 Access subclass facet by pointer. More...
 
typedef std::vector< pointervector
 Vector of shared pointers. More...
 

Detailed Description

Definition at line 121 of file Microboone.h.

Constructor & Destructor Documentation

◆ OneChannelStatus()

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 1295 of file Microboone.cxx.

◆ ~OneChannelStatus()

Microboone::OneChannelStatus::~OneChannelStatus ( )
virtual

Definition at line 1303 of file Microboone.cxx.

Member Function Documentation

◆ apply() [1/2]

WireCell::Waveform::ChannelMaskMap Microboone::OneChannelStatus::apply ( int  channel,
signal_t sig 
) const
virtual

Filter in place the signal sig from given channel.

Implements WireCell::IChannelFilter.

Definition at line 1340 of file Microboone.cxx.

Here is the call graph for this function:

◆ apply() [2/2]

WireCell::Waveform::ChannelMaskMap Microboone::OneChannelStatus::apply ( channel_signals_t chansig) const
virtual

Filter in place a group of signals together.

Implements WireCell::IChannelFilter.

Definition at line 1332 of file Microboone.cxx.

◆ configure()

void Microboone::OneChannelStatus::configure ( const WireCell::Configuration config)
virtual

Accept a configuration.

Implements WireCell::IConfigurable.

Definition at line 1307 of file Microboone.cxx.

◆ default_configuration()

WireCell::Configuration Microboone::OneChannelStatus::default_configuration ( ) const
virtual

Optional, override to return a hard-coded default configuration.

Reimplemented from WireCell::IConfigurable.

Definition at line 1321 of file Microboone.cxx.

◆ ID_lf_noisy()

bool Microboone::OneChannelStatus::ID_lf_noisy ( signal_t sig) const

Definition at line 1359 of file Microboone.cxx.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: