1 #ifndef WIRECELLGEN_ANODEFACE 2 #define WIRECELLGEN_ANODEFACE
virtual const RayGrid::Coordinates & raygrid() const
Return a RayGrid::Coordinates corresponding to this face.
std::vector< pointer > vector
Vector of shared pointers.
AnodeFace(int ident, IWirePlane::vector planes, const BoundingBox &sensvol)
std::shared_ptr< Interface > pointer
virtual BoundingBox sensitive() const
virtual IWirePlane::vector planes() const
Return all wires planes.
RayGrid::Coordinates m_coords
virtual int ident() const
Return the ident number of this face.
virtual int nplanes() const
Return the number of wire planes in the given side.
IWirePlane::vector m_planes
virtual IWirePlane::pointer plane(int ident) const
Return the wire plane with the given ident or nullptr if unknown.