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