#include <Response.h>
Public Member Functions | |
PathResponse () | |
PathResponse (const WireCell::Waveform::realseq_t &c, double p, double w) | |
~PathResponse () | |
Public Attributes | |
WireCell::Waveform::realseq_t | current |
An array holding the induced current for the path on the wire-of-interest. More... | |
double | pitchpos |
The position in the pitch direction to the starting point of the path. More... | |
double | wirepos |
The position along the wire direction to the starting point of the path. More... | |
Hold information about the induced current response due to passage of a charge along one drift path.
Definition at line 30 of file Response.h.
|
inline |
Definition at line 41 of file Response.h.
|
inline |
Definition at line 42 of file Response.h.
Response::Schema::PathResponse::~PathResponse | ( | ) |
Definition at line 21 of file Response.cxx.
WireCell::Waveform::realseq_t WireCell::Response::Schema::PathResponse::current |
An array holding the induced current for the path on the wire-of-interest.
Definition at line 33 of file Response.h.
double WireCell::Response::Schema::PathResponse::pitchpos |
The position in the pitch direction to the starting point of the path.
Definition at line 36 of file Response.h.
double WireCell::Response::Schema::PathResponse::wirepos |
The position along the wire direction to the starting point of the path.
Definition at line 39 of file Response.h.