CMS 3D CMS Logo

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