CMS 3D CMS Logo

hltPhase2L3MuonHighPtTripletStepSeeds_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltPhase2L3MuonHighPtTripletStepSeeds = cms.EDProducer("SeedCreatorFromRegionConsecutiveHitsEDProducer",
4  MinOneOverPtError = cms.double(1),
5  OriginTransverseErrorMultiplier = cms.double(1),
6  SeedComparitorPSet = cms.PSet(
7  ComponentName = cms.string('none')
8  ),
9  SeedMomentumForBOFF = cms.double(5),
10  TTRHBuilder = cms.string('WithTrackAngle'),
11  forceKinematicWithRegionDirection = cms.bool(False),
12  magneticField = cms.string(''),
13  propagator = cms.string('PropagatorWithMaterial'),
14  seedingHitSets = cms.InputTag("hltPhase2L3MuonHighPtTripletStepHitTriplets")
15 )