 |
Belle II Software
release-05-01-25
|
14 #include <framework/datastore/RelationsObject.h>
62 return (
m_rois[2 * j] >> 4) & 0x3F;
72 return ((
m_rois[2 * j] << 6) & 0x3C0) | ((
m_rois[2 * j + 1] >> 26) & 0x3F) ;
82 return (
m_rois[2 * j + 1] >> 8) & 0x3FF;
92 return (
m_rois[2 * j + 1] >> 18) & 0xFF;
102 return (
m_rois[2 * j + 1]) & 0xFF;
112 return (
m_rois[2 * j] >> 10) & 0x1;
int getMaxVid(int j) const
Return MaxVid (Row 2) of ROI j.
PXDRawROIs()
Default constructor for the ROOT IO.
ClassDef(RelationsInterface, 0)
defines interface for accessing relations of objects in StoreArray.
int getMaxUid(int j) const
Return MaxUid (Col 2) of ROI j.
int getMinVid(int j) const
Return MinVid (Row 1) of ROI j.
int * m_rois
Buffer of size 2*m_NrROIs ints.
Abstract base class for different kinds of events.
int getType(int j) const
Return Type (Datcon or HLT) of ROI j.
unsigned int m_2timesNrROIs
Number of ROIs times two (size of one ROI is 2*32bit)
int getMinUid(int j) const
Return MinUid (Col 1) of ROI j.
RelationsInterface< TObject > RelationsObject
Provides interface for getting/adding relations to objects in StoreArrays.
int getDHHID(int j) const
Return DHH ID of ROI j.
unsigned int getNrROIs() const
Get the nr of ROIs.