Skip to content

Commit

Permalink
Merge pull request #6 from mharrend/patch-6
Browse files Browse the repository at this point in the history
Added a new Herwig++ config for a center-of-mass energy of 5.02 TeV
  • Loading branch information
Marco A. Harrendorf committed Dec 2, 2015
2 parents 48a2656 + c2b45f4 commit 6b43ba1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Configuration/Generator/python/ HerwigppEnergy_5.02TeV_cfi.py
Original file line number Diff line number Diff line change
@@ -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',
),
)

0 comments on commit 6b43ba1

Please sign in to comment.