]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PYTHIA8/pythia8145/xmldoc/MasterSwitches.xml
Coverity fixes
[u/mrichter/AliRoot.git] / PYTHIA8 / pythia8145 / xmldoc / MasterSwitches.xml
CommitLineData
9419eeef 1<chapter name="Master Switches">
2
3<h2>Master Switches</h2>
4
5Sometimes it may be convenient to omit certain aspects of the event
6generation chain. This cannot be motivated in a full-blown production
7run, but can often be convenient for own understanding and for
8debug purposes. The flags on this page allow just that.
9
10<p/>
11The event generation is subdivided into three levels: the process
12level, the parton level and the hadron level, and flags are grouped
13accordingly.
14
15<h3>Process Level</h3>
16
17The <code>ProcessLevel</code> class administrates the initial step of
18the event generation, wherein the basic process is selected. Currently
19this is done either using some of the internal processes, or with
20Les Houches Accord input.
21
22<p/>
23There could not be a complete event without an initial process, so
24it would not be a normal action to switch off this step. Furthermore,
25without a process set, it is also not possible to carry out the tasks
26on the parton level. It is still possible, however, to hadronize
27a parton-level configuration provided by some external program.
28
29<flag name="ProcessLevel:all" default="on">
30If off, do not attempt to carry out any generation at all on the
31process or parton level. Do allow parton configurations stored in
32the event record to hadronize and hadrons to decay, however, as set
33by the <code>HadronLevel</code> switches. Further details are found
34<aloc href="HadronLevelStandalone">here</aloc>.
35</flag>
36
37<p/>
38For <code>ProcessLevel:all = on</code> one part of the event generation
39on this level may be switched off individually:
40
41<flag name="ProcessLevel:resonanceDecays" default="on">
42Master switch to allow resonance decays; on/off = true/false.
43Normal hadrons and leptons do not count as resonances, so this is
44aimed specifically towards <ei>Z^0, W^+-, t, h^0</ei> and similar
45objects beyond the Standard Model. Do not use this option if you
46may produce coloured resonances and intend to allow hadronization,
47since currently the program would not know how to handle this.
48</flag>
49
50<p/>
51It is possible to stop the generation immediately after the basic
52process has been selected, see <code>PartonLevel:all</code> below.
53
54<h3>PartonLevel</h3>
55
56The <code>PartonLevel</code> class administrates the middle step of the
57event generation, i.e. the evolution from an input (hard) process from
58<code>ProcessLevel</code>, containing a few partons only, to a complete
59parton-level configuration to be handed on to <code>HadronLevel</code>.
60This step involves the application of initial- and final-state radiation,
61multiple interactions and the structure of beam remnants.
62
63<flag name="PartonLevel:all" default="on">
64If off then stop the generation after the hard process has been
65generated, but before the parton-level and hadron-level steps.
66The <code>process</code> record is filled, but the <code>event</code>
67one is then not.
68</flag>
69
70<p/>
71For <code>PartonLevel:all = on</code> some parts of the event generation
72on this level may be switched off individually:
73
74<flag name="PartonLevel:MI" default="on">
75Master switch for multiple interactions; on/off = true/false.
76Further options are found <aloc href="MultipleInteractions">here</aloc>.
77</flag>
78
79<flag name="PartonLevel:ISR" default="on">
80Master switch for initial-state radiation; on/off = true/false.
81Further options are found <aloc href="SpacelikeShowers">here</aloc>.
82</flag>
83
84<flag name="PartonLevel:FSR" default="on">
85Master switch for initial-state radiation; on/off = true/false.
86Further options are found <aloc href="TimelikeShowers">here</aloc>.
87If you leave this switch on, the following two switches allow
88more detailed control to switch off only parts of the showers.
89</flag>
90
91<flag name="PartonLevel:FSRinProcess" default="on">
92Switch for final-state radiation in association with the hard process
93itself; on/off = true/false. In addition <code>PartonLevel:FSR</code>
94must be on for these emissions to occur.
95</flag>
96
97<flag name="PartonLevel:FSRinResonances" default="on">
98Master switch for final-state radiation in any resonance decays
99subsequent to the hard process itself; on/off = true/false. In addition
100<code>PartonLevel:FSR</code> must be on for these emissions to occur.
101</flag>
102
103<p/>
104Switching off all the above MI/ISR/FSR switches is <b>not</b> equivalent
105to setting <code>PartonLevel:all = off</code>. In the former case a
106minimal skeleton of parton-level operations are carried out, such as
107tying together the scattered partons with the beam remnants into colour
108singlets, and storing this information in the <code>event</code> record.
109It is therefore possible to go on and hadronize the event, if desired.
110In the latter case <b>no</b> operations at all are carried out on the
111parton level, and therefore it is also not possible to go on to the
112hadron level.
113
114<flag name="PartonLevel:Remnants" default="on">
115Master switch for addition of beam remnants; on/off = true/false.
116Only intended for very special applications, and cannot be used to
117generate complete events. Specifically, unlike the other switches above,
118the program will complain and possibly crash unlike you also set
119<code>HadronLevel:all = off</code> and <code>Check:event = off</code>.
120</flag>
121
122<p/>
123It is possible to stop the generation immediately after the parton level
124has been set up, see <code>HadronLevel:all</code> below.
125
126<h3>HadronLevel</h3>
127
128The <code>HadronLevel</code> class administrates the final step of the
129event generation, wherein the partonic configuration from
130<code>PartonLevel</code> is hadronized, including string fragmentation
131and secondary decays.
132
133<p/>
134Most of the code in this class itself deals with subdividing the partonic
135content of the event into separate colour singlets, that can be
136treated individually by the string fragmentation machinery. When a
137junction and an antijunction are directly connected, it also breaks
138the string between the two, so that the topology can be reduced back
139to two separate one-junction systems, while still preserving the
140expected particle flow in the junction-junction string region(s).
141
142<flag name="HadronLevel:all" default="on">
143If off then stop the generation after the hard process and
144parton-level activity has been generated, but before the
145hadron-level steps.
146</flag>
147
148<p/>
149For <code>HadronLevel:all = on</code> some parts of the event generation
150on this level may be switched off individually:
151
152<flag name="HadronLevel:Hadronize" default="on">
153Master switch for hadronization; on/off = true/false.
154Further options are found <aloc href="Fragmentation">here</aloc>.
155</flag>
156
157<flag name="HadronLevel:Decay" default="on">
158Master switch for decays; on/off = true/false.
159Further options are found <aloc href="ParticleDecays">here</aloc>.
160</flag>
161
162<flag name="HadronLevel:BoseEinstein" default="off">
163Master switch for the simulation of Bose-Einstein effects;
164on/off = true/false. Further options are found
165<aloc href="BoseEinsteinEffects">here</aloc>.
166</flag>
167
168
169
170</chapter>
171
172<!-- Copyright (C) 2010 Torbjorn Sjostrand -->