CMS 3D CMS Logo

PythiaCP1Settings_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pythia8CP1SettingsBlock = cms.PSet(
4  pythia8CP1Settings = cms.vstring(
5  'Tune:pp 14',
6  'Tune:ee 7',
7  'MultipartonInteractions:bProfile=2',
8  'MultipartonInteractions:ecmPow=0.1543',
9  'MultipartonInteractions:pT0Ref=2.40',
10  'MultipartonInteractions:coreRadius=0.5436',
11  'MultipartonInteractions:coreFraction=0.6836',
12  'ColourReconnection:range=2.633',
13  'SigmaTotal:zeroAXB=off',
14  'SpaceShower:rapidityOrder=off',
15  'SigmaTotal:mode = 0',
16  'SigmaTotal:sigmaEl = 21.89',
17  'SigmaTotal:sigmaTot = 100.309',
18  'PDF:pSet=LHAPDF6:NNPDF31_lo_as_0130',
19  )
20 )