CMS 3D CMS Logo

PythiaCP5CR1TuneSettings_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pythia8CP5CR1TuneSettingsBlock = cms.PSet(
4  pythia8CP5CR1TuneSettings = cms.vstring(
5  'Tune:pp 14',
6  'Tune:ee 7',
7  'MultipartonInteractions:alphaSvalue=0.118',
8  'MultipartonInteractions:alphaSorder=2',
9  'MultipartonInteractions:bProfile=2',
10  'MultipartonInteractions:pT0Ref=1.375',
11  'MultipartonInteractions:ecmPow=0.03283',
12  'MultipartonInteractions:coreFraction=0.4446',
13  'MultipartonInteractions:coreRadius=0.6046',
14  'ColourReconnection:mode=1',
15  'BeamRemnants:remnantMode=1',
16  'ColourReconnection:junctionCorrection=0.238',
17  'ColourReconnection:timeDilationPar=8.58',
18  'ColourReconnection:m0=1.721',
19  'StringZ:aLund=0.38',
20  'StringZ:bLund=0.64',
21  'StringFlav:probQQtoQ=0.078',
22  'StringFlav:probStoUD=0.2',
23  'SpaceShower:alphaSorder=2',
24  'SpaceShower:alphaSvalue=0.118',
25  'SigmaProcess:alphaSvalue=0.118',
26  'SigmaProcess:alphaSorder=2',
27  'TimeShower:alphaSorder=2',
28  'TimeShower:alphaSvalue=0.118',
29  'SigmaTotal:zeroAXB=off',
30  'SigmaTotal:mode = 0',
31  'SigmaTotal:sigmaEl = 21.89',
32  'SigmaTotal:sigmaTot = 100.309',
33  'PDF:pSet=LHAPDF6:NNPDF31_nnlo_as_0118',
34  )
35 )