CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HiMuL3_cfi.py
Go to the documentation of this file.
2 muonFilter = cms.EDFilter("HLTHIMuL1L2L3Filter",
3  #L2CandTag = cms.InputTag("standAloneMuons"),
4  L2CandTag = cms.InputTag("hltL2MuonCandidates"),
5  PrimaryVertexTag = cms.InputTag("pixelVertices"),
6  NavigationPSet = cms.PSet(
7  ComponentName = cms.string('SimpleNavigationSchool')
8  ),
9  rphiRecHits = cms.InputTag("siStripMatchedRecHits","rphiRecHit"),
10  TTRHBuilder = cms.string('WithoutRefit')
11 )