Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 PixelTripletHLTGenerator = cms.PSet(
00005 maxElement = cms.uint32(100000),
00006 useBending = cms.bool(True),
00007 useFixedPreFiltering = cms.bool(False),
00008 ComponentName = cms.string('PixelTripletHLTGenerator'),
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 SeedComparitorPSet = cms.PSet(
00017 ComponentName = cms.string('none')
00018 )
00019 )
00020