CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
combinedSecondaryVertexSoftLeptonES_cfi.py
Go to the documentation of this file.
2 
4 
5 combinedSecondaryVertexSoftLepton = cms.ESProducer("CombinedSecondaryVertexSoftLeptonESProducer",
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  categoryVariableName = cms.string('vertexLeptonCategory')
19 )
20