CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelTripletLargeTipGenerator_cfi.py
Go to the documentation of this file.
2 
3 # moving to the block. Will delete the PSet once transition is done
4 PixelTripletLargeTipGenerator = cms.PSet(
5  maxElement = cms.uint32(100000),
6  useBending = cms.bool(True),
7  useFixedPreFiltering = cms.bool(False),
8  ComponentName = cms.string('PixelTripletLargeTipGenerator'),
9  extraHitRPhitolerance = cms.double(0.032),
10  useMultScattering = cms.bool(True),
11  phiPreFiltering = cms.double(0.3), ## can be removed if !useFixedPreFiltering
12 
13  #double extraHitRZtolerance = 0.207 # ok for strips
14  #double extraHitRPhitolerance = 0.102 # ok for strips
15  extraHitRZtolerance = cms.double(0.037)
16 )
17