** Warning **

Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=lxr at /lxr/lib/LXR/Common.pm line 1113.

Last-Modified: Fri, 18 Sep 2025 22:20:37 GMT Content-Type: text/html; charset=utf-8 /CMSSW_16_0_X_2025-09-18-2300/Configuration/Generator/python/HerwigppUE_CUETHppS1_cfi.py
Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-09-12 09:50:56

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 )