CMS 3D CMS Logo

Herwig7LHEMG5aMCatNLOSettings_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Settings from $HERWIGPATH/LHE-MCatNLO.in, should be used together with the Herwig7LHECommonSettings
4 
5 herwig7LHEMG5aMCatNLOSettingsBlock = cms.PSet(
6  hw_lhe_MG5aMCatNLO_settings = cms.vstring(
7  'set /Herwig/Shower/KinematicsReconstructor:InitialInitialBoostOption LongTransBoost',
8  'set /Herwig/Shower/KinematicsReconstructor:ReconstructionOption General',
9  'set /Herwig/Shower/KinematicsReconstructor:FinalStateReconOption Default',
10  'set /Herwig/Shower/KinematicsReconstructor:InitialStateReconOption Rapidity',
11  'set /Herwig/Shower/ShowerHandler:SpinCorrelations Yes',
12  'set /Herwig/Particles/t:NominalMass 172.5'
13  )
14 )