20 thePixelRow(pix.row()),
21 thePixelCol(pix.
col()),
40 bool recalculate =
false;
42 uint32_t minRow = ominRow;
43 uint32_t minCol = ominCol;
45 if (pix.
row() < minRow) {
49 if (pix.
col() < minCol) {
58 for (
int i=0;
i<isize; ++
i) {
63 if (xoffset > maxRow) maxRow = xoffset;
64 if (yoffset > maxCol) maxCol = yoffset;
std::vector< uint32_t > thePixelADC
uint32_t minPixelRow() const
uint32_t maxPixelCol() const
void packRow(uint32_t xmin, uint32_t xspan)
void add(const PixelPos &pix, uint32_t adc)
uint32_t maxPixelRow() const
constexpr int adc(sample_type sample)
get the ADC sample (12 bits)
uint32_t minPixelCol() const
void packCol(uint32_t ymin, uint32_t yspan)
std::vector< uint16_t > thePixelOffset
static unsigned int MAXSPAN