1 import FWCore.ParameterSet.Config
as cms
3 hltPhase2L3MuonInitialStepSeeds = cms.EDProducer(
"SeedGeneratorFromProtoTracksEDProducer",
4 InputCollection = cms.InputTag(
"hltPhase2L3MuonPixelTracks"),
5 InputVertexCollection = cms.InputTag(
""),
6 SeedCreatorPSet = cms.PSet(
7 refToPSet_ = cms.string(
'hltPhase2L3MuonSeedFromProtoTracks')
9 TTRHBuilder = cms.string(
'WithTrackAngle'),
10 originHalfLength = cms.double(0.3),
11 originRadius = cms.double(0.1),
12 useEventsWithNoVertex = cms.bool(
True),
13 usePV = cms.bool(
True),
14 useProtoTrackKinematics = cms.bool(
False)