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  'PDF:pSet=17',
8  'MultipartonInteractions:bProfile=2',
9  'MultipartonInteractions:ecmPow=0.1543',
10  'MultipartonInteractions:pT0Ref=2.40',
11  'MultipartonInteractions:coreRadius=0.5436',
12  'MultipartonInteractions:coreFraction=0.6836',
13  'ColourReconnection:range=2.633',
14  'SigmaTotal:zeroAXB=off',
15  'SpaceShower:rapidityOrder=off',
16  )
17 )