CMS 3D CMS Logo

PythiaCP5TuneDownSettings_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pythia8CP5TuneDownSettingsBlock = cms.PSet(
4  pythia8CP5TuneDownSettings = cms.vstring(
5  'Tune:pp 14',
6  'Tune:ee 7',
7  'MultipartonInteractions:ecmPow=0.03344',
8  'PDF:pSet=20',
9  'MultipartonInteractions:bProfile=2',
10  'MultipartonInteractions:pT0Ref=1.46',
11  'MultipartonInteractions:coreRadius=0.6879',
12  'MultipartonInteractions:coreFraction=0.7253',
13  'ColourReconnection:range=4.691',
14  'SigmaTotal:zeroAXB=off',
15  'SpaceShower:alphaSorder=2',
16  'SpaceShower:alphaSvalue=0.118',
17  'SigmaProcess:alphaSvalue=0.118',
18  'SigmaProcess:alphaSorder=2',
19  'MultipartonInteractions:alphaSvalue=0.118',
20  'MultipartonInteractions:alphaSorder=2',
21  'TimeShower:alphaSorder=2',
22  'TimeShower:alphaSvalue=0.118',
23  )
24 )