CMS 3D CMS Logo

highPtTripletStepSeeds_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 highPtTripletStepSeeds = 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  mightGet = cms.optional.untracked.vstring,
14  propagator = cms.string('PropagatorWithMaterial'),
15  seedingHitSets = cms.InputTag("highPtTripletStepHitTriplets")
16 )