CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
combinedSecondaryVertexES_cfi Namespace Reference

Variables

tuple combinedSecondaryVertex
 
tuple combinedSecondaryVertexV1
 
tuple combinedSecondaryVertexV2
 

Variable Documentation

tuple combinedSecondaryVertexES_cfi.combinedSecondaryVertex
Initial value:
1 = cms.ESProducer("CombinedSecondaryVertexESProducer",
2  combinedSecondaryVertexCommon,
3  useCategories = cms.bool(True),
4  calibrationRecords = cms.vstring(
5  'CombinedSVRecoVertex',
6  'CombinedSVPseudoVertex',
7  'CombinedSVNoVertex'),
8  categoryVariableName = cms.string('vertexCategory')
9 )

Definition at line 5 of file combinedSecondaryVertexES_cfi.py.

tuple combinedSecondaryVertexES_cfi.combinedSecondaryVertexV1
Initial value:
1 = cms.ESProducer("CombinedSecondaryVertexESProducer",
2  combinedSecondaryVertexCommon,
3  useCategories = cms.bool(True),
4  calibrationRecords = cms.vstring(
5  'CombinedSVRetrainRecoVertex',
6  'CombinedSVRetrainPseudoVertex',
7  'CombinedSVRetrainNoVertex'),
8  categoryVariableName = cms.string('vertexCategory')
9 )

Definition at line 15 of file combinedSecondaryVertexES_cfi.py.

tuple combinedSecondaryVertexES_cfi.combinedSecondaryVertexV2
Initial value:
1 = cms.ESProducer("CombinedSecondaryVertexESProducerV2",
2  combinedSecondaryVertexCommon,
3  useCategories = cms.bool(True),
4  calibrationRecords = cms.vstring(
5  'CombinedSVMVARecoVertex',
6  'CombinedSVMVAPseudoVertex',
7  'CombinedSVMVANoVertex'),
8  categoryVariableName = cms.string('vertexCategory')
9 )

Definition at line 25 of file combinedSecondaryVertexES_cfi.py.