16#ifndef INDETRAWDATA_PIXEL1RAWDATA_H
17#define INDETRAWDATA_PIXEL1RAWDATA_H
42 const unsigned int BCID,
const unsigned int LVL1ID,
43 const unsigned int LVL1A = 0);
68 return ( (
m_word>>8) & 0xFF);
74 return ( (
m_word>>24) & 0xF);
80 return ( (
m_word>>16) & 0xFF);
Pixel1RawData(Pixel1RawData &&) noexcept=default
Pixel1RawData(const Pixel1RawData &)=default
virtual int getLVL1ID() const override
virtual int getToT() const override
virtual int getLVL1A() const override
virtual int getBCID() const override
PixelRDORawData(const Identifier rdoId, const unsigned int word)