Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from RecoBTag.SecondaryVertex.combinedSecondaryVertexCommon_cfi import *
00004
00005 combinedSecondaryVertexMVA = cms.ESProducer("CombinedSecondaryVertexESProducer",
00006 combinedSecondaryVertexCommon,
00007 useCategories = cms.bool(True),
00008 calibrationRecords = cms.vstring(
00009 'CombinedSVMVARecoVertex',
00010 'CombinedSVMVAPseudoVertex',
00011 'CombinedSVMVANoVertex'),
00012 categoryVariableName = cms.string('vertexCategory')
00013 )