Hold info about multiple plane responses in the detector. More...
#include <Response.h>
Public Member Functions | |
| PlaneResponse * | plane (int ident) |
| const PlaneResponse * | plane (int ident) const |
| FieldResponse () | |
| FieldResponse (const std::vector< PlaneResponse > &planes, const WireCell::Vector &adir, double o, double t, double p, double s) | |
| ~FieldResponse () | |
Public Attributes | |
| std::vector< PlaneResponse > | planes |
| List of PlaneResponse objects. More... | |
| WireCell::Vector | axis |
| double | origin |
| double | tstart |
| Time at which drift paths begin. More... | |
| double | period |
| The sampling period of the response function. More... | |
| double | speed |
| The nominal drift speed. More... | |
Hold info about multiple plane responses in the detector.
Definition at line 75 of file Response.h.
|
inline |
Definition at line 114 of file Response.h.
|
inline |
Definition at line 115 of file Response.h.
| Response::Schema::FieldResponse::~FieldResponse | ( | ) |
Definition at line 13 of file Response.cxx.
|
inline |
Definition at line 97 of file Response.h.
|
inline |
Definition at line 105 of file Response.h.
| WireCell::Vector WireCell::Response::Schema::FieldResponse::axis |
A normalized 3-vector giving direction of axis (anti)parallel to nominal drift direction.
Definition at line 82 of file Response.h.
| double WireCell::Response::Schema::FieldResponse::origin |
The location on the X-axis where drift paths begin. See PlaneResponse::location.
Definition at line 86 of file Response.h.
| double WireCell::Response::Schema::FieldResponse::period |
The sampling period of the response function.
Definition at line 92 of file Response.h.
| std::vector<PlaneResponse> WireCell::Response::Schema::FieldResponse::planes |
List of PlaneResponse objects.
Definition at line 78 of file Response.h.
| double WireCell::Response::Schema::FieldResponse::speed |
The nominal drift speed.
Definition at line 95 of file Response.h.
| double WireCell::Response::Schema::FieldResponse::tstart |
Time at which drift paths begin.
Definition at line 89 of file Response.h.
1.8.11