#include <Response.h>
Public Member Functions | |
| PlaneResponse () | |
| PlaneResponse (const std::vector< PathResponse > &paths, int pid, double l, double p) | |
| ~PlaneResponse () | |
Public Attributes | |
| std::vector< PathResponse > | paths |
| List of PathResponse objects. More... | |
| int | planeid |
| A numerical identifier for the plane. More... | |
| double | location |
| double | pitch |
| The pitch distance between neighboring wires. More... | |
Hold information about the collection of induced current responses on one wire plane.
Definition at line 51 of file Response.h.
|
inline |
Definition at line 67 of file Response.h.
|
inline |
Definition at line 68 of file Response.h.
| Response::Schema::PlaneResponse::~PlaneResponse | ( | ) |
Definition at line 17 of file Response.cxx.
| double WireCell::Response::Schema::PlaneResponse::location |
location, in direction of drift, of this plane (in same coordinate system as used by FieldResponse::origin).
Definition at line 62 of file Response.h.
| std::vector<PathResponse> WireCell::Response::Schema::PlaneResponse::paths |
List of PathResponse objects.
Definition at line 54 of file Response.h.
| double WireCell::Response::Schema::PlaneResponse::pitch |
The pitch distance between neighboring wires.
Definition at line 65 of file Response.h.
| int WireCell::Response::Schema::PlaneResponse::planeid |
A numerical identifier for the plane.
Definition at line 57 of file Response.h.
1.8.11