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.
2 
3 candidateBoostedDoubleSecondaryVertexAK8Computer = cms.ESProducer("CandidateBoostedDoubleSecondaryVertexESProducer",
4  beta = cms.double(1.0),
5  R0 = cms.double(0.8),
6  maxSVDeltaRToJet = cms.double(0.7),
7  weightFile = cms.FileInPath('RecoBTag/SecondaryVertex/data/BoostedDoubleSV_AK8_BDT.weights.xml.gz')
8 )