Main Page
Namespaces
Classes
Package Documentation
SimTracker
TrackHistory
python
VertexClassifier_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
SimGeneral.HepPDTESSource.pythiapdt_cfi
import
*
4
5
from
SimTracker.TrackHistory.VertexHistory_cff
import
*
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
)
VertexHistory_cff
pythiapdt_cfi
Generated for CMSSW Reference Manual by
1.8.11