CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Pythia8CUEP8M1Settings_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pythia8CUEP8M1SettingsBlock = cms.PSet(
4  pythia8CUEP8M1Settings = cms.vstring(
5  'Tune:pp 14',
6  'Tune:ee 7',
7  'MultipartonInteractions:pT0Ref=2.4024',
8  'MultipartonInteractions:ecmPow=0.25208',
9  'MultipartonInteractions:expPow=1.6',
10  )
11 )