CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
candidateCombinedSecondaryVertexV2Computer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 candidateCombinedSecondaryVertexV2Computer = cms.ESProducer("CandidateCombinedSecondaryVertexESProducer",
6  combinedSecondaryVertexCommon,
7  useCategories = cms.bool(True),
8  calibrationRecords = cms.vstring(
9  'CombinedSVIVFV2RecoVertex',
10  'CombinedSVIVFV2PseudoVertex',
11  'CombinedSVIVFV2NoVertex'),
12  recordLabel = cms.string(''),
13  categoryVariableName = cms.string('vertexCategory')
14 )