1 import FWCore.ParameterSet.Config
as cms
3 hltIter2Phase2L3FromL1TkMuonPixelHitTriplets = cms.EDProducer(
"CAHitTripletEDProducer",
4 CAHardPtCut = cms.double(0.3),
5 CAPhiCut = cms.double(0.1),
6 CAThetaCut = cms.double(0.015),
7 SeedComparitorPSet = cms.PSet(
8 ComponentName = cms.string(
'none')
10 doublets = cms.InputTag(
"hltIter2Phase2L3FromL1TkMuonPixelHitDoublets"),
11 extraHitRPhitolerance = cms.double(0.032),
13 enabled = cms.bool(
True),
14 pt1 = cms.double(0.8),
15 pt2 = cms.double(8.0),
16 value1 = cms.double(100.0),
17 value2 = cms.double(6.0)
19 useBendingCorrection = cms.bool(
True)