CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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  'MultipartonInteractions:bProfile=2',
9  'MultipartonInteractions:pT0Ref=1.41',
10  'MultipartonInteractions:coreRadius=0.7634',
11  'MultipartonInteractions:coreFraction=0.63',
12  'ColourReconnection:range=5.176',
13  'SigmaTotal:zeroAXB=off',
14  'SpaceShower:alphaSorder=2',
15  'SpaceShower:alphaSvalue=0.118',
16  'SigmaProcess:alphaSvalue=0.118',
17  'SigmaProcess:alphaSorder=2',
18  'MultipartonInteractions:alphaSvalue=0.118',
19  'MultipartonInteractions:alphaSorder=2',
20  'TimeShower:alphaSorder=2',
21  'TimeShower:alphaSvalue=0.118',
22  'SigmaTotal:mode = 0',
23  'SigmaTotal:sigmaEl = 21.89',
24  'SigmaTotal:sigmaTot = 100.309',
25  'PDF:pSet=LHAPDF6:NNPDF31_nnlo_as_0118',
26  )
27 )
28