Skip to content

Commit

Permalink
Update PythiaCP5TuneUpSettings_cfi.py
Browse files Browse the repository at this point in the history
Conflicts:
	Configuration/Generator/python/MCTunes2017/PythiaCP5TuneUpSettings_cfi.py
  • Loading branch information
efeyazgan committed Sep 18, 2018
1 parent d43ee61 commit 00e0b15
Showing 1 changed file with 24 additions and 0 deletions.
@@ -0,0 +1,24 @@
import FWCore.ParameterSet.Config as cms

pythia8CP5TuneUpSettingsBlock = cms.PSet(
pythia8CP5TuneUpSettings = cms.vstring(
'Tune:pp 14',
'Tune:ee 7',
'MultipartonInteractions:ecmPow=0.03344',
'PDF:pSet=20',
'MultipartonInteractions:bProfile=2',
'MultipartonInteractions:pT0Ref=1.407',
'MultipartonInteractions:coreRadius=0.6671',
'MultipartonInteractions:coreFraction=0.4281',
'ColourReconnection:range=4.881',
'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 00e0b15

Please sign in to comment.