CMS 3D CMS Logo

hltDeepInclusiveSecondaryVerticesPF_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltDeepInclusiveSecondaryVerticesPF = cms.EDProducer("CandidateVertexMerger",
4  maxFraction = cms.double(0.7),
5  minSignificance = cms.double(2),
6  secondaryVertices = cms.InputTag("hltDeepInclusiveVertexFinderPF")
7 )