1 #ifndef WIRECELLIFACE_SIMPLEWIRE 2 #define WIRECELLIFACE_SIMPLEWIRE std::pair< Point, Point > Ray
A line segment running from a first (tail) to a second (head) point.
WireCell::WirePlaneId m_wpid
Interface to information about a physical wire segment.
SimpleWire(WireCell::WirePlaneId wpid, int ident, int index, int channel, const WireCell::Ray &ray, int segment=0)
WireCell::Ray ray() const
Return the ray representing the wire segment.
WireCell::WirePlaneId planeid() const
The ID of the plane this wire is in.