Skip to content

Commit

Permalink
Update the bit-range for RPC data in EMTF unpacker to reflect 2017 fi…
Browse files Browse the repository at this point in the history
…rmware change.
  • Loading branch information
rekovic committed Aug 4, 2017
1 parent 79d69df commit 39d00f4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ namespace l1t {
if(GetHexBits(RPCb, 15, 15) != 0) { errors += 1; edm::LogError("L1T|EMTF") << "Format identifier bits in RPCb are incorrect"; }
if(GetHexBits(RPCc, 12, 13) != 0) { errors += 1; edm::LogError("L1T|EMTF") << "Format identifier bits in RPCc are incorrect"; }
if(GetHexBits(RPCc, 15, 15) != 1) { errors += 1; edm::LogError("L1T|EMTF") << "Format identifier bits in RPCc are incorrect"; }
if(GetHexBits(RPCd, 3, 15) != 0) { errors += 1; edm::LogError("L1T|EMTF") << "Format identifier bits in RPCd are incorrect"; }
if(GetHexBits(RPCd, 4, 15) != 0) { errors += 1; edm::LogError("L1T|EMTF") << "Format identifier bits in RPCd are incorrect"; }

return errors;

Expand Down

0 comments on commit 39d00f4

Please sign in to comment.