3 #ifndef WIRECELL_IFACE_SIMPLECHANNEL 4 #define WIRECELL_IFACE_SIMPLECHANNEL 16 virtual int ident()
const;
17 virtual int index()
const;
std::shared_ptr< const IWire > pointer
void add(const IWire::pointer &wire)
virtual const IWire::vector & wires() const
Wire segments ordered in increasing distance from channel input.
std::vector< pointer > vector
virtual int index() const
SimpleChannel(int ident=-1, int index=-1, const IWire::vector &wires=IWire::vector())
virtual int ident() const