1 import FWCore.ParameterSet.Config
as cms
2 gmtTkMuons = cms.EDProducer(
'Phase2L1TGMTTkMuonProducer',
3 srcTracks = cms.InputTag(
"l1tTTTracksFromTrackletEmulation:Level1TTTracks"),
4 srcStubs = cms.InputTag(
'gmtStubs:tps'),
5 minTrackStubs = cms.int32(4),
6 muonBXMin = cms.int32(0),
7 muonBXMax = cms.int32(0),
8 verbose = cms.int32(0),
9 trackConverter = cms.PSet(
10 verbose = cms.int32(0)
12 trackMatching = cms.PSet(
16 AbsIsoThresholdL = cms.int32(160),
17 AbsIsoThresholdM = cms.int32(120),
18 AbsIsoThresholdT = cms.int32(80),
19 RelIsoThresholdL = cms.double(0.1),
20 RelIsoThresholdM = cms.double(0.05),
21 RelIsoThresholdT = cms.double(0.01),
22 verbose = cms.int32(0),
23 IsodumpForHLS = cms.int32(0),