1 = cms.ESProducer(
"CandidateCombinedSecondaryVertexSoftLeptonESProducer",
2 combinedSecondaryVertexCommon,
3 useCategories = cms.bool(
True),
4 calibrationRecords = cms.vstring(
5 'CombinedSVRecoVertexNoSoftLepton',
6 'CombinedSVPseudoVertexNoSoftLepton',
7 'CombinedSVNoVertexNoSoftLepton',
8 'CombinedSVRecoVertexSoftMuon',
9 'CombinedSVPseudoVertexSoftMuon',
10 'CombinedSVNoVertexSoftMuon',
11 'CombinedSVRecoVertexSoftElectron',
12 'CombinedSVPseudoVertexSoftElectron',
13 'CombinedSVNoVertexSoftElectron'),
14 recordLabel = cms.string(
''),
15 categoryVariableName = cms.string(
'vertexLeptonCategory')