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 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.combinedSecondaryVertexV2
Initial value:
1 = cms.ESProducer("CombinedSecondaryVertexESProducerV2",
2  combinedSecondaryVertexCommon,
3  useCategories = cms.bool(True),
4  calibrationRecords = cms.vstring(
5  'CombinedSVIVFV2RecoVertex',
6  'CombinedSVIVFV2PseudoVertex',
7  'CombinedSVIVFV2NoVertex'),
8  categoryVariableName = cms.string('vertexCategory')
9 )

Definition at line 15 of file combinedSecondaryVertexES_cfi.py.