CMS 3D CMS Logo

Pythia8CUETP8M1Settings_DownVariation_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pythia8CUETP8M1DownVariationSettingsBlock = cms.PSet(
4  pythia8CUETP8M1DownVariationSettings = cms.vstring(
5  'Tune:pp 14',
6  'Tune:ee 7',
7  'MultipartonInteractions:pT0Ref=2.60468e+00',
8  'MultipartonInteractions:ecmPow=2.5208e-01',
9  'MultipartonInteractions:expPow=1.515108e+00',
10  'ColourReconnection:range=4.200868e+00',
11  )
12 )