CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
combinedSecondaryVertexES_cfi.py
Go to the documentation of this file.
2 
4 
5 combinedSecondaryVertex = cms.ESProducer("CombinedSecondaryVertexESProducer",
6  combinedSecondaryVertexCommon,
7  useCategories = cms.bool(True),
8  calibrationRecords = cms.vstring(
9  'CombinedSVRecoVertex',
10  'CombinedSVPseudoVertex',
11  'CombinedSVNoVertex'),
12  categoryVariableName = cms.string('vertexCategory')
13 )
14 
15 combinedSecondaryVertexV1 = cms.ESProducer("CombinedSecondaryVertexESProducer",
16  combinedSecondaryVertexCommon,
17  useCategories = cms.bool(True),
18  calibrationRecords = cms.vstring(
19  'CombinedSVRetrainRecoVertex',
20  'CombinedSVRetrainPseudoVertex',
21  'CombinedSVRetrainNoVertex'),
22  categoryVariableName = cms.string('vertexCategory')
23 )
24 
25 combinedSecondaryVertexV2 = cms.ESProducer("CombinedSecondaryVertexESProducerV2",
26  combinedSecondaryVertexCommon,
27  useCategories = cms.bool(True),
28  calibrationRecords = cms.vstring(
29  'CombinedSVMVARecoVertex',
30  'CombinedSVMVAPseudoVertex',
31  'CombinedSVMVANoVertex'),
32  categoryVariableName = cms.string('vertexCategory')
33 )