test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HerwigppUE_CUETHS1_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # CMS CUETHS1 tune based on
4 # UE-EE-5-CTEQ6L1, see
5 # https://herwig.hepforge.org/trac/wiki/MB_UE_tunes
6 
7 herwigppUESettingsBlock = cms.PSet(
8 
9  hwpp_ue_CUETHS1EnergyExtrapol = cms.vstring(
10  'set /Herwig/UnderlyingEvent/MPIHandler:EnergyExtrapolation Power',
11  'set /Herwig/UnderlyingEvent/MPIHandler:ReferenceScale 7000.GeV',
12  'set /Herwig/UnderlyingEvent/MPIHandler:Power 3.705288e-01',
13  'set /Herwig/UnderlyingEvent/MPIHandler:pTmin0 3.91GeV',
14  ),
15 
16  hwpp_ue_CUETHS1 = cms.vstring(
17  '+hwpp_ue_CUETHS1EnergyExtrapol',
18  # Colour reconnection settings
19  'set /Herwig/Hadronization/ColourReconnector:ColourReconnection Yes',
20  'set /Herwig/Hadronization/ColourReconnector:ReconnectionProbability 5.278926e-01',
21  # Colour Disrupt settings
22  'set /Herwig/Partons/RemnantDecayer:colourDisrupt 6.284222e-01',
23  # inverse hadron radius
24  'set /Herwig/UnderlyingEvent/MPIHandler:InvRadius 2.254998e+00',
25  # MPI model settings
26  'set /Herwig/UnderlyingEvent/MPIHandler:softInt Yes',
27  'set /Herwig/UnderlyingEvent/MPIHandler:twoComp Yes',
28  'set /Herwig/UnderlyingEvent/MPIHandler:DLmode 2',
29  ),
30 )