CMS 3D CMS Logo

HerwigppReshuffle_RestRecursive_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Reshuffling using RestRecursive option
4 # As 3 but recursive treated the currently most-off shell, only makes a difference if more than 3 partons.
5 
6 herwigppReshuffleSettingsBlock = cms.PSet(
7 
8  hwpp_reshuffle_RestRecursive = cms.vstring(
9  'set /Herwig/Shower/KinematicsReconstructor:FinalStateReconOption RestRecursive',
10  ),
11 )
12