17 unsigned int wdPerBX = 6;
18 unsigned int initialBlkID = 33;
19 unsigned int intermBlkID = 39;
20 unsigned int finalBlkID = 45;
24 unsigned int uGTBoard = block.
amc().getAMCNumber() - 1;
30 int firstBX = -(ceil((
double)nBX/2.)-1);
33 lastBX = ceil((
double)nBX/2.);
35 lastBX = ceil((
double)nBX/2.)-1;
39 res_->setBXRange(firstBX, lastBX);
41 LogDebug(
"L1T") <<
"nBX = " << nBX <<
" first BX = " << firstBX <<
" lastBX = " << lastBX << endl;
45 for (
int bx=firstBX; bx<=lastBX; bx++){
49 if(block.
header().
getID()==initialBlkID && uGTBoard == 0 ) {
51 LogDebug(
"L1T") <<
"Creating GT Algorithm Block for BX =" << bx << std::endl;
53 res_->push_back(bx,talg);
64 int algOffset = (block.
header().
getID() - initialBlkID + 1)/2;
65 algOffset = (algOffset%3)*192;
67 for(
unsigned int wd=0; wd<wdPerBX; wd++) {
68 uint32_t raw_data = block.
payload()[wd+numBX*wdPerBX];
69 LogDebug(
"L1T") <<
"BX "<<bx <<
" payload word " << wd <<
" 0x" << hex << raw_data <<
" offset=" <<
dec << algOffset << std::endl;
73 for(
unsigned int bt=0; bt<32; bt++) {
74 int val = ((raw_data >> bt) & 0
x1);
75 unsigned int algBit = bt+wd*32+algOffset;
78 LogDebug(
"L1T") <<
"Found valid alg bit ("<< algBit <<
") on bit ("<<bt<<
") word ("<<wd<<
") algOffset ("<<algOffset<<
") block ID ("<< block.
header().
getID() <<
")" <<
" Board# " << uGTBoard <<std::endl;
87 LogDebug(
"L1T") <<
"Found invalid alg bit ("<< algBit <<
") out of range on bit ("<<bt<<
") word ("<<wd<<
") algOffset ("<<algOffset<<
") block ID ("<< block.
header().
getID() <<
")" <<std::endl;
91 }
else if(block.
header().
getID()==initialBlkID+4 && (wd==4 || wd==5) ) {
97 }
else if(block.
header().
getID()==finalBlkID+4 && wd==4) {
101 LogDebug(
"L1T") <<
" Packing the FinalOR " << wd <<
" 0x" << hex << raw_data << endl;
102 }
else if(block.
header().
getID()==finalBlkID+4 && wd==5) {
105 LogDebug(
"L1T") <<
" Packing the Prescale Column " << wd <<
" 0x" << hex << raw_data << endl;
void setL1MenuUUID(int uuid)
set simple members
const std::vector< uint32_t > & payload() const
void setFinalORPreVeto(bool fOR)
void setAlgoDecisionInitial(unsigned int bit, bool val)
Set decision bits.
BlockHeader header() const
static const unsigned int numBX
const bool getFinalORVeto() const
const bool getFinalORPreVeto() const
void setAlgoDecisionInterm(unsigned int bit, bool val)
void setFinalOR(bool fOR)
void setFinalORVeto(bool fOR)
static unsigned int maxPhysicsTriggers
void setL1FirmwareUUID(int fuuid)
#define DEFINE_L1T_UNPACKER(type)
void setPreScColumn(int psC)
void amc(const amc::Header &h)
bool unpack(const Block &block, UnpackerCollections *coll) override
void setAlgoDecisionFinal(unsigned int bit, bool val)