CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HerwigppReshuffle_RestMostOffShell_cfi.py
Go to the documentation of this file.
2 
3 # Reshuffling using RestMostOffShell option
4 # The most off-shell is put on shell by rescaling it and the recoiling system, the recoiling system is then put on-shell in its rest frame.
5 
6 herwigppReshuffleSettingsBlock = cms.PSet(
7 
8  hwpp_reshuffle_RestMostOffShell = cms.vstring(
9  'set /Herwig/Shower/KinematicsReconstructor:FinalStateReconOption RestMostOffShell',
10  ),
11 )
12