CMS 3D CMS Logo

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 )