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 combinedSecondaryVertexSoftLepton.trackSelection.qualityClass = cms.string('any')
21 combinedSecondaryVertexSoftLepton.trackPseudoSelection.qualityClass = cms.string('any')
22 combinedSecondaryVertexSoftLepton.trackMultiplicityMin = cms.uint32(2)
23