CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HerwigppEnergy_8TeV_cfi.py
Go to the documentation of this file.
2 
3 # Center-of-mass energy 8 TeV
4 
5 herwigppEnergySettingsBlock = cms.PSet(
6 
7  hwpp_cm_8TeV = cms.vstring(
8  'set /Herwig/Generators/LHCGenerator:EventHandler:LuminosityFunction:Energy 8000.0',
9  'set /Herwig/Shower/Evolver:IntrinsicPtGaussian 2.0*GeV',
10  ),
11 )
12