src
RecoTracker
TrackProducer
python
VertexConstraintProducer_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
vertexConstraint = cms.EDProducer(
4
"VertexConstraintProducer"
,
5
srcTrk = cms.InputTag(
"AlignmentTrackSelector"
),
6
srcVtx = cms.InputTag(
"offlinePrimaryVertices"
)
7
)
Generated for CMSSW Reference Manual by
1.8.14