CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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  'MultipartonInteractions:bProfile=2',
8  'MultipartonInteractions:ecmPow=0.1391',
9  'MultipartonInteractions:pT0Ref=2.34',
10  'MultipartonInteractions:coreRadius=0.414',
11  'MultipartonInteractions:coreFraction=0.5065',
12  'ColourReconnection:range=1.462',
13  'SigmaTotal:zeroAXB=off',
14  'SpaceShower:rapidityOrder=off',
15  'SpaceShower:alphaSvalue=0.13',
16  'TimeShower:alphaSvalue=0.13',
17  'SigmaTotal:mode = 0',
18  'SigmaTotal:sigmaEl = 21.89',
19  'SigmaTotal:sigmaTot = 100.309',
20  'PDF:pSet=LHAPDF6:NNPDF31_lo_as_0130',
21  )
22 )
23