CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoTracker/TrackProducer/python/MomentumConstraintProducer_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 MyMomConstraint = cms.EDProducer("MomentumConstraintProducer",
00004                                               src                = cms.InputTag("ALCARECOTkAlCosmicsCTF0T"),
00005                                               fixedMomentum      = cms.double(1.0),
00006                                               fixedMomentumError = cms.double(0.005)
00007                                               )