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  'PDF:pSet=20',
8  'MultipartonInteractions:bProfile=2',
9  'MultipartonInteractions:pT0Ref=1.454',
10  'MultipartonInteractions:ecmPow=0.0555',
11  'MultipartonInteractions:coreFraction=0.4392',
12  'MultipartonInteractions:coreRadius=0.6532',
13  'ColourReconnection:mode=2',
14  'ColourReconnection:m2Lambda=4.395',
15  'ColourReconnection:fracGluon=0.9896',
16  'SigmaTotal:zeroAXB=off',
17  'SpaceShower:alphaSorder=2',
18  'SpaceShower:alphaSvalue=0.118',
19  'SigmaProcess:alphaSvalue=0.118',
20  'SigmaProcess:alphaSorder=2',
21  'MultipartonInteractions:alphaSvalue=0.118',
22  'MultipartonInteractions:alphaSorder=2',
23  'TimeShower:alphaSorder=2',
24  'TimeShower:alphaSvalue=0.118',
25  )
26 )