File indexing completed on 2023-03-17 11:17:12
0001 import FWCore.ParameterSet.Config as cms
0002
0003 from RecoBTag.SecondaryVertex.trackSelection_cff import *
0004
0005 pfBoostedDoubleSVCA15TagInfos = cms.EDProducer("BoostedDoubleSVProducer",
0006 trackSelectionBlock,
0007 beta = cms.double(1.0),
0008 R0 = cms.double(1.5),
0009 maxSVDeltaRToJet = cms.double(1.0),
0010 trackPairV0Filter = cms.PSet(k0sMassWindow = cms.double(0.03)),
0011 svTagInfos = cms.InputTag("pfInclusiveSecondaryVertexFinderCA15TagInfos"),
0012 weights = cms.InputTag("")
0013 )
0014
0015 pfBoostedDoubleSVCA15TagInfos.trackSelection.jetDeltaRMax = cms.double(1.5)