From c2b45f4cfd0bc69141e2e1a34bc92eae7c9b9d44 Mon Sep 17 00:00:00 2001 From: "Marco A. Harrendorf" Date: Wed, 2 Dec 2015 13:33:57 +0100 Subject: [PATCH] Added a new Herwig++ config for a center-of-mass energy of 5.02 TeV --- .../Generator/python/ HerwigppEnergy_5.02TeV_cfi.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Configuration/Generator/python/ HerwigppEnergy_5.02TeV_cfi.py diff --git a/Configuration/Generator/python/ HerwigppEnergy_5.02TeV_cfi.py b/Configuration/Generator/python/ HerwigppEnergy_5.02TeV_cfi.py new file mode 100644 index 0000000000000..a7c95c7798684 --- /dev/null +++ b/Configuration/Generator/python/ HerwigppEnergy_5.02TeV_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +# Center-of-mass energy 5.02 TeV + +herwigppEnergySettingsBlock = cms.PSet( + + hwpp_cm_5.02TeV = cms.vstring( + 'set /Herwig/Generators/LHCGenerator:EventHandler:LuminosityFunction:Energy 5020.0', + 'set /Herwig/Shower/Evolver:IntrinsicPtGaussian 2.0*GeV', + ), +)