We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daa9c3d + 0dd6aff commit 43760bcCopy full SHA for 43760bc
DQM/L1TMonitor/python/L1TdeStage2EMTF_cff.py
@@ -2,6 +2,7 @@
2
3
from DQM.L1TMonitor.L1TdeStage2EMTF_cfi import *
4
from DQM.L1TMonitor.L1TdeStage2RegionalShower_cfi import *
5
+from Configuration.Eras.Modifier_run3_2024_L1T_cff import run3_2024_L1T
6
7
# List of bins to ignore
8
ignoreBinsDeStage2Emtf = [1]
@@ -20,6 +21,12 @@
20
21
ignoreBadTrackAddress = cms.untracked.bool(True),
22
ignoreBin = cms.untracked.vint32(ignoreBinsDeStage2Emtf),
23
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
30
)
31
32
# sequences
0 commit comments