Skip to content

Commit

Permalink
Added Era_Run3_2024 modifier to simOmtfDigis, to use OMTF 2024 config
Browse files Browse the repository at this point in the history
L1Trigger/L1TMuonOverlapPhase1/python/simOmtfDigis_cfi.py:
added parameters configXMLFile and patternsXMLFile corresponding to the 2024 OMTF firmware to the stage2L1Trigger_2024 era modifier.
This is needed since there are problems with uploading the 2024 OMTF params to the condDB.
backport of c7410d8
  • Loading branch information
kbunkow authored Sep 17, 2024
1 parent ff95c2a commit 9b57d8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions L1Trigger/L1TMuonOverlapPhase1/python/simOmtfDigis_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@

extrapolFactorsFilename = cms.FileInPath("L1Trigger/L1TMuon/data/omtf_config/ExtrapolationFactors_simple.xml"),
)

### Era: Run3_2024
from Configuration.Eras.Modifier_stage2L1Trigger_2024_cff import stage2L1Trigger_2024
stage2L1Trigger_2024.toModify(simOmtfDigis,
configXMLFile = cms.FileInPath("L1Trigger/L1TMuon/data/omtf_config/hwToLogicLayer_0x0009.xml"),
patternsXMLFile = cms.FileInPath("L1Trigger/L1TMuon/data/omtf_config/Patterns_ExtraplMB1nadMB2SimplifiedFP_t17_classProb17_recalib2_minDP0_v3.xml") )

0 comments on commit 9b57d8c

Please sign in to comment.