CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SeedFromConsecutiveHitsStraightLineCreator_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 SeedFromConsecutiveHitsStraightLineCreator = cms.PSet(
3  ComponentName = cms.string('SeedFromConsecutiveHitsStraightLineCreator'),
4  propagator = cms.string('PropagatorWithMaterial'),
5 # propagator = cms.string('PropagatorWithMaterialParabolicMf'),
6  OriginTransverseErrorMultiplier = cms.double(1.0),
7  MinOneOverPtError = cms.double(1.0)
8 )