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.pfInclusiveSecondaryVertexFinderTagInfos_cfi import *
0004 
0005 pfInclusiveSecondaryVertexFinderAK8TagInfos = pfInclusiveSecondaryVertexFinderTagInfos.clone(
0006     trackIPTagInfos  = "pfImpactParameterAK8TagInfos",
0007     extSVDeltaRToJet = 0.8,
0008     trackSelection = dict(jetDeltaRMax = 0.8), # plays no role since using IVF vertices
0009     vertexCuts = dict(maxDeltaRToJetAxis = 0.8)
0010 )