From 0dd6aff1e9ef40bc83d39d01eb53310d16ec3493 Mon Sep 17 00:00:00 2001 From: Linden Burack Date: Wed, 7 Aug 2024 13:15:39 +0200 Subject: [PATCH] Added displaced muon information to the EMTF emulator DQM --- DQM/L1TMonitor/python/L1TdeStage2EMTF_cff.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/DQM/L1TMonitor/python/L1TdeStage2EMTF_cff.py b/DQM/L1TMonitor/python/L1TdeStage2EMTF_cff.py index 12f37b25be2cb..afd8ba6c21fe9 100644 --- a/DQM/L1TMonitor/python/L1TdeStage2EMTF_cff.py +++ b/DQM/L1TMonitor/python/L1TdeStage2EMTF_cff.py @@ -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] @@ -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