CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoHI/HiMuonAlgos/python/HiMuL3_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 muonFilter = cms.EDFilter("HLTHIMuL1L2L3Filter",
00003     #L2CandTag = cms.InputTag("standAloneMuons"),
00004     L2CandTag = cms.InputTag("hltL2MuonCandidates"),
00005     PrimaryVertexTag = cms.InputTag("pixelVertices"),
00006     NavigationPSet = cms.PSet(
00007         ComponentName = cms.string('SimpleNavigationSchool')
00008     ),
00009     rphiRecHits = cms.InputTag("siStripMatchedRecHits","rphiRecHit"),
00010     TTRHBuilder = cms.string('WithoutRefit')
00011 )