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 pfInclusiveSecondaryVertexFinderNegativeTagInfos = pfInclusiveSecondaryVertexFinderTagInfos.clone(
0006     extSVDeltaRToJet = -0.3,
0007     extSVCollection  = 'inclusiveCandidateNegativeSecondaryVertices',
0008     vertexCuts = dict(
0009         distVal2dMin = -2.5,
0010         distVal2dMax = -0.01,
0011         distSig2dMin = -99999.9,
0012         distSig2dMax = -2.0,
0013         maxDeltaRToJetAxis = -0.5
0014         )
0015 )