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 )