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', + ), +)