Skip to content

Commit

Permalink
Merge pull request #24527 from efeyazgan/patch-4
Browse files Browse the repository at this point in the history
Create PythiaCP5TuneDownSettings_cfi.py
  • Loading branch information
cmsbuild committed Sep 18, 2018
2 parents 626e131 + e5e81e8 commit 26e31fb
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import FWCore.ParameterSet.Config as cms

pythia8CP5TuneDownSettingsBlock = cms.PSet(
pythia8CP5TuneDownSettings = cms.vstring(
'Tune:pp 14',
'Tune:ee 7',
'MultipartonInteractions:ecmPow=0.03344',
'PDF:pSet=20',
'MultipartonInteractions:bProfile=2',
'MultipartonInteractions:pT0Ref=1.46',
'MultipartonInteractions:coreRadius=0.6879',
'MultipartonInteractions:coreFraction=0.7253',
'ColourReconnection:range=4.691',
'SigmaTotal:zeroAXB=off',
'SpaceShower:alphaSorder=2',
'SpaceShower:alphaSvalue=0.118',
'SigmaProcess:alphaSvalue=0.118',
'SigmaProcess:alphaSorder=2',
'MultipartonInteractions:alphaSvalue=0.118',
'MultipartonInteractions:alphaSorder=2',
'TimeShower:alphaSorder=2',
'TimeShower:alphaSvalue=0.118',
)
)

0 comments on commit 26e31fb

Please sign in to comment.