Skip to content

Commit

Permalink
Update uGMT firmware version in fakeConditions to one planned for 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
dinyar committed Mar 25, 2024
1 parent b3ea802 commit 998dccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/L1TMuon/python/fakeGmtParams_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# uGMT FW version to be set
# Format: 0xMMmmvvpp for major.minor.very_minor.patch
# E.g.: 2.1.0.patch1 translates to 0x02010001
fwVersion = cms.uint32(0x4010000),
fwVersion = cms.uint32(0x8010000),

# uGMT inputs to disable
# disabled inputs are not used in the algo but are still in the readout
Expand Down

0 comments on commit 998dccf

Please sign in to comment.