Public Member Functions | |
GenWire (WirePlaneId wpid, int index, const Ray &ray) | |
virtual | ~GenWire () |
int | ident () const |
WirePlaneId | planeid () const |
The ID of the plane this wire is in. More... | |
int | index () const |
int | channel () const |
WireCell::Ray | ray () const |
Return the ray representing the wire segment. More... | |
int | segment () const |
fixme: supply More... | |
int | face () const |
int | apa () const |
void | set_index (int ind) |
void | set_planeid (WirePlaneId wpid) |
Public Member Functions inherited from WireCell::IWire | |
virtual | ~IWire () |
virtual WireCell::Point | center () const |
Return the center point of the wire. Convenience method. More... | |
Public Member Functions inherited from WireCell::IData< IWire > | |
virtual | ~IData () |
Private Attributes | |
WirePlaneId | m_wpid |
int | m_index |
Ray | m_ray |
Additional Inherited Members | |
Public Types inherited from WireCell::IData< IWire > | |
typedef IWire | value_type |
typedef std::shared_ptr< const IWire > | pointer |
typedef std::vector< pointer > | vector |
typedef std::shared_ptr< const vector > | shared_vector |
Definition at line 18 of file WireGenerator.cxx.
|
inline |
Definition at line 24 of file WireGenerator.cxx.
|
inlinevirtual |
Definition at line 28 of file WireGenerator.cxx.
|
inline |
Definition at line 49 of file WireGenerator.cxx.
|
inlinevirtual |
Detector-dependent electronics channel number, negative is illegal. All wires with a common channel number are considered electrically connected.
Implements WireCell::IWire.
Definition at line 42 of file WireGenerator.cxx.
|
inline |
Definition at line 48 of file WireGenerator.cxx.
|
inlinevirtual |
Detector-dependent, globally unique ID number. Negative is illegal, not guaranteed consecutive.
Implements WireCell::IWire.
Definition at line 32 of file WireGenerator.cxx.
|
inlinevirtual |
Consecutive, zero-based index into an ordered sequence of wires in their plane
Implements WireCell::IWire.
Definition at line 40 of file WireGenerator.cxx.
|
inlinevirtual |
The ID of the plane this wire is in.
Implements WireCell::IWire.
Definition at line 38 of file WireGenerator.cxx.
|
inlinevirtual |
Return the ray representing the wire segment.
Implements WireCell::IWire.
Definition at line 44 of file WireGenerator.cxx.
|
inlinevirtual |
|
inline |
Definition at line 51 of file WireGenerator.cxx.
|
inline |
Definition at line 52 of file WireGenerator.cxx.
|
private |
Definition at line 20 of file WireGenerator.cxx.
|
private |
Definition at line 21 of file WireGenerator.cxx.
|
private |
Definition at line 19 of file WireGenerator.cxx.