Go to the documentation of this file. 1 #ifndef DATAFORMATS_PIXELCHANMNELIDENTIFIER_H
2 #define DATAFORMATS_PIXELCHANMNELIDENTIFIER_H
16 constexpr
Packing(
unsigned int row_w,
unsigned int column_w,
unsigned int time_w,
unsigned int adc_w)
62 return std::pair<int, int>(row,
col);
const PackedDigiType rowcol_mask
unsigned int PackedDigiType
constexpr Packing(unsigned int row_w, unsigned int column_w, unsigned int time_w, unsigned int adc_w)
pixelchanelidentifierimpl::Packing Packing
const PackedDigiType row_mask
constexpr static Packing thePacking
unsigned int PackedDigiType
static int pixelToChannel(int row, int col)
static std::pair< int, int > channelToPixel(int ch)
constexpr static Packing packing()
const PackedDigiType time_mask
const PackedDigiType column_mask
const PackedDigiType adc_mask