CMS 3D CMS Logo

HiMuL3_STA_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 muonFilter = cms.EDFilter("TestMuL1L2Filter",
00003     #CandTag = cms.InputTag("standAloneMuons"),
00004     L2CandTag = cms.InputTag("standAloneMuons"),
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 )

Generated on Tue Jun 9 17:43:37 2009 for CMSSW by  doxygen 1.5.4