46void PadMapper::initInverseMapping()
48 for (
unsigned int icol = 0; icol <
NCOLUMN; icol++) {
49 for (
unsigned int irow = 0; irow <
NROW; irow++) {
50 mInverseMapping[mMapping[icol][irow]] = std::make_tuple(icol, irow);
void print(std::ostream &stream) const
void print(std::ostream &stream) const
static constexpr std::size_t NCHANNELS
unsigned int getRow(unsigned int channelID) const
static constexpr std::size_t NCOLUMN
unsigned int getChannelID(unsigned int col, unsigned int row) const
unsigned int getColumn(unsigned int channelID) const
std::tuple< unsigned int, unsigned int > getRowColFromChannelID(unsigned int channelID) const
static constexpr std::size_t NROW
std::ostream & operator<<(std::ostream &in, const IndexExceptionEvent &error)