CMS 3D CMS Logo

PythiaCP2TuneUpSettings_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pythia8CP2TuneUpSettingsBlock = cms.PSet(
4  pythia8CP2TuneUpSettings = cms.vstring(
5  'Tune:pp 14',
6  'Tune:ee 7',
7  'PDF:pSet=17',
8  'MultipartonInteractions:bProfile=2',
9  'MultipartonInteractions:ecmPow=0.1391',
10  'MultipartonInteractions:pT0Ref=2.34',
11  'MultipartonInteractions:coreRadius=0.414',
12  'MultipartonInteractions:coreFraction=0.5065',
13  'ColourReconnection:range=1.462',
14  'SigmaTotal:zeroAXB=off',
15  'SpaceShower:rapidityOrder=off',
16  'SpaceShower:alphaSvalue=0.13',
17  'TimeShower:alphaSvalue=0.13',
18  )
19 )
20