1 #ifndef WIRECELL_IFACE_TEST_MYCELL 2 #define WIRECELL_IFACE_TEST_MYCELL 4 #include "WireCellIface/ICell.h" 6 class MyCell :
public WireCell::ICell {
11 MyCell(
int i,
double a) : m_ident(i), m_area(a) {}
21 WireCell::IWireVector
wires()
const {
return WireCell::IWireVector(); }
D3Vector< double > Point
A 3D Cartesian point in double precision.
WireCell::Point center() const
WireCell::PointVector corners() const
WireCell::IWireVector wires() const
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
std::vector< Point > PointVector
PointVector - a collection of Points.