source: HiSusy/trunk/Pythia8/pythia8170/xmldoc/ElectroweakProcesses.xml @ 1

Last change on this file since 1 was 1, checked in by zerwas, 11 years ago

first import of structure, PYTHIA8 and DELPHES

File size: 9.0 KB
Line 
1<chapter name="Electroweak Processes">
2
3<h2>Electroweak Processes</h2>
4
5This page contains processes involving Prompt-photon, <ei>gamma^*/Z^0</ei> 
6and <ei>W^+-</ei> production, plus a few with <ei>t</ei>-channel boson
7exchange.
8
9<h3>Prompt photon processes</h3>
10
11This group collects the processes where one or two photons are
12produced by the hard process. Additional sources of photons
13include parton showers and hadron decays. A <ei>pT</ei> cut
14is required to stay away from the unphysical low-<ei>pT</ei> region.
15An eikonalized description, intended to be valid at all <ei>pT</ei>,
16is included as part of the multiparton-interactions framework.
17
18<flag name="PromptPhoton:all" default="off">
19Common switch for the group of all prompt photon processes,
20as listed separately in the following.
21</flag>
22
23<flag name="PromptPhoton:qg2qgamma" default="off">
24Scattering <ei>q g -> q gamma</ei>.
25Code 201.
26</flag>
27
28<flag name="PromptPhoton:qqbar2ggamma" default="off">
29Scattering <ei>q qbar -> g gamma</ei>.
30Code 202.
31</flag>
32
33<flag name="PromptPhoton:gg2ggamma" default="off">
34Scattering <ei>g g -> g gamma</ei>.
35<note>Note:</note> This is a box graph. The full quark-mass dependence
36in the loop leads to very complicated expressions. The current
37implementation is based on assuming five massless quarks (see below),
38and thus is questionable at small (<ei>pT &lt; m_b</ei>) or large
39(<ei>pT > m_t</ei>) transverse momenta.
40Code 203.
41</flag>
42
43<flag name="PromptPhoton:ffbar2gammagamma" default="off">
44Scattering <ei>q qbar -> gamma gamma</ei>.
45Code 204.
46</flag>
47
48<flag name="PromptPhoton:gg2gammagamma" default="off">
49Scattering <ei>g g -> gamma gamma</ei>.
50<note>Note:</note> This is a box graph. The full quark-mass dependence
51in the loop leads to very complicated expressions. The current
52implementation is based on assuming five massless quarks (see below),
53and thus is questionable at small (<ei>pT &lt; m_b</ei>) or large
54(<ei>pT > m_t</ei>) transverse momenta.
55Code 205.
56</flag>
57
58<modeopen name="PromptPhoton:nQuarkLoop" default="5" min="3" max="6">
59Number of quark flavours included in the box graphs resposible for
60<ei>g g -> g gamma</ei> and <ei>g g-> gamma gamma</ei> processes.
61Owing to the complexity if the massive expressions, quarks are treated
62as massless. The default value should be applicable in the range of
63transverse momenta above the <ei>b</ei> mass but below the <ei>t</ei> one.
64</modeopen>
65
66<h3>Weak boson processes</h3>
67
68Under this heading we group processes involving the production
69of a single electroweak gauge boson, i.e. a <ei>gamma^*/Z^0</ei>
70or a <ei>W^+-</ei>, or a pair of them, or one of them in
71combination with a parton. Since the three sets are partly
72conflicting, each is associated with its own group flag.
73In addition, <ei>t</ei>-channel exchange of such a boson
74between two fermions form a separate group.
75
76<p/>
77There is one flag that can be used to influence the <ei>gamma^*/Z^0</ei>
78structure in all the processes below where it is produced, unless
79otherwise stated.
80<modepick name="WeakZ0:gmZmode" default="0" min="0" max="2">
81Choice of full <ei>gamma^*/Z^0</ei> structure or not in relevant
82processes.
83<option value="0">full <ei>gamma^*/Z^0</ei> structure,
84with interference included.</option>
85<option value="1">only pure <ei>gamma^*</ei> contribution.</option>
86<option value="2">only pure <ei>Z^0</ei> contribution.</option>
87<note>Note</note>: irrespective of the option used, the particle produced
88will always be assigned code 23 for <ei>Z^0</ei>, and open decay channels
89is purely dictated by what is set for the <ei>Z^0</ei>.
90</modepick>
91
92<h4>Boson exchange</h4>
93
94The two processes in this subgroup is included as part of the
95multiparton-interactions framework.
96
97<flag name="WeakBosonExchange:all" default="off">
98Common switch for the group of <ei>gamma^*/Z^0</ei>
99or <ei>W^+-</ei> exchange between two fermions.
100</flag>
101
102<flag name="WeakBosonExchange:ff2ff(t:gmZ)" default="off">
103Scattering <ei>f f' -> f f'</ei> via </ei>gamma^*/Z^0</ei>
104<ei>t</ei>-channel exchange, with full interference
105between the <ei>gamma^*</ei> and <ei>Z^0</ei>.
106Code 211.
107</flag>
108
109<flag name="WeakBosonExchange:ff2ff(t:W)" default="off">
110Scattering <ei>f_1 f_2 -> f_3 f_4</ei> via </ei>W^+-</ei>
111<ei>t</ei>-channel exchange.
112Code 212.
113</flag>
114
115<h4>Single boson</h4>
116
117<flag name="WeakSingleBoson:all" default="off">
118Common switch for the group of a single <ei>gamma^*/Z^0</ei>
119or <ei>W^+-</ei> production.
120</flag>
121
122<flag name="WeakSingleBoson:ffbar2gmZ" default="off">
123Scattering <ei>f fbar -> gamma^*/Z^0</ei>, with full interference
124between the <ei>gamma^*</ei> and <ei>Z^0</ei>.
125Code 221.
126</flag>
127
128<flag name="WeakSingleBoson:ffbar2W" default="off">
129Scattering <ei>f fbar' -> W^+-</ei>.
130Code 222.
131</flag>
132
133<flag name="WeakSingleBoson:ffbar2ffbar(s:gm)" default="off">
134Scattering <ei>f fbar -> gamma^* -> f' fbar'</ei>. Subset of
135process 221, but written as a <ei>2 -> 2</ei> process, so that
136<ei>pT</ei> can be used as ordering variable, e.g. in multiparton
137interactions. Hardcoded for the final state being either of the
138five quark flavours or three lepton ones. Not included in the
139<code>WeakSingleBoson:all</code> set, but included in the
140multiparton-interactions framework.
141Code 223.
142</flag>
143
144<h4>Boson pair</h4>
145
146Note that, in the decay of the two vector bosons produced by an
147<ei>f fbar -> V V</ei> process, the full four-fermion correlations
148from the leading-order <ei>f fbar -> V V -> 4f</ei> matrix elements
149are included <ref>Gun86</ref> (with some extensions by the authors).
150The matrix elements are provided in the double-resonant approach, i.e.
151excludes graph like <ei>f fbar -> V -> f fbar -> f fbar V -> 4f</ei>.
152
153<flag name="WeakDoubleBoson:all" default="off">
154Common switch for the group of pair production of <ei>gamma^*/Z^0</ei>
155and <ei>W^+-</ei>.
156</flag>
157 
158<flag name="WeakDoubleBoson:ffbar2gmZgmZ" default="off">
159Scattering <ei>f fbar' -> gamma^*/Z^0 gamma^*/Z^0</ei>.
160Code 231.
161</flag>
162
163<flag name="WeakDoubleBoson:ffbar2ZW" default="off">
164Scattering <ei>f fbar' -> Z^0 W^+-</ei>. Note that here the
165<ei>gamma^*</ei> contribution is not (currently) included.
166Code 232.
167</flag>
168 
169<flag name="WeakDoubleBoson:ffbar2WW" default="off">
170Scattering <ei>f fbar -> W^+ W^-</ei>.
171Code 233.
172</flag>
173
174<h4>Boson and parton</h4>
175
176<flag name="WeakBosonAndParton:all" default="off">
177Common switch for the group of production of a single electroweak
178gauge boson, i.e. a <ei>gamma^*/Z^0</ei> or a <ei>W^+-</ei>, in
179association with a parton, i.e. a quark, gluon, photon or lepton.
180These processes give first-order corrections to the ones in the
181<code>WeakSingleBoson</code> class, and both sets cannot be used
182simultaneously without unphysical doublecounting. The current class
183should only be used to study the high-<ei>pT</ei> tail of the
184gauge-boson production processes (for LHC applications at least
185<ei>pT</ei> > 20 GeV), while the ones in <code>WeakSingleBoson</code> 
186should be used for inclusive production.
187</flag>
188 
189<flag name="WeakBosonAndParton:qqbar2gmZg" default="off">
190Scattering <ei>q qbar -> gamma^*/Z^0 g</ei>.
191Code 241.
192</flag>
193 
194<flag name="WeakBosonAndParton:qg2gmZq" default="off">
195Scattering <ei>q g -> gamma^*/Z^0 q </ei>.
196Code 242.
197</flag>
198 
199<flag name="WeakBosonAndParton:ffbar2gmZgm" default="off">
200Scattering <ei>f fbar -> gamma^*/Z^0 gamma</ei>.
201Code 243.
202</flag>
203 
204<flag name="WeakBosonAndParton:fgm2gmZf" default="off">
205Scattering <ei>f gamma ->  gamma^*/Z^0 f</ei>.
206Code 244.
207</flag>
208 
209<flag name="WeakBosonAndParton:qqbar2Wg" default="off">
210Scattering <ei>q qbar -> W^+- g</ei>.
211Code 251.
212</flag>
213 
214<flag name="WeakBosonAndParton:qg2Wq" default="off">
215Scattering <ei>q g -> W^+- q</ei>.
216Code 252.
217</flag>
218 
219<flag name="WeakBosonAndParton:ffbar2Wgm" default="off">
220Scattering <ei>f fbar -> W^+- gamma</ei>.
221Code 253.
222</flag>
223 
224<flag name="WeakBosonAndParton:fgm2Wf" default="off">
225Scattering <ei>f gamma -> W^+- f</ei>.
226Code 254.
227</flag>
228
229<h3> Photon Collision Processes</h3>
230
231A few electroweak two-photon production processes are available.
232To use them, photon PDFs have to be defined for the incoming
233beam particles. For proton beams an appropriate set would be
234MRST QED 2004 <ref>Mar05</ref>, available in the LHAPDF library.
235
236<flag name="PhotonCollision:all" default="off">
237Common switch for the group of six processes presented below.
238</flag>
239
240<flag name="PhotonCollision:gmgm2qqbar" default="off">
241Scatterings <ei>gamma gamma -> q qbar</ei>, where <ei>q</ei> 
242is a light quark (<ei>u, d, s</ei>) .
243Code 261.
244</flag>
245
246<flag name="PhotonCollision:gmgm2ccbar" default="off">
247Scattering <ei>gamma gamma -> c cbar</ei>.
248Code 262.
249</flag>
250
251<flag name="PhotonCollision:gmgm2bbbar" default="off">
252Scattering <ei>gamma gamma -> b bbar</ei>.
253Code 263.
254</flag>
255
256<flag name="PhotonCollision:gmgm2ee" default="off">
257Scattering <ei>gamma gamma -> e+ e-</ei>.
258Code 264.
259</flag>
260
261<flag name="PhotonCollision:gmgm2mumu" default="off">
262Scattering <ei>gamma gamma -> mu+ mu-</ei>.
263Code 265.
264</flag>
265
266<flag name="PhotonCollision:gmgm2tautau" default="off">
267Scattering <ei>gamma gamma -> tau+ tau-</ei>.
268Code 266.
269</flag>
270
271</chapter>
272
273<!-- Copyright (C) 2012 Torbjorn Sjostrand -->
274
Note: See TracBrowser for help on using the repository browser.