|
||||
File indexing completed on 2024-04-06 12:24:24
0001 import FWCore.ParameterSet.Config as cms 0002 0003 from RecoBTag.CTagging.pfInclusiveSecondaryVertexFinderCvsLTagInfos_cfi import * 0004 0005 pfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos = pfInclusiveSecondaryVertexFinderCvsLTagInfos.clone( 0006 extSVDeltaRToJet = -0.3, 0007 vertexCuts = dict(distVal2dMin = -2.5, 0008 distVal2dMax = -0.01, 0009 distSig2dMin = -99999.9, 0010 distSig2dMax = -1.5, 0011 maxDeltaRToJetAxis = -0.5) 0012 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |