#include <ChannelToWireMap.h>
Definition at line 37 of file ChannelToWireMap.h.
icarus::details::ChannelToWireMap::ChannelsInROPStruct::ChannelsInROPStruct |
( |
| ) |
|
|
default |
icarus::details::ChannelToWireMap::ChannelsInROPStruct::ChannelsInROPStruct |
( |
raw::ChannelID_t |
firstChannel, |
|
|
unsigned int |
nChannels, |
|
|
readout::ROPID const & |
ropid |
|
) |
| |
|
inline |
Definition at line 63 of file ChannelToWireMap.h.
readout::ROPID ropid
ID of the ROP we cover.
raw::ChannelID_t firstChannel
First channel in ROP.
constexpr bool icarus::details::ChannelToWireMap::ChannelsInROPStruct::isChannelAbove |
( |
raw::ChannelID_t |
channel | ) |
const |
|
inline |
Returns if channel
is not in a lower ROP than this one.
Definition at line 73 of file ChannelToWireMap.h.
raw::ChannelID_t firstChannel
First channel in ROP.
constexpr bool icarus::details::ChannelToWireMap::ChannelsInROPStruct::operator< |
( |
ChannelsInROPStruct const & |
other | ) |
const |
|
inline |
Strict ordering according to the first channel in ROP.
Definition at line 77 of file ChannelToWireMap.h.
78 {
return Compare{}(*
this, other); }
bool Compare(const T &a, const T &b, const std::string &key)
unsigned int icarus::details::ChannelToWireMap::ChannelsInROPStruct::nChannels = 0U |
readout::ROPID icarus::details::ChannelToWireMap::ChannelsInROPStruct::ropid |
The documentation for this struct was generated from the following file: