CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HerwigUECTEQ66Settings_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) = 10550 ! PDF set according to LHAGLUE',
6  'MODPDF(2) = 10550 ! CTEQ66',
7  'JMUEO = 1 ! multiparton interaction model',
8  'PTJIM = 5.179 ! 3.26x(sqrt(s)/1.8TeV)^0.27 @ 10 TeV',
9  'JMRAD(73) = 2.88 ! inverse proton radius squared',
10  'ISPAC = 2 ! treatment of force parton branchings in backward evolution',
11  'PRSOF = 0.0 ! prob. of a soft underlying event',
12  'MAXER = 1000000 ! max error')
13 )