CMS 3D CMS Logo

pyquenPythiaDefault_cff.py
Go to the documentation of this file.
1 #Default Pythia Paramters for Hydjet & Pyquen
2 
3 import FWCore.ParameterSet.Config as cms
4 
6 pyquenPythiaDefaultBlock = cms.PSet(
7  pythiaUESettingsBlock,
8  ppDefault = cms.vstring('MSEL=1 ! QCD hight pT processes',
9  'CKIN(3)=7.',# ! ptMin
10  'MSTP(81)=0'
11  ),
12  pythiaHirootDefault = cms.vstring('MSEL=0', # ! Only user defined processes,
13  'MSTU(21)=1', # ! to avoid stopping run',
14  'PARU(14)=1.', # ! tolerance parameter to adjust fragmentation',
15  'MSTP(81)=0', # ! pp multiple scattering off',
16  'PMAS(5,1)=4.8', # ! b quark mass',
17  'PMAS(6,1)=175.0', # ! t quark mass'
18  'CKIN(3)=7.',# ! ptMin
19  'MSTJ(22)=2',
20  'PARJ(71)=10.', # Decays only if life time < 10mm
21  'PARP(67)=1.',
22  'PARP(82)=1.9',
23  'PARP(85)=0.33',
24  'PARP(86)=0.66',
25  'PARP(89)=1000.',
26  'PARP(91)=1.0',
27  'MSTJ(11)=3',
28  'MSTJ(22)=2'
29  ),
30 
31  ppJets = cms.vstring('MSEL=1 ! QCD hight pT processes',
32  'MSTP(122)=0' # ! no printout of Pythia initialization information hereinafter
33  ),
34  pythiaJets = cms.vstring('MSUB(11)=1', # q+q->q+q
35  'MSUB(12)=1', # q+qbar->q+qbar
36  'MSUB(13)=1', # q+qbar->g+g
37  'MSUB(28)=1', # q+g->q+g
38  'MSUB(53)=1', # g+g->q+qbar
39  'MSUB(68)=1' # g+g->g+g
40  ),
41  pythiaPromptPhotons = cms.vstring('MSUB(14)=1', # q+qbar->g+gamma
42  'MSUB(18)=1', # q+qbar->gamma+gamma
43  'MSUB(29)=1', # q+g->q+gamma
44  'MSUB(114)=1', # g+g->gamma+gamma
45  'MSUB(115)=1' # g+g->g+gamma
46  ),
47 
48  pythiaWeakBosons = cms.vstring('MSUB(1)=1',
49  'MSUB(2)=1'),
50 
51  pythiaZjets = cms.vstring('MSUB(15)=1',
52  'MSUB(30)=1'),
53 
54  pythiaCharmoniumNRQCD = cms.vstring('MSUB(421) = 1',
55  'MSUB(422) = 1',
56  'MSUB(423) = 1',
57  'MSUB(424) = 1',
58  'MSUB(425) = 1',
59  'MSUB(426) = 1',
60  'MSUB(427) = 1',
61  'MSUB(428) = 1',
62  'MSUB(429) = 1',
63  'MSUB(430) = 1',
64  'MSUB(431) = 1',
65  'MSUB(432) = 1',
66  'MSUB(433) = 1',
67  'MSUB(434) = 1',
68  'MSUB(435) = 1',
69  'MSUB(436) = 1',
70  'MSUB(437) = 1',
71  'MSUB(438) = 1',
72  'MSUB(439) = 1'
73  ),
74 
75  pythiaBottomoniumNRQCD = cms.vstring('MSUB(461) = 1',
76  'MSUB(462) = 1',
77  'MSUB(463) = 1',
78  'MSUB(464) = 1',
79  'MSUB(465) = 1',
80  'MSUB(466) = 1',
81  'MSUB(467) = 1',
82  'MSUB(468) = 1',
83  'MSUB(469) = 1',
84  'MSUB(470) = 1',
85  'MSUB(471) = 1',
86  'MSUB(472) = 1',
87  'MSUB(473) = 1',
88  'MSUB(474) = 1',
89  'MSUB(475) = 1',
90  'MSUB(476) = 1',
91  'MSUB(477) = 1',
92  'MSUB(478) = 1',
93  'MSUB(479) = 1',
94  ),
95  pythiaQuarkoniaSettings = cms.vstring('PARP(141)=1.16', # Matrix Elements
96  'PARP(142)=0.0119',
97  'PARP(143)=0.01',
98  'PARP(144)=0.01',
99  'PARP(145)=0.05',
100  'PARP(146)=9.28',
101  'PARP(147)=0.15',
102  'PARP(148)=0.02',
103  'PARP(149)=0.02',
104  'PARP(150)=0.085',
105  # Meson spin
106  'PARJ(13)=0.60',
107  'PARJ(14)=0.162',
108  'PARJ(15)=0.018',
109  'PARJ(16)=0.054',
110  # Polarization
111  'MSTP(145)=0',
112  'MSTP(146)=0',
113  'MSTP(147)=0',
114  'MSTP(148)=1',
115  'MSTP(149)=1',
116  # Chi_c branching ratios
117  'BRAT(861)=0.202',
118  'BRAT(862)=0.798',
119  'BRAT(1501)=0.013',
120  'BRAT(1502)=0.987',
121  'BRAT(1555)=0.356',
122  'BRAT(1556)=0.644'
123  ),
124  pythiaZtoMuons = cms.vstring("MDME(174,1)=0", # !Z decay into d dbar,
125  "MDME(175,1)=0", # !Z decay into u ubar,
126  "MDME(176,1)=0", # !Z decay into s sbar,
127  "MDME(177,1)=0", # !Z decay into c cbar,
128  "MDME(178,1)=0", # !Z decay into b bbar,
129  "MDME(179,1)=0", # !Z decay into t tbar,
130  "MDME(182,1)=0", # !Z decay into e- e+,
131  "MDME(183,1)=0", # !Z decay into nu_e nu_ebar,
132  "MDME(184,1)=1", # !Z decay into mu- mu+,
133  "MDME(185,1)=0", # !Z decay into nu_mu nu_mubar,
134  "MDME(186,1)=0", # !Z decay into tau- tau+,
135  "MDME(187,1)=0" # !Z decay into nu_tau nu_taubar
136  ),
137 
138 
139  pythiaZtoElectrons = cms.vstring("MDME(174,1)=0", # !Z decay into d dbar,
140  "MDME(175,1)=0", # !Z decay into u ubar,
141  "MDME(176,1)=0", # !Z decay into s sbar,
142  "MDME(177,1)=0", # !Z decay into c cbar,
143  "MDME(178,1)=0", # !Z decay into b bbar,
144  "MDME(179,1)=0", # !Z decay into t tbar,
145  "MDME(182,1)=1", # !Z decay into e- e+,
146  "MDME(183,1)=0", # !Z decay into nu_e nu_ebar,
147  "MDME(184,1)=0", # !Z decay into mu- mu+,
148  "MDME(185,1)=0", # !Z decay into nu_mu nu_mubar,
149  "MDME(186,1)=0", # !Z decay into tau- tau+,
150  "MDME(187,1)=0" # !Z decay into nu_tau nu_taubar
151  ),
152 
153  pythiaZtoMuonsAndElectrons = cms.vstring("MDME(174,1)=0", # !Z decay into d dbar,
154  "MDME(175,1)=0", # !Z decay into u ubar,
155  "MDME(176,1)=0", # !Z decay into s sbar,
156  "MDME(177,1)=0", # !Z decay into c cbar,
157  "MDME(178,1)=0", # !Z decay into b bbar,
158  "MDME(179,1)=0", # !Z decay into t tbar,
159  "MDME(182,1)=1", # !Z decay into e- e+,
160  "MDME(183,1)=0", # !Z decay into nu_e nu_ebar,
161  "MDME(184,1)=1", # !Z decay into mu- mu+,
162  "MDME(185,1)=0", # !Z decay into nu_mu nu_mubar,
163  "MDME(186,1)=0", # !Z decay into tau- tau+,
164  "MDME(187,1)=0" # !Z decay into nu_tau nu_taubar
165  ),
166 
167  pythiaUpsilonToMuons = cms.vstring('BRAT(1034) = 0 ', # switch off',
168  'BRAT(1035) = 1 ', # switch on',
169  'BRAT(1036) = 0 ', # switch off',
170  'BRAT(1037) = 0 ', # switch off',
171  'BRAT(1038) = 0 ', # switch off',
172  'BRAT(1039) = 0 ', # switch off',
173  'BRAT(1040) = 0 ', # switch off',
174  'BRAT(1041) = 0 ', # switch off',
175  'BRAT(1042) = 0 ', # switch off',
176  'MDME(1034,1) = 0 ', # switch off',
177  'MDME(1035,1) = 1 ', # switch on',
178  'MDME(1036,1) = 0 ', # switch off',
179  'MDME(1037,1) = 0 ', # switch off',
180  'MDME(1038,1) = 0 ', # switch off',
181  'MDME(1039,1) = 0 ', # switch off',
182  'MDME(1040,1) = 0 ', # switch off',
183  'MDME(1041,1) = 0 ', # switch off',
184  'MDME(1042,1) = 0 ', # switch off'
185  ),
186 
187  pythiaJpsiToMuons = cms.vstring('BRAT(858) = 0 ', # switch off',
188  'BRAT(859) = 1 ', # switch on',
189  'BRAT(860) = 0 ', # switch off',
190  'MDME(858,1) = 0 ', # switch off',
191  'MDME(859,1) = 1 ', # switch on',
192  'MDME(860,1) = 0 ', # switch off'
193  ),
194 
195  pythiaMuonCandidates = cms.vstring(
196  'CKIN(3)=20',
197  'MSTJ(22)=2',
198  'PARJ(71)=40.'
199  ),
200  myParameters = cms.vstring(
201  )
202 
203  )