Static Private Attributes | List of all members
wirecell.sigproc.response.schema.PathResponse Class Reference
Inheritance diagram for wirecell.sigproc.response.schema.PathResponse:

Static Private Attributes

tuple __slots__ = ()
 

Detailed Description

:param array current: A numpy array holding the induced current
    for the path on the wire-of-interest.
:param float pitchpos: The position in the pitch direction to the
    starting point of the path.
:param float wirepos: The position along the wire direction to the
    starting point of the path.

    Note: the path is in wire region: 

    region = int(round(pitchpos/pitch)).

    Note: the path is at the impact position relative to closest
    wire: 

    impact = pitchpos-region*pitch.

Definition at line 74 of file schema.py.

Member Data Documentation

tuple wirecell.sigproc.response.schema.PathResponse.__slots__ = ()
staticprivate

Definition at line 92 of file schema.py.


The documentation for this class was generated from the following file: