Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:34

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from RecoBTag.SecondaryVertex.secondaryVertexTagInfos_cfi import *
0004 
0005 inclusiveSecondaryVertexFinderTagInfos = secondaryVertexTagInfos.clone(
0006 # use external SV collection made from IVF
0007     extSVCollection  = 'inclusiveSecondaryVertices',
0008     extSVDeltaRToJet = 0.3,
0009     useExternalSV    = True,
0010     vertexCuts       = dict(fracPV = 0.79, ## 4 out of 5 is discarded
0011                             distSig2dMin = 2.0)
0012 )