CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HerwigppUE_CUETHppS1_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Tune from CMS for the CTEQ6L1 PDF
4 # CUETHppS1
5 # Values provided by Paolo Gunnellini
6 
7 herwigppUESettingsBlock = cms.PSet(
8 
9  hwpp_ue_CUETHppS1EnergyExtrapol = cms.vstring(
10  'set /Herwig/UnderlyingEvent/MPIHandler:EnergyExtrapolation Power',
11  'set /Herwig/UnderlyingEvent/MPIHandler:ReferenceScale 7000.*GeV',
12  'set /Herwig/UnderlyingEvent/MPIHandler:Power 0.371',
13  'set /Herwig/UnderlyingEvent/MPIHandler:pTmin0 3.91*GeV',
14  ),
15 
16  hwpp_ue_CUETHppS1 = cms.vstring(
17  '+hwpp_ue_CUETHppS1EnergyExtrapol',
18  # Colour reconnection settings
19  'set /Herwig/Hadronization/ColourReconnector:ColourReconnection Yes',
20  'set /Herwig/Hadronization/ColourReconnector:ReconnectionProbability 0.528',
21  # Colour Disrupt settings
22  'set /Herwig/Partons/RemnantDecayer:colourDisrupt 0.628',
23  # inverse hadron radius
24  'set /Herwig/UnderlyingEvent/MPIHandler:InvRadius 2.255',
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 )