#include <FieldResponse.h>
Public Member Functions | |
FieldResponse (const char *frfilename="") | |
virtual | ~FieldResponse () |
virtual const Response::Schema::FieldResponse & | field_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 () |
Private Attributes | |
std::string | m_fname |
Response::Schema::FieldResponse | m_fr |
Additional Inherited Members | |
Public Types inherited from WireCell::IComponent< IFieldResponse > | |
typedef std::shared_ptr< IFieldResponse > | 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 13 of file FieldResponse.h.
SigProc::FieldResponse::FieldResponse | ( | const char * | frfilename = "" | ) |
Definition at line 14 of file FieldResponse.cxx.
|
virtual |
Definition at line 19 of file FieldResponse.cxx.
|
virtual |
Accept a configuration.
Implements WireCell::IConfigurable.
Definition at line 31 of file FieldResponse.cxx.
|
virtual |
Optional, override to return a hard-coded default configuration.
Reimplemented from WireCell::IConfigurable.
Definition at line 24 of file FieldResponse.cxx.
|
virtual |
Return the field response data.
Implements WireCell::IFieldResponse.
Definition at line 42 of file FieldResponse.cxx.
|
private |
Definition at line 29 of file FieldResponse.h.
|
private |
Definition at line 30 of file FieldResponse.h.