1
2
3
4
5
6
7
|
import FWCore.ParameterSet.Config as cms
hltDeepInclusiveMergedVerticesPF = cms.EDProducer("CandidateVertexMerger",
maxFraction = cms.double(0.2),
minSignificance = cms.double(10.0),
secondaryVertices = cms.InputTag("hltDeepTrackVertexArbitratorPF")
)
|