Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:35

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # Tune from CMS for the CTEQ6L1 PDF
0004 # CUETHppS1
0005 # Values provided by Paolo Gunnellini
0006 
0007 herwigppUESettingsBlock = cms.PSet(
0008 
0009      hwpp_ue_CUETHppS1EnergyExtrapol =  cms.vstring(
0010         'set /Herwig/UnderlyingEvent/MPIHandler:EnergyExtrapolation Power',
0011         'set /Herwig/UnderlyingEvent/MPIHandler:ReferenceScale 7000.*GeV',
0012         'set /Herwig/UnderlyingEvent/MPIHandler:Power 0.371',
0013         'set /Herwig/UnderlyingEvent/MPIHandler:pTmin0 3.91*GeV',
0014         ),
0015 
0016      hwpp_ue_CUETHppS1 =  cms.vstring(
0017         '+hwpp_ue_CUETHppS1EnergyExtrapol',
0018         # Colour reconnection settings
0019         'set /Herwig/Hadronization/ColourReconnector:ColourReconnection Yes',
0020         'set /Herwig/Hadronization/ColourReconnector:ReconnectionProbability 0.528',
0021         # Colour Disrupt settings
0022         'set /Herwig/Partons/RemnantDecayer:colourDisrupt 0.628',
0023         # inverse hadron radius
0024         'set /Herwig/UnderlyingEvent/MPIHandler:InvRadius 2.255',
0025         # MPI model settings
0026         'set /Herwig/UnderlyingEvent/MPIHandler:softInt Yes',
0027         'set /Herwig/UnderlyingEvent/MPIHandler:twoComp Yes',
0028         'set /Herwig/UnderlyingEvent/MPIHandler:DLmode 2',
0029         ),
0030 )