CMS 3D CMS Logo

hltPhase2SeedFromProtoTracks_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltPhase2SeedFromProtoTracks = cms.PSet(
4  ComponentName = cms.string('SeedFromConsecutiveHitsCreator'),
5  MinOneOverPtError = cms.double(1.0),
6  OriginTransverseErrorMultiplier = cms.double(1.0),
7  SeedMomentumForBOFF = cms.double(5.0),
8  TTRHBuilder = cms.string('WithTrackAngle'),
9  forceKinematicWithRegionDirection = cms.bool(False),
10  magneticField = cms.string(''),
11  propagator = cms.string('PropagatorWithMaterial')
12 )