CMS 3D CMS Logo

HerwigppUE_V23_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # UE Tune from Herwig++ 2.3 (MRST2001)
4 
5 herwigppUESettingsBlock = cms.PSet(
6 
7  hwpp_ue_V23 = cms.vstring(
8  'set /Herwig/UnderlyingEvent/KtCut:MinKT 4.0',
9  'set /Herwig/UnderlyingEvent/UECuts:MHatMin 8.0',
10  'set /Herwig/UnderlyingEvent/MPIHandler:InvRadius 1.5',
11  ),
12 )