Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 PixelTripletLargeTipGenerator = cms.PSet(
00005 maxElement = cms.uint32(100000),
00006 useBending = cms.bool(True),
00007 useFixedPreFiltering = cms.bool(False),
00008 ComponentName = cms.string('PixelTripletLargeTipGenerator'),
00009 extraHitRPhitolerance = cms.double(0.032),
00010 useMultScattering = cms.bool(True),
00011 phiPreFiltering = cms.double(0.3),
00012
00013
00014
00015 extraHitRZtolerance = cms.double(0.037)
00016 )
00017