38 if(payload.size() != 8) { errors += 1;
edm::LogError(
"L1T|EMTF") <<
"Payload size in 'AMC Data Trailer' is different than expected"; }
41 if(
GetHexBits(payload[0], 16, 31) != 0) { errors += 1;
edm::LogError(
"L1T|EMTF") <<
"Payload[0] has more than 16 bits in 'AMC Data Trailer'"; }
42 if(
GetHexBits(payload[1], 16, 31) != 0) { errors += 1;
edm::LogError(
"L1T|EMTF") <<
"Payload[1] has more than 16 bits in 'AMC Data Trailer'"; }
43 if(
GetHexBits(payload[2], 16, 31) != 0) { errors += 1;
edm::LogError(
"L1T|EMTF") <<
"Payload[2] has more than 16 bits in 'AMC Data Trailer'"; }
44 if(
GetHexBits(payload[3], 16, 31) != 0) { errors += 1;
edm::LogError(
"L1T|EMTF") <<
"Payload[3] has more than 16 bits in 'AMC Data Trailer'"; }
45 if(
GetHexBits(payload[3], 16, 31) != 0) { errors += 1;
edm::LogError(
"L1T|EMTF") <<
"Payload[3] has more than 16 bits in 'AMC Data Trailer'"; }
46 if(
GetHexBits(payload[3], 16, 31) != 0) { errors += 1;
edm::LogError(
"L1T|EMTF") <<
"Payload[3] has more than 16 bits in 'AMC Data Trailer'"; }
47 if(
GetHexBits(payload[3], 16, 31) != 0) { errors += 1;
edm::LogError(
"L1T|EMTF") <<
"Payload[3] has more than 16 bits in 'AMC Data Trailer'"; }
48 if(
GetHexBits(payload[3], 16, 31) != 0) { errors += 1;
edm::LogError(
"L1T|EMTF") <<
"Payload[3] has more than 16 bits in 'AMC Data Trailer'"; }
51 uint16_t TR1a = payload[0];
52 uint16_t TR1b = payload[1];
53 uint16_t TR1c = payload[2];
54 uint16_t TR1d = payload[3];
55 uint16_t TR2a = payload[4];
56 uint16_t TR2b = payload[5];
57 uint16_t TR2c = payload[6];
58 uint16_t TR2d = payload[7];
61 if(
GetHexBits(TR1a, 12, 15) != 15) { errors += 1;
edm::LogError(
"L1T|EMTF") <<
"Format identifier bits in TR1a are incorrect"; }
62 if(
GetHexBits(TR1b, 12, 15) != 15) { errors += 1;
edm::LogError(
"L1T|EMTF") <<
"Format identifier bits in TR1b are incorrect"; }
63 if(
GetHexBits(TR1b, 0, 3) != 15) { errors += 1;
edm::LogError(
"L1T|EMTF") <<
"Format identifier bits in TR1b are incorrect"; }
64 if(
GetHexBits(TR1b, 4, 6) != 7) { errors += 1;
edm::LogError(
"L1T|EMTF") <<
"Format identifier bits in TR1b are incorrect"; }
65 if(
GetHexBits(TR1c, 9, 11) != 0) { errors += 1;
edm::LogError(
"L1T|EMTF") <<
"Format identifier bits in TR1c are incorrect"; }
68 if(
GetHexBits(TR1d, 12, 15) != 15) { errors += 1;
edm::LogError(
"L1T|EMTF") <<
"Format identifier bits in TR1d are incorrect"; }
71 if(
GetHexBits(TR2a, 12, 15) != 14) { errors += 1;
edm::LogError(
"L1T|EMTF") <<
"Format identifier bits in TR2a are incorrect"; }
72 if(
GetHexBits(TR2b, 12, 15) != 14) { errors += 1;
edm::LogError(
"L1T|EMTF") <<
"Format identifier bits in TR2b are incorrect"; }
73 if(
GetHexBits(TR2c, 12, 15) != 14) { errors += 1;
edm::LogError(
"L1T|EMTF") <<
"Format identifier bits in TR2c are incorrect"; }
74 if(
GetHexBits(TR2d, 12, 15) != 14) { errors += 1;
edm::LogError(
"L1T|EMTF") <<
"Format identifier bits in TR2d are incorrect"; }
97 uint16_t TR1a = payload[0];
98 uint16_t TR1b = payload[1];
99 uint16_t TR1c = payload[2];
100 uint16_t TR1d = payload[3];
101 uint16_t TR2a = payload[4];
102 uint16_t TR2b = payload[5];
103 uint16_t TR2c = payload[6];
104 uint16_t TR2d = payload[7];
110 int iOut = res->size() - 1;
116 if ( (res->at(iOut)).HasEventTrailer() ==
true )
117 { (res->at(iOut)).add_format_error();
edm::LogError(
"L1T|EMTF") <<
"Why is there already an EventTrailer object?";
goto write_Event; }
146 (res->at(iOut)).set_EventTrailer(EventTrailer_);
152 if ( (res->at(iOut)).HasMTF7Trailer() ==
true )
153 { (res->at(iOut)).add_format_error();
edm::LogError(
"L1T|EMTF") <<
"Why is there already an MTF7Trailer object?";
goto write_MTF7; }
163 (res->at(iOut)).set_MTF7Trailer(MTF7Trailer_);
169 if ( (res->at(iOut)).HasAMC13Trailer() ==
true )
170 { (res->at(iOut)).add_format_error();
edm::LogError(
"L1T|EMTF") <<
"Why is there already an AMC13Trailer object?";
goto write_AMC13; }
187 (res->at(iOut)).set_AMC13Trailer(AMC13Trailer_);
void set_spcsr_scc(int bits)
void set_ddcsr_lf(int bits)
std::vector< uint32_t > payload() const
#define DEFINE_L1T_UNPACKER(type)
virtual int checkFormat(const Block &block)
std::vector< EMTFDaqOut > EMTFDaqOutCollection
int Format_Errors() const
virtual bool unpack(const Block &block, UnpackerCollections *coll) override
void set_sp_ladr(int bits)
void set_sp_padr(int bits)
uint16_t GetHexBits(uint16_t word, uint16_t lowBit, uint16_t highBit)
void set_sp_ersv(int bits)