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 import RecoPixelVertexing.PixelLowPtUtilities.LowPtClusterShapeSeedComparitor_cfi
22 PixelTripletHLTGeneratorWithFilter = cms.PSet(
23  maxElement = cms.uint32(100000),
24  useBending = cms.bool(True),
25  useFixedPreFiltering = cms.bool(False),
26  ComponentName = cms.string('PixelTripletHLTGenerator'),
27  extraHitRPhitolerance = cms.double(0.032),
28  useMultScattering = cms.bool(True),
29  phiPreFiltering = cms.double(0.3), ## can be removed if !useFixedPreFiltering
30 
31  #double extraHitRZtolerance = 0.207 # ok for strips
32  #double extraHitRPhitolerance = 0.102 # ok for strips
33  extraHitRZtolerance = cms.double(0.037),
34  SeedComparitorPSet = RecoPixelVertexing.PixelLowPtUtilities.LowPtClusterShapeSeedComparitor_cfi.LowPtClusterShapeSeedComparitor
35 )
36