WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
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

◆ PlaneResponse() [1/2]

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

Definition at line 67 of file Response.h.

◆ PlaneResponse() [2/2]

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.

◆ ~PlaneResponse()

Response::Schema::PlaneResponse::~PlaneResponse ( )

Definition at line 17 of file Response.cxx.

Member Data Documentation

◆ location

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.

◆ paths

std::vector<PathResponse> WireCell::Response::Schema::PlaneResponse::paths

List of PathResponse objects.

Definition at line 54 of file Response.h.

◆ pitch

double WireCell::Response::Schema::PlaneResponse::pitch

The pitch distance between neighboring wires.

Definition at line 65 of file Response.h.

◆ planeid

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: