Skip to content

Commit

Permalink
Merge pull request #45180 from dinyar/fix-update-ugmt-packer-firmware…
Browse files Browse the repository at this point in the history
…-version

Set uGMT version used for 2024 in the packers
  • Loading branch information
cmsbuild authored Jun 20, 2024
2 parents d7c3a57 + 048088c commit 7d7fb8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions EventFilter/L1TRawToDigi/python/gmtStage2Raw_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
EMTFShowerInputLabel = cms.InputTag("simEmtfShowers", "EMTF"),
ShowerInputLabel = cms.InputTag("simGmtShowerDigis"),
FedId = cms.int32(1402),
FWId = cms.uint32(0x8000000), # Firmware with support for 2loose showers
FWId = cms.uint32(0x8010000), # Firmware for 2024
lenSlinkHeader = cms.untracked.int32(8),
lenSlinkTrailer = cms.untracked.int32(8)
)
Expand All @@ -34,4 +34,5 @@

### Era: Run3_2021
from Configuration.Eras.Modifier_stage2L1Trigger_2021_cff import stage2L1Trigger_2021
stage2L1Trigger_2021.toModify(gmtStage2Raw, BMTFInputLabel = cms.InputTag("simKBmtfDigis", "BMTF"), FWId = cms.uint32(0x8000000))
stage2L1Trigger_2021.toModify(gmtStage2Raw, BMTFInputLabel = cms.InputTag("simKBmtfDigis", "BMTF"), FWId = cms.uint32(0x8010000))

0 comments on commit 7d7fb8d

Please sign in to comment.