Go to the documentation of this file. 1 #ifndef RecoLocalTracker_SiPixelClusterizer_SiPixelArrayBuffer_H
2 #define RecoLocalTracker_SiPixelClusterizer_SiPixelArrayBuffer_H
36 inline bool inside(
int row,
int col)
const;
bool inside(int row, int col) const
void set_adc(int row, int col, int adc)
uint16_t *__restrict__ uint16_t const *__restrict__ adc
int operator()(int row, int col) const
std::vector< int > pixel_vec
void add_adc(int row, int col, int adc)
int index(const SiPixelCluster::PixelPos &pix) const
int index(int row, int col) const
Definition of indexing within the buffer.
constexpr int row() const
Class to store ADC counts during clustering.
void setSize(int rows, int cols)
constexpr int col() const