CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PythiaUEProPT0Settings_cfi.py
Go to the documentation of this file.
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(2)=1 ! which order running alphaS',
9  'MSTP(33)=0 ! no K factors in hard cross sections',
10  'MSTP(51)=7 ! structure function chosen (internal PDF CTEQ5L)',
11  'MSTP(52)=1 ! work with internal PDF',
12  'PARJ(1)=0.073 ! FLAV (Tuned by Professor on LEP data)',
13  'PARJ(2)=0.2 ! FLAV (Tuned by Professor on LEP data)',
14  'PARJ(3)=0.94 ! FLAV (Tuned by Professor on LEP data)',
15  'PARJ(4)=0.032 ! FLAV (Tuned by Professor on LEP data)',
16  'PARJ(11)=0.31 ! FLAV (Tuned by Professor on LEP data)',
17  'PARJ(12)=0.4 ! FLAV (Tuned by Professor on LEP data)',
18  'PARJ(13)=0.54 ! FLAV (Tuned by Professor on LEP data)',
19  'PARJ(25)=0.63 ! FLAV (Tuned by Professor on LEP data)',
20  'PARJ(26)=0.12 ! FLAV (Tuned by Professor on LEP data)',
21  'MSTJ(11)=5 ! HAD Choice of the fragmentation function',
22  'PARJ(21)=0.313 ! HAD',
23  'PARJ(41)=0.49 ! HAD',
24  'PARJ(42)=1.2 ! HAD',
25  'PARJ(46)=1.0 ! HAD',
26  'PARJ(47)=1.0 ! HAD',
27  'PARP(64)=1.3 ! ISR',
28  'MSTP(70)=2 ! ISR',
29  'MSTP(72)=0 ! ISR',
30  'MSTJ(41)=12 ! FSR',
31  'PARJ(81)=0.257 ! FSR',
32  'PARJ(82)=0.8 ! FSR',
33  'PARP(71)=2.0 ! FSR',
34  'MSTP(81)=21 ! MPI 21 is Pythia new set of MPI models',
35  'MSTP(82)=5 ! MPI model',
36  'PARP(82)=1.85 ! MPI pt cutoff for multiparton interactions',
37  'PARP(89)=1800. ! MPI sqrts for which PARP82 is set',
38  'PARP(83)=1.8 ! MPI matter distrbn parameter',
39  'PARP(90)=0.22 ! MPI rescaling power',
40  'MSTP(95)=6 ! CR (color reconnection parameters)',
41  'PARP(78)=0.17 ! CR',
42  'MSTP(88)=0 ! BR',
43  'PARP(79)=1.18 ! BR',
44  'PARP(80)=0.01 ! BR',
45  'MSTP(91)=1 ! BR',
46  'PARP(91)=2.0 ! BR kt distribution',
47  'PARP(93)=7.0 ! BR'
48  )
49 )