CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelTripletHLTGenerator_cfi.py
Go to the documentation of this file.
2 
3 # moving to the block. Will delete the PSet once transition is done
4 PixelTripletHLTGenerator = cms.PSet(
5  maxElement = cms.uint32(100000),
6  useBending = cms.bool(True),
7  useFixedPreFiltering = cms.bool(False),
8  ComponentName = cms.string('PixelTripletHLTGenerator'),
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  SeedComparitorPSet = cms.PSet(
17  ComponentName = cms.string('none')
18  )
19 )
20 
21 PixelTripletHLTGeneratorWithFilter = cms.PSet(
22  maxElement = cms.uint32(100000),
23  useBending = cms.bool(True),
24  useFixedPreFiltering = cms.bool(False),
25  ComponentName = cms.string('PixelTripletHLTGenerator'),
26  extraHitRPhitolerance = cms.double(0.032),
27  useMultScattering = cms.bool(True),
28  phiPreFiltering = cms.double(0.3), ## can be removed if !useFixedPreFiltering
29 
30  #double extraHitRZtolerance = 0.207 # ok for strips
31  #double extraHitRPhitolerance = 0.102 # ok for strips
32  extraHitRZtolerance = cms.double(0.037),
33  SeedComparitorPSet = cms.PSet(
34  ComponentName = cms.string('LowPtClusterShapeSeedComparitor')
35  )
36 )
37