source: HiSusy/trunk/Pythia8/pythia8170/xmldoc/MasterSwitches.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: 7.0 KB
Line 
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 level. For the parton level only final-state radiation
32is possible, using the <code>Pythia::forceTimeShower(...)</code> method.
33Do allow parton configurations stored in the event record to hadronize
34and hadrons to decay, however, as set by the <code>HadronLevel</code> 
35switches. Further details are found
36<aloc href="HadronLevelStandalone">here</aloc>.
37</flag> 
38
39<p/>
40For <code>ProcessLevel:all = on</code> one part of the event generation
41on this level may be switched off individually:
42
43<flag name="ProcessLevel:resonanceDecays" default="on">
44Master switch to allow resonance decays; on/off = true/false.
45Normal hadrons and leptons do not count as resonances, so this is
46aimed specifically towards <ei>Z^0, W^+-, t, h^0</ei> and similar
47objects beyond the Standard Model. Do not use this option if you
48may produce coloured resonances and intend to allow hadronization,
49since currently the program would not know how to handle this.
50</flag>
51
52<p/>
53It is possible to stop the generation immediately after the basic
54process has been selected, see <code>PartonLevel:all</code> below.
55
56<h3>PartonLevel</h3>
57
58The <code>PartonLevel</code> class administrates the middle step of the
59event generation, i.e. the evolution from an input (hard) process from
60<code>ProcessLevel</code>, containing a few partons only, to a complete
61parton-level configuration to be handed on to <code>HadronLevel</code>.
62This step involves the application of initial- and final-state radiation,
63multiparton interactions and the structure of beam remnants.
64
65<flag name="PartonLevel:all" default="on">
66If off then stop the generation after the hard process has been
67generated, but before the parton-level and hadron-level steps.
68The <code>process</code> record is filled, but the <code>event</code> 
69one is then not.
70</flag>
71
72<p/>
73For <code>PartonLevel:all = on</code> some parts of the event generation
74on this level may be switched off individually:
75
76<flag name="PartonLevel:MPI" default="on">
77Master switch for multiparton interactions; on/off = true/false.
78Further options are found <aloc href="MultipartonInteractions">here</aloc>.
79</flag>
80
81<flag name="PartonLevel:ISR" default="on">
82Master switch for initial-state radiation; on/off = true/false.
83Further options are found <aloc href="SpacelikeShowers">here</aloc>.
84</flag>
85
86<flag name="PartonLevel:FSR" default="on">
87Master switch for final-state radiation; on/off = true/false.
88Further options are found <aloc href="TimelikeShowers">here</aloc>.
89If you leave this switch on, the following two switches allow
90more detailed control to switch off only parts of the showers.
91</flag>
92
93<flag name="PartonLevel:FSRinProcess" default="on">
94Switch for final-state radiation in association with the hard process
95itself; on/off = true/false. In addition <code>PartonLevel:FSR</code>
96must be on for these emissions to occur.
97</flag>
98
99<flag name="PartonLevel:FSRinResonances" default="on">
100Master switch for final-state radiation in any resonance decays
101subsequent to the hard process itself; on/off = true/false. In addition
102<code>PartonLevel:FSR</code> must be on for these emissions to occur.
103</flag>
104
105<p/>
106Switching off all the above MPI/ISR/FSR switches is <b>not</b> equivalent
107to setting <code>PartonLevel:all = off</code>. In the former case a
108minimal skeleton of parton-level operations are carried out, such as
109tying together the scattered partons with the beam remnants into colour
110singlets, and storing this information in the <code>event</code> record.
111It is therefore possible to go on and hadronize the event, if desired.
112In the latter case <b>no</b> operations at all are carried out on the
113parton level, and therefore it is also not possible to go on to the
114hadron level.
115
116<flag name="PartonLevel:Remnants" default="on">
117Master switch for addition of beam remnants; on/off = true/false. 
118Only intended for very special applications, and cannot be used to
119generate complete events. Specifically, unlike the other switches above,
120the program will complain and possibly crash unlike you also set
121<code>HadronLevel:all = off</code> and <code>Check:event = off</code>.
122</flag>
123
124<p/>
125It is possible to stop the generation immediately after the parton level
126has been set up, see <code>HadronLevel:all</code> below.
127
128<h3>HadronLevel</h3>
129
130The <code>HadronLevel</code> class administrates the final step of the
131event generation, wherein the partonic configuration from
132<code>PartonLevel</code> is hadronized, including string fragmentation
133and secondary decays.
134
135<p/>
136Most of the code in this class itself deals with subdividing the partonic
137content of the event into separate colour singlets, that can be
138treated individually by the string fragmentation machinery. When a
139junction and an antijunction are directly connected, it also breaks
140the string between the two, so that the topology can be reduced back
141to two separate one-junction systems, while still preserving the
142expected particle flow in the junction-junction string region(s).
143
144<flag name="HadronLevel:all" default="on">
145If off then stop the generation after the hard process and
146parton-level activity has been generated, but before the
147hadron-level steps.
148</flag>
149
150<p/>
151For <code>HadronLevel:all = on</code> some parts of the event generation
152on this level may be switched off individually:
153
154<flag name="HadronLevel:Hadronize" default="on">
155Master switch for hadronization; on/off = true/false.
156Further options are found <aloc href="Fragmentation">here</aloc>.
157</flag>
158
159<flag name="HadronLevel:Decay" default="on">
160Master switch for decays; on/off = true/false.
161Further options are found <aloc href="ParticleDecays">here</aloc>.
162</flag>
163
164<flag name="HadronLevel:BoseEinstein" default="off">
165Master switch for the simulation of Bose-Einstein effects;
166on/off = true/false. Further options are found
167<aloc href="BoseEinsteinEffects">here</aloc>.
168</flag>
169
170
171
172</chapter>
173
174<!-- Copyright (C) 2012 Torbjorn Sjostrand -->
Note: See TracBrowser for help on using the repository browser.