Skip to content

Commit

Permalink
Added displaced muon information to the EMTF emulator DQM
Browse files Browse the repository at this point in the history
  • Loading branch information
lrburack committed Aug 7, 2024
1 parent f6e0fc4 commit 0dd6aff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DQM/L1TMonitor/python/L1TdeStage2EMTF_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from DQM.L1TMonitor.L1TdeStage2EMTF_cfi import *
from DQM.L1TMonitor.L1TdeStage2RegionalShower_cfi import *
from Configuration.Eras.Modifier_run3_2024_L1T_cff import run3_2024_L1T

# List of bins to ignore
ignoreBinsDeStage2Emtf = [1]
Expand All @@ -20,6 +21,12 @@
ignoreBadTrackAddress = cms.untracked.bool(True),
ignoreBin = cms.untracked.vint32(ignoreBinsDeStage2Emtf),
verbose = cms.untracked.bool(False),
hasDisplacementInfo = cms.untracked.bool(False),
)

run3_2024_L1T.toModify(
l1tdeStage2EmtfComp,
hasDisplacementInfo = cms.untracked.bool(True) # Linden Burack 7/26/2024
)

# sequences
Expand Down

0 comments on commit 0dd6aff

Please sign in to comment.