1
2
3
4
5
6
7
|
import FWCore.ParameterSet.Config as cms
hltDeepInclusiveSecondaryVerticesPF = cms.EDProducer("CandidateVertexMerger",
maxFraction = cms.double(0.7),
minSignificance = cms.double(2),
secondaryVertices = cms.InputTag("hltDeepInclusiveVertexFinderPF")
)
|