CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoPixelVertexing/PixelTriplets/python/PixelTripletHLTGenerator_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # moving to the block.  Will delete the PSet once transition is done
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), ## can be removed if !useFixedPreFiltering
00012     
00013     #double extraHitRZtolerance   = 0.207     # ok for strips
00014     #double extraHitRPhitolerance = 0.102     # ok for strips
00015     extraHitRZtolerance = cms.double(0.037),
00016     SeedComparitorPSet = cms.PSet(
00017      ComponentName = cms.string('none')
00018      )
00019 )
00020