CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HerwigppReshuffle_Default_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Reshuffling using default option
4 # It is not necessary to use this block since it is used by default
5 # All the momenta are rescaled in the rest frame
6 
7 
8 herwigppReshuffleSettingsBlock = cms.PSet(
9 
10  hwpp_reshuffle_Default = cms.vstring(
11  'set /Herwig/Shower/KinematicsReconstructor:FinalStateReconOption Default',
12  ),
13 )
14