Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009 import FWCore.ParameterSet.Config as cms
00010
00011 nuclearInteractionMaker = cms.EDProducer("NuclearInteractionEDProducer",
00012 seedsProducer = cms.string('nuclearSeed'),
00013
00014 chi2Cut = cms.double(100.0),
00015
00016
00017
00018 minDistFromPrimary = cms.double(100.0),
00019 secondaryProducer = cms.string('nuclearWithMaterialTracks'),
00020 primaryProducer = cms.string('TrackRefitter')
00021 )
00022
00023