3 VertexAssociatorByTracksESProducer = cms.ESProducer(
"VertexAssociatorByTracksESProducer",
5 R2SMatchedSimRatio = cms.double(0.3),
6 R2SMatchedRecoRatio = cms.double(0.0),
7 S2RMatchedSimRatio = cms.double(0.0),
8 S2RMatchedRecoRatio = cms.double(0.3),
11 trackQuality = cms.string(
"highPurity"),
14 trackingParticleSelector = cms.PSet(
15 lipTP = cms.double(30.0),
16 chargedOnlyTP = cms.bool(
True),
17 pdgIdTP = cms.vint32(),
18 signalOnlyTP = cms.bool(
True),
19 minRapidityTP = cms.double(-2.4),
20 minHitTP = cms.int32(0),
21 ptMinTP = cms.double(0.9),
22 maxRapidityTP = cms.double(2.4),
23 tipTP = cms.double(3.5)