9#include <tracking/dataobjects/ROIid.h>
14ROIid::ROIid() : m_minUid(0), m_maxUid(0), m_minVid(0), m_maxVid(0),
unsigned short getVCellID() const
Get cell ID in v.
unsigned short getUCellID() const
Get cell ID in u.
VxdID getSensorID() const
Get the sensor ID.
The PXD Raw Hit class This class stores information about PXD Pixel hits and makes them available in ...
short getUCellID() const
Get u cell id of hit position.
VxdID getSensorID() const
Get the sensor ID.
short getVCellID() const
Get v cell id of hit position.
VxdID::baseType m_sensorID
sensor ID
bool Contains(const PXDRawHit &thePXDRawHit) const
true if the ROI contains the thePXDRawHit
int m_minVid
v ID of the bottom left pixel of the ROI
virtual ~ROIid()
Destructor.
int m_minUid
u ID of the bottom left pixel of the ROI
ROIid()
Default constructor.
int m_maxUid
u ID of the top right pixel of the ROI
int m_maxVid
v ID of the top right pixel of the ROI
The SVD ShaperDigit class.
VxdID getSensorID() const
Get the sensor ID.
short int getCellID() const
Get strip ID.
bool isUStrip() const
Get strip direction.
baseType getID() const
Get the unique id.
Abstract base class for different kinds of events.