Collection of information on one plane. More...
Public Member Functions | |
constexpr ChannelRange_t const & | channelRange () const |
Returns the range of channels covered by the wire plane. More... | |
constexpr raw::ChannelID_t | firstChannel () const |
Returns the ID of the last channel in the range. More... | |
constexpr raw::ChannelID_t | lastChannel () const |
Returns the ID of the last channel in the range. More... | |
constexpr raw::ChannelID_t | endChannel () const |
Returns the ID of the channel after the last in the range. More... | |
constexpr readout::ROPID | ROP () const |
Returns the ID of the readout plane this wire plane belongs to. More... | |
Public Attributes | |
ChannelRange_t | fChannelRange |
Range of channels covered by the plane. More... | |
readout::ROPID | fROPID |
Which readout plane this wire plane belongs to. More... | |
Collection of information on one plane.
Definition at line 603 of file ICARUSChannelMapAlg.h.
|
inline |
Returns the range of channels covered by the wire plane.
Definition at line 609 of file ICARUSChannelMapAlg.h.
|
inline |
Returns the ID of the channel after the last in the range.
Definition at line 621 of file ICARUSChannelMapAlg.h.
|
inline |
Returns the ID of the last channel in the range.
Definition at line 613 of file ICARUSChannelMapAlg.h.
|
inline |
Returns the ID of the last channel in the range.
Definition at line 617 of file ICARUSChannelMapAlg.h.
|
inline |
Returns the ID of the readout plane this wire plane belongs to.
Definition at line 625 of file ICARUSChannelMapAlg.h.
ChannelRange_t icarus::ICARUSChannelMapAlg::PlaneInfo_t::fChannelRange |
Range of channels covered by the plane.
Definition at line 605 of file ICARUSChannelMapAlg.h.
readout::ROPID icarus::ICARUSChannelMapAlg::PlaneInfo_t::fROPID |
Which readout plane this wire plane belongs to.
Definition at line 606 of file ICARUSChannelMapAlg.h.