 |
Belle II Software
release-05-02-19
|
13 #include <framework/datastore/RelationsObject.h>
14 #include <vxd/dataobjects/VxdID.h>
15 #include <pxd/dataobjects/PXDDigit.h>
16 #include <pxd/dataobjects/PXDRawHit.h>
17 #include <svd/dataobjects/SVDShaperDigit.h>
36 ROIid(
int minUid,
int maxUid,
int minVid,
int maxVid, VxdID sensorID) :
45 int getMinUid()
const {
return m_minUid; }
46 int getMaxUid()
const {
return m_maxUid; }
47 int getMinVid()
const {
return m_minVid; }
48 int getMaxVid()
const {
return m_maxVid; }
49 VxdID getSensorID()
const {
return m_sensorID; }
51 void setMinUid(
double user_minUid) {
m_minUid = user_minUid; }
52 void setMaxUid(
double user_maxUid) {
m_maxUid = user_maxUid; }
53 void setMinVid(
double user_minVid) {
m_minVid = user_minVid; }
54 void setMaxVid(
double user_maxVid) {
m_maxVid = user_maxVid; }
55 void setSensorID(VxdID user_sensorID) {
m_sensorID = user_sensorID;}
ROIid()
Default constructor.
virtual ~ROIid()
Destructor.
ClassDef(RelationsInterface, 0)
defines interface for accessing relations of objects in StoreArray.
int m_minVid
v ID of the bottom left pixel of the ROI
VxdID::baseType m_sensorID
sensor ID
The SVD ShaperDigit class.
The PXD Raw Hit class This class stores information about PXD Pixel hits and makes them available in ...
unsigned short baseType
The base integer type for VxdID.
int m_minUid
u ID of the bottom left pixel of the ROI
Abstract base class for different kinds of events.
int m_maxUid
u ID of the top right pixel of the ROI
bool Contains(const Belle2::PXDRawHit &thePXDRawHit) const
true if the ROI contains the thePXDRawHit
RelationsInterface< TObject > RelationsObject
Provides interface for getting/adding relations to objects in StoreArrays.
int m_maxVid
v ID of the top right pixel of the ROI