Skip to content

Commit 4251462

Browse files
author
Benjamin Huber
committed
GMTTkMuons: Add missing instance name
1 parent 2c267b2 commit 4251462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

L1Trigger/Phase2L1GT/python/l1tGTProducer_cff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
GTTPrimaryVert = cms.InputTag("l1tVertexFinderEmulator", "l1verticesEmulation"),
1010
GMTSaPromptMuons = cms.InputTag("l1tSAMuonsGmt", "promptSAMuons"),
1111
GMTSaDisplacedMuons = cms.InputTag("l1tSAMuonsGmt", "displacedSAMuons"),
12-
GMTTkMuons = cms.InputTag("l1tTkMuonsGmtLowPtFix", ""), #cms.InputTag("l1tTkMuonsGmt", ""),
12+
GMTTkMuons = cms.InputTag("l1tTkMuonsGmtLowPtFix", "l1tTkMuonsGmtLowPtFix"),
1313
CL2Jets = cms.InputTag("l1tSCPFL1PuppiCorrectedEmulator"),
1414
CL2Electrons = cms.InputTag("l1tLayer2EG", "L1CtTkElectron"),
1515
CL2Photons = cms.InputTag("l1tLayer2EG", "L1CtTkEm"),

0 commit comments

Comments
 (0)