CMS 3D CMS Logo

PythiaCP1TuneUpSettings_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pythia8CP1TuneUpSettingsBlock = cms.PSet(
4  pythia8CP1TuneUpSettings = cms.vstring(
5  'Tune:pp 14',
6  'Tune:ee 7',
7  'PDF:pSet=17',
8  'MultipartonInteractions:bProfile=2',
9  'MultipartonInteractions:ecmPow=0.154',
10  'MultipartonInteractions:pT0Ref=2.3',
11  'MultipartonInteractions:coreRadius=0.5832',
12  'MultipartonInteractions:coreFraction=0.5064',
13  'ColourReconnection:range=8.305',
14  'SigmaTotal:zeroAXB=off',
15  'SpaceShower:rapidityOrder=off',
16  )
17 )