Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:17:12

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from RecoBTag.SecondaryVertex.pfInclusiveSecondaryVertexFinderTagInfos_cfi import *
0004 
0005 pfInclusiveSecondaryVertexFinderCA15TagInfos = pfInclusiveSecondaryVertexFinderTagInfos.clone(
0006     trackIPTagInfos  = "pfImpactParameterCA15TagInfos",
0007     extSVDeltaRToJet = 1.5,
0008     trackSelection = dict(jetDeltaRMax = 1.5), # plays no role since using IVF vertices
0009     vertexCuts = dict(maxDeltaRToJetAxis = 1.5)
0010 )