test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Pythia8CUEP8S1CTEQ6L1Settings_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pythia8CUEP8S1cteqSettingsBlock = cms.PSet(
4  pythia8CUEP8S1cteqSettings = cms.vstring(
5  'Tune:pp 5',
6  'Tune:ee 3',
7  'MultipartonInteractions:pT0Ref=2.1006',
8  'MultipartonInteractions:ecmPow=0.21057',
9  'MultipartonInteractions:expPow=1.6089',
10  'MultipartonInteractions:a1=0.00',
11  'ColourReconnection:range=3.31257',
12  )
13 )