WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
|
#include <WirePlane.h>
Public Member Functions | |
WirePlane (int ident, Pimpos *pimpos, const IWire::vector &wires, const IChannel::vector &channels) | |
virtual | ~WirePlane () |
virtual int | ident () const |
virtual const Pimpos * | pimpos () const |
Return a Pimpos object for this wire plane. More... | |
virtual const IWire::vector & | wires () const |
Access response functions. More... | |
virtual const IChannel::vector & | channels () const |
![]() | |
virtual | ~IWirePlane () |
virtual WirePlaneId | planeid () const |
The ID of the plane of wire zero. This is just sugar. More... | |
![]() | |
virtual | ~IComponent () |
![]() | |
virtual | ~Interface () |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< IWirePlane > | pointer |
Access subclass facet by pointer. More... | |
typedef std::vector< pointer > | vector |
Vector of shared pointers. More... | |
![]() | |
typedef std::shared_ptr< Interface > | pointer |
Definition at line 12 of file WirePlane.h.
Gen::WirePlane::WirePlane | ( | int | ident, |
Pimpos * | pimpos, | ||
const IWire::vector & | wires, | ||
const IChannel::vector & | channels | ||
) |
Definition at line 5 of file WirePlane.cxx.
|
virtual |
Definition at line 16 of file WirePlane.cxx.
|
inlinevirtual |
Return vector of channel objects ordered by their index (NOT their channel ident number).
Implements WireCell::IWirePlane.
Definition at line 33 of file WirePlane.h.
|
inlinevirtual |
Implements WireCell::IWirePlane.
Definition at line 21 of file WirePlane.h.
|
inlinevirtual |
Return a Pimpos object for this wire plane.
Implements WireCell::IWirePlane.
Definition at line 23 of file WirePlane.h.
|
inlinevirtual |
Access response functions.
Return vector of wire objects ordered by increasing Z.
Implements WireCell::IWirePlane.
Definition at line 29 of file WirePlane.h.