CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
WplusToENu_8TeV_mcatnlo_cff.py
Go to the documentation of this file.
2 
3 generator = cms.EDFilter("Herwig6HadronizerFilter",
4  comEnergy = cms.double(8000.0),
5  crossSection = cms.untracked.double(5604.),
6  doMPInteraction = cms.bool(True),
7  emulatePythiaStatusCodes = cms.untracked.bool(True),
8  filterEfficiency = cms.untracked.double(1.0),
9  herwigHepMCVerbosity = cms.untracked.bool(False),
10  herwigVerbosity = cms.untracked.int32(0),
11  lhapdfSetPath = cms.untracked.string(''),
12  maxEventsToPrint = cms.untracked.int32(0),
13  printCards = cms.untracked.bool(False),
14  useJimmy = cms.bool(True),
15 
16  HerwigParameters = cms.PSet(
17  herwigUEsettings = cms.vstring(
18  'JMUEO = 1 ! multiparton interaction model',
19  'PTJIM = 4.449 ! 2.8x(sqrt(s)/1.8TeV)^0.27 @ 10 TeV',
20  'JMRAD(73) = 1.8 ! inverse proton radius squared',
21  'PRSOF = 0.0 ! prob. of a soft underlying event',
22  'MAXER = 1000000 ! max error'
23  ),
24  herwigMcatnlo = cms.vstring(
25  'PTMIN = 0.5 ! minimum pt in hadronic jet'
26  ),
27  parameterSets = cms.vstring('herwigUEsettings',
28  'herwigMcatnlo')
29  )
30 )