test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HerwigppReshuffle_MostOffShell_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Reshuffling using MostOffShell option
4 # All particles put on the new-mass shell and then the most off-shell and recoiling system are rescaled to ensure 4-momentum is conserved.
5 
6 herwigppReshuffleSettingsBlock = cms.PSet(
7 
8  hwpp_reshuffle_MostOffShell = cms.vstring(
9  'set /Herwig/Shower/KinematicsReconstructor:FinalStateReconOption MostOffShell',
10  ),
11 )
12