12 auto muonToken = static_cast<const BMTFTokens*>(toks)->getOutputMuonToken();
16 const int bmtfBlockID = 123;
21 for (
auto imu =
muons->begin(); imu !=
muons->end(); imu++) {
22 if (imu->processor() + 1 == board_id) {
23 uint32_t firstWord(0), lastWord(0);
32 unsigned int initialSize =
payloadMap_[bmtfBlockID].size();
34 for (
unsigned int j = 0;
j < 3 - initialSize / 2;
j++) {
36 uint32_t nullMuon_word2 = 0 | ((65532 & 0xFFFF) << 3) | ((2 & 0x3) << 0);
40 unsigned int initialSize =
payloadMap_[bmtfBlockID].size();
42 for (
unsigned int j = 0;
j < 15 - initialSize / 2;
j++) {
44 uint32_t nullMuon_word2 = 0 | ((65532 & 0xFFFF) << 3) | ((2 & 0x3) << 0);