CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/SimTracker/TrackHistory/python/VertexClassifier_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from SimGeneral.HepPDTESSource.pythiapdt_cfi import *
00004 
00005 from SimTracker.TrackHistory.VertexHistory_cff import *
00006 
00007 vertexClassifier = cms.PSet(
00008     vertexHistory,
00009     hepMC = cms.untracked.InputTag("generator"),
00010     longLivedDecayLength = cms.untracked.double(1e-14),
00011     vertexClusteringDistance = cms.untracked.double(0.003)
00012 )