Belle II Software
release-08-01-10
|
Class to represent the coordinates of one pixel. More...
#include <PXDDigitizerModule.h>
Public Member Functions | |
Digit (unsigned short u=0, unsigned short v=0) | |
Constructor. | |
bool | operator< (const Digit &b) const |
Comparison operator to provide unique ordering. | |
bool | operator== (const Digit &b) const |
Equality operator to check for equality. | |
unsigned short | u () const |
Return u (column) ID. | |
unsigned short | v () const |
Return v (row) ID. | |
Protected Attributes | |
unsigned short | m_u |
u (column) ID | |
unsigned short | m_v |
v (row) ID | |
Class to represent the coordinates of one pixel.
Definition at line 29 of file PXDDigitizerModule.h.