Skip to content

Commit

Permalink
Merge pull request #42645 from p2l1-gtEmulator/GT_emulator_PR2
Browse files Browse the repository at this point in the history
Phase 2 GT: Add missing GMTTkMuons instance name
  • Loading branch information
cmsbuild authored Sep 11, 2023
2 parents d6ec86c + 4251462 commit 3e8ad29
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 @@ -9,7 +9,7 @@
GTTPrimaryVert = cms.InputTag("l1tVertexFinderEmulator", "l1verticesEmulation"),
GMTSaPromptMuons = cms.InputTag("l1tSAMuonsGmt", "promptSAMuons"),
GMTSaDisplacedMuons = cms.InputTag("l1tSAMuonsGmt", "displacedSAMuons"),
GMTTkMuons = cms.InputTag("l1tTkMuonsGmtLowPtFix", ""), #cms.InputTag("l1tTkMuonsGmt", ""),
GMTTkMuons = cms.InputTag("l1tTkMuonsGmtLowPtFix", "l1tTkMuonsGmtLowPtFix"),
CL2Jets = cms.InputTag("l1tSCPFL1PuppiCorrectedEmulator"),
CL2Electrons = cms.InputTag("l1tLayer2EG", "L1CtTkElectron"),
CL2Photons = cms.InputTag("l1tLayer2EG", "L1CtTkEm"),
Expand Down

0 comments on commit 3e8ad29

Please sign in to comment.