1 import FWCore.ParameterSet.Config
as cms
5 candidateCombinedSecondaryVertexSoftLeptonCvsLComputer = cms.ESProducer(
6 "CandidateCombinedSecondaryVertexSoftLeptonCvsLESProducer",
7 combinedSecondaryVertexCommon,
8 useCategories = cms.bool(
True),
9 calibrationRecords = cms.vstring(
10 'CombinedSVRecoVertexNoSoftLeptonCvsL',
11 'CombinedSVPseudoVertexNoSoftLeptonCvsL',
12 'CombinedSVNoVertexNoSoftLeptonCvsL',
13 'CombinedSVRecoVertexSoftMuonCvsL',
14 'CombinedSVPseudoVertexSoftMuonCvsL',
15 'CombinedSVNoVertexSoftMuonCvsL',
16 'CombinedSVRecoVertexSoftElectronCvsL',
17 'CombinedSVPseudoVertexSoftElectronCvsL',
18 'CombinedSVNoVertexSoftElectronCvsL'),
19 recordLabel = cms.string(
''),
20 categoryVariableName = cms.string(
'vertexLeptonCategory')