File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
L1Trigger/Configuration/python Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 161161from L1Trigger .L1TTrackMatch .l1tTrackSelectionProducer_cfi import *
162162from L1Trigger .L1TTrackMatch .l1tTrackVertexAssociationProducer_cfi import *
163163from 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 )
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# ########################################################################
You can’t perform that action at this time.
0 commit comments