CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HerwigppReshuffle_Recursive_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Reshuffling using Recursive option
4 # Recursively put on shell by putting the most off-shell particle which hasn't been rescaled on-shell by rescaling the particles and the recoiling system.
5 
6 herwigppReshuffleSettingsBlock = cms.PSet(
7 
8  hwpp_reshuffle_Recursive = cms.vstring(
9  'set /Herwig/Shower/KinematicsReconstructor:FinalStateReconOption Recursive',
10  ),
11 )
12