CMS 3D CMS Logo

PythiaCP5CR2TuneSettings_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pythia8CP5CR2TuneSettingsBlock = cms.PSet(
4  pythia8CP5CR2TuneSettings = cms.vstring(
5  'Tune:pp 14',
6  'Tune:ee 7',
7  'MultipartonInteractions:bProfile=2',
8  'MultipartonInteractions:pT0Ref=1.454',
9  'MultipartonInteractions:ecmPow=0.0555',
10  'MultipartonInteractions:coreFraction=0.4392',
11  'MultipartonInteractions:coreRadius=0.6532',
12  'ColourReconnection:mode=2',
13  'ColourReconnection:m2Lambda=4.395',
14  'ColourReconnection:fracGluon=0.9896',
15  'SigmaTotal:zeroAXB=off',
16  'SpaceShower:alphaSorder=2',
17  'SpaceShower:alphaSvalue=0.118',
18  'SigmaProcess:alphaSvalue=0.118',
19  'SigmaProcess:alphaSorder=2',
20  'MultipartonInteractions:alphaSvalue=0.118',
21  'MultipartonInteractions:alphaSorder=2',
22  'TimeShower:alphaSorder=2',
23  'TimeShower:alphaSvalue=0.118',
24  'SigmaTotal:mode = 0',
25  'SigmaTotal:sigmaEl = 21.89',
26  'SigmaTotal:sigmaTot = 100.309',
27  'PDF:pSet=LHAPDF6:NNPDF31_nnlo_as_0118',
28  )
29 )