CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
candidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
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')
21 )
22