CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2_patch1/src/GeneratorInterface/LHEInterface/python/lheCOMWeightProducer.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 lheCOMWeightProducer = cms.EDProducer("LHECOMWeightProducer",
00004   lheSrc = cms.InputTag("source"),
00005   NewECMS = cms.double(7000)
00006 )