Skip to content

Commit

Permalink
Merge pull request #43109 from artlbv/patch-3
Browse files Browse the repository at this point in the history
Update the Phase-2 L1 vertex tag in the P2GT producer
  • Loading branch information
cmsbuild authored Nov 1, 2023
2 parents f771eb6 + 770de7c commit e7bccb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/Phase2L1GT/python/l1tGTProducer_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
scales=scale_parameter,
GTTPromptJets = cms.InputTag("l1tTrackJetsEmulation", "L1TrackJets"),
GTTDisplacedJets = cms.InputTag("l1tTrackJetsExtendedEmulation", "L1TrackJetsExtended"),
GTTPrimaryVert = cms.InputTag("l1tVertexFinderEmulator", "l1verticesEmulation"),
GTTPrimaryVert = cms.InputTag("l1tVertexFinderEmulator", "L1VerticesEmulation"),
GMTSaPromptMuons = cms.InputTag("l1tSAMuonsGmt", "promptSAMuons"),
GMTSaDisplacedMuons = cms.InputTag("l1tSAMuonsGmt", "displacedSAMuons"),
GMTTkMuons = cms.InputTag("l1tTkMuonsGmtLowPtFix", "l1tTkMuonsGmtLowPtFix"),
Expand Down

0 comments on commit e7bccb3

Please sign in to comment.