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  'PDF:pSet=20',
8  'MultipartonInteractions:alphaSvalue=0.118',
9  'MultipartonInteractions:alphaSorder=2',
10  'MultipartonInteractions:bProfile=2',
11  'MultipartonInteractions:pT0Ref=1.375',
12  'MultipartonInteractions:ecmPow=0.03283',
13  'MultipartonInteractions:coreFraction=0.4446',
14  'MultipartonInteractions:coreRadius=0.6046',
15  'ColourReconnection:mode=1',
16  'BeamRemnants:remnantMode=1',
17  'ColourReconnection:junctionCorrection=0.238',
18  'ColourReconnection:timeDilationPar=8.58',
19  'ColourReconnection:m0=1.721',
20  'StringZ:aLund=0.38',
21  'StringZ:bLund=0.64',
22  'StringFlav:probQQtoQ=0.078',
23  'StringFlav:probStoUD=0.2',
24  'SpaceShower:alphaSorder=2',
25  'SpaceShower:alphaSvalue=0.118',
26  'SigmaProcess:alphaSvalue=0.118',
27  'SigmaProcess:alphaSorder=2',
28  'TimeShower:alphaSorder=2',
29  'TimeShower:alphaSvalue=0.118',
30  'SigmaTotal:zeroAXB=off',
31  )
32 )