CMS 3D CMS Logo

PythiaCP5Settings_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pythia8CP5SettingsBlock = cms.PSet(
4  pythia8CP5Settings = cms.vstring(
5  'Tune:pp 14',
6  'Tune:ee 7',
7  'MultipartonInteractions:ecmPow=0.03344',
8  'PDF:pSet=20',
9  'MultipartonInteractions:bProfile=2',
10  'MultipartonInteractions:pT0Ref=1.41',
11  'MultipartonInteractions:coreRadius=0.7634',
12  'MultipartonInteractions:coreFraction=0.63',
13  'ColourReconnection:range=5.176',
14  'SigmaTotal:zeroAXB=off',
15  'SpaceShower:alphaSorder=2',
16  'SpaceShower:alphaSvalue=0.118',
17  'SigmaProcess:alphaSvalue=0.118',
18  'SigmaProcess:alphaSorder=2',
19  'MultipartonInteractions:alphaSvalue=0.118',
20  'MultipartonInteractions:alphaSorder=2',
21  'TimeShower:alphaSorder=2',
22  'TimeShower:alphaSvalue=0.118',
23  )
24 )
25