CMS 3D CMS Logo

hltDeepInclusiveMergedVerticesPF_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltDeepInclusiveMergedVerticesPF = cms.EDProducer("CandidateVertexMerger",
4  maxFraction = cms.double(0.2),
5  minSignificance = cms.double(10.0),
6  secondaryVertices = cms.InputTag("hltDeepTrackVertexArbitratorPF")
7 )