#include <IFieldResponse.h>
Public Member Functions | |
virtual | ~IFieldResponse () |
virtual const Response::Schema::FieldResponse & | field_response () const =0 |
Return the field response data. More... | |
Public Member Functions inherited from WireCell::IComponent< IFieldResponse > | |
virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
virtual | ~Interface () |
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 |
Definition at line 15 of file IFieldResponse.h.
|
virtual |
Definition at line 131 of file IfaceDesctructors.cxx.
|
pure virtual |
Return the field response data.
Implemented in WireCell::SigProc::FieldResponse.