Skip to content

Commit

Permalink
Merge pull request #7 from mharrend/patch-6
Browse files Browse the repository at this point in the history
Herwig++: Create config for CMS tune CUETHppS1
  • Loading branch information
Marco A. Harrendorf committed Dec 2, 2015
2 parents 6b43ba1 + e034398 commit 1e6f60d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Configuration/Generator/python/HerwigppUE_CUETHppS1_cfi.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
import FWCore.ParameterSet.Config as cms

# Tune from CMS for the CTEQ6L1 PDF
# CUETHppS1
# Values provided by Paolo Gunnellini

herwigppUESettingsBlock = cms.PSet(

hwpp_ue_CUETHppS1EnergyExtrapol = cms.vstring(
'set /Herwig/UnderlyingEvent/MPIHandler:EnergyExtrapolation Power',
'set /Herwig/UnderlyingEvent/MPIHandler:ReferenceScale 7000.*GeV',
'set /Herwig/UnderlyingEvent/MPIHandler:Power 0.371',
'set /Herwig/UnderlyingEvent/MPIHandler:pTmin0 3.91*GeV',
),

hwpp_ue_CUETHppS1 = cms.vstring(
'+hwpp_ue_CUETHppS1EnergyExtrapol',
# Colour reconnection settings
'set /Herwig/Hadronization/ColourReconnector:ColourReconnection Yes',
'set /Herwig/Hadronization/ColourReconnector:ReconnectionProbability 0.528',
# Colour Disrupt settings
'set /Herwig/Partons/RemnantDecayer:colourDisrupt 0.628',
# inverse hadron radius
'set /Herwig/UnderlyingEvent/MPIHandler:InvRadius 2.255',
# MPI model settings
'set /Herwig/UnderlyingEvent/MPIHandler:softInt Yes',
'set /Herwig/UnderlyingEvent/MPIHandler:twoComp Yes',
'set /Herwig/UnderlyingEvent/MPIHandler:DLmode 2',
),
)

0 comments on commit 1e6f60d

Please sign in to comment.