Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 TrackAssociatorByPosition = cms.ESProducer("TrackAssociatorByPositionESProducer",
00004
00005
00006
00007
00008 QminCut = cms.double(120.0),
00009 MinIfNoMatch = cms.bool(False),
00010 ComponentName = cms.string('TrackAssociatorByPosition'),
00011 propagator = cms.string('SteppingHelixPropagatorAlong'),
00012
00013 positionMinimumDistance = cms.double(0.0),
00014
00015
00016
00017 method = cms.string('dist'),
00018 QCut = cms.double(10.0),
00019
00020 ConsiderAllSimHits = cms.bool(False)
00021 )
00022
00023