CMS 3D CMS Logo

SeedsFromL1Muon_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 seedsFromL1Muon = cms.EDFilter("TSGFromL1Muon",
00004     FitterPSet = cms.PSet(
00005         ComponentName = cms.string('PixelFitterByHelixProjections'),
00006         TTRHBuilder = cms.string('PixelTTRHBuilderWithoutAngleSeedsFromL1Muon')
00007     ),
00008     OrderedHitsFactoryPSet = cms.PSet(
00009         ComponentName = cms.string('StandardHitPairGenerator'),
00010         SeedingLayers = cms.string('PixelLayerPairs')
00011     )
00012 )
00013 
00014 

Generated on Tue Jun 9 17:44:34 2009 for CMSSW by  doxygen 1.5.4