CMS 3D CMS Logo

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