|
||||
File indexing completed on 2024-04-06 12:03:35
0001 import FWCore.ParameterSet.Config as cms 0002 0003 # UE Tune from Herwig++ 2.3 (MRST2001) 0004 0005 herwigppUESettingsBlock = cms.PSet( 0006 0007 hwpp_ue_V23 = cms.vstring( 0008 'set /Herwig/UnderlyingEvent/KtCut:MinKT 4.0', 0009 'set /Herwig/UnderlyingEvent/UECuts:MHatMin 8.0', 0010 'set /Herwig/UnderlyingEvent/MPIHandler:InvRadius 1.5', 0011 ), 0012 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |