CMS 3D CMS Logo

gmt_cfi.py
Go to the documentation of this file.
6 l1tGMTStubs = cms.Sequence(gmtStubs)
7 l1tGMTMuons = cms.Sequence(gmtKMTFMuons*gmtFwdMuons*gmtSAMuons*gmtTkMuons)
8 
9 l1tGMTFilteredMuons = cms.EDProducer('Phase2L1TGMTFilter',
10  srcMuons = cms.InputTag("l1tTkMuonsGmt",""),
11  applyLowPtFilter = cms.bool(True),
12  ptBarrelMin = cms.int32(8),
13  ptEndcapMin = cms.int32(8),
14  etaBE = cms.double(0.9)
15 
16 )