CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoBTag/SecondaryVertex/python/combinedSecondaryVertexES_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoBTag.SecondaryVertex.combinedSecondaryVertexCommon_cfi import *
00004 
00005 combinedSecondaryVertex = cms.ESProducer("CombinedSecondaryVertexESProducer",
00006         combinedSecondaryVertexCommon,
00007         useCategories = cms.bool(True),
00008         calibrationRecords = cms.vstring(
00009                 'CombinedSVRecoVertex', 
00010                 'CombinedSVPseudoVertex', 
00011                 'CombinedSVNoVertex'),
00012         categoryVariableName = cms.string('vertexCategory')
00013 )
00014 
00015 combinedSecondaryVertexV1 = cms.ESProducer("CombinedSecondaryVertexESProducer",
00016         combinedSecondaryVertexCommon,
00017         useCategories = cms.bool(True),
00018         calibrationRecords = cms.vstring(
00019                 'CombinedSVRetrainRecoVertex', 
00020                 'CombinedSVRetrainPseudoVertex', 
00021                 'CombinedSVRetrainNoVertex'),
00022         categoryVariableName = cms.string('vertexCategory')
00023 )