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 inclusiveSecondaryVertexFinderFilteredTagInfos = secondaryVertexTagInfos.clone(
0006 # filtered IVF as used in some analyses
0007     extSVCollection  = 'bToCharmDecayVertexMerged',
0008     extSVDeltaRToJet = 0.4,
0009     useExternalSV    = True,
0010     vertexCuts = dict(fracPV = 0.79, ## 4 out of 5 is discarded
0011                       distSig2dMin = 2.0)
0012 )