#include <SiPixelCluster.h>
Public Member Functions | |
int | col () const |
PixelPos | operator+ (const Shift &shift) const |
PixelPos () | |
PixelPos (int row, int col) | |
int | row () const |
Private Attributes | |
int | col_ |
int | row_ |
Definition at line 59 of file SiPixelCluster.h.
|
inline |
|
inline |
Definition at line 62 of file SiPixelCluster.h.
|
inline |
Definition at line 64 of file SiPixelCluster.h.
References col_.
Referenced by SiPixelCluster::add(), python.rootplot.root2matplotlib.Hist2D::colz(), SiPixelArrayBuffer::index(), PixelThresholdClusterizer::make_cluster(), and operator+().
Definition at line 65 of file SiPixelCluster.h.
References col(), SiPixelCluster::Shift::dx(), SiPixelCluster::Shift::dy(), PixelPos(), and row().
|
inline |
Definition at line 63 of file SiPixelCluster.h.
References row_.
Referenced by SiPixelCluster::add(), SiPixelArrayBuffer::index(), PixelThresholdClusterizer::make_cluster(), and operator+().
|
private |
Definition at line 70 of file SiPixelCluster.h.
Referenced by col().
|
private |
Definition at line 69 of file SiPixelCluster.h.
Referenced by row().