From e1bbd6f9334867911680ccd6c454ff31eb547710 Mon Sep 17 00:00:00 2001 From: Fred Stober Date: Thu, 12 Nov 2009 09:51:22 +0000 Subject: [PATCH] Make the new and old UE tunes available --- .../ThePEGInterface/python/herwigDefaults_cff.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/GeneratorInterface/ThePEGInterface/python/herwigDefaults_cff.py b/GeneratorInterface/ThePEGInterface/python/herwigDefaults_cff.py index 2781c5d9c6bbd..d04b09bf1f17f 100644 --- a/GeneratorInterface/ThePEGInterface/python/herwigDefaults_cff.py +++ b/GeneratorInterface/ThePEGInterface/python/herwigDefaults_cff.py @@ -11,6 +11,7 @@ cmsDefaults = cms.vstring( '+pdfMRST2001', + '+ueLO', '+basicSetup', '+cm14TeV', '+setParticlesStableForDetector', @@ -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',