CMS 3D CMS Logo

HerwigppEnergy_10TeV_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Center-of-mass energy 10 TeV
4 
5 herwigppEnergySettingsBlock = cms.PSet(
6 
7  hwpp_cm_10TeV = cms.vstring(
8  'set /Herwig/Generators/LHCGenerator:EventHandler:LuminosityFunction:Energy 10000.0',
9  'set /Herwig/Shower/Evolver:IntrinsicPtGaussian 2.1*GeV',
10  ),
11 )
12