CMS 3D CMS Logo

PythiaCP4TuneUpSettings_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pythia8CP4TuneUpSettingsBlock = cms.PSet(
4  pythia8CP4TuneUpSettings = cms.vstring(
5  'Tune:pp 14',
6  'Tune:ee 7',
7  'MultipartonInteractions:bProfile=2',
8  'MultipartonInteractions:pT0Ref=1.482',
9  'MultipartonInteractions:ecmPow=0.02012',
10  'MultipartonInteractions:coreFraction=0.3598',
11  'MultipartonInteractions:coreRadius=0.5752',
12  'ColourReconnection:range=7.93',
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  'SpaceShower:rapidityOrder=off',
23  'SigmaTotal:mode = 0',
24  'SigmaTotal:sigmaEl = 21.89',
25  'SigmaTotal:sigmaTot = 100.309',
26  'PDF:pSet=LHAPDF6:NNPDF31_nnlo_as_0118',
27  )
28 )
29