CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
candidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 candidateCombinedSecondaryVertexSoftLeptonComputer = cms.ESProducer("CandidateCombinedSecondaryVertexSoftLeptonESProducer",
6  combinedSecondaryVertexCommon,
7  useCategories = cms.bool(True),
8  calibrationRecords = cms.vstring(
9  'CombinedSVRecoVertexNoSoftLepton',
10  'CombinedSVPseudoVertexNoSoftLepton',
11  'CombinedSVNoVertexNoSoftLepton',
12  'CombinedSVRecoVertexSoftMuon',
13  'CombinedSVPseudoVertexSoftMuon',
14  'CombinedSVNoVertexSoftMuon',
15  'CombinedSVRecoVertexSoftElectron',
16  'CombinedSVPseudoVertexSoftElectron',
17  'CombinedSVNoVertexSoftElectron'),
18  recordLabel = cms.string(''),
19  categoryVariableName = cms.string('vertexLeptonCategory')
20 )
21