Skip to content

Commit 914188b

Browse files
committed
Adding in displaced vertices into the default running of the P2 L1T Emulator
1 parent e04f43e commit 914188b

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
@@ -152,6 +152,7 @@
152152
from L1Trigger.L1TTrackMatch.l1tTrackSelectionProducer_cfi import *
153153
from L1Trigger.L1TTrackMatch.l1tTrackVertexAssociationProducer_cfi import *
154154
from L1Trigger.VertexFinder.l1tVertexProducer_cfi import *
155+
from L1Trigger.L1TTrackMatch.DisplacedVertexProducer_cfi import *
155156

156157
# Track Conversion, Track Selection, Vertex Finding
157158
_phase2_siml1emulator.add(l1tGTTInputProducer)
@@ -161,6 +162,7 @@
161162
_phase2_siml1emulator.add(l1tVertexFinder)
162163
_phase2_siml1emulator.add(l1tVertexProducer)
163164
_phase2_siml1emulator.add(l1tVertexFinderEmulator)
165+
_phase2_siml1emulator.add(DisplacedVertexProducer) #Should rename to l1tDisplacedVertexProducer
164166

165167
# Emulated GMT Muons (Tk + Stub, Tk + MuonTFT, StandaloneMuon)
166168
# ########################################################################

0 commit comments

Comments
 (0)