1 #ifndef DATAFORMATS_MTDCHANNELIDENTIFIER_H
2 #define DATAFORMATS_MTDCHANNELIDENTIFIER_H
19 return std::pair<int, int>(row,
col);
MTDChannelIdentifier & operator=(const MTDChannelIdentifier &)=delete
static PFTauRenderPlugin instance
static std::pair< int, int > channelToPixel(int ch)
MTDChannelIdentifier(unsigned int row_w, unsigned int column_w, unsigned int time_w, unsigned int adc_w)
const PackedDigiType time_mask
~MTDChannelIdentifier()=default
const PackedDigiType column_mask
static int pixelToChannel(int row, int col)
const PackedDigiType adc_mask
MTDChannelIdentifier(const MTDChannelIdentifier &)=delete
const PackedDigiType row_mask
const PackedDigiType rowcol_mask
unsigned int PackedDigiType
static const MTDChannelIdentifier & GetInstance()