9#include <pxd/dataobjects/PXDRawROIs.h>
10#include <boost/endian/arithmetic.hpp>
16 m_2timesNrROIs(2 * nrroi), m_rois(NULL)
19 auto* d = (boost::endian::big_uint32_t*)data;
PXDRawROIs()
Default constructor for the ROOT IO.
int * m_rois
Buffer of size 2*m_NrROIs ints.
unsigned int m_2timesNrROIs
Number of ROIs times two (size of one ROI is 2*32bit)
Abstract base class for different kinds of events.