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  'MultipartonInteractions:bProfile=2',
9  'MultipartonInteractions:pT0Ref=2.306',
10  'MultipartonInteractions:coreRadius=0.3755',
11  'MultipartonInteractions:coreFraction=0.3269',
12  'ColourReconnection:range=2.323',
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