18 LogDebug(
"L1T") <<
"Block ID = " <<
block.header().getID() <<
" size = " <<
block.header().getSize();
31 auto res_ = static_cast<L1TObjectCollections*>(coll)->getEGammas(
EGammaCopy_);
40 uint32_t raw_data =
block.payload().at(iFrame);
53 int abs_eta = (raw_data >> 9) & 0x7F;
54 if ((raw_data >> 16) & 0x1) {
60 eg.
setHwPhi((raw_data >> 17) & 0xFF);
69 res_->push_back(
bx, eg);