Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 import FWCore.ParameterSet.Config as cms
00018
00019 nuclearSeed = cms.EDProducer("NuclearSeedsEDProducer",
00020 producer = cms.string('TrackRefitter'),
00021 maxHits = cms.int32(5),
00022 NavigationSchool = cms.string('SimpleNavigationSchool'),
00023
00024 MeasurementTrackerName = cms.string(''),
00025 improveSeeds = cms.bool(False),
00026 rescaleErrorFactor = cms.double(1.5),
00027 ptMin = cms.double(0.3),
00028 checkCompletedTrack = cms.bool(True)
00029 )
00030
00031