CMS 3D CMS Logo

PythiaCP4TuneDownSettings_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pythia8CP4TuneDownSettingsBlock = cms.PSet(
4  pythia8CP4TuneDownSettings = cms.vstring(
5  'Tune:pp 14',
6  'Tune:ee 7',
7  'PDF:pSet=20',
8  'MultipartonInteractions:bProfile=2',
9  'MultipartonInteractions:pT0Ref=1.538',
10  'MultipartonInteractions:ecmPow=0.02012',
11  'MultipartonInteractions:coreFraction=0.3266',
12  'MultipartonInteractions:coreRadius=0.5718',
13  'ColourReconnection:range=6.881',
14  'SigmaTotal:zeroAXB=off',
15  'SpaceShower:alphaSorder=2',
16  'SpaceShower:alphaSvalue=0.118',
17  'SigmaProcess:alphaSvalue=0.118',
18  'SigmaProcess:alphaSorder=2',
19  'MultipartonInteractions:alphaSvalue=0.118',
20  'MultipartonInteractions:alphaSorder=2',
21  'TimeShower:alphaSorder=2',
22  'TimeShower:alphaSvalue=0.118',
23  'SpaceShower:rapidityOrder=off',
24  )
25 )
26