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