CMS 3D CMS Logo

HerwigUESettings_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 herwigUESettingsBlock = cms.PSet(
4  herwigUESettings = cms.vstring(
5  'MODPDF(1) = 10041 ! PDF set according to LHAGLUE',
6  'MODPDF(2) = 10041 ! CTEQ6L',
7  'JMUEO = 1 ! multiparton interaction model',
8  'PTJIM = 4.449 ! 2.8x(sqrt(s)/1.8TeV)^0.27 @ 10 TeV',
9  'JMRAD(73) = 1.8 ! inverse proton radius squared',
10  'PRSOF = 0.0 ! prob. of a soft underlying event',
11  'MAXER = 1000000 ! max error')
12 )