CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PythiaUEZ1Settings_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pythiaUESettingsBlock = cms.PSet(
4  pythiaUESettings = cms.vstring(
5  'MSTU(21)=1 ! Check on possible errors during program execution',
6  'MSTJ(22)=2 ! Decay those unstable particles',
7  'PARJ(71)=10 . ! for which ctau 10 mm',
8  'MSTP(33)=0 ! no K factors in hard cross sections',
9  'MSTP(2)=1 ! which order running alphaS',
10 
11  'MSTP(51)=7 ! structure function chosen (internal PDF CTEQ5L)',
12  'MSTP(52)=1 ! work with internal PDFs',
13 
14  'PARP(82)=1.932 ! pt cutoff for multiparton interactions',
15  'PARP(89)=1800. ! sqrts for which PARP82 is set',
16  'PARP(90)=0.275 ! Multiple interactions: rescaling power',
17 
18  'MSTP(95)=6 ! CR (color reconnection parameters)',
19  'PARP(77)=1.016 ! CR',
20  'PARP(78)=0.538 ! CR',
21 
22  'PARP(80)=0.1 ! Prob. colored parton from BBR',
23 
24  'PARP(83)=0.356 ! Multiple interactions: matter distribution parameter',
25  'PARP(84)=0.651 ! Multiple interactions: matter distribution parameter',
26 
27  'PARP(62)=1.025 ! ISR cutoff',
28 
29  'MSTP(91)=1 ! Gaussian primordial kT',
30  'PARP(93)=10.0 ! primordial kT-max',
31 
32  'MSTP(81)=21 ! multiple parton interactions 1 is Pythia default',
33  'MSTP(82)=4 ! Defines the multi-parton model',
34  )
35 )