#include <SimpleChannel.h>
Definition at line 10 of file SimpleChannel.h.
Definition at line 5 of file SimpleChannel.cxx.
virtual const IWire::vector & wires() const
Wire segments ordered in increasing distance from channel input.
virtual int index() const
virtual int ident() const
SimpleChannel::~SimpleChannel |
( |
| ) |
|
|
virtual |
int SimpleChannel::ident |
( |
| ) |
const |
|
virtual |
Detector-dependent, globally unique channel ID number. Negative is illegal, not guaranteed consecutive over all given channels. This same number may be called simply "channel" in other contexts.
Implements WireCell::IChannel.
Definition at line 15 of file SimpleChannel.cxx.
int SimpleChannel::index |
( |
| ) |
const |
|
virtual |
The channel index is the "Wire Attachment Number". The WAN counts along points of attachment of the zero' zero-segment wires for a wire plane. Note, for detectors with wrapped wires this index also wraps. It counts in the same direction as the WIP number of IWire::index but starts at zero even with wrapped wire detectors.
Implements WireCell::IChannel.
Definition at line 19 of file SimpleChannel.cxx.
void SimpleChannel::set_index |
( |
int |
ind | ) |
|
int WireCell::SimpleChannel::m_ident |
|
private |
int WireCell::SimpleChannel::m_index |
|
private |
The documentation for this class was generated from the following files: