Skip to content

Commit

Permalink
Merge pull request #4961 from pgunnell/CMSSW_7_1_X
Browse files Browse the repository at this point in the history
Pythia8CUEP8M1Settings_cfi.py (72x)
  • Loading branch information
ktf committed Aug 16, 2014
2 parents 928cf6e + 82416d8 commit af0b450
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Configuration/Generator/python/Pythia8CUEP8M1Settings_cfi.py
@@ -0,0 +1,11 @@
import FWCore.ParameterSet.Config as cms

pythia8CUEP8M1SettingsBlock = cms.PSet(
pythia8CUEP8M1Settings = cms.vstring(
'Tune:pp 14',
'Tune:ee 7',
'MultipleInteractions:pT0Ref=2.4024',
'MultipleInteractions:ecmPow=2.5208',
'MultipleInteractions:expPow=1.6',
)
)

0 comments on commit af0b450

Please sign in to comment.