cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
pythia6Tunes_cff.py
Go to the documentation of this file.
6
7
8pythia6noUESettings = (
9 'MSTU(21)=1 ! Check on possible errors during program execution',
10 'MSTJ(22)=2 ! Decay those unstable particles',
11 'PARJ(71)=10 . ! for which ctau 10 mm',
12 'MSTP(33)=0 ! no K factors in hard cross sections',
13 'MSTP(2)=1 ! which order running alphaS',
14 'MSTP(81)=0 ! multiple parton interactions 1 is Pythia default'
15)
16
17pythia6CUEP6S1Settings = (
18 # shamelessly stolen from
19 # https://github.com/cms-sw/cmssw/blob/master/Configuration/Generator/python/Pythia6CUEP6S1Settings_cfi.py
20 'MSTU(21)=1 ! Check on possible errors during program execution',
21 'MSTJ(22)=2 ! Decay those unstable particles',
22 'PARJ(71)=10 . ! for which ctau 10 mm',
23 'MSTP(33)=0 ! no K factors in hard cross sections',
24 'MSTP(2)=1 ! which order running alphaS',
25 'MSTP(51)=10042 ! structure function chosen (external PDF CTEQ6L1)',
26 'MSTP(52)=2 ! work with LHAPDF',
27 'PARP(82)=1.9096 ! pt cutoff for multiparton interactions',
28 'PARP(89)=1800. ! sqrts for which PARP82 is set',
29 'PARP(90)=0.2479! Multiple interactions: rescaling power',
30 'MSTP(95)=6 ! CR (color reconnection parameters)',
31 'PARP(77)=0.6646 ! CR',
32 'PARP(78)=0.5454 ! CR',
33 'PARP(80)=0.1 ! Prob. colored parton from BBR',
34 'PARP(83)=0.8217 ! Multiple interactions: matter distribution parameter',
35 'PARP(84)=0.651 ! Multiple interactions: matter distribution parameter',
36 'PARP(62)=1.025 ! ISR cutoff',
37 'MSTP(91)=1 ! Gaussian primordial kT',
38 'PARP(93)=10.0 ! primordial kT-max',
39 'MSTP(81)=21 ! multiple parton interactions 1 is Pythia default',
40 'MSTP(82)=4 ! Defines the multi-parton model',
41 'PARJ(1) = 0.08 ! HAD diquark suppression',
42 'PARJ(2) = 0.21 ! HAD strangeness suppression',
43 'PARJ(3) = 0.94 ! HAD strange diquark suppression',
44 'PARJ(4) = 0.04 ! HAD vector diquark suppression',
45 'PARJ(11) = 0.35 ! HAD P(vector meson), u and d only',
46 'PARJ(12) = 0.35 ! HAD P(vector meson) contains ',
47 'PARJ(13) = 0.54 ! HAD P(vector meson), heavy quarks',
48 'PARJ(21) = 0.34 ! HAD fragmentation pt',
49 'PARJ(25) = 0.63 ! HAD eta0 suppression',
50 'PARJ(26) = 0.12 ! HAD eta0 suppression'
51)
52
53pythiaUEZ2starSettings = (
54 # shamelessly stolen from
55 # https://github.com/cms-sw/cmssw/blob/master/Configuration/Generator/python/PythiaUEZ2starSettings_cfi.py
56 'MSTU(21)=1 ! Check on possible errors during program execution',
57 'MSTJ(22)=2 ! Decay those unstable particles',
58 'PARJ(71)=10 . ! for which ctau 10 mm',
59 'MSTP(33)=0 ! no K factors in hard cross sections',
60 'MSTP(2)=1 ! which order running alphaS',
61 'MSTP(51)=10042 ! structure function chosen (external PDF CTEQ6L1)',
62 'MSTP(52)=2 ! work with LHAPDF',
63 'PARP(82)=1.921 ! pt cutoff for multiparton interactions',
64 'PARP(89)=1800. ! sqrts for which PARP82 is set',
65 'PARP(90)=0.227 ! Multiple interactions: rescaling power',
66 'MSTP(95)=6 ! CR (color reconnection parameters)',
67 'PARP(77)=1.016 ! CR',
68 'PARP(78)=0.538 ! CR',
69 'PARP(80)=0.1 ! Prob. colored parton from BBR',
70 'PARP(83)=0.356 ! Multiple interactions: matter distribution parameter',
71 'PARP(84)=0.651 ! Multiple interactions: matter distribution parameter',
72 'PARP(62)=1.025 ! ISR cutoff',
73 'MSTP(91)=1 ! Gaussian primordial kT',
74 'PARP(93)=10.0 ! primordial kT-max',
75 'MSTP(81)=21 ! multiple parton interactions 1 is Pythia default',
76 'MSTP(82)=4 ! Defines the multi-parton model'
77)