CMS 3D CMS Logo

Herwig7LHEMG5aMCatNLOSettings_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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'
11  )
12 )