19 const unsigned int nWords = 6;
20 int nBX, firstBX, lastBX;
25 unsigned int linkId = (block.
header().
getID() - 1) / 2;
26 unsigned int coll1Cnt = 0;
84 LogDebug(
"L1T") <<
"nBX = " << nBX <<
" first BX = " << firstBX <<
" lastBX = " << lastBX;
88 unsigned int muonCnt = 0;
91 for (
int bx = firstBX; bx <= lastBX; ++bx) {
92 for (
unsigned nWord = 0; nWord < nWords && i < block.
header().
getSize(); nWord += 2, ++muonCnt) {
93 uint32_t raw_data_00_31 = payload[i++];
94 uint32_t raw_data_32_63 = payload[i++];
95 LogDebug(
"L1T") <<
"raw_data_00_31 = 0x" << hex << raw_data_00_31 <<
" raw_data_32_63 = 0x" << raw_data_32_63;
98 LogDebug(
"L1T") <<
"Muon hwPt zero. Skip.";
108 if (muonCnt < coll1Cnt) {
void getBXRange(int nbx, int &first, int &last)
BlockHeader header() const
static void fillMuon(Muon &, uint32_t, uint32_t)
std::vector< uint32_t > payload() const
DEFINE_L1T_UNPACKER(l1t::stage2::MPUnpacker_0x10010033)
static const unsigned ptShift_
void setBXRange(int bxFirst, int bxLast)
int hwChargeValid() const
void push_back(int bx, T object)
static const unsigned ptMask_