Public Member Functions | Public Attributes | List of all members
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

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

Definition at line 41 of file Response.h.

41 : pitchpos(0.0), wirepos(-99999.0) {}
double pitchpos
The position in the pitch direction to the starting point of the path.
Definition: Response.h:36
double wirepos
The position along the wire direction to the starting point of the path.
Definition: Response.h:39
WireCell::Response::Schema::PathResponse::PathResponse ( const WireCell::Waveform::realseq_t c,
double  p,
double  w 
)
inline

Definition at line 42 of file Response.h.

43  : current(c), pitchpos(p), wirepos(w) {}
double pitchpos
The position in the pitch direction to the starting point of the path.
Definition: Response.h:36
double wirepos
The position along the wire direction to the starting point of the path.
Definition: Response.h:39
WireCell::Waveform::realseq_t current
An array holding the induced current for the path on the wire-of-interest.
Definition: Response.h:33
p
Definition: test.py:223
Response::Schema::PathResponse::~PathResponse ( )

Definition at line 21 of file Response.cxx.

22 {
23 }

Member Data Documentation

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.

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.

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: