CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoPixelVertexing/PixelTriplets/python/PixelTripletLargeTipGenerator_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 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), ## 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 )
00017