CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Configuration/Generator/python/HerwigUESettings_cfi.py

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)  = 10041      ! PDF set according to LHAGLUE',
00006             'MODPDF(2)  = 10041      ! CTEQ6L',
00007             'JMUEO      = 1          ! multiparton interaction model',
00008             'PTJIM      = 4.449      ! 2.8x(sqrt(s)/1.8TeV)^0.27 @ 10 TeV',
00009             'JMRAD(73)  = 1.8        ! inverse proton radius squared',
00010             'PRSOF      = 0.0        ! prob. of a soft underlying event',
00011             'MAXER      = 1000000    ! max error')
00012 )