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

#include <PerChannelResponse.h>

Inheritance diagram for WireCell::SigProc::PerChannelResponse:
Collaboration diagram for WireCell::SigProc::PerChannelResponse:

Public Member Functions

 PerChannelResponse (const char *filename="")
 
virtual ~PerChannelResponse ()
 
virtual const Waveform::realseq_tchannel_response (int channel_ident) const
 
virtual Binning channel_response_binning () const
 Return the binning that the channel_response follows. More...
 
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::IChannelResponse
virtual ~IChannelResponse ()
 
- Public Member Functions inherited from WireCell::IComponent< IChannelResponse >
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::IComponent< IChannelResponse >
typedef std::shared_ptr< IChannelResponsepointer
 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 16 of file PerChannelResponse.h.

Constructor & Destructor Documentation

◆ PerChannelResponse()

SigProc::PerChannelResponse::PerChannelResponse ( const char *  filename = "")

Definition at line 15 of file PerChannelResponse.cxx.

◆ ~PerChannelResponse()

SigProc::PerChannelResponse::~PerChannelResponse ( )
virtual

Definition at line 20 of file PerChannelResponse.cxx.

Member Function Documentation

◆ channel_response()

const Waveform::realseq_t & SigProc::PerChannelResponse::channel_response ( int  channel_ident) const
virtual

Provide the channel response for the given channel ID number. Note the binning of the returned waveform should be coordinated through configuration.

Implements WireCell::IChannelResponse.

Definition at line 66 of file PerChannelResponse.cxx.

Here is the call graph for this function:

◆ channel_response_binning()

Binning SigProc::PerChannelResponse::channel_response_binning ( ) const
virtual

Return the binning that the channel_response follows.

Implements WireCell::IChannelResponse.

Definition at line 75 of file PerChannelResponse.cxx.

◆ configure()

void SigProc::PerChannelResponse::configure ( const WireCell::Configuration config)
virtual

Accept a configuration.

Implements WireCell::IConfigurable.

Definition at line 31 of file PerChannelResponse.cxx.

Here is the call graph for this function:

◆ default_configuration()

WireCell::Configuration SigProc::PerChannelResponse::default_configuration ( ) const
virtual

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

Reimplemented from WireCell::IConfigurable.

Definition at line 24 of file PerChannelResponse.cxx.


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