CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
combinedSecondaryVertexMVAES_cfi.py
Go to the documentation of this file.
2 
4 
5 combinedSecondaryVertexMVA = cms.ESProducer("CombinedSecondaryVertexESProducer",
6  combinedSecondaryVertexCommon,
7  useCategories = cms.bool(True),
8  calibrationRecords = cms.vstring(
9  'CombinedSVMVARecoVertex',
10  'CombinedSVMVAPseudoVertex',
11  'CombinedSVMVANoVertex'),
12  categoryVariableName = cms.string('vertexCategory')
13 )