CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 candidateBoostedDoubleSecondaryVertexAK8Computer = cms.ESProducer("CandidateBoostedDoubleSecondaryVertexESProducer",
6  trackSelectionBlock,
7  beta = cms.double(1.0),
8  R0 = cms.double(0.8),
9  maxSVDeltaRToJet = cms.double(0.7),
10  useCondDB = cms.bool(False),
11  weightFile = cms.FileInPath('RecoBTag/SecondaryVertex/data/BoostedDoubleSV_AK8_BDT_v2.weights.xml.gz'),
12  useGBRForest = cms.bool(True),
13  useAdaBoost = cms.bool(False),
14  trackPairV0Filter = cms.PSet(k0sMassWindow = cms.double(0.03))
15 )
16 
17 candidateBoostedDoubleSecondaryVertexAK8Computer.trackSelection.jetDeltaRMax = cms.double(0.8)