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

#include <NominalChannelResponse.h>

Inheritance diagram for WireCell::SigProc::NominalChannelResponse:
Collaboration diagram for WireCell::SigProc::NominalChannelResponse:

Public Member Functions

 NominalChannelResponse (double gain=14 *WireCell::units::mV/WireCell::units::fC, double shaping=2 *WireCell::units::us, const Binning &binning=Binning(100, 0, 10 *WireCell::units::us))
 
virtual ~NominalChannelResponse ()
 
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 14 of file NominalChannelResponse.h.

Constructor & Destructor Documentation

◆ NominalChannelResponse()

SigProc::NominalChannelResponse::NominalChannelResponse ( double  gain = 14*WireCell::units::mV/WireCell::units::fC,
double  shaping = 2*WireCell::units::us,
const Binning binning = Binning(100, 0, 10*WireCell::units::us) 
)

Definition at line 12 of file NominalChannelResponse.cxx.

◆ ~NominalChannelResponse()

SigProc::NominalChannelResponse::~NominalChannelResponse ( )
virtual

Definition at line 21 of file NominalChannelResponse.cxx.

Member Function Documentation

◆ channel_response()

const Waveform::realseq_t & SigProc::NominalChannelResponse::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 52 of file NominalChannelResponse.cxx.

◆ channel_response_binning()

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

Return the binning that the channel_response follows.

Implements WireCell::IChannelResponse.

Definition at line 57 of file NominalChannelResponse.cxx.

◆ configure()

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

Accept a configuration.

Implements WireCell::IConfigurable.

Definition at line 36 of file NominalChannelResponse.cxx.

Here is the call graph for this function:

◆ default_configuration()

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

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

Reimplemented from WireCell::IConfigurable.

Definition at line 25 of file NominalChannelResponse.cxx.

Here is the call graph for this function:

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