CMS 3D CMS Logo

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