CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Herwig7LHEPowhegSettings_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Settings from $HERWIGPATH/LHE-POWHEG.in, should be used together with the Herwig7LHECommonSettings
4 
5 herwig7LHEPowhegSettingsBlock = cms.PSet(
6  hw_lhe_powheg_settings = cms.vstring(
7  'set /Herwig/Shower/ShowerHandler:MaxPtIsMuF Yes',
8  'set /Herwig/Shower/ShowerHandler:RestrictPhasespace Yes',
9  'set /Herwig/Shower/PartnerFinder:PartnerMethod Random',
10  'set /Herwig/Shower/PartnerFinder:ScaleChoice Partner',
11  'set /Herwig/Particles/t:NominalMass 172.5'
12  )
13 )