19 thePixelRow(pix.row()),
20 thePixelCol(pix.
col()),
39 bool recalculate =
false;
44 if (pix.
row() < minRow) {
48 if (pix.
col() < minCol) {
57 for (
int i=0;
i<isize; ++
i) {
62 if (xoffset > maxRow) maxRow = xoffset;
63 if (yoffset > maxCol) maxCol = yoffset;
int adc(sample_type sample)
get the ADC sample (12 bits)
void packRow(uint16_t xmin, uint16_t xspan)
void packCol(uint16_t ymin, uint16_t yspan)
std::vector< uint16_t > thePixelADC
void add(const PixelPos &pix, int adc)
std::vector< uint8_t > thePixelOffset
constexpr int col() const
constexpr int row() const