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')