Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 herwigUESettingsBlock = cms.PSet(
00004 herwigUESettings = cms.vstring(
00005 'MODPDF(1) = 10550 ! PDF set according to LHAGLUE',
00006 'MODPDF(2) = 10550 ! CTEQ66',
00007 'JMUEO = 1 ! multiparton interaction model',
00008 'PTJIM = 5.179 ! 3.26x(sqrt(s)/1.8TeV)^0.27 @ 10 TeV',
00009 'JMRAD(73) = 2.88 ! inverse proton radius squared',
00010 'ISPAC = 2 ! treatment of force parton branchings in backward evolution',
00011 'PRSOF = 0.0 ! prob. of a soft underlying event',
00012 'MAXER = 1000000 ! max error')
00013 )