Skip to content

Commit

Permalink
Make the new and old UE tunes available
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Stober committed Nov 12, 2009
1 parent 57a0bb5 commit e1bbd6f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions GeneratorInterface/ThePEGInterface/python/herwigDefaults_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

cmsDefaults = cms.vstring(
'+pdfMRST2001',
'+ueLO',
'+basicSetup',
'+cm14TeV',
'+setParticlesStableForDetector',
Expand Down Expand Up @@ -65,6 +66,21 @@
'set /Herwig/Shower/Evolver:IntrinsicPtGaussian 2.2*GeV',
),

ueLO = cms.vstring(
'cd /Herwig/UnderlyingEvent',
'set KtCut:MinKT 4.0',
'set UECuts:MHatMin 8.0',
'set MPIHandler:InvRadius 1.5',
'cd /'
),
ueLOs = cms.vstring(
'cd /Herwig/UnderlyingEvent',
'set KtCut:MinKT 4.3',
'set UECuts:MHatMin 8.6',
'set MPIHandler:InvRadius 1.2',
'cd /'
),

reweightConstant = cms.vstring(
'mkdir /Herwig/Weights',
'cd /Herwig/Weights',
Expand Down

0 comments on commit e1bbd6f

Please sign in to comment.