Skip to content

Commit c7410d8

Browse files
authored
Added Era_Run3_2024 modifier to simOmtfDigis, to use OMTF 2024 config
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.
1 parent 452f428 commit c7410d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

L1Trigger/L1TMuonOverlapPhase1/python/simOmtfDigis_cfi.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@
3232

3333
extrapolFactorsFilename = cms.FileInPath("L1Trigger/L1TMuon/data/omtf_config/ExtrapolationFactors_simple.xml"),
3434
)
35+
36+
### Era: Run3_2024
37+
from Configuration.Eras.Modifier_stage2L1Trigger_2024_cff import stage2L1Trigger_2024
38+
stage2L1Trigger_2024.toModify(simOmtfDigis,
39+
configXMLFile = cms.FileInPath("L1Trigger/L1TMuon/data/omtf_config/hwToLogicLayer_0x0009.xml"),
40+
patternsXMLFile = cms.FileInPath("L1Trigger/L1TMuon/data/omtf_config/Patterns_ExtraplMB1nadMB2SimplifiedFP_t17_classProb17_recalib2_minDP0_v3.xml") )

0 commit comments

Comments
 (0)