CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PythiaCP3Settings_cfi.py
Go to the documentation of this file.
2 
3 pythia8CP3SettingsBlock = cms.PSet(
4  pythia8CP3Settings = cms.vstring(
5  'Tune:pp 14',
6  'Tune:ee 7',
7  'MultipartonInteractions:ecmPow=0.02266',
8  'PDF:pSet=19',
9  'MultipartonInteractions:bProfile=2',
10  'MultipartonInteractions:pT0Ref=1.516',
11  'MultipartonInteractions:coreRadius=0.5396',
12  'MultipartonInteractions:coreFraction=0.3869',
13  'ColourReconnection:range=4.727',
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  'SpaceShower:rapidityOrder=off',
24  )
25 )
26