CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py
Go to the documentation of this file.
2 
3 candidateBoostedDoubleSecondaryVertexCA15Computer = cms.ESProducer("CandidateBoostedDoubleSecondaryVertexESProducer",
4  beta = cms.double(1.0),
5  R0 = cms.double(1.5),
6  maxSVDeltaRToJet = cms.double(1.3),
7  weightFile = cms.FileInPath('RecoBTag/SecondaryVertex/data/BoostedDoubleSV_CA15_BDT.weights.xml.gz')
8 )