CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
inclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 inclusiveSecondaryVertexFinderFilteredNegativeTagInfos = inclusiveSecondaryVertexFinderFilteredTagInfos.clone()
6 inclusiveSecondaryVertexFinderFilteredNegativeTagInfos.extSVDeltaRToJet = cms.double(-0.4)
7 inclusiveSecondaryVertexFinderFilteredNegativeTagInfos.vertexCuts.distVal2dMin = -2.5
8 inclusiveSecondaryVertexFinderFilteredNegativeTagInfos.vertexCuts.distVal2dMax = -0.01
9 inclusiveSecondaryVertexFinderFilteredNegativeTagInfos.vertexCuts.distSig2dMin = -99999.9
10 inclusiveSecondaryVertexFinderFilteredNegativeTagInfos.vertexCuts.distSig2dMax = -2.0
11 inclusiveSecondaryVertexFinderFilteredNegativeTagInfos.vertexCuts.maxDeltaRToJetAxis = -0.5