CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfInclusiveSecondaryVertexFinderTagInfos_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 pfInclusiveSecondaryVertexFinderTagInfos = pfSecondaryVertexTagInfos.clone()
6 
7 # use external SV collection made from IVF
8 pfInclusiveSecondaryVertexFinderTagInfos.extSVCollection = cms.InputTag('inclusiveCandidateSecondaryVertices')
9 pfInclusiveSecondaryVertexFinderTagInfos.extSVDeltaRToJet = cms.double(0.3)
10 pfInclusiveSecondaryVertexFinderTagInfos.useExternalSV = cms.bool(True)
11 pfInclusiveSecondaryVertexFinderTagInfos.vertexCuts.fracPV = 0.79 ## 4 out of 5 is discarded
12 pfInclusiveSecondaryVertexFinderTagInfos.vertexCuts.distSig2dMin = 2.0
13 
14