Belle II Software  release-08-01-10
Digit Class Reference

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
 

Detailed Description

Class to represent the coordinates of one pixel.

Definition at line 29 of file PXDDigitizerModule.h.


The documentation for this class was generated from the following file: