Public Member Functions | Public Attributes | List of all members
WireCell::Response::Schema::PlaneResponse Struct Reference

#include <Response.h>

Public Member Functions

 PlaneResponse ()
 
 PlaneResponse (const std::vector< PathResponse > &paths, int pid, double l, double p)
 
 ~PlaneResponse ()
 

Public Attributes

std::vector< PathResponsepaths
 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...
 

Detailed Description

Hold information about the collection of induced current responses on one wire plane.

Definition at line 51 of file Response.h.

Constructor & Destructor Documentation

WireCell::Response::Schema::PlaneResponse::PlaneResponse ( )
inline

Definition at line 67 of file Response.h.

67 : planeid(-1), location(0.0), pitch(0.0) {}
double pitch
The pitch distance between neighboring wires.
Definition: Response.h:65
int planeid
A numerical identifier for the plane.
Definition: Response.h:57
WireCell::Response::Schema::PlaneResponse::PlaneResponse ( const std::vector< PathResponse > &  paths,
int  pid,
double  l,
double  p 
)
inline

Definition at line 68 of file Response.h.

69  : paths(paths), planeid(pid), location(l), pitch(p) {}
double pitch
The pitch distance between neighboring wires.
Definition: Response.h:65
static QStrList * l
Definition: config.cpp:1044
p
Definition: test.py:223
std::vector< PathResponse > paths
List of PathResponse objects.
Definition: Response.h:54
int planeid
A numerical identifier for the plane.
Definition: Response.h:57
Response::Schema::PlaneResponse::~PlaneResponse ( )

Definition at line 17 of file Response.cxx.

18 {
19 }

Member Data Documentation

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.


The documentation for this struct was generated from the following files: