CMS 3D CMS Logo

highPtTripletStepHitTriplets_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 highPtTripletStepHitTriplets = cms.EDProducer("CAHitTripletEDProducer",
4  CAHardPtCut = cms.double(0.5),
5  CAPhiCut = cms.double(0.06),
6  CAThetaCut = cms.double(0.003),
7  SeedComparitorPSet = cms.PSet(
8  ComponentName = cms.string('LowPtClusterShapeSeedComparitor'),
9  clusterShapeCacheSrc = cms.InputTag("siPixelClusterShapeCache"),
10  clusterShapeHitFilter = cms.string('ClusterShapeHitFilter')
11  ),
12  doublets = cms.InputTag("highPtTripletStepHitDoublets"),
13  extraHitRPhitolerance = cms.double(0.032),
14  maxChi2 = cms.PSet(
15  enabled = cms.bool(True),
16  pt1 = cms.double(0.8),
17  pt2 = cms.double(8),
18  value1 = cms.double(100),
19  value2 = cms.double(6)
20  ),
21  mightGet = cms.optional.untracked.vstring,
22  useBendingCorrection = cms.bool(True)
23 )