CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VertexClassifier_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
6 
7 vertexClassifier = cms.PSet(
8  vertexHistory,
9  hepMC = cms.untracked.InputTag("generatorSmeared"),
10  longLivedDecayLength = cms.untracked.double(1e-14),
11  vertexClusteringDistance = cms.untracked.double(0.003)
12 )