Skip to content

Commit 0dd6aff

Browse files
committed
Added displaced muon information to the EMTF emulator DQM
1 parent f6e0fc4 commit 0dd6aff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

DQM/L1TMonitor/python/L1TdeStage2EMTF_cff.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
from DQM.L1TMonitor.L1TdeStage2EMTF_cfi import *
44
from DQM.L1TMonitor.L1TdeStage2RegionalShower_cfi import *
5+
from Configuration.Eras.Modifier_run3_2024_L1T_cff import run3_2024_L1T
56

67
# List of bins to ignore
78
ignoreBinsDeStage2Emtf = [1]
@@ -20,6 +21,12 @@
2021
ignoreBadTrackAddress = cms.untracked.bool(True),
2122
ignoreBin = cms.untracked.vint32(ignoreBinsDeStage2Emtf),
2223
verbose = cms.untracked.bool(False),
24+
hasDisplacementInfo = cms.untracked.bool(False),
25+
)
26+
27+
run3_2024_L1T.toModify(
28+
l1tdeStage2EmtfComp,
29+
hasDisplacementInfo = cms.untracked.bool(True) # Linden Burack 7/26/2024
2330
)
2431

2532
# sequences

0 commit comments

Comments
 (0)