Skip to content

Commit aa687e8

Browse files
authored
Merge pull request #48340 from BenjaminRS/AddDispVtxInL1Emulator
[L1T] Add Displaced Vertices into the default running of the P2 L1T Emulator (Phase 2)
2 parents 7590d1d + 914188b commit aa687e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

L1Trigger/Configuration/python/SimL1Emulator_cff.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
from L1Trigger.L1TTrackMatch.l1tTrackSelectionProducer_cfi import *
162162
from L1Trigger.L1TTrackMatch.l1tTrackVertexAssociationProducer_cfi import *
163163
from L1Trigger.VertexFinder.l1tVertexProducer_cfi import *
164+
from L1Trigger.L1TTrackMatch.DisplacedVertexProducer_cfi import *
164165

165166
# Track Conversion, Track Selection, Vertex Finding
166167
_phase2_siml1emulator.add(l1tGTTInputProducer)
@@ -170,6 +171,7 @@
170171
_phase2_siml1emulator.add(l1tVertexFinder)
171172
_phase2_siml1emulator.add(l1tVertexProducer)
172173
_phase2_siml1emulator.add(l1tVertexFinderEmulator)
174+
_phase2_siml1emulator.add(DisplacedVertexProducer) #Should rename to l1tDisplacedVertexProducer
173175

174176
# Emulated GMT Muons (Tk + Stub, Tk + MuonTFT, StandaloneMuon)
175177
# ########################################################################

0 commit comments

Comments
 (0)