#include <IWirePlane.h>
Definition at line 19 of file IWirePlane.h.
IWirePlane::~IWirePlane |
( |
| ) |
|
|
virtual |
Return vector of channel objects ordered by their index (NOT their channel ident number).
Implemented in WireCell::Gen::WirePlane.
virtual int WireCell::IWirePlane::ident |
( |
| ) |
const |
|
pure virtual |
virtual const Pimpos* WireCell::IWirePlane::pimpos |
( |
| ) |
const |
|
pure virtual |
The ID of the plane of wire zero. This is just sugar.
Definition at line 9 of file IWirePlane.cxx.
13 if (w.empty()) {
return bogus; }
14 return w.front()->planeid();
virtual const IWire::vector & wires() const =0
Return vector of wire objects ordered by increasing Z.
std::vector< pointer > vector
virtual const IWire::vector& WireCell::IWirePlane::wires |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files: