#include <ColdBoxChannelMapAlg.h>
Definition at line 48 of file ColdBoxChannelMapAlg.h.
Definition at line 105 of file ColdBoxChannelMapAlg.h.
unsigned int nChannels() const
Returns the number of mapped channels.
std::map< raw::ChannelID_t, ChannelsInROPStruct > fROPfirstChannel
void geo::dune::vd::ChannelToWireMap::clear |
( |
| ) |
|
|
inline |
Resets the data of the map to like just constructed.
Definition at line 100 of file ColdBoxChannelMapAlg.h.
raw::ChannelID_t fEndChannel
unsigned int ChannelID_t
Type representing the ID of a readout channel.
std::map< raw::ChannelID_t, ChannelsInROPStruct > fROPfirstChannel
Returns the ID of the first invalid channel (the last channel, plus 1).
Definition at line 90 of file ColdBoxChannelMapAlg.h.
raw::ChannelID_t fEndChannel
Returns data of the ROP including channel
, nullptr
if none.
Definition at line 69 of file ColdBoxChannelMapAlg.h.
75 ?
nullptr: &(std::prev(iNextData)->second);
raw::ChannelID_t endChannel() const
Returns the ID of the first invalid channel (the last channel, plus 1).
std::map< raw::ChannelID_t, ChannelsInROPStruct > fROPfirstChannel
Returns data of the ROP ropid
, nullptr
if none.
Definition at line 80 of file ColdBoxChannelMapAlg.h.
83 for(
auto it = dbegin; it != dend; ++it ){
84 if (it->second.ropid == ropid)
return &(it->second);
std::map< raw::ChannelID_t, ChannelsInROPStruct > fROPfirstChannel
unsigned int geo::dune::vd::ChannelToWireMap::nChannels |
( |
| ) |
const |
|
inline |
Returns the number of mapped channels.
Definition at line 93 of file ColdBoxChannelMapAlg.h.
raw::ChannelID_t endChannel() const
Returns the ID of the first invalid channel (the last channel, plus 1).
Sets the ID of the channels after the last valid one.
Definition at line 97 of file ColdBoxChannelMapAlg.h.
raw::ChannelID_t fEndChannel
The documentation for this class was generated from the following file: