1 import FWCore.ParameterSet.Config
as cms
3 herwig7LHEMG5aMCatNLOSettingsBlock = cms.PSet(
4 hw_lhe_MG5aMCatNLO_settings = cms.vstring(
5 'set /Herwig/Shower/KinematicsReconstructor:InitialInitialBoostOption LongTransBoost',
6 'set /Herwig/Shower/KinematicsReconstructor:ReconstructionOption General',
7 'set /Herwig/Shower/KinematicsReconstructor:FinalStateReconOption Default',
8 'set /Herwig/Shower/KinematicsReconstructor:InitialStateReconOption Rapidity',
9 'set /Herwig/Shower/ShowerHandler:SpinCorrelations Yes',
10 'set /Herwig/Particles/t:NominalMass 172.5'