WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
WireCell::Response::Schema::PathResponse Struct Reference

#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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ PathResponse() [1/2]

WireCell::Response::Schema::PathResponse::PathResponse ( )
inline

Definition at line 41 of file Response.h.

◆ PathResponse() [2/2]

WireCell::Response::Schema::PathResponse::PathResponse ( const WireCell::Waveform::realseq_t c,
double  p,
double  w 
)
inline

Definition at line 42 of file Response.h.

Here is the call graph for this function:

◆ ~PathResponse()

Response::Schema::PathResponse::~PathResponse ( )

Definition at line 21 of file Response.cxx.

Here is the caller graph for this function:

Member Data Documentation

◆ current

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.

◆ pitchpos

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.

◆ wirepos

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.


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