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

#include <FieldResponse.h>

Inheritance diagram for WireCell::SigProc::FieldResponse:
Collaboration diagram for WireCell::SigProc::FieldResponse:

Public Member Functions

 FieldResponse (const char *frfilename="")
 
virtual ~FieldResponse ()
 
virtual const Response::Schema::FieldResponsefield_response () const
 Return the field response data. 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::IFieldResponse
virtual ~IFieldResponse ()
 
- Public Member Functions inherited from WireCell::IComponent< IFieldResponse >
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< IFieldResponse >
typedef std::shared_ptr< IFieldResponsepointer
 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 13 of file FieldResponse.h.

Constructor & Destructor Documentation

◆ FieldResponse()

SigProc::FieldResponse::FieldResponse ( const char *  frfilename = "")

Definition at line 14 of file FieldResponse.cxx.

◆ ~FieldResponse()

SigProc::FieldResponse::~FieldResponse ( )
virtual

Definition at line 19 of file FieldResponse.cxx.

Member Function Documentation

◆ configure()

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

Accept a configuration.

Implements WireCell::IConfigurable.

Definition at line 31 of file FieldResponse.cxx.

Here is the call graph for this function:

◆ default_configuration()

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

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

Reimplemented from WireCell::IConfigurable.

Definition at line 24 of file FieldResponse.cxx.

◆ field_response()

const Response::Schema::FieldResponse & SigProc::FieldResponse::field_response ( ) const
virtual

Return the field response data.

Implements WireCell::IFieldResponse.

Definition at line 42 of file FieldResponse.cxx.


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