]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PYTHIA8/pythia8170/phpdoc/ParticleData.php
Protection for dereferencing fTDCErrorBuffer. see ALIROOT-5749
[u/mrichter/AliRoot.git] / PYTHIA8 / pythia8170 / phpdoc / ParticleData.php
CommitLineData
63ba5337 1<html>
2<head>
3<title>Particle Data</title>
4<link rel="stylesheet" type="text/css" href="pythia.css"/>
5<link rel="shortcut icon" href="pythia32.gif"/>
6</head>
7<body>
8
9<script language=javascript type=text/javascript>
10function stopRKey(evt) {
11var evt = (evt) ? evt : ((event) ? event : null);
12var node = (evt.target) ? evt.target :((evt.srcElement) ? evt.srcElement : null);
13if ((evt.keyCode == 13) && (node.type=="text"))
14{return false;}
15}
16
17document.onkeypress = stopRKey;
18</script>
19<?php
20if($_POST['saved'] == 1) {
21if($_POST['filepath'] != "files/") {
22echo "<font color='red'>SETTINGS SAVED TO FILE</font><br/><br/>"; }
23else {
24echo "<font color='red'>NO FILE SELECTED YET.. PLEASE DO SO </font><a href='SaveSettings.php'>HERE</a><br/><br/>"; }
25}
26?>
27
28<form method='post' action='ParticleData.php'>
29
30<h2>Particle Data</h2>
31
32The structure and operation of the particle data table is described
33<?php $filepath = $_GET["filepath"];
34echo "<a href='ParticleDataScheme.php?filepath=".$filepath."' target='page'>";?>here</a>. That page
35also describes how default data properties can be changed. The
36current page provides the actual default values.
37
38<h3>Main settings</h3>
39
40Apart from the data itself, the particle data table only contains
41a few aspects that are available to change:
42
43<br/><br/><table><tr><td><strong>ParticleData:modeBreitWigner </td><td> &nbsp;&nbsp;(<code>default = <strong>4</strong></code>; <code>minimum = 0</code>; <code>maximum = 4</code>)</td></tr></table>
44Selection of particle masses when the <code>mass(id)</code> is called
45to provide a new mass:
46<br/>
47<input type="radio" name="1" value="0"><strong>0 </strong>: mass is fixed at the nominal <ei>m_0</ei> value. <br/>
48<input type="radio" name="1" value="1"><strong>1 </strong>: particles registered as having a mass width are given a mass in the range <ei>m_min &lt; m &lt; m_max</ei>, according to a truncated nonrelativistic Breit-Wigner, i.e. linear in <ei>m</ei>. <br/>
49<input type="radio" name="1" value="2"><strong>2 </strong>: as above, except that the width is made mass-dependent: <ei>Gamma = Gamma_0 * sqrt( (m^2 - m_thr^2) / (m_0^2 - m_thr^2) )</ei> where <ei>m</ei> is the current mass, <ei>m_0</ei> the nominal one and <ei>m_thr</ei> is the mass threshold, given by the sum of the nominal masses of the decay products. In order to decouple production and decay the threshold is defined as the branching-ratio-weighted average over all allowed decay channels. <br/>
50<input type="radio" name="1" value="3"><strong>3 </strong>: particles registered as having a mass width are given a mass in the range <ei>m_min &lt; m &lt; m_max</ei>, according to a truncated relativistic Breit-Wigner, i.e. quadratic in <ei>m</ei>. <br/>
51<input type="radio" name="1" value="4" checked="checked"><strong>4 </strong>: as 3, but the width is modified as for 2, and the current mass is used for its phase-space prefactor, i.e. <ei>m_0 Gamma_0 -> m Gamma(m)</ei>. <br/>
52<br/><b>Note:</b> this mode only applies to normal hadronic
53resonances like the <ei>rho</ei>. The more massive states of the
54<code>isResonance()</code> type, like <ei>Z^0</ei> or top, are
55considered separately.
56
57<br/><br/><table><tr><td><strong>ParticleData:maxEnhanceBW </td><td></td><td> <input type="text" name="2" value="2.5" size="20"/> &nbsp;&nbsp;(<code>default = <strong>2.5</strong></code>; <code>minimum = 1.</code>; <code>maximum = 5.</code>)</td></tr></table>
58The modifications in options 2 and 4 above enhance the large-mass tail
59of the Breit-Wigners (the mass spectrum develops a dm/m divergence).
60However, we expect form factors to dampen this tail at masses some distance
61above the nominal one, so cut off the rise by requiring the actual
62Breit-Wigner weight not to be more than a factor <code> maxEnhanceBW</code>
63above the one obtained with options 1 or 3, respectively. This also
64opens up for a simpler technical handling of mass selection in options
652 and 4, by using standard hit-and-miss Monte Carlo.
66
67
68<p/>
69Since running masses are only calculated for the six quark flavours,
70e.g. to obtain couplings to the Higgs boson(s), there is not an entry
71in the normal tables for each particles, but only the six MSbar mass
72values below, used as starting point for the running. In addition you
73can pick an <i>alpha_s(M_Z)</i>, which is converted into a first-order
74five-flavour Lambda that is used to determine the rate of the running.
75(Without any match to four flavours below <i>m_b</i>; if desired, this
76can be fixed by slightly shifted default mass values, since the routines
77never should be called below the <i>m_b</i> scale anyway.)
78
79<br/><br/><table><tr><td><strong>ParticleData:mdRun </td><td></td><td> <input type="text" name="3" value="0.006" size="20"/> &nbsp;&nbsp;(<code>default = <strong>0.006</strong></code>; <code>minimum = 0.003</code>; <code>maximum = 0.008</code>)</td></tr></table>
80the d quark MSbar mass at 2 GeV scale.
81
82
83<br/><br/><table><tr><td><strong>ParticleData:muRun </td><td></td><td> <input type="text" name="4" value="0.003" size="20"/> &nbsp;&nbsp;(<code>default = <strong>0.003</strong></code>; <code>minimum = 0.001</code>; <code>maximum = 0.006</code>)</td></tr></table>
84the u quark MSbar mass at 2 GeV scale.
85
86
87<br/><br/><table><tr><td><strong>ParticleData:msRun </td><td></td><td> <input type="text" name="5" value="0.095" size="20"/> &nbsp;&nbsp;(<code>default = <strong>0.095</strong></code>; <code>minimum = 0.060</code>; <code>maximum = 0.150</code>)</td></tr></table>
88
89the s quark MSbar mass at 2 GeV scale.
90
91<br/><br/><table><tr><td><strong>ParticleData:mcRun </td><td></td><td> <input type="text" name="6" value="1.25" size="20"/> &nbsp;&nbsp;(<code>default = <strong>1.25</strong></code>; <code>minimum = 1.00</code>; <code>maximum = 1.50</code>)</td></tr></table>
92
93the c quark MSbar mass at the mass scale itself.
94
95<br/><br/><table><tr><td><strong>ParticleData:mbRun </td><td></td><td> <input type="text" name="7" value="4.20" size="20"/> &nbsp;&nbsp;(<code>default = <strong>4.20</strong></code>; <code>minimum = 4.00</code>; <code>maximum = 4.50</code>)</td></tr></table>
96the b quark MSbar mass at the mass scale itself.
97
98
99<br/><br/><table><tr><td><strong>ParticleData:mtRun </td><td></td><td> <input type="text" name="8" value="165.0" size="20"/> &nbsp;&nbsp;(<code>default = <strong>165.0</strong></code>; <code>minimum = 150.0</code>; <code>maximum = 175.0</code>)</td></tr></table>
100the t quark MSbar mass at the mass scale itself.
101
102
103<br/><br/><table><tr><td><strong>ParticleData:alphaSvalueMRun </td><td></td><td> <input type="text" name="9" value="0.125" size="20"/> &nbsp;&nbsp;(<code>default = <strong>0.125</strong></code>; <code>minimum = 0.10</code>; <code>maximum = 0.20</code>)</td></tr></table>
104the <i>alpha_s(M_Z)</i> value used to define tha rate at which MSbar
105masses run.
106
107
108
109<h3>Comments on the data</h3>
110
111The starting point for the current data is the 2006 Review of Particle
112Physics [<a href="Bibliography.php" target="page">Yao06</a>]. All known particle masses, widths and lifetimes
113have been set accordingly, while not-yet-measured particles are kept at
114their values from PYTHIA 6. Decay channels and their branching
115ratios remain a major worry: many particles do not have one single solidly
116measured branching ratio, and many further do not have known branching
117ratios that add up to (the neighbourhood of) unity.
118
119<p/>
120Uncertainties are especially big for the scalar, pseudovector and tensor
121<i>L = 1</i> multiplets available in PYTHIA. We note that
122some distributions become better described when these multiplets are
123included in the generation, while others become worse. It is tempting to
124associate this lackluster performance with the primitive knowledge.
125Not even the multiplets themselves are particularly well known.
126It used to be that the <i>a_0(980)</i> and <i>f_0(980)</i>
127were considered to be members of the scalar multiplet. Nowadays they are
128commonly assumed to be either four-quark states or of some other exotic
129character. This means that the PYTHIA 8 PDG particle codes
130have been changed for these particles, relative to what was used in
131PYTHIA 6 based on previous PDG editions. Specifically their
132numbers are now in the 9000000 series, and they have been replaced in the
133scalar multiplet by <i>a_0(1450)</i> and <i>f_0(1370)</i>.
134
135<p/>
136For charm and bottom mesons the jungle of partial measurements makes
137it very difficult to construct fully consistent sets of decay channels.
138This part of the program has not yet been brought up to date to the
1392006 RPP. Instead the LHCb decay tables (for EvtGen, but without
140using the EvtGen matrix-element machinery) and the DELPHI tune for
141PYTHIA 6 is being used. (This also includes a few non-c/b
142hadrons that only occur in the c/b decay tables.) This has the
143advantage that many tests have been made for consistency, but the
144disadvantage that it is not always in agreement with the latest
145measurements of some specific decay channels. The decays based
146on the LHCb tables (with some modifications) are 411, 421, 431, 441,
147445, 511, 521, 531, 541, 3124, 4122, 4124, 5122, 10441, 10443, 13122,
14814122, 20443, 23122, 30313, 30323, 30443, 33122, 100113, 100213, 100441,
149100443, 100553, 9000111, 9000211. Correspondingly the decays based on
150the DELPHI tables are 415, 425, 435, 515, 525, 535, 4132, 4232, 4332,
1515132, 5232 and 5332.
152
153<h3>The data itself</h3>
154
155Here comes the default particle data used in the program. Do not touch.
156The meaning of the various properties and the format used are explained
157<?php $filepath = $_GET["filepath"];
158echo "<a href='ParticleDataScheme.php?filepath=".$filepath."' target='page'>";?>here</a> and the
159<code>meMode</code> codes <?php $filepath = $_GET["filepath"];
160echo "<a href='ParticleDecays.php?filepath=".$filepath."' target='page'>";?>here</a>.
161
162<p/>particle: id="0" name="void" spinType="0" chargeType="0" colType="0" m0="0.0">
163
164<p/>particle: id="1" name="d" antiName="dbar" spinType="2" chargeType="-1" colType="1"
165 m0="0.33000"
166
167<p/>particle: id="2" name="u" antiName="ubar" spinType="2" chargeType="2" colType="1"
168 m0="0.33000"
169
170<p/>particle: id="3" name="s" antiName="sbar" spinType="2" chargeType="-1" colType="1"
171 m0="0.50000"
172
173<p/>particle: id="4" name="c" antiName="cbar" spinType="2" chargeType="2" colType="1"
174 m0="1.50000"
175
176<p/>particle: id="5" name="b" antiName="bbar" spinType="2" chargeType="-1" colType="1"
177 m0="4.80000"
178
179<p/>particle: id="6" name="t" antiName="tbar" spinType="2" chargeType="2" colType="1"
180 m0="171.00000" mWidth="1.40000" mMin="86.00000" mMax="0.00000"
181 <br/> channel: onMode="1" bRatio="0.0000300" products="24 1"
182 <br/> channel: onMode="1" bRatio="0.0017650" products="24 3"
183 <br/> channel: onMode="1" bRatio="0.9982050" products="24 5"
184 <br/> channel: onMode="0" bRatio="0.0000000" products="37 5"
185
186<p/>particle: id="7" name="b'" antiName="b'bar" spinType="2" chargeType="-1" colType="1"
187 m0="400.00000"
188 <br/> channel: onMode="1" bRatio="0.0000000" products="-24 2"
189 <br/> channel: onMode="1" bRatio="0.0000000" products="-24 4"
190 <br/> channel: onMode="1" bRatio="0.0000000" products="-24 6"
191 <br/> channel: onMode="1" bRatio="1.0000000" products="-24 8"
192
193<p/>particle: id="8" name="t'" antiName="t'bar" spinType="2" chargeType="2" colType="1"
194 m0="400.00000"
195 <br/> channel: onMode="1" bRatio="0.0000000" products="24 1"
196 <br/> channel: onMode="1" bRatio="0.0000000" products="24 3"
197 <br/> channel: onMode="1" bRatio="0.0000000" products="24 5"
198 <br/> channel: onMode="1" bRatio="1.0000000" products="24 7"
199
200<p/>particle: id="11" name="e-" antiName="e+" spinType="2" chargeType="-3" colType="0"
201 m0="5.110e-04"
202
203<p/>particle: id="12" name="nu_e" antiName="nu_ebar" spinType="2" chargeType="0" colType="0"
204 m0="0.00000"
205
206<p/>particle: id="13" name="mu-" antiName="mu+" spinType="2" chargeType="-3" colType="0"
207 m0="0.10566" tau0="6.58654e+05"
208 <br/> channel: onMode="1" bRatio="1.0000000" meMode="22" products="-12 11 14"
209
210<p/>particle: id="14" name="nu_mu" antiName="nu_mubar" spinType="2" chargeType="0" colType="0"
211 m0="0.00000"
212
213<p/>particle: id="15" name="tau-" antiName="tau+" spinType="2" chargeType="-3" colType="0"
214 m0="1.77682" tau0="8.71100e-02"
215 <br/> channel: onMode="1" bRatio="0.108924" meMode="1521" products="16 -211"
216 <br/> channel: onMode="1" bRatio="0.006885" meMode="1521" products="16 -321"
217 <br/> channel: onMode="1" bRatio="0.178345" meMode="1531" products="16 11 -12"
218 <br/> channel: onMode="1" bRatio="0.173545" meMode="1531" products="16 13 -14"
219 <br/> channel: onMode="1" bRatio="0.254890" meMode="1532" products="16 111 -211"
220 <br/> channel: onMode="1" bRatio="0.001513" meMode="1532" products="16 311 -321"
221 <br/> channel: onMode="1" bRatio="0.000263" meMode="1532" products="16 221 -321"
222 <br/> channel: onMode="1" bRatio="0.008957" meMode="1533" products="16 -211 -311"
223 <br/> channel: onMode="1" bRatio="0.004491" meMode="1533" products="16 111 -321"
224 <br/> channel: onMode="1" bRatio="0.092370" meMode="1541" products="16 111 111 -211"
225 <br/> channel: onMode="1" bRatio="0.089813" meMode="1541" products="16 -211 -211 211"
226 <br/> channel: onMode="1" bRatio="0.003757" meMode="1542" products="16 111 -211 -311"
227 <br/> channel: onMode="1" bRatio="0.003292" meMode="1542" products="16 -211 211 -321"
228 <br/> channel: onMode="1" bRatio="0.001519" meMode="1542" products="16 -211 -321 321"
229 <br/> channel: onMode="1" bRatio="0.001518" meMode="1542" products="16 111 311 -321"
230 <br/> channel: onMode="1" bRatio="0.001087" meMode="1542" products="16 130 -211 310"
231 <br/> channel: onMode="1" bRatio="0.000555" meMode="1542" products="16 111 111 -321"
232 <br/> channel: onMode="1" bRatio="0.000235" meMode="1542" products="16 130 130 -211"
233 <br/> channel: onMode="1" bRatio="0.000235" meMode="1542" products="16 -211 310 310"
234 <br/> channel: onMode="1" bRatio="0.001744" meMode="1543" products="16 111 -211 221"
235 <br/> channel: onMode="1" bRatio="0.001762" meMode="1544" products="16 22 111 -211"
236 <br/> channel: onMode="1" bRatio="0.044435" meMode="1551" products="16 111 -211 -211 211"
237 <br/> channel: onMode="1" bRatio="0.010313" meMode="1551" products="16 111 111 111 -211"
238 <br/> channel: onMode="1" bRatio="0.004935" meMode="1561" products="16 111 111 -211 -211 211"
239 <br/> channel: onMode="1" bRatio="0.000957" meMode="1561" products="16 111 111 111 111 -211"
240 <br/> channel: onMode="1" bRatio="0.000834" meMode="1561" products="16 -211 -211 -211 211 211"
241 <br/> channel: onMode="1" bRatio="0.000225" meMode="0" products="16 -211 -211 211 221"
242 <br/> channel: onMode="1" bRatio="0.000145" meMode="0" products="16 111 111 -211 221"
243 <br/> channel: onMode="1" bRatio="0.000135" meMode="0" products="16 111 111 -211 223"
244 <br/> channel: onMode="1" bRatio="0.000118" meMode="0" products="16 -211 -211 211 223"
245 <br/> channel: onMode="1" bRatio="0.000400" meMode="0" products="16 223 -321"
246 <br/> channel: onMode="1" bRatio="0.000397" meMode="0" products="16 111 111 111 -321"
247 <br/> channel: onMode="1" bRatio="0.000307" meMode="0" products="16 111 -211 211 -321"
248 <br/> channel: onMode="1" bRatio="0.000280" meMode="0" products="16 221 -323"
249 <br/> channel: onMode="1" bRatio="0.000238" meMode="0" products="16 111 111 -211 -311"
250 <br/> channel: onMode="1" bRatio="0.000225" meMode="0" products="16 -211 -211 211 -311"
251 <br/> channel: onMode="1" bRatio="0.000297" meMode="0" products="16 111 -211 -311 311"
252 <br/> channel: onMode="1" bRatio="0.000059" meMode="0" products="16 111 -211 -321 321"
253
254<p/>particle: id="16" name="nu_tau" antiName="nu_taubar" spinType="2" chargeType="0" colType="0"
255 m0="0.00000"
256
257<p/>particle: id="17" name="tau'-" antiName="tau'+" spinType="2" chargeType="-3" colType="0"
258 m0="400.00000"
259 <br/> channel: onMode="1" bRatio="1.0000000" products="-24 18"
260
261<p/>particle: id="18" name="nu'_tau" antiName="nu'_taubar" spinType="2" chargeType="0" colType="0"
262 m0="400.00000"
263 <br/> channel: onMode="1" bRatio="1.0000000" products="24 17"
264
265<p/>particle: id="21" name="g" spinType="3" chargeType="0" colType="2"
266 m0="0.00000"
267
268<p/>particle: id="22" name="gamma" spinType="3" chargeType="0" colType="0"
269 m0="0.00000"
270
271<p/>particle: id="23" name="Z0" spinType="3" chargeType="0" colType="0"
272 m0="91.18760" mWidth="2.49520" mMin="10.00000" mMax="0.00000"
273 <br/> channel: onMode="1" bRatio="0.1539950" products="1 -1"
274 <br/> channel: onMode="1" bRatio="0.1194200" products="2 -2"
275 <br/> channel: onMode="1" bRatio="0.1539840" products="3 -3"
276 <br/> channel: onMode="1" bRatio="0.1192590" products="4 -4"
277 <br/> channel: onMode="1" bRatio="0.1522720" products="5 -5"
278 <br/> channel: onMode="1" bRatio="0.0335760" products="11 -11"
279 <br/> channel: onMode="1" bRatio="0.0668060" products="12 -12"
280 <br/> channel: onMode="1" bRatio="0.0335760" products="13 -13"
281 <br/> channel: onMode="1" bRatio="0.0668060" products="14 -14"
282 <br/> channel: onMode="1" bRatio="0.0335000" products="15 -15"
283 <br/> channel: onMode="1" bRatio="0.0668060" products="16 -16"
284
285<p/>particle: id="24" name="W+" antiName="W-" spinType="3" chargeType="3" colType="0"
286 m0="80.38500" mWidth="2.08500" mMin="10.00000" mMax="0.00000"
287 <br/> channel: onMode="1" bRatio="0.3213690" products="-1 2"
288 <br/> channel: onMode="1" bRatio="0.0164940" products="-1 4"
289 <br/> channel: onMode="1" bRatio="0.0165020" products="-3 2"
290 <br/> channel: onMode="1" bRatio="0.3206150" products="-3 4"
291 <br/> channel: onMode="1" bRatio="0.0000100" products="-5 2"
292 <br/> channel: onMode="1" bRatio="0.0005910" products="-5 4"
293 <br/> channel: onMode="1" bRatio="0.1081660" products="-11 12"
294 <br/> channel: onMode="1" bRatio="0.1081660" products="-13 14"
295 <br/> channel: onMode="1" bRatio="0.1080870" products="-15 16"
296
297<p/>particle: id="25" name="h0(H_1)" spinType="1" chargeType="0" colType="0"
298 m0="125.00000" mWidth="0.00374" mMin="50.00000" mMax="0.00000"
299 <br/> channel: onMode="1" bRatio="0.0000009" products="1 -1"
300 <br/> channel: onMode="1" bRatio="0.0000002" products="2 -2"
301 <br/> channel: onMode="1" bRatio="0.0002361" products="3 -3"
302 <br/> channel: onMode="1" bRatio="0.0335602" products="4 -4"
303 <br/> channel: onMode="1" bRatio="0.5876728" products="5 -5"
304 <br/> channel: onMode="1" bRatio="0.0000000" products="6 -6"
305 <br/> channel: onMode="1" bRatio="0.0000000" products="11 -11"
306 <br/> channel: onMode="1" bRatio="0.0002445" products="13 -13"
307 <br/> channel: onMode="1" bRatio="0.0690800" products="15 -15"
308 <br/> channel: onMode="1" bRatio="0.0630585" products="21 21"
309 <br/> channel: onMode="1" bRatio="0.0028438" products="22 22"
310 <br/> channel: onMode="1" bRatio="0.0017601" products="22 23"
311 <br/> channel: onMode="1" bRatio="0.0259708" products="23 23"
312 <br/> channel: onMode="1" bRatio="0.2155720" products="24 -24"
313 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1000022"
314 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000022"
315 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000023"
316 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000022"
317 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000023"
318 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000025"
319 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000022"
320 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000023"
321 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000025"
322 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000035"
323 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000024"
324 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000037"
325 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000024"
326 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000037"
327 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1000001"
328 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -2000001"
329 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -2000001"
330 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 2000001"
331 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -1000002"
332 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2000002"
333 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2000002"
334 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2000002"
335 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -1000003"
336 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -2000003"
337 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -2000003"
338 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 2000003"
339 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -1000004"
340 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -2000004"
341 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -2000004"
342 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 2000004"
343 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -1000005"
344 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -2000005"
345 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -2000005"
346 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 2000005"
347 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -1000006"
348 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -2000006"
349 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2000006"
350 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 2000006"
351 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -1000011"
352 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -2000011"
353 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -2000011"
354 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 2000011"
355 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -1000012"
356 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -2000012"
357 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -2000012"
358 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 2000012"
359 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -1000013"
360 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -2000013"
361 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -2000013"
362 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 2000013"
363 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -1000014"
364 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -2000014"
365 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -2000014"
366 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 2000014"
367 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -1000015"
368 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -2000015"
369 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -2000015"
370 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 2000015"
371 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -1000016"
372 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -2000016"
373 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -2000016"
374 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 2000016"
375
376<p/>particle: id="32" name="Z'0" spinType="3" chargeType="0" colType="0"
377 m0="500.00000" mWidth="14.54029" mMin="10.00000" mMax="0.00000"
378 <br/> channel: onMode="1" bRatio="0.1458350" products="1 -1"
379 <br/> channel: onMode="1" bRatio="0.1132760" products="2 -2"
380 <br/> channel: onMode="1" bRatio="0.1458350" products="3 -3"
381 <br/> channel: onMode="1" bRatio="0.1132710" products="4 -4"
382 <br/> channel: onMode="1" bRatio="0.1457810" products="5 -5"
383 <br/> channel: onMode="1" bRatio="0.0490020" products="6 -6"
384 <br/> channel: onMode="1" bRatio="0.0320250" products="11 -11"
385 <br/> channel: onMode="1" bRatio="0.0636420" products="12 -12"
386 <br/> channel: onMode="1" bRatio="0.0320250" products="13 -13"
387 <br/> channel: onMode="1" bRatio="0.0636420" products="14 -14"
388 <br/> channel: onMode="1" bRatio="0.0320220" products="15 -15"
389 <br/> channel: onMode="1" bRatio="0.0636420" products="16 -16"
390 <br/> channel: onMode="1" bRatio="0.0000000" products="24 -24"
391
392<p/>particle: id="33" name="Z''0" spinType="3" chargeType="0" colType="0"
393 m0="900.00000"
394
395<p/>particle: id="34" name="W'+" antiName="W'-" spinType="3" chargeType="3" colType="0"
396 m0="500.00000" mWidth="16.66099" mMin="10.00000" mMax="0.00000"
397 <br/> channel: onMode="1" bRatio="0.2512250" products="-1 2"
398 <br/> channel: onMode="1" bRatio="0.0129000" products="-1 4"
399 <br/> channel: onMode="1" bRatio="0.0000060" products="-1 6"
400 <br/> channel: onMode="1" bRatio="0.0129000" products="-3 2"
401 <br/> channel: onMode="1" bRatio="0.2507640" products="-3 4"
402 <br/> channel: onMode="1" bRatio="0.0003800" products="-3 6"
403 <br/> channel: onMode="1" bRatio="0.0000080" products="-5 2"
404 <br/> channel: onMode="1" bRatio="0.0004650" products="-5 4"
405 <br/> channel: onMode="1" bRatio="0.2154180" products="-5 6"
406 <br/> channel: onMode="1" bRatio="0.0853120" products="-11 12"
407 <br/> channel: onMode="1" bRatio="0.0853120" products="-13 14"
408 <br/> channel: onMode="1" bRatio="0.0853100" products="-15 16"
409 <br/> channel: onMode="1" bRatio="0.0000000" products="24 23"
410
411<p/>particle: id="35" name="H0(H_2)" spinType="1" chargeType="0" colType="0"
412 m0="300.00000" mWidth="8.38842" mMin="50.00000" mMax="0.00000"
413 <br/> channel: onMode="1" bRatio="0.0000000" products="1 -1"
414 <br/> channel: onMode="1" bRatio="0.0000000" products="2 -2"
415 <br/> channel: onMode="1" bRatio="0.0000000" products="3 -3"
416 <br/> channel: onMode="1" bRatio="0.0000490" products="4 -4"
417 <br/> channel: onMode="1" bRatio="0.0007740" products="5 -5"
418 <br/> channel: onMode="1" bRatio="0.0000000" products="6 -6"
419 <br/> channel: onMode="1" bRatio="0.0000000" products="11 -11"
420 <br/> channel: onMode="1" bRatio="0.0000000" products="13 -13"
421 <br/> channel: onMode="1" bRatio="0.0000740" products="15 -15"
422 <br/> channel: onMode="1" bRatio="0.0004170" products="21 21"
423 <br/> channel: onMode="1" bRatio="0.0000150" products="22 22"
424 <br/> channel: onMode="1" bRatio="0.0000610" products="22 23"
425 <br/> channel: onMode="1" bRatio="0.3067100" products="23 23"
426 <br/> channel: onMode="1" bRatio="0.6890110" products="24 -24"
427 <br/> channel: onMode="1" bRatio="0.0000000" products="23 25"
428 <br/> channel: onMode="1" bRatio="0.0028890" products="25 25"
429 <br/> channel: onMode="1" bRatio="0.0000000" products="24 -37"
430 <br/> channel: onMode="1" bRatio="0.0000000" products="37 -24"
431 <br/> channel: onMode="1" bRatio="0.0000000" products="23 36"
432 <br/> channel: onMode="1" bRatio="0.0000000" products="25 36"
433 <br/> channel: onMode="1" bRatio="0.0000000" products="36 36"
434 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1000022"
435 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000022"
436 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000023"
437 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000022"
438 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000023"
439 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000025"
440 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000022"
441 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000023"
442 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000025"
443 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000035"
444 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000024"
445 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000037"
446 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000024"
447 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000037"
448 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1000001"
449 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -2000001"
450 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -2000001"
451 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 2000001"
452 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -1000002"
453 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2000002"
454 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2000002"
455 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2000002"
456 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -1000003"
457 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -2000003"
458 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -2000003"
459 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 2000003"
460 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -1000004"
461 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -2000004"
462 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -2000004"
463 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 2000004"
464 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -1000005"
465 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -2000005"
466 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -2000005"
467 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 2000005"
468 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -1000006"
469 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -2000006"
470 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2000006"
471 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 2000006"
472 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -1000011"
473 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -2000011"
474 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -2000011"
475 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 2000011"
476 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -1000012"
477 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -2000012"
478 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -2000012"
479 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 2000012"
480 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -1000013"
481 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -2000013"
482 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -2000013"
483 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 2000013"
484 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -1000014"
485 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -2000014"
486 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -2000014"
487 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 2000014"
488 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -1000015"
489 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -2000015"
490 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -2000015"
491 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 2000015"
492 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -1000016"
493 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -2000016"
494 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -2000016"
495 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 2000016"
496
497<p/>particle: id="36" name="A0(H_3)" spinType="1" chargeType="0" colType="0"
498 m0="300.00000" mWidth="3.37520" mMin="50.00000" mMax="0.00000"
499 <br/> channel: onMode="1" bRatio="0.0000000" products="1 -1"
500 <br/> channel: onMode="1" bRatio="0.0000000" products="2 -2"
501 <br/> channel: onMode="1" bRatio="0.0000010" products="3 -3"
502 <br/> channel: onMode="1" bRatio="0.0001210" products="4 -4"
503 <br/> channel: onMode="1" bRatio="0.0019240" products="5 -5"
504 <br/> channel: onMode="1" bRatio="0.0000000" products="6 -6"
505 <br/> channel: onMode="1" bRatio="0.0000000" products="11 -11"
506 <br/> channel: onMode="1" bRatio="0.0000010" products="13 -13"
507 <br/> channel: onMode="1" bRatio="0.0001840" products="15 -15"
508 <br/> channel: onMode="1" bRatio="0.0031060" products="21 21"
509 <br/> channel: onMode="1" bRatio="0.0000150" products="22 22"
510 <br/> channel: onMode="1" bRatio="0.0000030" products="22 23"
511 <br/> channel: onMode="1" bRatio="0.0000000" products="23 23"
512 <br/> channel: onMode="1" bRatio="0.0000000" products="24 -24"
513 <br/> channel: onMode="1" bRatio="0.9946460" products="23 25"
514 <br/> channel: onMode="1" bRatio="0.0000000" products="25 25"
515 <br/> channel: onMode="1" bRatio="0.0000000" products="24 -37"
516 <br/> channel: onMode="1" bRatio="0.0000000" products="37 -24"
517 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1000022"
518 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000022"
519 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000023"
520 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000022"
521 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000023"
522 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000025"
523 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000022"
524 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000023"
525 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000025"
526 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000035"
527 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000024"
528 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000037"
529 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000024"
530 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000037"
531 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1000001"
532 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -2000001"
533 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -2000001"
534 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 2000001"
535 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -1000002"
536 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2000002"
537 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2000002"
538 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2000002"
539 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -1000003"
540 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -2000003"
541 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -2000003"
542 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 2000003"
543 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -1000004"
544 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -2000004"
545 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -2000004"
546 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 2000004"
547 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -1000005"
548 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -2000005"
549 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -2000005"
550 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 2000005"
551 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -1000006"
552 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -2000006"
553 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2000006"
554 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 2000006"
555 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -1000011"
556 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -2000011"
557 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -2000011"
558 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 2000011"
559 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -1000012"
560 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -2000012"
561 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -2000012"
562 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 2000012"
563 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -1000013"
564 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -2000013"
565 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -2000013"
566 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 2000013"
567 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -1000014"
568 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -2000014"
569 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -2000014"
570 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 2000014"
571 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -1000015"
572 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -2000015"
573 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -2000015"
574 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 2000015"
575 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -1000016"
576 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -2000016"
577 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -2000016"
578 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 2000016"
579
580<p/>particle: id="37" name="H+" antiName="H-" spinType="1" chargeType="3" colType="0"
581 m0="300.00000" mWidth="4.17669" mMin="50.00000" mMax="0.00000"
582 <br/> channel: onMode="1" bRatio="0.0000000" products="-1 2"
583 <br/> channel: onMode="1" bRatio="0.0000210" products="-3 4"
584 <br/> channel: onMode="1" bRatio="0.0901350" products="-5 6"
585 <br/> channel: onMode="1" bRatio="0.0000000" products="-11 12"
586 <br/> channel: onMode="1" bRatio="0.0000130" products="-13 14"
587 <br/> channel: onMode="1" bRatio="0.0037140" products="-15 16"
588 <br/> channel: onMode="1" bRatio="0.9061170" products="24 25"
589 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1000024"
590 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1000037"
591 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000024"
592 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000037"
593 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000024"
594 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000037"
595 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000024"
596 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000037"
597 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -1000005"
598 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -1000005"
599 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2000005"
600 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -2000005"
601 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 1000002"
602 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 1000004"
603 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 1000012"
604 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 1000014"
605 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 1000016"
606 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 1000016"
607
608<p/>particle: id="39" name="Graviton" spinType="5" chargeType="0" colType="0"
609 m0="0.00000"
610
611<p/>particle: id="40" name="BlackHole" spinType="0" chargeType="0" colType="0"
612 m0="0.00000"
613
614<p/>particle: id="41" name="R0" antiName="Rbar0" spinType="3" chargeType="0" colType="0"
615 m0="5.000e+03" mWidth="4.173e+02" mMin="1.000e+02" mMax="0.000e+00"
616 <br/> channel: onMode="1" bRatio="0.2151190" products="1 -3"
617 <br/> channel: onMode="1" bRatio="0.2151190" products="2 -4"
618 <br/> channel: onMode="1" bRatio="0.2151190" products="3 -5"
619 <br/> channel: onMode="1" bRatio="0.2147240" products="4 -6"
620 <br/> channel: onMode="1" bRatio="0.0699600" products="11 -13"
621 <br/> channel: onMode="1" bRatio="0.0699590" products="13 -15"
622
623<p/>particle: id="42" name="LQ_ue" antiName="LQ_uebar" spinType="1" chargeType="-1" colType="1"
624 m0="200.00000" mWidth="0.39162" mMin="50.00000" mMax="0.00000"
625 <br/> channel: onMode="1" bRatio="1.0000000" products="2 11"
626
627<p/>particle: id="81" name="specflav" spinType="0" chargeType="0" colType="0"
628 m0="0.00000"
629
630<p/>particle: id="82" name="rndmflavq" antiName="rndmflavqbar" spinType="0" chargeType="0" colType="0"
631 m0="0.00000"
632
633<p/>particle: id="83" name="rndmflavg" antiName="rndmflavgbar" spinType="0" chargeType="0" colType="0"
634 m0="0.00000"
635
636<p/>particle: id="90" name="system" spinType="0" chargeType="0" colType="0"
637 m0="0.00000"
638
639<p/>particle: id="110" name="Reggeon" spinType="0" chargeType="0" colType="0"
640 m0="0.00000"
641
642<p/>particle: id="111" name="pi0" spinType="1" chargeType="0" colType="0"
643 m0="0.13498" tau0="2.55313e-05"
644 <br/> channel: onMode="1" bRatio="0.9879900" products="22 22"
645 <br/> channel: onMode="1" bRatio="0.0119800" meMode="11" products="22 11 -11"
646 <br/> channel: onMode="1" bRatio="0.0000300" meMode="13" products="11 -11 11 -11"
647
648<p/>particle: id="113" name="rho0" spinType="3" chargeType="0" colType="0"
649 m0="0.77549" mWidth="0.14910" mMin="0.30000" mMax="1.50000"
650 <br/> channel: onMode="1" bRatio="0.9988485" meMode="2" products="211 -211"
651 <br/> channel: onMode="1" bRatio="0.0006000" products="111 22"
652 <br/> channel: onMode="1" bRatio="0.0002950" products="221 22"
653 <br/> channel: onMode="1" bRatio="0.0001010" meMode="1" products="211 -211 111"
654 <br/> channel: onMode="1" bRatio="0.0000470" products="11 -11"
655 <br/> channel: onMode="1" bRatio="0.0000455" products="13 -13"
656 <br/> channel: onMode="1" bRatio="0.0000450" products="111 111 22"
657 <br/> channel: onMode="1" bRatio="0.0000180" products="211 -211 211 -211"
658
659<p/>particle: id="115" name="a_20" spinType="5" chargeType="0" colType="0"
660 m0="1.31830" mWidth="0.10700" mMin="1.00000" mMax="1.70000"
661 <br/> channel: onMode="1" bRatio="0.3483455" products="213 -211"
662 <br/> channel: onMode="1" bRatio="0.3483455" products="-213 211"
663 <br/> channel: onMode="1" bRatio="0.1440000" products="221 111"
664 <br/> channel: onMode="1" bRatio="0.1050000" products="223 211 -211"
665 <br/> channel: onMode="1" bRatio="0.0245000" products="321 -321"
666 <br/> channel: onMode="1" bRatio="0.0122500" products="130 130"
667 <br/> channel: onMode="1" bRatio="0.0122500" products="310 310"
668 <br/> channel: onMode="1" bRatio="0.0053000" products="331 111"
669 <br/> channel: onMode="1" bRatio="0.0000090" products="22 22"
670
671<p/>particle: id="130" name="K_L0" spinType="1" chargeType="0" colType="0"
672 m0="0.49761" tau0="1.53300e+04"
673 <br/> channel: onMode="1" bRatio="0.1955770" products="111 111 111"
674 <br/> channel: onMode="1" bRatio="0.1255900" products="211 -211 111"
675 <br/> channel: onMode="1" bRatio="0.2026300" meMode="22" products="-12 11 211"
676 <br/> channel: onMode="1" bRatio="0.2026300" meMode="22" products="12 -11 -211"
677 <br/> channel: onMode="1" bRatio="0.1350900" meMode="22" products="-14 13 211"
678 <br/> channel: onMode="1" bRatio="0.1350900" meMode="22" products="14 -13 -211"
679 <br/> channel: onMode="1" bRatio="0.0019760" products="211 -211"
680 <br/> channel: onMode="1" bRatio="0.0008690" products="111 111"
681 <br/> channel: onMode="1" bRatio="0.0005480" products="22 22"
682
683<p/>particle: id="211" name="pi+" antiName="pi-" spinType="1" chargeType="3" colType="0"
684 m0="0.13957" tau0="7.80450e+03"
685 <br/> channel: onMode="1" bRatio="0.9998770" products="-13 14"
686 <br/> channel: onMode="1" bRatio="0.0001230" products="-11 12"
687
688<p/>particle: id="213" name="rho+" antiName="rho-" spinType="3" chargeType="3" colType="0"
689 m0="0.77549" mWidth="0.14910" mMin="0.30000" mMax="1.50000"
690 <br/> channel: onMode="1" bRatio="0.9995500" meMode="2" products="211 111"
691 <br/> channel: onMode="1" bRatio="0.0004500" products="211 22"
692
693<p/>particle: id="215" name="a_2+" antiName="a_2-" spinType="5" chargeType="3" colType="0"
694 m0="1.31830" mWidth="0.10700" mMin="1.00000" mMax="1.70000"
695 <br/> channel: onMode="1" bRatio="0.3480100" products="213 111"
696 <br/> channel: onMode="1" bRatio="0.3480100" products="113 211"
697 <br/> channel: onMode="1" bRatio="0.1440000" products="221 211"
698 <br/> channel: onMode="1" bRatio="0.1040000" products="223 211 111"
699 <br/> channel: onMode="1" bRatio="0.0480000" products="321 -311"
700 <br/> channel: onMode="1" bRatio="0.0053000" products="331 211"
701 <br/> channel: onMode="1" bRatio="0.0026800" products="211 22"
702
703<p/>particle: id="221" name="eta" spinType="1" chargeType="0" colType="0"
704 m0="0.54785"
705 <br/> channel: onMode="1" bRatio="0.3938240" products="22 22"
706 <br/> channel: onMode="1" bRatio="0.3251200" products="111 111 111"
707 <br/> channel: onMode="1" bRatio="0.0004400" products="111 22 22"
708 <br/> channel: onMode="1" bRatio="0.2270000" products="211 -211 111"
709 <br/> channel: onMode="1" bRatio="0.0469000" products="211 -211 22"
710 <br/> channel: onMode="1" bRatio="0.0060000" meMode="11" products="22 11 -11"
711 <br/> channel: onMode="1" bRatio="0.0003100" meMode="11" products="22 13 -13"
712 <br/> channel: onMode="1" bRatio="0.0000060" products="13 -13"
713 <br/> channel: onMode="1" bRatio="0.0004000" meMode="12" products="211 -211 11 -11"
714
715<p/>particle: id="223" name="omega" spinType="3" chargeType="0" colType="0"
716 m0="0.78265" mWidth="0.00849" mMin="0.50000" mMax="1.10000"
717 <br/> channel: onMode="1" bRatio="0.8924150" meMode="1" products="211 -211 111"
718 <br/> channel: onMode="1" bRatio="0.0890000" products="111 22"
719 <br/> channel: onMode="1" bRatio="0.0170000" meMode="2" products="211 -211"
720 <br/> channel: onMode="1" bRatio="0.0004900" products="221 22"
721 <br/> channel: onMode="1" bRatio="0.0007700" meMode="11" products="111 11 -11"
722 <br/> channel: onMode="1" bRatio="0.0000960" meMode="11" products="111 13 -13"
723 <br/> channel: onMode="1" bRatio="0.0000720" products="11 -11"
724 <br/> channel: onMode="1" bRatio="0.0000900" products="13 -13"
725 <br/> channel: onMode="1" bRatio="0.0000670" products="111 111 22"
726
727<p/>particle: id="225" name="f_2" spinType="5" chargeType="0" colType="0"
728 m0="1.27510" mWidth="0.18510" mMin="0.60000" mMax="2.00000"
729 <br/> channel: onMode="1" bRatio="0.5653260" products="211 -211"
730 <br/> channel: onMode="1" bRatio="0.2826600" products="111 111"
731 <br/> channel: onMode="1" bRatio="0.0710000" products="211 -211 111 111"
732 <br/> channel: onMode="1" bRatio="0.0280000" products="211 -211 211 -211"
733 <br/> channel: onMode="1" bRatio="0.0230000" products="321 -321"
734 <br/> channel: onMode="1" bRatio="0.0115000" products="130 130"
735 <br/> channel: onMode="1" bRatio="0.0115000" products="310 310"
736 <br/> channel: onMode="1" bRatio="0.0040000" products="221 221"
737 <br/> channel: onMode="1" bRatio="0.0030000" products="111 111 111 111"
738 <br/> channel: onMode="1" bRatio="0.0000140" products="22 22"
739
740<p/>particle: id="310" name="K_S0" spinType="1" chargeType="0" colType="0"
741 m0="0.49761" tau0="2.68420e+01"
742 <br/> channel: onMode="1" bRatio="0.6923500" products="211 -211"
743 <br/> channel: onMode="1" bRatio="0.3069000" products="111 111"
744 <br/> channel: onMode="1" bRatio="0.0000470" meMode="12" products="211 -211 11 -11"
745 <br/> channel: onMode="1" bRatio="0.0003500" meMode="22" products="-12 11 211"
746 <br/> channel: onMode="1" bRatio="0.0003500" meMode="22" products="12 -11 -211"
747 <br/> channel: onMode="1" bRatio="0.0000030" products="22 22"
748
749<p/>particle: id="311" name="K0" antiName="Kbar0" spinType="1" chargeType="0" colType="0"
750 m0="0.49761"
751 <br/> channel: onMode="1" bRatio="0.5000000" products="130"
752 <br/> channel: onMode="1" bRatio="0.5000000" products="310"
753
754<p/>particle: id="313" name="K*0" antiName="K*bar0" spinType="3" chargeType="0" colType="0"
755 m0="0.89594" mWidth="0.04870" mMin="0.65000" mMax="1.20000"
756 <br/> channel: onMode="1" bRatio="0.6650000" meMode="2" products="321 -211"
757 <br/> channel: onMode="1" bRatio="0.3326900" meMode="2" products="311 111"
758 <br/> channel: onMode="1" bRatio="0.0023100" products="311 22"
759
760<p/>particle: id="315" name="K*_2(1430)0" antiName="K*_2(1430)bar0" spinType="5" chargeType="0" colType="0"
761 m0="1.43240" mWidth="0.10900" mMin="1.10000" mMax="1.80000"
762 <br/> channel: onMode="1" bRatio="0.3340000" products="321 -211"
763 <br/> channel: onMode="1" bRatio="0.1670000" products="311 111"
764 <br/> channel: onMode="1" bRatio="0.1650000" products="323 -211"
765 <br/> channel: onMode="1" bRatio="0.0825000" products="313 111"
766 <br/> channel: onMode="1" bRatio="0.0890000" products="323 -211 111"
767 <br/> channel: onMode="1" bRatio="0.0450000" products="313 211 -211"
768 <br/> channel: onMode="1" bRatio="0.0580000" products="321 -213"
769 <br/> channel: onMode="1" bRatio="0.0290000" products="311 113"
770 <br/> channel: onMode="1" bRatio="0.0290000" products="311 223"
771 <br/> channel: onMode="1" bRatio="0.0015000" products="311 221"
772
773<p/>particle: id="321" name="K+" antiName="K-" spinType="1" chargeType="3" colType="0"
774 m0="0.49368" tau0="3.71300e+03"
775 <br/> channel: onMode="1" bRatio="0.6343000" products="-13 14"
776 <br/> channel: onMode="1" bRatio="0.0000150" products="-11 12"
777 <br/> channel: onMode="1" bRatio="0.2091100" products="211 111"
778 <br/> channel: onMode="1" bRatio="0.0559000" products="211 211 -211"
779 <br/> channel: onMode="1" bRatio="0.0175700" products="211 111 111"
780 <br/> channel: onMode="1" bRatio="0.0498000" meMode="22" products="12 -11 111"
781 <br/> channel: onMode="1" bRatio="0.0332000" meMode="22" products="14 -13 111"
782 <br/> channel: onMode="1" bRatio="0.0000220" products="-11 12 111 111"
783 <br/> channel: onMode="1" bRatio="0.0000410" products="-11 12 211 -211"
784 <br/> channel: onMode="1" bRatio="0.0000140" products="-13 14 111 111"
785 <br/> channel: onMode="1" bRatio="0.0000280" products="-13 14 211 -211"
786
787<p/>particle: id="323" name="K*+" antiName="K*-" spinType="3" chargeType="3" colType="0"
788 m0="0.89166" mWidth="0.05080" mMin="0.65000" mMax="1.20000"
789 <br/> channel: onMode="1" bRatio="0.6660000" meMode="2" products="311 211"
790 <br/> channel: onMode="1" bRatio="0.3330000" meMode="2" products="321 111"
791 <br/> channel: onMode="1" bRatio="0.0010000" products="321 22"
792
793<p/>particle: id="325" name="K*_2(1430)+" antiName="K*_2(1430)-" spinType="5" chargeType="3" colType="0"
794 m0="1.42560" mWidth="0.09850" mMin="1.10000" mMax="1.80000"
795 <br/> channel: onMode="1" bRatio="0.3330000" products="311 211"
796 <br/> channel: onMode="1" bRatio="0.1660000" products="321 111"
797 <br/> channel: onMode="1" bRatio="0.1647000" products="313 211"
798 <br/> channel: onMode="1" bRatio="0.0824000" products="323 111"
799 <br/> channel: onMode="1" bRatio="0.0890000" products="313 211 111"
800 <br/> channel: onMode="1" bRatio="0.0450000" products="323 211 -211"
801 <br/> channel: onMode="1" bRatio="0.0580000" products="311 213"
802 <br/> channel: onMode="1" bRatio="0.0290000" products="321 113"
803 <br/> channel: onMode="1" bRatio="0.0290000" products="321 223"
804 <br/> channel: onMode="1" bRatio="0.0015000" products="321 221"
805 <br/> channel: onMode="1" bRatio="0.0024000" products="321 22"
806
807<p/>particle: id="331" name="eta'" spinType="1" chargeType="0" colType="0"
808 m0="0.95778" mWidth="0.00020" mMin="0.95578" mMax="0.95978"
809 <br/> channel: onMode="1" bRatio="0.4449000" products="211 -211 221"
810 <br/> channel: onMode="1" bRatio="0.2939500" products="113 22"
811 <br/> channel: onMode="1" bRatio="0.2080000" products="111 111 221"
812 <br/> channel: onMode="1" bRatio="0.0303000" products="223 22"
813 <br/> channel: onMode="1" bRatio="0.0212000" products="22 22"
814 <br/> channel: onMode="1" bRatio="0.0015500" products="111 111 111"
815 <br/> channel: onMode="1" bRatio="0.0001000" products="13 -13 22"
816
817<p/>particle: id="333" name="phi" spinType="3" chargeType="0" colType="0"
818 m0="1.01946" mWidth="0.00426" mMin="1.00000" mMax="1.04000"
819 <br/> channel: onMode="1" bRatio="0.4919270" meMode="2" products="321 -321"
820 <br/> channel: onMode="1" bRatio="0.3400000" meMode="2" products="130 310"
821 <br/> channel: onMode="1" bRatio="0.0420000" products="-213 211"
822 <br/> channel: onMode="1" bRatio="0.0420000" products="113 111"
823 <br/> channel: onMode="1" bRatio="0.0420000" products="213 -211"
824 <br/> channel: onMode="1" bRatio="0.0270000" meMode="1" products="211 -211 111"
825 <br/> channel: onMode="1" bRatio="0.0130000" products="221 22"
826 <br/> channel: onMode="1" bRatio="0.0012500" products="111 22"
827 <br/> channel: onMode="1" bRatio="0.0002970" products="11 -11"
828 <br/> channel: onMode="1" bRatio="0.0002860" products="13 -13"
829 <br/> channel: onMode="1" bRatio="0.0001150" meMode="11" products="221 11 -11"
830 <br/> channel: onMode="1" bRatio="0.0000730" meMode="2" products="211 -211"
831 <br/> channel: onMode="1" bRatio="0.0000520" products="223 111"
832
833<p/>particle: id="335" name="f'_2(1525)" spinType="5" chargeType="0" colType="0"
834 m0="1.52500" mWidth="0.07300" mMin="1.10000" mMax="2.00000"
835 <br/> channel: onMode="1" bRatio="0.4444000" products="321 -321"
836 <br/> channel: onMode="1" bRatio="0.2222000" products="130 130"
837 <br/> channel: onMode="1" bRatio="0.2222000" products="310 310"
838 <br/> channel: onMode="1" bRatio="0.1030000" products="221 221"
839 <br/> channel: onMode="1" bRatio="0.0041000" products="211 -211"
840 <br/> channel: onMode="1" bRatio="0.0041000" products="111 111"
841
842<p/>particle: id="411" name="D+" antiName="D-" spinType="1" chargeType="3" colType="0"
843 m0="1.86962" tau0="3.11800e-01"
844 <br/> channel: onMode="1" bRatio="0.0004000" products="-13 14"
845 <br/> channel: onMode="1" bRatio="0.0010000" products="-15 16"
846 <br/> channel: onMode="1" bRatio="0.0043000" meMode="22" products="-11 12 111"
847 <br/> channel: onMode="1" bRatio="0.0028000" meMode="22" products="-11 12 113"
848 <br/> channel: onMode="1" bRatio="0.0026000" meMode="22" products="-11 12 221"
849 <br/> channel: onMode="1" bRatio="0.0028000" meMode="22" products="-11 12 223"
850 <br/> channel: onMode="1" bRatio="0.0900000" meMode="22" products="-11 12 311"
851 <br/> channel: onMode="1" bRatio="0.0554000" meMode="22" products="-11 12 -313"
852 <br/> channel: onMode="1" bRatio="0.0038000" meMode="22" products="-11 12 -315"
853 <br/> channel: onMode="1" bRatio="0.0005000" meMode="22" products="-11 12 331"
854 <br/> channel: onMode="1" bRatio="0.0036000" meMode="22" products="-11 12 -10313"
855 <br/> channel: onMode="1" bRatio="0.0043000" meMode="22" products="-13 14 111"
856 <br/> channel: onMode="1" bRatio="0.0028000" meMode="22" products="-13 14 113"
857 <br/> channel: onMode="1" bRatio="0.0026000" meMode="22" products="-13 14 221"
858 <br/> channel: onMode="1" bRatio="0.0028000" meMode="22" products="-13 14 223"
859 <br/> channel: onMode="1" bRatio="0.0874000" meMode="22" products="-13 14 311"
860 <br/> channel: onMode="1" bRatio="0.0533000" meMode="22" products="-13 14 -313"
861 <br/> channel: onMode="1" bRatio="0.0038000" meMode="22" products="-13 14 -315"
862 <br/> channel: onMode="1" bRatio="0.0005000" meMode="22" products="-13 14 331"
863 <br/> channel: onMode="1" bRatio="0.0036000" meMode="22" products="-13 14 -10313"
864 <br/> channel: onMode="1" bRatio="0.0014000" meMode="22" products="-11 12 311 111"
865 <br/> channel: onMode="1" bRatio="0.0027000" meMode="22" products="-11 12 -321 211"
866 <br/> channel: onMode="1" bRatio="0.0014000" meMode="22" products="-13 14 311 111"
867 <br/> channel: onMode="1" bRatio="0.0027000" meMode="22" products="-13 14 -321 211"
868 <br/> channel: onMode="1" bRatio="0.0026000" products="211 111"
869 <br/> channel: onMode="1" bRatio="0.0010000" products="211 113"
870 <br/> channel: onMode="1" bRatio="0.0076000" products="221 211"
871 <br/> channel: onMode="1" bRatio="0.0282000" products="311 211"
872 <br/> channel: onMode="1" bRatio="0.0210000" products="-313 213"
873 <br/> channel: onMode="1" bRatio="0.0074000" products="321 311"
874 <br/> channel: onMode="1" bRatio="0.0042000" products="321 -313"
875 <br/> channel: onMode="1" bRatio="0.0310000" products="323 311"
876 <br/> channel: onMode="1" bRatio="0.0180000" products="323 -313"
877 <br/> channel: onMode="1" bRatio="0.0070000" products="333 211"
878 <br/> channel: onMode="1" bRatio="0.0115000" products="-10311 211"
879 <br/> channel: onMode="1" bRatio="0.0800000" products="20213 311"
880 <br/> channel: onMode="1" bRatio="0.0508000" products="-20313 211"
881 <br/> channel: onMode="1" bRatio="0.0015000" products="211 111 111"
882 <br/> channel: onMode="1" bRatio="0.0020000" products="211 211 -211"
883 <br/> channel: onMode="1" bRatio="0.0030000" products="221 211 111"
884 <br/> channel: onMode="1" bRatio="0.0970000" products="311 211 111"
885 <br/> channel: onMode="1" bRatio="0.0050000" products="311 211 113"
886 <br/> channel: onMode="1" bRatio="0.0100000" products="311 221 211"
887 <br/> channel: onMode="1" bRatio="0.0050000" products="311 223 211"
888 <br/> channel: onMode="1" bRatio="0.0010000" products="311 311 211"
889 <br/> channel: onMode="1" bRatio="0.0010000" products="313 311 211"
890 <br/> channel: onMode="1" bRatio="0.0100000" products="-313 211 111"
891 <br/> channel: onMode="1" bRatio="0.0078000" products="-313 211 113"
892 <br/> channel: onMode="1" bRatio="0.0100000" products="-313 221 211"
893 <br/> channel: onMode="1" bRatio="0.0050000" products="-313 223 211"
894 <br/> channel: onMode="1" bRatio="0.0010000" products="-313 311 211"
895 <br/> channel: onMode="1" bRatio="0.0010000" products="321 311 111"
896 <br/> channel: onMode="1" bRatio="0.0100000" products="321 311 311"
897 <br/> channel: onMode="1" bRatio="0.0010000" products="321 -313 111"
898 <br/> channel: onMode="1" bRatio="0.0046000" products="321 -321 211"
899 <br/> channel: onMode="1" bRatio="0.0920000" products="-321 211 211"
900 <br/> channel: onMode="1" bRatio="0.0110000" products="-321 213 211"
901 <br/> channel: onMode="1" bRatio="0.0010000" products="323 311 111"
902 <br/> channel: onMode="1" bRatio="0.0010000" products="323 -321 211"
903 <br/> channel: onMode="1" bRatio="0.0070000" products="-323 211 211"
904 <br/> channel: onMode="1" bRatio="0.0100000" products="-323 213 211"
905 <br/> channel: onMode="1" bRatio="0.0010000" products="-323 321 211"
906 <br/> channel: onMode="1" bRatio="0.0230000" products="333 211 111"
907 <br/> channel: onMode="1" bRatio="0.0050000" products="211 111 111 111"
908 <br/> channel: onMode="1" bRatio="0.0090000" products="211 211 -211 111"
909 <br/> channel: onMode="1" bRatio="0.0020000" products="221 211 111 111"
910 <br/> channel: onMode="1" bRatio="0.0030000" products="221 211 211 -211"
911 <br/> channel: onMode="1" bRatio="0.0188000" products="311 211 111 111"
912 <br/> channel: onMode="1" bRatio="0.0120000" products="-321 211 211 111"
913 <br/> channel: onMode="1" bRatio="0.0021000" products="211 211 211 -211 -211"
914 <br/> channel: onMode="1" bRatio="0.0035000" products="311 211 111 111 111"
915 <br/> channel: onMode="1" bRatio="0.0087000" products="311 211 211 -211 111"
916 <br/> channel: onMode="1" bRatio="0.0050000" products="-321 211 211 111 111"
917 <br/> channel: onMode="1" bRatio="0.0022000" products="-321 211 211 211 -211"
918
919<p/>particle: id="413" name="D*+" antiName="D*-" spinType="3" chargeType="3" colType="0"
920 m0="2.01028"
921 <br/> channel: onMode="1" bRatio="0.6770000" meMode="2" products="421 211"
922 <br/> channel: onMode="1" bRatio="0.3070000" meMode="2" products="411 111"
923 <br/> channel: onMode="1" bRatio="0.0160000" products="411 22"
924
925<p/>particle: id="415" name="D*_2(2460)+" antiName="D*_2(2460)-" spinType="5" chargeType="3" colType="0"
926 m0="2.46440" mWidth="0.03700" mMin="2.30000" mMax="2.65000"
927 <br/> channel: onMode="1" bRatio="0.2200000" products="423 211"
928 <br/> channel: onMode="1" bRatio="0.1100000" products="413 111"
929 <br/> channel: onMode="1" bRatio="0.3800000" products="421 211"
930 <br/> channel: onMode="1" bRatio="0.1900000" products="411 111"
931 <br/> channel: onMode="1" bRatio="0.0670000" products="423 211 111"
932 <br/> channel: onMode="1" bRatio="0.0330000" products="413 211 -211"
933
934<p/>particle: id="421" name="D0" antiName="Dbar0" spinType="1" chargeType="0" colType="0"
935 m0="1.86486" tau0="1.22900e-01"
936 <br/> channel: onMode="1" bRatio="0.0034000" meMode="22" products="-11 12 -211"
937 <br/> channel: onMode="1" bRatio="0.0022000" meMode="22" products="-11 12 -213"
938 <br/> channel: onMode="1" bRatio="0.0350000" meMode="22" products="-11 12 -321"
939 <br/> channel: onMode="1" bRatio="0.0225000" meMode="22" products="-11 12 -323"
940 <br/> channel: onMode="1" bRatio="0.0015000" meMode="22" products="-11 12 -325"
941 <br/> channel: onMode="1" bRatio="0.0014000" meMode="22" products="-11 12 -10323"
942 <br/> channel: onMode="1" bRatio="0.0034000" meMode="22" products="-13 14 -211"
943 <br/> channel: onMode="1" bRatio="0.0022000" meMode="22" products="-13 14 -213"
944 <br/> channel: onMode="1" bRatio="0.0340000" meMode="22" products="-13 14 -321"
945 <br/> channel: onMode="1" bRatio="0.0214000" meMode="22" products="-13 14 -323"
946 <br/> channel: onMode="1" bRatio="0.0015000" meMode="22" products="-13 14 -325"
947 <br/> channel: onMode="1" bRatio="0.0014000" meMode="22" products="-13 14 -10323"
948 <br/> channel: onMode="1" bRatio="0.0011000" meMode="22" products="-11 12 311 -211"
949 <br/> channel: onMode="1" bRatio="0.0006000" meMode="22" products="-11 12 -321 111"
950 <br/> channel: onMode="1" bRatio="0.0011000" meMode="22" products="-13 14 311 -211"
951 <br/> channel: onMode="1" bRatio="0.0006000" meMode="22" products="-13 14 -321 111"
952 <br/> channel: onMode="1" bRatio="0.0008000" products="111 111"
953 <br/> channel: onMode="1" bRatio="0.0020000" products="113 111"
954 <br/> channel: onMode="1" bRatio="0.0006000" products="130 130"
955 <br/> channel: onMode="1" bRatio="0.0015000" products="211 -211"
956 <br/> channel: onMode="1" bRatio="0.0040000" products="213 -211"
957 <br/> channel: onMode="1" bRatio="0.0040000" products="-213 211"
958 <br/> channel: onMode="1" bRatio="0.0010000" products="221 111"
959 <br/> channel: onMode="1" bRatio="0.0010000" products="221 221"
960 <br/> channel: onMode="1" bRatio="0.0006000" products="310 310"
961 <br/> channel: onMode="1" bRatio="0.0212000" products="311 111"
962 <br/> channel: onMode="1" bRatio="0.0071000" products="311 221"
963 <br/> channel: onMode="1" bRatio="0.0210000" products="311 223"
964 <br/> channel: onMode="1" bRatio="0.0004000" products="313 311"
965 <br/> channel: onMode="1" bRatio="0.0014000" products="313 -313"
966 <br/> channel: onMode="1" bRatio="0.0085000" products="-313 111"
967 <br/> channel: onMode="1" bRatio="0.0146000" products="-313 113"
968 <br/> channel: onMode="1" bRatio="0.0190000" products="-313 221"
969 <br/> channel: onMode="1" bRatio="0.0110000" products="-313 223"
970 <br/> channel: onMode="1" bRatio="0.0008000" products="-313 311"
971 <br/> channel: onMode="1" bRatio="0.0001500" products="321 -211"
972 <br/> channel: onMode="1" bRatio="0.0043000" products="321 -321"
973 <br/> channel: onMode="1" bRatio="0.0383000" products="-321 211"
974 <br/> channel: onMode="1" bRatio="0.0035000" products="323 -321"
975 <br/> channel: onMode="1" bRatio="0.0610000" products="-323 213"
976 <br/> channel: onMode="1" bRatio="0.0018000" products="-323 321"
977 <br/> channel: onMode="1" bRatio="0.0010000" products="331 111"
978 <br/> channel: onMode="1" bRatio="0.0172000" products="331 311"
979 <br/> channel: onMode="1" bRatio="0.0020000" products="331 -313"
980 <br/> channel: onMode="1" bRatio="0.0007000" products="333 111"
981 <br/> channel: onMode="1" bRatio="0.0086000" products="333 311"
982 <br/> channel: onMode="1" bRatio="0.0071000" products="-10313 111"
983 <br/> channel: onMode="1" bRatio="0.0107000" products="-10323 211"
984 <br/> channel: onMode="1" bRatio="0.0730000" products="20213 -321"
985 <br/> channel: onMode="1" bRatio="0.0010000" products="111 111 111"
986 <br/> channel: onMode="1" bRatio="0.0060000" products="211 -211 111"
987 <br/> channel: onMode="1" bRatio="0.0270000" products="211 -211 130"
988 <br/> channel: onMode="1" bRatio="0.0270000" products="310 211 -211"
989 <br/> channel: onMode="1" bRatio="0.0008000" products="310 310 310"
990 <br/> channel: onMode="1" bRatio="0.0078000" products="311 111 111"
991 <br/> channel: onMode="1" bRatio="0.0116000" products="-313 111 111"
992 <br/> channel: onMode="1" bRatio="0.0225000" products="-313 211 -211"
993 <br/> channel: onMode="1" bRatio="0.0005000" products="321 -211 111"
994 <br/> channel: onMode="1" bRatio="0.0051000" products="321 -321 311"
995 <br/> channel: onMode="1" bRatio="0.1390000" products="-321 211 111"
996 <br/> channel: onMode="1" bRatio="0.0060000" products="-321 211 113"
997 <br/> channel: onMode="1" bRatio="0.0068000" products="-321 213 111"
998 <br/> channel: onMode="1" bRatio="0.0100000" products="-321 221 211"
999 <br/> channel: onMode="1" bRatio="0.0303000" products="-321 223 211"
1000 <br/> channel: onMode="1" bRatio="0.0100000" products="-323 211 111"
1001 <br/> channel: onMode="1" bRatio="0.0075000" products="331 -321 211"
1002 <br/> channel: onMode="1" bRatio="0.0011000" products="333 211 -211"
1003 <br/> channel: onMode="1" bRatio="0.0073000" products="211 211 -211 -211"
1004 <br/> channel: onMode="1" bRatio="0.0050000" products="211 -211 111 111"
1005 <br/> channel: onMode="1" bRatio="0.0143000" products="311 111 111 111"
1006 <br/> channel: onMode="1" bRatio="0.0085000" products="311 211 -211 111"
1007 <br/> channel: onMode="1" bRatio="0.0015000" products="311 311 111 111"
1008 <br/> channel: onMode="1" bRatio="0.0015000" products="311 311 211 -211"
1009 <br/> channel: onMode="1" bRatio="0.0030000" products="321 -321 111 111"
1010 <br/> channel: onMode="1" bRatio="0.0025000" products="321 -321 211 -211"
1011 <br/> channel: onMode="1" bRatio="0.0257500" products="-321 211 111 111"
1012 <br/> channel: onMode="1" bRatio="0.0074000" products="-321 211 211 -211"
1013 <br/> channel: onMode="1" bRatio="0.0177000" products="211 211 -211 -211 111"
1014 <br/> channel: onMode="1" bRatio="0.0060000" products="211 -211 111 111 111"
1015 <br/> channel: onMode="1" bRatio="0.0058000" products="311 211 211 -211 -211"
1016 <br/> channel: onMode="1" bRatio="0.0638000" products="311 211 -211 111 111"
1017 <br/> channel: onMode="1" bRatio="0.0038000" products="-321 211 111 111 111"
1018 <br/> channel: onMode="1" bRatio="0.0038000" products="-321 211 211 -211 111"
1019 <br/> channel: onMode="1" bRatio="0.0192000" products="311 211 -211 111 111 111"
1020
1021<p/>particle: id="423" name="D*0" antiName="D*bar0" spinType="3" chargeType="0" colType="0"
1022 m0="2.00698"
1023 <br/> channel: onMode="1" bRatio="0.6190000" meMode="2" products="421 111"
1024 <br/> channel: onMode="1" bRatio="0.3810000" products="421 22"
1025
1026<p/>particle: id="425" name="D*_2(2460)0" antiName="D*_2(2460)bar0" spinType="5" chargeType="0" colType="0"
1027 m0="2.46260" mWidth="0.04900" mMin="2.30000" mMax="2.65000"
1028 <br/> channel: onMode="1" bRatio="0.2200000" products="413 -211"
1029 <br/> channel: onMode="1" bRatio="0.1100000" products="423 111"
1030 <br/> channel: onMode="1" bRatio="0.3800000" products="411 -211"
1031 <br/> channel: onMode="1" bRatio="0.1900000" products="421 111"
1032 <br/> channel: onMode="1" bRatio="0.0670000" products="413 -211 111"
1033 <br/> channel: onMode="1" bRatio="0.0330000" products="423 211 -211"
1034
1035<p/>particle: id="431" name="D_s+" antiName="D_s-" spinType="1" chargeType="3" colType="0"
1036 m0="1.96849" tau0="1.49900e-01"
1037 <br/> channel: onMode="1" bRatio="0.0061600" products="-13 14"
1038 <br/> channel: onMode="1" bRatio="0.0640000" products="-15 16"
1039 <br/> channel: onMode="1" bRatio="0.0307000" meMode="22" products="-11 12 221"
1040 <br/> channel: onMode="1" bRatio="0.0027000" meMode="22" products="-11 12 311"
1041 <br/> channel: onMode="1" bRatio="0.0010000" meMode="22" products="-11 12 -313"
1042 <br/> channel: onMode="1" bRatio="0.0106000" meMode="22" products="-11 12 331"
1043 <br/> channel: onMode="1" bRatio="0.0242000" meMode="22" products="-11 12 333"
1044 <br/> channel: onMode="1" bRatio="0.0307000" meMode="22" products="-13 14 221"
1045 <br/> channel: onMode="1" bRatio="0.0027000" meMode="22" products="-13 14 311"
1046 <br/> channel: onMode="1" bRatio="0.0010000" meMode="22" products="-13 14 -313"
1047 <br/> channel: onMode="1" bRatio="0.0106000" meMode="22" products="-13 14 331"
1048 <br/> channel: onMode="1" bRatio="0.0242000" meMode="22" products="-13 14 333"
1049 <br/> channel: onMode="1" bRatio="0.0010000" products="211 111"
1050 <br/> channel: onMode="1" bRatio="0.0004000" products="211 113"
1051 <br/> channel: onMode="1" bRatio="0.0004000" products="213 111"
1052 <br/> channel: onMode="1" bRatio="0.0210000" products="221 211"
1053 <br/> channel: onMode="1" bRatio="0.1310400" products="221 213"
1054 <br/> channel: onMode="1" bRatio="0.0034000" products="223 211"
1055 <br/> channel: onMode="1" bRatio="0.0023000" products="225 211"
1056 <br/> channel: onMode="1" bRatio="0.0040000" products="311 211"
1057 <br/> channel: onMode="1" bRatio="0.0015000" products="311 213"
1058 <br/> channel: onMode="1" bRatio="0.0079000" products="313 211"
1059 <br/> channel: onMode="1" bRatio="0.0050000" products="313 213"
1060 <br/> channel: onMode="1" bRatio="0.0015000" products="321 113"
1061 <br/> channel: onMode="1" bRatio="0.0002000" products="321 221"
1062 <br/> channel: onMode="1" bRatio="0.0440000" products="321 311"
1063 <br/> channel: onMode="1" bRatio="0.0400000" products="321 -313"
1064 <br/> channel: onMode="1" bRatio="0.0530000" products="323 311"
1065 <br/> channel: onMode="1" bRatio="0.0700000" products="323 -313"
1066 <br/> channel: onMode="1" bRatio="0.0470000" products="331 211"
1067 <br/> channel: onMode="1" bRatio="0.1220000" products="331 213"
1068 <br/> channel: onMode="1" bRatio="0.0002000" products="331 321"
1069 <br/> channel: onMode="1" bRatio="0.0440000" products="333 211"
1070 <br/> channel: onMode="1" bRatio="0.0820000" products="333 213"
1071 <br/> channel: onMode="1" bRatio="0.0003000" products="333 321"
1072 <br/> channel: onMode="1" bRatio="0.0025000" products="20213 311"
1073 <br/> channel: onMode="1" bRatio="0.0100000" products="9010221 211"
1074 <br/> channel: onMode="1" bRatio="0.0000500" products="211 111 111"
1075 <br/> channel: onMode="1" bRatio="0.0000500" products="211 211 -211"
1076 <br/> channel: onMode="1" bRatio="0.0150000" products="221 211 111"
1077 <br/> channel: onMode="1" bRatio="0.0010000" products="311 211 111"
1078 <br/> channel: onMode="1" bRatio="0.0050000" products="313 211 111"
1079 <br/> channel: onMode="1" bRatio="0.0002000" products="321 221 111"
1080 <br/> channel: onMode="1" bRatio="0.0030000" products="321 311 111"
1081 <br/> channel: onMode="1" bRatio="0.0012000" products="321 -313 111"
1082 <br/> channel: onMode="1" bRatio="0.0002000" products="321 321 -321"
1083 <br/> channel: onMode="1" bRatio="0.0110000" products="321 -321 211"
1084 <br/> channel: onMode="1" bRatio="0.0012000" products="323 311 111"
1085 <br/> channel: onMode="1" bRatio="0.0040000" products="323 -313 111"
1086 <br/> channel: onMode="1" bRatio="0.0150000" products="331 211 111"
1087 <br/> channel: onMode="1" bRatio="0.0002000" products="331 321 111"
1088 <br/> channel: onMode="1" bRatio="0.0100000" products="333 211 111"
1089 <br/> channel: onMode="1" bRatio="0.0050000" products="221 211 111 111"
1090 <br/> channel: onMode="1" bRatio="0.0050000" products="221 211 211 -211"
1091 <br/> channel: onMode="1" bRatio="0.0002000" products="321 221 211 -211"
1092 <br/> channel: onMode="1" bRatio="0.0010000" products="321 311 111 111"
1093 <br/> channel: onMode="1" bRatio="0.0010000" products="321 311 211 -211"
1094 <br/> channel: onMode="1" bRatio="0.0002000" products="331 321 211 -211"
1095 <br/> channel: onMode="1" bRatio="0.0050000" products="333 211 111 111"
1096 <br/> channel: onMode="1" bRatio="0.0080000" products="333 211 211 -211"
1097 <br/> channel: onMode="1" bRatio="0.0043000" products="321 -321 211 211 -211"
1098
1099<p/>particle: id="433" name="D*_s+" antiName="D*_s-" spinType="3" chargeType="3" colType="0"
1100 m0="2.11230"
1101 <br/> channel: onMode="1" bRatio="0.9420000" products="431 22"
1102 <br/> channel: onMode="1" bRatio="0.0580000" meMode="2" products="431 111"
1103
1104<p/>particle: id="435" name="D*_2s(2573)+" antiName="D*_2s(2573)-" spinType="5" chargeType="3" colType="0"
1105 m0="2.57190" mWidth="0.01700" mMin="2.51000" mMax="2.70000"
1106 <br/> channel: onMode="1" bRatio="0.0500000" products="413 311"
1107 <br/> channel: onMode="1" bRatio="0.0500000" products="423 321"
1108 <br/> channel: onMode="1" bRatio="0.4500000" products="411 311"
1109 <br/> channel: onMode="1" bRatio="0.4500000" products="421 321"
1110
1111<p/>particle: id="441" name="eta_c" spinType="1" chargeType="0" colType="0"
1112 m0="2.98100" mWidth="0.02970" mMin="2.78040" mMax="3.18040"
1113 <br/> channel: onMode="1" bRatio="0.0002800" products="22 22"
1114 <br/> channel: onMode="1" bRatio="0.0087000" products="113 113"
1115 <br/> channel: onMode="1" bRatio="0.0173000" products="213 -213"
1116 <br/> channel: onMode="1" bRatio="0.0042000" products="313 -313"
1117 <br/> channel: onMode="1" bRatio="0.0043000" products="323 -323"
1118 <br/> channel: onMode="1" bRatio="0.0026000" products="333 333"
1119 <br/> channel: onMode="1" bRatio="0.0013000" products="2212 -2212"
1120 <br/> channel: onMode="1" bRatio="0.0163000" products="221 111 111"
1121 <br/> channel: onMode="1" bRatio="0.0327000" products="221 211 -211"
1122 <br/> channel: onMode="1" bRatio="0.0095000" products="311 311 111"
1123 <br/> channel: onMode="1" bRatio="0.0191000" products="321 311 -211"
1124 <br/> channel: onMode="1" bRatio="0.0072000" products="321 -313 -211"
1125 <br/> channel: onMode="1" bRatio="0.0095000" products="321 -321 111"
1126 <br/> channel: onMode="1" bRatio="0.0191000" products="-321 311 211"
1127 <br/> channel: onMode="1" bRatio="0.0072000" products="-321 313 211"
1128 <br/> channel: onMode="1" bRatio="0.0137000" products="331 111 111"
1129 <br/> channel: onMode="1" bRatio="0.0273000" products="331 211 -211"
1130 <br/> channel: onMode="1" bRatio="0.0018000" products="333 321 -321"
1131 <br/> channel: onMode="1" bRatio="0.0033000" products="211 211 -211 -211"
1132 <br/> channel: onMode="1" bRatio="0.0006000" products="321 321 -321 -321"
1133 <br/> channel: onMode="1" bRatio="0.0054000" products="321 -321 211 -211"
1134 <br/> channel: onMode="1" bRatio="0.7886200" meMode="52" products="83 -83"
1135
1136<p/>particle: id="443" name="J/psi" spinType="3" chargeType="0" colType="0"
1137 m0="3.09692" mWidth="0.00009" mMin="3.09602" mMax="3.09782"
1138 <br/> channel: onMode="1" bRatio="0.8023950" meMode="43" products="83 -83"
1139 <br/> channel: onMode="1" bRatio="0.0594000" products="11 -11"
1140 <br/> channel: onMode="1" bRatio="0.0593000" products="13 -13"
1141 <br/> channel: onMode="1" bRatio="0.0130000" products="441 22"
1142 <br/> channel: onMode="1" bRatio="0.0056000" products="113 111"
1143 <br/> channel: onMode="1" bRatio="0.0056500" products="213 -211"
1144 <br/> channel: onMode="1" bRatio="0.0056500" products="-213 211"
1145 <br/> channel: onMode="1" bRatio="0.0036000" products="115 113"
1146 <br/> channel: onMode="1" bRatio="0.0036000" products="-215 213"
1147 <br/> channel: onMode="1" bRatio="0.0036000" products="215 -213"
1148 <br/> channel: onMode="1" bRatio="0.0043000" products="225 223"
1149 <br/> channel: onMode="1" bRatio="0.0022000" products="313 -315"
1150 <br/> channel: onMode="1" bRatio="0.0022000" products="323 -325"
1151 <br/> channel: onMode="1" bRatio="0.0022000" products="-323 325"
1152 <br/> channel: onMode="1" bRatio="0.0025000" products="321 -323"
1153 <br/> channel: onMode="1" bRatio="0.0025000" products="-321 323"
1154 <br/> channel: onMode="1" bRatio="0.0021000" products="311 -313"
1155 <br/> channel: onMode="1" bRatio="0.0021000" products="-311 313"
1156 <br/> channel: onMode="1" bRatio="0.0019000" products="20323 -321"
1157 <br/> channel: onMode="1" bRatio="0.0019000" products="-20323 321"
1158 <br/> channel: onMode="1" bRatio="0.0015000" products="10213 -211"
1159 <br/> channel: onMode="1" bRatio="0.0015000" products="-10213 211"
1160 <br/> channel: onMode="1" bRatio="0.0023000" products="10113 111"
1161 <br/> channel: onMode="1" bRatio="0.0004800" products="10331 223"
1162 <br/> channel: onMode="1" bRatio="0.0007400" products="223 221"
1163 <br/> channel: onMode="1" bRatio="0.0003600" products="10331 333"
1164 <br/> channel: onMode="1" bRatio="0.0008000" products="333 335"
1165 <br/> channel: onMode="1" bRatio="0.0006800" products="20333 223"
1166 <br/> channel: onMode="1" bRatio="0.0007400" products="333 221"
1167 <br/> channel: onMode="1" bRatio="0.0004500" products="223 111"
1168 <br/> channel: onMode="1" bRatio="0.0004000" products="333 331"
1169 <br/> channel: onMode="1" bRatio="0.0003200" products="333 9010221"
1170 <br/> channel: onMode="1" bRatio="0.0002600" products="333 20223"
1171 <br/> channel: onMode="1" bRatio="0.0001930" products="113 221"
1172 <br/> channel: onMode="1" bRatio="0.0001820" products="223 331"
1173 <br/> channel: onMode="1" bRatio="0.0001400" products="223 9010221"
1174 <br/> channel: onMode="1" bRatio="0.0001050" products="113 331"
1175 <br/> channel: onMode="1" bRatio="0.0011000" products="2224 -2224"
1176 <br/> channel: onMode="1" bRatio="0.0005150" products="3112 -3112"
1177 <br/> channel: onMode="1" bRatio="0.0005900" products="3314 -3314"
1178 <br/> channel: onMode="1" bRatio="0.0003200" products="3324 -3324"
1179 <br/> channel: onMode="1" bRatio="0.0003200" products="3324 -3324"
1180 <br/> channel: onMode="1" bRatio="0.0001550" products="3114 -3114"
1181 <br/> channel: onMode="1" bRatio="0.0001550" products="3224 -3224"
1182
1183<p/>particle: id="445" name="chi_2c" spinType="5" chargeType="0" colType="0"
1184 m0="3.55620" mWidth="0.00198" mMin="3.53620" mMax="3.57620"
1185 <br/> channel: onMode="1" bRatio="0.0002590" products="22 22"
1186 <br/> channel: onMode="1" bRatio="0.2020000" products="443 22"
1187 <br/> channel: onMode="1" bRatio="0.0008900" products="130 130"
1188 <br/> channel: onMode="1" bRatio="0.0018000" products="211 -211"
1189 <br/> channel: onMode="1" bRatio="0.0008900" products="310 310"
1190 <br/> channel: onMode="1" bRatio="0.0047000" products="313 -313"
1191 <br/> channel: onMode="1" bRatio="0.0009000" products="321 -321"
1192 <br/> channel: onMode="1" bRatio="0.0024000" products="333 333"
1193 <br/> channel: onMode="1" bRatio="0.0000680" products="2212 -2212"
1194 <br/> channel: onMode="1" bRatio="0.0003000" products="3122 -3122"
1195 <br/> channel: onMode="1" bRatio="0.0046000" products="211 -211 113"
1196 <br/> channel: onMode="1" bRatio="0.0046000" products="213 -211 111"
1197 <br/> channel: onMode="1" bRatio="0.0046000" products="-213 211 111"
1198 <br/> channel: onMode="1" bRatio="0.0015000" products="321 -313 -211"
1199 <br/> channel: onMode="1" bRatio="0.0015000" products="-321 313 211"
1200 <br/> channel: onMode="1" bRatio="0.0016000" products="323 311 -211"
1201 <br/> channel: onMode="1" bRatio="0.0016000" products="-323 311 211"
1202 <br/> channel: onMode="1" bRatio="0.0102000" products="211 211 -211 -211"
1203 <br/> channel: onMode="1" bRatio="0.0003000" products="310 310 211 -211"
1204 <br/> channel: onMode="1" bRatio="0.0012000" products="321 321 -321 -321"
1205 <br/> channel: onMode="1" bRatio="0.0103000" products="321 -321 211 -211"
1206 <br/> channel: onMode="1" bRatio="0.0003000" products="321 -321 310 310"
1207 <br/> channel: onMode="1" bRatio="0.0017000" products="2212 -2212 211 -211"
1208 <br/> channel: onMode="1" bRatio="0.0107000" products="211 211 211 -211 -211 -211"
1209 <br/> channel: onMode="1" bRatio="0.7310930" meMode="52" products="83 -83"
1210
1211<p/>particle: id="511" name="B0" antiName="Bbar0" spinType="1" chargeType="0" colType="0"
1212 m0="5.27958" tau0="4.58700e-01"
1213 <br/> channel: onMode="1" bRatio="0.0001330" meMode="22" products="12 -11 -211"
1214 <br/> channel: onMode="1" bRatio="0.0002690" meMode="22" products="12 -11 -213"
1215 <br/> channel: onMode="1" bRatio="0.0207000" meMode="22" products="12 -11 -411"
1216 <br/> channel: onMode="1" bRatio="0.0570000" meMode="22" products="12 -11 -413"
1217 <br/> channel: onMode="1" bRatio="0.0023000" meMode="22" products="12 -11 -415"
1218 <br/> channel: onMode="1" bRatio="0.0045000" meMode="22" products="12 -11 -10411"
1219 <br/> channel: onMode="1" bRatio="0.0052000" meMode="22" products="12 -11 -10413"
1220 <br/> channel: onMode="1" bRatio="0.0083000" meMode="22" products="12 -11 -20413"
1221 <br/> channel: onMode="1" bRatio="0.0001330" meMode="22" products="14 -13 -211"
1222 <br/> channel: onMode="1" bRatio="0.0002690" meMode="22" products="14 -13 -213"
1223 <br/> channel: onMode="1" bRatio="0.0207000" meMode="22" products="14 -13 -411"
1224 <br/> channel: onMode="1" bRatio="0.0570000" meMode="22" products="14 -13 -413"
1225 <br/> channel: onMode="1" bRatio="0.0023000" meMode="22" products="14 -13 -415"
1226 <br/> channel: onMode="1" bRatio="0.0045000" meMode="22" products="14 -13 -10411"
1227 <br/> channel: onMode="1" bRatio="0.0052000" meMode="22" products="14 -13 -10413"
1228 <br/> channel: onMode="1" bRatio="0.0083000" meMode="22" products="14 -13 -20413"
1229 <br/> channel: onMode="1" bRatio="0.0000600" meMode="22" products="16 -15 -211"
1230 <br/> channel: onMode="1" bRatio="0.0000830" meMode="22" products="16 -15 -213"
1231 <br/> channel: onMode="1" bRatio="0.0000080" meMode="22" products="16 -15 -215"
1232 <br/> channel: onMode="1" bRatio="0.0070000" meMode="22" products="16 -15 -411"
1233 <br/> channel: onMode="1" bRatio="0.0160000" meMode="22" products="16 -15 -413"
1234 <br/> channel: onMode="1" bRatio="0.0020000" meMode="22" products="16 -15 -415"
1235 <br/> channel: onMode="1" bRatio="0.0000080" meMode="22" products="16 -15 -10213"
1236 <br/> channel: onMode="1" bRatio="0.0013000" meMode="22" products="16 -15 -10411"
1237 <br/> channel: onMode="1" bRatio="0.0013000" meMode="22" products="16 -15 -10413"
1238 <br/> channel: onMode="1" bRatio="0.0000900" meMode="22" products="16 -15 -20213"
1239 <br/> channel: onMode="1" bRatio="0.0020000" meMode="22" products="16 -15 -20413"
1240 <br/> channel: onMode="1" bRatio="0.0000080" meMode="22" products="16 -15 -9000211"
1241 <br/> channel: onMode="1" bRatio="0.0010000" meMode="22" products="12 -11 -411 111"
1242 <br/> channel: onMode="1" bRatio="0.0003000" meMode="22" products="12 -11 -413 111"
1243 <br/> channel: onMode="1" bRatio="0.0020000" meMode="22" products="12 -11 -421 -211"
1244 <br/> channel: onMode="1" bRatio="0.0007000" meMode="22" products="12 -11 -423 -211"
1245 <br/> channel: onMode="1" bRatio="0.0010000" meMode="22" products="14 -13 -411 111"
1246 <br/> channel: onMode="1" bRatio="0.0003000" meMode="22" products="14 -13 -413 111"
1247 <br/> channel: onMode="1" bRatio="0.0020000" meMode="22" products="14 -13 -421 -211"
1248 <br/> channel: onMode="1" bRatio="0.0007000" meMode="22" products="14 -13 -423 -211"
1249 <br/> channel: onMode="1" bRatio="0.0000015" products="111 111"
1250 <br/> channel: onMode="1" bRatio="0.0000020" products="113 113"
1251 <br/> channel: onMode="1" bRatio="0.0000060" products="130 111"
1252 <br/> channel: onMode="1" bRatio="0.0000026" products="130 113"
1253 <br/> channel: onMode="1" bRatio="0.0000006" products="130 130"
1254 <br/> channel: onMode="1" bRatio="0.0000046" products="211 -211"
1255 <br/> channel: onMode="1" bRatio="0.0000300" products="213 -213"
1256 <br/> channel: onMode="1" bRatio="0.0000010" products="221 111"
1257 <br/> channel: onMode="1" bRatio="0.0000010" products="221 113"
1258 <br/> channel: onMode="1" bRatio="0.0000010" products="221 130"
1259 <br/> channel: onMode="1" bRatio="0.0000010" products="221 221"
1260 <br/> channel: onMode="1" bRatio="0.0000005" products="223 22"
1261 <br/> channel: onMode="1" bRatio="0.0000010" products="223 111"
1262 <br/> channel: onMode="1" bRatio="0.0000010" products="223 113"
1263 <br/> channel: onMode="1" bRatio="0.0000023" products="223 130"
1264 <br/> channel: onMode="1" bRatio="0.0000010" products="223 221"
1265 <br/> channel: onMode="1" bRatio="0.0000010" products="223 223"
1266 <br/> channel: onMode="1" bRatio="0.0000060" products="310 111"
1267 <br/> channel: onMode="1" bRatio="0.0000026" products="310 113"
1268 <br/> channel: onMode="1" bRatio="0.0000010" products="310 221"
1269 <br/> channel: onMode="1" bRatio="0.0000023" products="310 223"
1270 <br/> channel: onMode="1" bRatio="0.0000006" products="310 310"
1271 <br/> channel: onMode="1" bRatio="0.0000401" products="313 22"
1272 <br/> channel: onMode="1" bRatio="0.0000017" products="313 111"
1273 <br/> channel: onMode="1" bRatio="0.0000100" products="313 113"
1274 <br/> channel: onMode="1" bRatio="0.0000190" products="313 221"
1275 <br/> channel: onMode="1" bRatio="0.0000010" products="313 223"
1276 <br/> channel: onMode="1" bRatio="0.0000030" products="313 311"
1277 <br/> channel: onMode="1" bRatio="0.0000010" products="313 -313"
1278 <br/> channel: onMode="1" bRatio="0.0000180" products="321 -211"
1279 <br/> channel: onMode="1" bRatio="0.0000099" products="321 -213"
1280 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -321"
1281 <br/> channel: onMode="1" bRatio="0.0000130" products="323 -211"
1282 <br/> channel: onMode="1" bRatio="0.0000200" products="323 -213"
1283 <br/> channel: onMode="1" bRatio="0.0000020" products="323 -321"
1284 <br/> channel: onMode="1" bRatio="0.0000010" products="323 -323"
1285 <br/> channel: onMode="1" bRatio="0.0000010" products="331 111"
1286 <br/> channel: onMode="1" bRatio="0.0000010" products="331 113"
1287 <br/> channel: onMode="1" bRatio="0.0000320" products="331 130"
1288 <br/> channel: onMode="1" bRatio="0.0000010" products="331 221"
1289 <br/> channel: onMode="1" bRatio="0.0000010" products="331 223"
1290 <br/> channel: onMode="1" bRatio="0.0000320" products="331 310"
1291 <br/> channel: onMode="1" bRatio="0.0000010" products="331 313"
1292 <br/> channel: onMode="1" bRatio="0.0000010" products="331 331"
1293 <br/> channel: onMode="1" bRatio="0.0000010" products="333 111"
1294 <br/> channel: onMode="1" bRatio="0.0000001" products="333 113"
1295 <br/> channel: onMode="1" bRatio="0.0000042" products="333 130"
1296 <br/> channel: onMode="1" bRatio="0.0000010" products="333 221"
1297 <br/> channel: onMode="1" bRatio="0.0000010" products="333 223"
1298 <br/> channel: onMode="1" bRatio="0.0000042" products="333 310"
1299 <br/> channel: onMode="1" bRatio="0.0000110" products="333 313"
1300 <br/> channel: onMode="1" bRatio="0.0000010" products="333 331"
1301 <br/> channel: onMode="1" bRatio="0.0000001" products="333 333"
1302 <br/> channel: onMode="1" bRatio="0.0002700" products="411 -411"
1303 <br/> channel: onMode="1" bRatio="0.0028000" products="-411 211"
1304 <br/> channel: onMode="1" bRatio="0.0077000" products="-411 213"
1305 <br/> channel: onMode="1" bRatio="0.0002000" products="-411 321"
1306 <br/> channel: onMode="1" bRatio="0.0003700" products="-411 323"
1307 <br/> channel: onMode="1" bRatio="0.0003350" products="413 -411"
1308 <br/> channel: onMode="1" bRatio="0.0008300" products="413 -413"
1309 <br/> channel: onMode="1" bRatio="0.0028000" products="-413 211"
1310 <br/> channel: onMode="1" bRatio="0.0068000" products="-413 213"
1311 <br/> channel: onMode="1" bRatio="0.0001700" products="-413 321"
1312 <br/> channel: onMode="1" bRatio="0.0003800" products="-413 323"
1313 <br/> channel: onMode="1" bRatio="0.0003350" products="-413 411"
1314 <br/> channel: onMode="1" bRatio="0.0009000" products="-415 211"
1315 <br/> channel: onMode="1" bRatio="0.0022000" products="-415 213"
1316 <br/> channel: onMode="1" bRatio="0.0000100" products="421 313"
1317 <br/> channel: onMode="1" bRatio="0.0002900" products="-421 111"
1318 <br/> channel: onMode="1" bRatio="0.0002900" products="-421 113"
1319 <br/> channel: onMode="1" bRatio="0.0002200" products="-421 221"
1320 <br/> channel: onMode="1" bRatio="0.0002500" products="-421 223"
1321 <br/> channel: onMode="1" bRatio="0.0000400" products="-421 311"
1322 <br/> channel: onMode="1" bRatio="0.0000400" products="-421 313"
1323 <br/> channel: onMode="1" bRatio="0.0001700" products="-421 331"
1324 <br/> channel: onMode="1" bRatio="0.0000100" products="423 313"
1325 <br/> channel: onMode="1" bRatio="0.0002700" products="-423 111"
1326 <br/> channel: onMode="1" bRatio="0.0002900" products="-423 113"
1327 <br/> channel: onMode="1" bRatio="0.0002600" products="-423 221"
1328 <br/> channel: onMode="1" bRatio="0.0004200" products="-423 223"
1329 <br/> channel: onMode="1" bRatio="0.0000400" products="-423 311"
1330 <br/> channel: onMode="1" bRatio="0.0000400" products="-423 313"
1331 <br/> channel: onMode="1" bRatio="0.0001700" products="-423 331"
1332 <br/> channel: onMode="1" bRatio="0.0000390" products="431 -211"
1333 <br/> channel: onMode="1" bRatio="0.0000160" products="431 -213"
1334 <br/> channel: onMode="1" bRatio="0.0090000" products="431 -411"
1335 <br/> channel: onMode="1" bRatio="0.0126000" products="431 -413"
1336 <br/> channel: onMode="1" bRatio="0.0042000" products="431 -415"
1337 <br/> channel: onMode="1" bRatio="0.0000460" products="-431 321"
1338 <br/> channel: onMode="1" bRatio="0.0000160" products="-431 323"
1339 <br/> channel: onMode="1" bRatio="0.0000260" products="433 -211"
1340 <br/> channel: onMode="1" bRatio="0.0000160" products="433 -213"
1341 <br/> channel: onMode="1" bRatio="0.0090000" products="433 -411"
1342 <br/> channel: onMode="1" bRatio="0.0240000" products="433 -413"
1343 <br/> channel: onMode="1" bRatio="0.0040000" products="433 -415"
1344 <br/> channel: onMode="1" bRatio="0.0000160" products="-433 321"
1345 <br/> channel: onMode="1" bRatio="0.0000160" products="-433 323"
1346 <br/> channel: onMode="1" bRatio="0.0006000" products="441 130"
1347 <br/> channel: onMode="1" bRatio="0.0006000" products="441 310"
1348 <br/> channel: onMode="1" bRatio="0.0016200" products="441 313"
1349 <br/> channel: onMode="1" bRatio="0.0000220" products="443 111"
1350 <br/> channel: onMode="1" bRatio="0.0000160" products="443 113"
1351 <br/> channel: onMode="1" bRatio="0.0004400" products="443 130"
1352 <br/> channel: onMode="1" bRatio="0.0000300" products="443 223"
1353 <br/> channel: onMode="1" bRatio="0.0004400" products="443 310"
1354 <br/> channel: onMode="1" bRatio="0.0005000" products="443 315"
1355 <br/> channel: onMode="1" bRatio="0.0000300" products="445 313"
1356 <br/> channel: onMode="1" bRatio="0.0000001" products="2212 -2212"
1357 <br/> channel: onMode="1" bRatio="0.0000010" products="10113 111"
1358 <br/> channel: onMode="1" bRatio="0.0000010" products="10113 221"
1359 <br/> channel: onMode="1" bRatio="0.0000100" products="10113 311"
1360 <br/> channel: onMode="1" bRatio="0.0000010" products="10113 331"
1361 <br/> channel: onMode="1" bRatio="0.0000100" products="10213 -211"
1362 <br/> channel: onMode="1" bRatio="0.0000100" products="-10213 211"
1363 <br/> channel: onMode="1" bRatio="0.0000100" products="-10213 321"
1364 <br/> channel: onMode="1" bRatio="0.0000010" products="10311 111"
1365 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 113"
1366 <br/> channel: onMode="1" bRatio="0.0000030" products="10311 311"
1367 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 333"
1368 <br/> channel: onMode="1" bRatio="0.0015000" products="10313 443"
1369 <br/> channel: onMode="1" bRatio="0.0000010" products="10321 -211"
1370 <br/> channel: onMode="1" bRatio="0.0000200" products="10321 -213"
1371 <br/> channel: onMode="1" bRatio="0.0000020" products="10321 -321"
1372 <br/> channel: onMode="1" bRatio="0.0002000" products="-10411 211"
1373 <br/> channel: onMode="1" bRatio="0.0006000" products="-10413 211"
1374 <br/> channel: onMode="1" bRatio="0.0004000" products="-10413 213"
1375 <br/> channel: onMode="1" bRatio="0.0012000" products="-10413 431"
1376 <br/> channel: onMode="1" bRatio="0.0024000" products="-10413 433"
1377 <br/> channel: onMode="1" bRatio="0.0016000" products="10431 -411"
1378 <br/> channel: onMode="1" bRatio="0.0016000" products="10431 -413"
1379 <br/> channel: onMode="1" bRatio="0.0001500" products="10441 130"
1380 <br/> channel: onMode="1" bRatio="0.0001500" products="10441 310"
1381 <br/> channel: onMode="1" bRatio="0.0003000" products="10441 313"
1382 <br/> channel: onMode="1" bRatio="0.0000010" products="20113 111"
1383 <br/> channel: onMode="1" bRatio="0.0000100" products="20113 113"
1384 <br/> channel: onMode="1" bRatio="0.0000010" products="20113 221"
1385 <br/> channel: onMode="1" bRatio="0.0000100" products="20113 223"
1386 <br/> channel: onMode="1" bRatio="0.0000100" products="20113 311"
1387 <br/> channel: onMode="1" bRatio="0.0000200" products="20113 313"
1388 <br/> channel: onMode="1" bRatio="0.0000010" products="20113 331"
1389 <br/> channel: onMode="1" bRatio="0.0000500" products="20113 20113"
1390 <br/> channel: onMode="1" bRatio="0.0000400" products="20213 -211"
1391 <br/> channel: onMode="1" bRatio="0.0000100" products="20213 -213"
1392 <br/> channel: onMode="1" bRatio="0.0083400" products="20213 -411"
1393 <br/> channel: onMode="1" bRatio="0.0120000" products="20213 -413"
1394 <br/> channel: onMode="1" bRatio="0.0000500" products="20213 -20213"
1395 <br/> channel: onMode="1" bRatio="0.0000400" products="-20213 211"
1396 <br/> channel: onMode="1" bRatio="0.0000100" products="-20213 213"
1397 <br/> channel: onMode="1" bRatio="0.0000100" products="-20213 321"
1398 <br/> channel: onMode="1" bRatio="0.0000200" products="-20213 323"
1399 <br/> channel: onMode="1" bRatio="0.0000020" products="20313 333"
1400 <br/> channel: onMode="1" bRatio="0.0001000" products="20313 443"
1401 <br/> channel: onMode="1" bRatio="0.0001000" products="-20413 211"
1402 <br/> channel: onMode="1" bRatio="0.0013000" products="-20413 213"
1403 <br/> channel: onMode="1" bRatio="0.0006000" products="-20413 431"
1404 <br/> channel: onMode="1" bRatio="0.0012000" products="-20413 433"
1405 <br/> channel: onMode="1" bRatio="0.0041000" products="20433 -411"
1406 <br/> channel: onMode="1" bRatio="0.0098000" products="20433 -413"
1407 <br/> channel: onMode="1" bRatio="0.0002300" products="20443 130"
1408 <br/> channel: onMode="1" bRatio="0.0002300" products="20443 310"
1409 <br/> channel: onMode="1" bRatio="0.0003000" products="20443 313"
1410 <br/> channel: onMode="1" bRatio="0.0000010" products="30313 111"
1411 <br/> channel: onMode="1" bRatio="0.0000010" products="30313 311"
1412 <br/> channel: onMode="1" bRatio="0.0000010" products="30323 -211"
1413 <br/> channel: onMode="1" bRatio="0.0000010" products="30323 -321"
1414 <br/> channel: onMode="1" bRatio="0.0002400" products="30443 130"
1415 <br/> channel: onMode="1" bRatio="0.0002400" products="30443 310"
1416 <br/> channel: onMode="1" bRatio="0.0004800" products="30443 313"
1417 <br/> channel: onMode="1" bRatio="0.0002900" products="30443 10313"
1418 <br/> channel: onMode="1" bRatio="0.0000005" products="100113 130"
1419 <br/> channel: onMode="1" bRatio="0.0000005" products="100113 310"
1420 <br/> channel: onMode="1" bRatio="0.0002400" products="100441 130"
1421 <br/> channel: onMode="1" bRatio="0.0002400" products="100441 310"
1422 <br/> channel: onMode="1" bRatio="0.0006600" products="100441 313"
1423 <br/> channel: onMode="1" bRatio="0.0003300" products="100443 130"
1424 <br/> channel: onMode="1" bRatio="0.0003300" products="100443 310"
1425 <br/> channel: onMode="1" bRatio="0.0006600" products="100443 313"
1426 <br/> channel: onMode="1" bRatio="0.0004000" products="100443 10313"
1427 <br/> channel: onMode="1" bRatio="0.0000010" products="9000111 111"
1428 <br/> channel: onMode="1" bRatio="0.0000010" products="9000111 113"
1429 <br/> channel: onMode="1" bRatio="0.0000010" products="9000111 221"
1430 <br/> channel: onMode="1" bRatio="0.0000010" products="9000111 223"
1431 <br/> channel: onMode="1" bRatio="0.0000010" products="9000111 311"
1432 <br/> channel: onMode="1" bRatio="0.0000050" products="9000111 313"
1433 <br/> channel: onMode="1" bRatio="0.0000010" products="9000111 331"
1434 <br/> channel: onMode="1" bRatio="0.0000010" products="9000111 10113"
1435 <br/> channel: onMode="1" bRatio="0.0000010" products="9000111 20113"
1436 <br/> channel: onMode="1" bRatio="0.0000010" products="9000111 9000111"
1437 <br/> channel: onMode="1" bRatio="0.0000010" products="9000211 -211"
1438 <br/> channel: onMode="1" bRatio="0.0000020" products="9000211 -213"
1439 <br/> channel: onMode="1" bRatio="0.0000030" products="-9000211 211"
1440 <br/> channel: onMode="1" bRatio="0.0000100" products="-9000211 213"
1441 <br/> channel: onMode="1" bRatio="0.0000010" products="-9000211 321"
1442 <br/> channel: onMode="1" bRatio="0.0000050" products="-9000211 323"
1443 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 111"
1444 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 113"
1445 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 221"
1446 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 223"
1447 <br/> channel: onMode="1" bRatio="0.0000060" products="9010221 311"
1448 <br/> channel: onMode="1" bRatio="0.0000050" products="9010221 313"
1449 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 331"
1450 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 10113"
1451 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 20113"
1452 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 9000111"
1453 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 9010221"
1454 <br/> channel: onMode="1" bRatio="0.0000010" products="111 111 111"
1455 <br/> channel: onMode="1" bRatio="0.0000010" products="113 111 111"
1456 <br/> channel: onMode="1" bRatio="0.0000100" products="113 113 111"
1457 <br/> channel: onMode="1" bRatio="0.0000240" products="211 -211 111"
1458 <br/> channel: onMode="1" bRatio="0.0000030" products="211 -211 113"
1459 <br/> channel: onMode="1" bRatio="0.0000100" products="213 -211 111"
1460 <br/> channel: onMode="1" bRatio="0.0000100" products="213 -213 111"
1461 <br/> channel: onMode="1" bRatio="0.0000100" products="-213 211 111"
1462 <br/> channel: onMode="1" bRatio="0.0000010" products="221 111 111"
1463 <br/> channel: onMode="1" bRatio="0.0000005" products="221 113 111"
1464 <br/> channel: onMode="1" bRatio="0.0000050" products="221 113 113"
1465 <br/> channel: onMode="1" bRatio="0.0000170" products="221 211 -211"
1466 <br/> channel: onMode="1" bRatio="0.0000050" products="221 213 -211"
1467 <br/> channel: onMode="1" bRatio="0.0000050" products="221 213 -213"
1468 <br/> channel: onMode="1" bRatio="0.0000050" products="221 -213 211"
1469 <br/> channel: onMode="1" bRatio="0.0000010" products="221 221 111"
1470 <br/> channel: onMode="1" bRatio="0.0000002" products="221 221 113"
1471 <br/> channel: onMode="1" bRatio="0.0000010" products="223 111 111"
1472 <br/> channel: onMode="1" bRatio="0.0000100" products="223 113 111"
1473 <br/> channel: onMode="1" bRatio="0.0000030" products="223 211 -211"
1474 <br/> channel: onMode="1" bRatio="0.0000005" products="223 221 111"
1475 <br/> channel: onMode="1" bRatio="0.0000050" products="223 221 113"
1476 <br/> channel: onMode="1" bRatio="0.0000002" products="223 221 221"
1477 <br/> channel: onMode="1" bRatio="0.0000006" meMode="11" products="311 11 -11"
1478 <br/> channel: onMode="1" bRatio="0.0000006" meMode="11" products="311 13 -13"
1479 <br/> channel: onMode="1" bRatio="0.0000001" meMode="11" products="311 15 -15"
1480 <br/> channel: onMode="1" bRatio="0.0000020" products="311 111 111"
1481 <br/> channel: onMode="1" bRatio="0.0000050" products="311 113 111"
1482 <br/> channel: onMode="1" bRatio="0.0000260" products="311 211 -211"
1483 <br/> channel: onMode="1" bRatio="0.0000100" products="311 213 -211"
1484 <br/> channel: onMode="1" bRatio="0.0000100" products="311 -213 211"
1485 <br/> channel: onMode="1" bRatio="0.0000010" products="311 221 111"
1486 <br/> channel: onMode="1" bRatio="0.0000020" products="311 221 113"
1487 <br/> channel: onMode="1" bRatio="0.0000010" products="311 221 221"
1488 <br/> channel: onMode="1" bRatio="0.0000050" products="311 223 111"
1489 <br/> channel: onMode="1" bRatio="0.0000020" products="311 223 221"
1490 <br/> channel: onMode="1" bRatio="0.0000020" products="311 311 111"
1491 <br/> channel: onMode="1" bRatio="0.0000010" products="311 311 113"
1492 <br/> channel: onMode="1" bRatio="0.0000010" products="311 311 221"
1493 <br/> channel: onMode="1" bRatio="0.0000010" products="311 311 223"
1494 <br/> channel: onMode="1" bRatio="0.0000480" products="311 311 311"
1495 <br/> channel: onMode="1" bRatio="0.0000018" meMode="11" products="313 11 -11"
1496 <br/> channel: onMode="1" bRatio="0.0000014" meMode="11" products="313 13 -13"
1497 <br/> channel: onMode="1" bRatio="0.0000002" meMode="11" products="313 15 -15"
1498 <br/> channel: onMode="1" bRatio="0.0000100" products="313 113 111"
1499 <br/> channel: onMode="1" bRatio="0.0000100" products="313 211 -211"
1500 <br/> channel: onMode="1" bRatio="0.0000100" products="313 213 -211"
1501 <br/> channel: onMode="1" bRatio="0.0000100" products="313 -213 211"
1502 <br/> channel: onMode="1" bRatio="0.0000050" products="313 221 113"
1503 <br/> channel: onMode="1" bRatio="0.0000100" products="313 223 111"
1504 <br/> channel: onMode="1" bRatio="0.0000050" products="313 223 221"
1505 <br/> channel: onMode="1" bRatio="0.0000010" products="313 311 111"
1506 <br/> channel: onMode="1" bRatio="0.0000010" products="313 -313 111"
1507 <br/> channel: onMode="1" bRatio="0.0000005" products="313 -313 221"
1508 <br/> channel: onMode="1" bRatio="0.0000010" products="-313 311 111"
1509 <br/> channel: onMode="1" bRatio="0.0000020" products="321 -211 111"
1510 <br/> channel: onMode="1" bRatio="0.0000100" products="321 -213 111"
1511 <br/> channel: onMode="1" bRatio="0.0000200" products="321 221 -211"
1512 <br/> channel: onMode="1" bRatio="0.0000050" products="321 221 -213"
1513 <br/> channel: onMode="1" bRatio="0.0000050" products="321 223 -211"
1514 <br/> channel: onMode="1" bRatio="0.0000005" products="321 311 -211"
1515 <br/> channel: onMode="1" bRatio="0.0000010" products="321 311 -213"
1516 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -313 -211"
1517 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -321 111"
1518 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -321 113"
1519 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -321 221"
1520 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -321 223"
1521 <br/> channel: onMode="1" bRatio="0.0000100" products="321 -321 313"
1522 <br/> channel: onMode="1" bRatio="0.0000005" products="-321 311 211"
1523 <br/> channel: onMode="1" bRatio="0.0000010" products="-321 311 213"
1524 <br/> channel: onMode="1" bRatio="0.0000010" products="-321 313 211"
1525 <br/> channel: onMode="1" bRatio="0.0000100" products="323 -211 111"
1526 <br/> channel: onMode="1" bRatio="0.0000100" products="323 -211 113"
1527 <br/> channel: onMode="1" bRatio="0.0000100" products="323 -213 111"
1528 <br/> channel: onMode="1" bRatio="0.0000050" products="323 221 -211"
1529 <br/> channel: onMode="1" bRatio="0.0000050" products="323 221 -213"
1530 <br/> channel: onMode="1" bRatio="0.0000100" products="323 223 -211"
1531 <br/> channel: onMode="1" bRatio="0.0000010" products="323 311 -211"
1532 <br/> channel: onMode="1" bRatio="0.0000010" products="323 -313 -211"
1533 <br/> channel: onMode="1" bRatio="0.0000010" products="323 -321 111"
1534 <br/> channel: onMode="1" bRatio="0.0000100" products="323 -321 311"
1535 <br/> channel: onMode="1" bRatio="0.0000010" products="323 -323 111"
1536 <br/> channel: onMode="1" bRatio="0.0000005" products="323 -323 221"
1537 <br/> channel: onMode="1" bRatio="0.0000010" products="-323 311 211"
1538 <br/> channel: onMode="1" bRatio="0.0000010" products="-323 313 211"
1539 <br/> channel: onMode="1" bRatio="0.0000010" products="-323 321 111"
1540 <br/> channel: onMode="1" bRatio="0.0000100" products="-323 321 311"
1541 <br/> channel: onMode="1" bRatio="0.0000010" products="331 111 111"
1542 <br/> channel: onMode="1" bRatio="0.0000002" products="331 113 111"
1543 <br/> channel: onMode="1" bRatio="0.0000020" products="331 113 113"
1544 <br/> channel: onMode="1" bRatio="0.0000010" products="331 211 -211"
1545 <br/> channel: onMode="1" bRatio="0.0000020" products="331 213 -213"
1546 <br/> channel: onMode="1" bRatio="0.0000010" products="331 221 111"
1547 <br/> channel: onMode="1" bRatio="0.0000001" products="331 221 113"
1548 <br/> channel: onMode="1" bRatio="0.0000002" products="331 223 111"
1549 <br/> channel: onMode="1" bRatio="0.0000020" products="331 223 113"
1550 <br/> channel: onMode="1" bRatio="0.0000001" products="331 223 221"
1551 <br/> channel: onMode="1" bRatio="0.0000010" products="331 311 111"
1552 <br/> channel: onMode="1" bRatio="0.0000010" products="331 311 113"
1553 <br/> channel: onMode="1" bRatio="0.0000010" products="331 311 221"
1554 <br/> channel: onMode="1" bRatio="0.0000010" products="331 311 223"
1555 <br/> channel: onMode="1" bRatio="0.0000010" products="331 311 311"
1556 <br/> channel: onMode="1" bRatio="0.0000020" products="331 313 113"
1557 <br/> channel: onMode="1" bRatio="0.0000020" products="331 313 223"
1558 <br/> channel: onMode="1" bRatio="0.0000002" products="331 313 -313"
1559 <br/> channel: onMode="1" bRatio="0.0000010" products="331 321 -211"
1560 <br/> channel: onMode="1" bRatio="0.0000020" products="331 321 -213"
1561 <br/> channel: onMode="1" bRatio="0.0000010" products="331 321 -321"
1562 <br/> channel: onMode="1" bRatio="0.0000020" products="331 323 -211"
1563 <br/> channel: onMode="1" bRatio="0.0000020" products="331 323 -213"
1564 <br/> channel: onMode="1" bRatio="0.0000002" products="331 323 -323"
1565 <br/> channel: onMode="1" bRatio="0.0000010" products="331 331 311"
1566 <br/> channel: onMode="1" bRatio="0.0000010" products="333 113 111"
1567 <br/> channel: onMode="1" bRatio="0.0000001" products="333 211 -211"
1568 <br/> channel: onMode="1" bRatio="0.0000010" products="333 213 -211"
1569 <br/> channel: onMode="1" bRatio="0.0000010" products="333 -213 211"
1570 <br/> channel: onMode="1" bRatio="0.0000005" products="333 221 113"
1571 <br/> channel: onMode="1" bRatio="0.0000010" products="333 223 111"
1572 <br/> channel: onMode="1" bRatio="0.0000100" products="333 311 111"
1573 <br/> channel: onMode="1" bRatio="0.0000100" products="333 311 113"
1574 <br/> channel: onMode="1" bRatio="0.0000100" products="333 311 223"
1575 <br/> channel: onMode="1" bRatio="0.0000001" products="333 311 311"
1576 <br/> channel: onMode="1" bRatio="0.0000100" products="333 313 111"
1577 <br/> channel: onMode="1" bRatio="0.0000050" products="333 313 221"
1578 <br/> channel: onMode="1" bRatio="0.0000100" products="333 321 -211"
1579 <br/> channel: onMode="1" bRatio="0.0000100" products="333 321 -213"
1580 <br/> channel: onMode="1" bRatio="0.0000001" products="333 321 -321"
1581 <br/> channel: onMode="1" bRatio="0.0000100" products="333 323 -211"
1582 <br/> channel: onMode="1" bRatio="0.0000002" products="333 331 113"
1583 <br/> channel: onMode="1" bRatio="0.0000020" products="333 331 313"
1584 <br/> channel: onMode="1" bRatio="0.0000001" products="333 333 111"
1585 <br/> channel: onMode="1" bRatio="0.0000030" products="333 333 311"
1586 <br/> channel: onMode="1" bRatio="0.0000030" products="333 333 313"
1587 <br/> channel: onMode="1" bRatio="0.0015000" products="411 -411 311"
1588 <br/> channel: onMode="1" bRatio="0.0025000" products="411 -411 313"
1589 <br/> channel: onMode="1" bRatio="0.0005000" products="-411 211 111"
1590 <br/> channel: onMode="1" bRatio="0.0011000" products="-411 211 113"
1591 <br/> channel: onMode="1" bRatio="0.0011000" products="-411 213 111"
1592 <br/> channel: onMode="1" bRatio="0.0047000" products="413 -411 311"
1593 <br/> channel: onMode="1" bRatio="0.0025000" products="413 -411 313"
1594 <br/> channel: onMode="1" bRatio="0.0070000" products="413 -413 311"
1595 <br/> channel: onMode="1" bRatio="0.0050000" products="413 -413 313"
1596 <br/> channel: onMode="1" bRatio="0.0008000" products="-413 211 111"
1597 <br/> channel: onMode="1" bRatio="0.0010000" products="-413 211 113"
1598 <br/> channel: onMode="1" bRatio="0.0010000" products="-413 213 111"
1599 <br/> channel: onMode="1" bRatio="0.0018000" products="-413 411 311"
1600 <br/> channel: onMode="1" bRatio="0.0025000" products="-413 411 313"
1601 <br/> channel: onMode="1" bRatio="0.0017000" products="421 -411 321"
1602 <br/> channel: onMode="1" bRatio="0.0025000" products="421 -411 323"
1603 <br/> channel: onMode="1" bRatio="0.0031000" products="421 -413 321"
1604 <br/> channel: onMode="1" bRatio="0.0025000" products="421 -413 323"
1605 <br/> channel: onMode="1" bRatio="0.0005000" products="421 -421 311"
1606 <br/> channel: onMode="1" bRatio="0.0005000" products="421 -421 313"
1607 <br/> channel: onMode="1" bRatio="0.0005000" products="-421 211 -211"
1608 <br/> channel: onMode="1" bRatio="0.0049000" products="423 -411 321"
1609 <br/> channel: onMode="1" bRatio="0.0025000" products="423 -411 323"
1610 <br/> channel: onMode="1" bRatio="0.0100000" products="423 -413 321"
1611 <br/> channel: onMode="1" bRatio="0.0050000" products="423 -413 323"
1612 <br/> channel: onMode="1" bRatio="0.0005000" products="423 -421 313"
1613 <br/> channel: onMode="1" bRatio="0.0015000" products="423 -423 311"
1614 <br/> channel: onMode="1" bRatio="0.0010000" products="423 -423 313"
1615 <br/> channel: onMode="1" bRatio="0.0005000" products="-423 111 111"
1616 <br/> channel: onMode="1" bRatio="0.0003000" products="-423 211 -211"
1617 <br/> channel: onMode="1" bRatio="0.0005000" products="-423 421 313"
1618 <br/> channel: onMode="1" bRatio="0.0018000" products="431 -411 111"
1619 <br/> channel: onMode="1" bRatio="0.0037000" products="431 -421 -211"
1620 <br/> channel: onMode="1" bRatio="0.0018000" products="433 -411 111"
1621 <br/> channel: onMode="1" bRatio="0.0037000" products="433 -421 -211"
1622 <br/> channel: onMode="1" bRatio="0.0001000" products="441 311 111"
1623 <br/> channel: onMode="1" bRatio="0.0002000" products="441 321 -211"
1624 <br/> channel: onMode="1" bRatio="0.0001000" products="443 311 111"
1625 <br/> channel: onMode="1" bRatio="0.0002000" products="443 321 -211"
1626 <br/> channel: onMode="1" bRatio="0.0000900" products="443 333 311"
1627 <br/> channel: onMode="1" bRatio="0.0001000" products="445 311 111"
1628 <br/> channel: onMode="1" bRatio="0.0002000" products="445 321 -211"
1629 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 111 111"
1630 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 113 111"
1631 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 211 -211"
1632 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 213 -211"
1633 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 -213 211"
1634 <br/> channel: onMode="1" bRatio="0.0000050" products="10311 221 113"
1635 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 321 -321"
1636 <br/> channel: onMode="1" bRatio="0.0000020" products="10311 331 113"
1637 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 333 111"
1638 <br/> channel: onMode="1" bRatio="0.0000100" products="10321 -211 111"
1639 <br/> channel: onMode="1" bRatio="0.0000100" products="10321 -211 113"
1640 <br/> channel: onMode="1" bRatio="0.0000100" products="10321 -213 111"
1641 <br/> channel: onMode="1" bRatio="0.0000050" products="10321 221 -213"
1642 <br/> channel: onMode="1" bRatio="0.0000100" products="10321 -321 311"
1643 <br/> channel: onMode="1" bRatio="0.0000020" products="10321 331 -213"
1644 <br/> channel: onMode="1" bRatio="0.0000100" products="10321 333 -211"
1645 <br/> channel: onMode="1" bRatio="0.0000100" products="-10321 321 311"
1646 <br/> channel: onMode="1" bRatio="0.0001000" products="10441 311 111"
1647 <br/> channel: onMode="1" bRatio="0.0002000" products="10441 321 -211"
1648 <br/> channel: onMode="1" bRatio="0.0000100" products="20113 111 111"
1649 <br/> channel: onMode="1" bRatio="0.0000100" products="20113 211 -211"
1650 <br/> channel: onMode="1" bRatio="0.0000050" products="20113 221 111"
1651 <br/> channel: onMode="1" bRatio="0.0000100" products="20113 311 111"
1652 <br/> channel: onMode="1" bRatio="0.0000100" products="20113 321 -211"
1653 <br/> channel: onMode="1" bRatio="0.0000020" products="20113 331 111"
1654 <br/> channel: onMode="1" bRatio="0.0000100" products="20213 -211 111"
1655 <br/> channel: onMode="1" bRatio="0.0000050" products="20213 221 -211"
1656 <br/> channel: onMode="1" bRatio="0.0000100" products="20213 311 -211"
1657 <br/> channel: onMode="1" bRatio="0.0000020" products="20213 331 -211"
1658 <br/> channel: onMode="1" bRatio="0.0000100" products="-20213 211 111"
1659 <br/> channel: onMode="1" bRatio="0.0000050" products="-20213 221 211"
1660 <br/> channel: onMode="1" bRatio="0.0000100" products="-20213 311 211"
1661 <br/> channel: onMode="1" bRatio="0.0000100" products="-20213 321 111"
1662 <br/> channel: onMode="1" bRatio="0.0000020" products="-20213 331 211"
1663 <br/> channel: onMode="1" bRatio="0.0000020" products="20313 321 -321"
1664 <br/> channel: onMode="1" bRatio="0.0000020" products="20313 333 111"
1665 <br/> channel: onMode="1" bRatio="0.0000010" products="20313 333 221"
1666 <br/> channel: onMode="1" bRatio="0.0000010" products="20313 333 331"
1667 <br/> channel: onMode="1" bRatio="0.0000020" products="20323 333 -211"
1668 <br/> channel: onMode="1" bRatio="0.0002000" products="20443 311 111"
1669 <br/> channel: onMode="1" bRatio="0.0004000" products="20443 321 -211"
1670 <br/> channel: onMode="1" bRatio="0.0001400" products="30443 311 111"
1671 <br/> channel: onMode="1" bRatio="0.0001400" products="30443 321 -211"
1672 <br/> channel: onMode="1" bRatio="0.0000500" products="100441 311 111"
1673 <br/> channel: onMode="1" bRatio="0.0000800" products="100441 321 -211"
1674 <br/> channel: onMode="1" bRatio="0.0002000" products="100443 311 111"
1675 <br/> channel: onMode="1" bRatio="0.0004000" products="100443 321 -211"
1676 <br/> channel: onMode="1" bRatio="0.0000010" products="9000111 111 111"
1677 <br/> channel: onMode="1" bRatio="0.0000100" products="9000111 113 111"
1678 <br/> channel: onMode="1" bRatio="0.0000100" products="9000111 213 -211"
1679 <br/> channel: onMode="1" bRatio="0.0000100" products="9000111 -213 211"
1680 <br/> channel: onMode="1" bRatio="0.0000050" products="9000111 221 113"
1681 <br/> channel: onMode="1" bRatio="0.0000050" products="9000111 313 111"
1682 <br/> channel: onMode="1" bRatio="0.0000020" products="9000111 313 221"
1683 <br/> channel: onMode="1" bRatio="0.0000050" products="9000111 323 -211"
1684 <br/> channel: onMode="1" bRatio="0.0000020" products="9000111 331 113"
1685 <br/> channel: onMode="1" bRatio="0.0000010" products="9000111 331 313"
1686 <br/> channel: onMode="1" bRatio="0.0000010" products="9000211 -211 111"
1687 <br/> channel: onMode="1" bRatio="0.0000100" products="9000211 -211 113"
1688 <br/> channel: onMode="1" bRatio="0.0000100" products="9000211 -213 111"
1689 <br/> channel: onMode="1" bRatio="0.0000050" products="9000211 221 -213"
1690 <br/> channel: onMode="1" bRatio="0.0000020" products="9000211 331 -213"
1691 <br/> channel: onMode="1" bRatio="0.0000010" products="-9000211 211 111"
1692 <br/> channel: onMode="1" bRatio="0.0000100" products="-9000211 211 113"
1693 <br/> channel: onMode="1" bRatio="0.0000100" products="-9000211 213 111"
1694 <br/> channel: onMode="1" bRatio="0.0000050" products="-9000211 221 213"
1695 <br/> channel: onMode="1" bRatio="0.0000050" products="-9000211 323 111"
1696 <br/> channel: onMode="1" bRatio="0.0000020" products="-9000211 323 221"
1697 <br/> channel: onMode="1" bRatio="0.0000020" products="-9000211 331 213"
1698 <br/> channel: onMode="1" bRatio="0.0000010" products="-9000211 331 323"
1699 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 111 111"
1700 <br/> channel: onMode="1" bRatio="0.0000100" products="9010221 113 111"
1701 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 211 -211"
1702 <br/> channel: onMode="1" bRatio="0.0000100" products="9010221 213 -211"
1703 <br/> channel: onMode="1" bRatio="0.0000100" products="9010221 -213 211"
1704 <br/> channel: onMode="1" bRatio="0.0000050" products="9010221 221 113"
1705 <br/> channel: onMode="1" bRatio="0.0000100" products="9010221 223 111"
1706 <br/> channel: onMode="1" bRatio="0.0000100" products="9010221 313 111"
1707 <br/> channel: onMode="1" bRatio="0.0000050" products="9010221 313 221"
1708 <br/> channel: onMode="1" bRatio="0.0000100" products="9010221 323 -211"
1709 <br/> channel: onMode="1" bRatio="0.0000020" products="9010221 331 113"
1710 <br/> channel: onMode="1" bRatio="0.0000020" products="9010221 331 313"
1711 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 333 111"
1712 <br/> channel: onMode="1" bRatio="0.0000100" products="9010221 333 311"
1713 <br/> channel: onMode="1" bRatio="0.0000020" products="113 111 111 111"
1714 <br/> channel: onMode="1" bRatio="0.0000100" products="211 211 -211 -211"
1715 <br/> channel: onMode="1" bRatio="0.0000100" products="211 -211 111 111"
1716 <br/> channel: onMode="1" bRatio="0.0000020" products="211 -211 113 111"
1717 <br/> channel: onMode="1" bRatio="0.0000020" products="213 211 -211 -211"
1718 <br/> channel: onMode="1" bRatio="0.0000020" products="213 -211 111 111"
1719 <br/> channel: onMode="1" bRatio="0.0000020" products="-213 211 111 111"
1720 <br/> channel: onMode="1" bRatio="0.0000020" products="-213 211 211 -211"
1721 <br/> channel: onMode="1" bRatio="0.0000010" products="221 113 111 111"
1722 <br/> channel: onMode="1" bRatio="0.0000050" products="221 211 -211 111"
1723 <br/> channel: onMode="1" bRatio="0.0000010" products="221 211 -211 113"
1724 <br/> channel: onMode="1" bRatio="0.0000010" products="221 213 -211 111"
1725 <br/> channel: onMode="1" bRatio="0.0000010" products="221 -213 211 111"
1726 <br/> channel: onMode="1" bRatio="0.0000020" products="221 221 211 -211"
1727 <br/> channel: onMode="1" bRatio="0.0000020" products="223 111 111 111"
1728 <br/> channel: onMode="1" bRatio="0.0000020" products="223 211 -211 111"
1729 <br/> channel: onMode="1" bRatio="0.0000010" products="223 221 111 111"
1730 <br/> channel: onMode="1" bRatio="0.0000010" products="223 221 211 -211"
1731 <br/> channel: onMode="1" bRatio="0.0000100" products="311 111 111 111"
1732 <br/> channel: onMode="1" bRatio="0.0000100" products="311 113 111 111"
1733 <br/> channel: onMode="1" bRatio="0.0000100" products="311 211 -211 111"
1734 <br/> channel: onMode="1" bRatio="0.0000100" products="311 211 -211 113"
1735 <br/> channel: onMode="1" bRatio="0.0000100" products="311 213 -211 111"
1736 <br/> channel: onMode="1" bRatio="0.0000100" products="311 -213 211 111"
1737 <br/> channel: onMode="1" bRatio="0.0000050" products="311 221 111 111"
1738 <br/> channel: onMode="1" bRatio="0.0000050" products="311 221 113 111"
1739 <br/> channel: onMode="1" bRatio="0.0000050" products="311 221 211 -211"
1740 <br/> channel: onMode="1" bRatio="0.0000050" products="311 221 213 -211"
1741 <br/> channel: onMode="1" bRatio="0.0000050" products="311 221 -213 211"
1742 <br/> channel: onMode="1" bRatio="0.0000020" products="311 221 221 111"
1743 <br/> channel: onMode="1" bRatio="0.0000100" products="311 223 111 111"
1744 <br/> channel: onMode="1" bRatio="0.0000100" products="311 223 211 -211"
1745 <br/> channel: onMode="1" bRatio="0.0000050" products="311 223 221 111"
1746 <br/> channel: onMode="1" bRatio="0.0000010" products="311 311 111 111"
1747 <br/> channel: onMode="1" bRatio="0.0000010" products="311 311 113 111"
1748 <br/> channel: onMode="1" bRatio="0.0000010" products="311 311 211 -211"
1749 <br/> channel: onMode="1" bRatio="0.0000010" products="311 311 213 -211"
1750 <br/> channel: onMode="1" bRatio="0.0000010" products="311 311 -213 211"
1751 <br/> channel: onMode="1" bRatio="0.0000005" products="311 311 221 111"
1752 <br/> channel: onMode="1" bRatio="0.0000005" products="311 311 221 113"
1753 <br/> channel: onMode="1" bRatio="0.0000002" products="311 311 221 221"
1754 <br/> channel: onMode="1" bRatio="0.0000010" products="311 311 223 111"
1755 <br/> channel: onMode="1" bRatio="0.0000100" products="311 311 311 111"
1756 <br/> channel: onMode="1" bRatio="0.0000050" products="311 311 311 221"
1757 <br/> channel: onMode="1" bRatio="0.0000001" products="311 311 311 311"
1758 <br/> channel: onMode="1" bRatio="0.0000100" products="313 111 111 111"
1759 <br/> channel: onMode="1" bRatio="0.0000100" products="313 211 -211 111"
1760 <br/> channel: onMode="1" bRatio="0.0000050" products="313 221 111 111"
1761 <br/> channel: onMode="1" bRatio="0.0000050" products="313 221 211 -211"
1762 <br/> channel: onMode="1" bRatio="0.0000010" products="313 311 111 111"
1763 <br/> channel: onMode="1" bRatio="0.0000010" products="313 311 211 -211"
1764 <br/> channel: onMode="1" bRatio="0.0000005" products="313 311 221 111"
1765 <br/> channel: onMode="1" bRatio="0.0000010" products="-313 311 111 111"
1766 <br/> channel: onMode="1" bRatio="0.0000010" products="-313 311 211 -211"
1767 <br/> channel: onMode="1" bRatio="0.0000005" products="-313 311 221 111"
1768 <br/> channel: onMode="1" bRatio="0.0000100" products="321 211 -211 -211"
1769 <br/> channel: onMode="1" bRatio="0.0000100" products="321 -211 111 111"
1770 <br/> channel: onMode="1" bRatio="0.0000100" products="321 -211 113 111"
1771 <br/> channel: onMode="1" bRatio="0.0000100" products="321 213 -211 -211"
1772 <br/> channel: onMode="1" bRatio="0.0000100" products="321 -213 111 111"
1773 <br/> channel: onMode="1" bRatio="0.0000100" products="321 -213 211 -211"
1774 <br/> channel: onMode="1" bRatio="0.0000050" products="321 221 -211 111"
1775 <br/> channel: onMode="1" bRatio="0.0000050" products="321 221 -211 113"
1776 <br/> channel: onMode="1" bRatio="0.0000050" products="321 221 -213 111"
1777 <br/> channel: onMode="1" bRatio="0.0000020" products="321 221 221 -211"
1778 <br/> channel: onMode="1" bRatio="0.0000100" products="321 223 -211 111"
1779 <br/> channel: onMode="1" bRatio="0.0000050" products="321 223 221 -211"
1780 <br/> channel: onMode="1" bRatio="0.0000010" products="321 311 -211 113"
1781 <br/> channel: onMode="1" bRatio="0.0000010" products="321 311 -213 111"
1782 <br/> channel: onMode="1" bRatio="0.0000005" products="321 311 221 -213"
1783 <br/> channel: onMode="1" bRatio="0.0000010" products="321 311 223 -211"
1784 <br/> channel: onMode="1" bRatio="0.0000100" products="321 313 311 -211"
1785 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -313 -211 111"
1786 <br/> channel: onMode="1" bRatio="0.0000005" products="321 -313 221 -211"
1787 <br/> channel: onMode="1" bRatio="0.0000100" products="321 -313 311 -211"
1788 <br/> channel: onMode="1" bRatio="0.0000100" products="321 321 -321 -211"
1789 <br/> channel: onMode="1" bRatio="0.0000100" products="321 321 -321 -213"
1790 <br/> channel: onMode="1" bRatio="0.0000001" products="321 321 -321 -321"
1791 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -321 111 111"
1792 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -321 113 111"
1793 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -321 211 -211"
1794 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -321 213 -211"
1795 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -321 -213 211"
1796 <br/> channel: onMode="1" bRatio="0.0000005" products="321 -321 221 111"
1797 <br/> channel: onMode="1" bRatio="0.0000005" products="321 -321 221 113"
1798 <br/> channel: onMode="1" bRatio="0.0000002" products="321 -321 221 221"
1799 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -321 223 111"
1800 <br/> channel: onMode="1" bRatio="0.0000005" products="321 -321 223 221"
1801 <br/> channel: onMode="1" bRatio="0.0000100" products="321 -321 311 111"
1802 <br/> channel: onMode="1" bRatio="0.0000100" products="321 -321 311 113"
1803 <br/> channel: onMode="1" bRatio="0.0000050" products="321 -321 311 221"
1804 <br/> channel: onMode="1" bRatio="0.0000100" products="321 -321 311 223"
1805 <br/> channel: onMode="1" bRatio="0.0000001" products="321 -321 311 311"
1806 <br/> channel: onMode="1" bRatio="0.0000010" products="-321 311 211 113"
1807 <br/> channel: onMode="1" bRatio="0.0000010" products="-321 311 213 111"
1808 <br/> channel: onMode="1" bRatio="0.0000005" products="-321 311 221 213"
1809 <br/> channel: onMode="1" bRatio="0.0000010" products="-321 311 223 211"
1810 <br/> channel: onMode="1" bRatio="0.0000010" products="-321 313 211 111"
1811 <br/> channel: onMode="1" bRatio="0.0000005" products="-321 313 221 211"
1812 <br/> channel: onMode="1" bRatio="0.0000100" products="323 211 -211 -211"
1813 <br/> channel: onMode="1" bRatio="0.0000100" products="323 -211 111 111"
1814 <br/> channel: onMode="1" bRatio="0.0000050" products="323 221 -211 111"
1815 <br/> channel: onMode="1" bRatio="0.0000010" products="323 311 -211 111"
1816 <br/> channel: onMode="1" bRatio="0.0000005" products="323 311 221 -211"
1817 <br/> channel: onMode="1" bRatio="0.0000100" products="323 311 311 -211"
1818 <br/> channel: onMode="1" bRatio="0.0000100" products="323 321 -321 -211"
1819 <br/> channel: onMode="1" bRatio="0.0000010" products="323 -321 111 111"
1820 <br/> channel: onMode="1" bRatio="0.0000010" products="323 -321 211 -211"
1821 <br/> channel: onMode="1" bRatio="0.0000005" products="323 -321 221 111"
1822 <br/> channel: onMode="1" bRatio="0.0000010" products="-323 311 211 111"
1823 <br/> channel: onMode="1" bRatio="0.0000005" products="-323 311 221 211"
1824 <br/> channel: onMode="1" bRatio="0.0000010" products="-323 321 111 111"
1825 <br/> channel: onMode="1" bRatio="0.0000010" products="-323 321 211 -211"
1826 <br/> channel: onMode="1" bRatio="0.0000005" products="-323 321 221 111"
1827 <br/> channel: onMode="1" bRatio="0.0000100" products="-323 321 321 -211"
1828 <br/> channel: onMode="1" bRatio="0.0000010" products="331 113 111 111"
1829 <br/> channel: onMode="1" bRatio="0.0000020" products="331 211 -211 111"
1830 <br/> channel: onMode="1" bRatio="0.0000010" products="331 211 -211 113"
1831 <br/> channel: onMode="1" bRatio="0.0000010" products="331 213 -211 111"
1832 <br/> channel: onMode="1" bRatio="0.0000010" products="331 -213 211 111"
1833 <br/> channel: onMode="1" bRatio="0.0000010" products="331 221 211 -211"
1834 <br/> channel: onMode="1" bRatio="0.0000010" products="331 223 111 111"
1835 <br/> channel: onMode="1" bRatio="0.0000010" products="331 223 211 -211"
1836 <br/> channel: onMode="1" bRatio="0.0000020" products="331 311 111 111"
1837 <br/> channel: onMode="1" bRatio="0.0000020" products="331 311 113 111"
1838 <br/> channel: onMode="1" bRatio="0.0000020" products="331 311 213 -211"
1839 <br/> channel: onMode="1" bRatio="0.0000020" products="331 311 -213 211"
1840 <br/> channel: onMode="1" bRatio="0.0000010" products="331 311 221 111"
1841 <br/> channel: onMode="1" bRatio="0.0000020" products="331 311 223 111"
1842 <br/> channel: onMode="1" bRatio="0.0000002" products="331 311 311 111"
1843 <br/> channel: onMode="1" bRatio="0.0000002" products="331 311 311 113"
1844 <br/> channel: onMode="1" bRatio="0.0000001" products="331 311 311 221"
1845 <br/> channel: onMode="1" bRatio="0.0000020" products="331 313 111 111"
1846 <br/> channel: onMode="1" bRatio="0.0000020" products="331 313 211 -211"
1847 <br/> channel: onMode="1" bRatio="0.0000002" products="331 313 311 111"
1848 <br/> channel: onMode="1" bRatio="0.0000002" products="331 -313 311 111"
1849 <br/> channel: onMode="1" bRatio="0.0000020" products="331 321 -211 111"
1850 <br/> channel: onMode="1" bRatio="0.0000020" products="331 321 -211 113"
1851 <br/> channel: onMode="1" bRatio="0.0000020" products="331 321 -213 111"
1852 <br/> channel: onMode="1" bRatio="0.0000010" products="331 321 221 -211"
1853 <br/> channel: onMode="1" bRatio="0.0000020" products="331 321 223 -211"
1854 <br/> channel: onMode="1" bRatio="0.0000002" products="331 321 311 -213"
1855 <br/> channel: onMode="1" bRatio="0.0000002" products="331 321 -313 -211"
1856 <br/> channel: onMode="1" bRatio="0.0000002" products="331 321 -321 111"
1857 <br/> channel: onMode="1" bRatio="0.0000002" products="331 321 -321 113"
1858 <br/> channel: onMode="1" bRatio="0.0000001" products="331 321 -321 221"
1859 <br/> channel: onMode="1" bRatio="0.0000002" products="331 321 -321 223"
1860 <br/> channel: onMode="1" bRatio="0.0000002" products="331 -321 311 213"
1861 <br/> channel: onMode="1" bRatio="0.0000002" products="331 -321 313 211"
1862 <br/> channel: onMode="1" bRatio="0.0000020" products="331 323 -211 111"
1863 <br/> channel: onMode="1" bRatio="0.0000002" products="331 323 311 -211"
1864 <br/> channel: onMode="1" bRatio="0.0000002" products="331 323 -321 111"
1865 <br/> channel: onMode="1" bRatio="0.0000002" products="331 -323 311 211"
1866 <br/> channel: onMode="1" bRatio="0.0000002" products="331 -323 321 111"
1867 <br/> channel: onMode="1" bRatio="0.0000010" products="333 111 111 111"
1868 <br/> channel: onMode="1" bRatio="0.0000010" products="333 211 -211 111"
1869 <br/> channel: onMode="1" bRatio="0.0000005" products="333 221 111 111"
1870 <br/> channel: onMode="1" bRatio="0.0000005" products="333 221 211 -211"
1871 <br/> channel: onMode="1" bRatio="0.0000100" products="333 311 111 111"
1872 <br/> channel: onMode="1" bRatio="0.0000100" products="333 311 211 -211"
1873 <br/> channel: onMode="1" bRatio="0.0000050" products="333 311 221 111"
1874 <br/> channel: onMode="1" bRatio="0.0000001" products="333 311 311 111"
1875 <br/> channel: onMode="1" bRatio="0.0000010" products="333 311 311 311"
1876 <br/> channel: onMode="1" bRatio="0.0000010" products="333 313 311 311"
1877 <br/> channel: onMode="1" bRatio="0.0000010" products="333 -313 311 311"
1878 <br/> channel: onMode="1" bRatio="0.0000100" products="333 321 -211 111"
1879 <br/> channel: onMode="1" bRatio="0.0000050" products="333 321 221 -211"
1880 <br/> channel: onMode="1" bRatio="0.0000001" products="333 321 311 -211"
1881 <br/> channel: onMode="1" bRatio="0.0000001" products="333 321 -321 111"
1882 <br/> channel: onMode="1" bRatio="0.0000010" products="333 321 -321 311"
1883 <br/> channel: onMode="1" bRatio="0.0000010" products="333 321 -321 313"
1884 <br/> channel: onMode="1" bRatio="0.0000001" products="333 -321 311 211"
1885 <br/> channel: onMode="1" bRatio="0.0000010" products="333 -323 321 311"
1886 <br/> channel: onMode="1" bRatio="0.0000002" products="333 331 111 111"
1887 <br/> channel: onMode="1" bRatio="0.0000002" products="333 331 211 -211"
1888 <br/> channel: onMode="1" bRatio="0.0000020" products="333 331 311 111"
1889 <br/> channel: onMode="1" bRatio="0.0000020" products="333 331 321 -211"
1890 <br/> channel: onMode="1" bRatio="0.0010000" products="-411 211 111 111"
1891 <br/> channel: onMode="1" bRatio="0.0022000" products="-411 211 211 -211"
1892 <br/> channel: onMode="1" bRatio="0.0010000" products="-413 211 111 111"
1893 <br/> channel: onMode="1" bRatio="0.0001000" products="-421 111 111 111"
1894 <br/> channel: onMode="1" bRatio="0.0010000" products="-421 211 -211 111"
1895 <br/> channel: onMode="1" bRatio="0.0001000" products="-423 111 111 111"
1896 <br/> channel: onMode="1" bRatio="0.0010000" products="-423 211 -211 111"
1897 <br/> channel: onMode="1" bRatio="0.0022000" products="431 -411 111 111"
1898 <br/> channel: onMode="1" bRatio="0.0030000" products="431 -411 211 -211"
1899 <br/> channel: onMode="1" bRatio="0.0022000" products="431 -421 -211 111"
1900 <br/> channel: onMode="1" bRatio="0.0022000" products="433 -411 111 111"
1901 <br/> channel: onMode="1" bRatio="0.0030000" products="433 -411 211 -211"
1902 <br/> channel: onMode="1" bRatio="0.0022000" products="433 -421 -211 111"
1903 <br/> channel: onMode="1" bRatio="0.0001000" products="441 311 111 111"
1904 <br/> channel: onMode="1" bRatio="0.0002000" products="441 311 211 -211"
1905 <br/> channel: onMode="1" bRatio="0.0001000" products="441 321 -211 111"
1906 <br/> channel: onMode="1" bRatio="0.0001000" products="445 311 111 111"
1907 <br/> channel: onMode="1" bRatio="0.0002000" products="445 311 211 -211"
1908 <br/> channel: onMode="1" bRatio="0.0001000" products="445 321 -211 111"
1909 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 111 111 111"
1910 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 211 -211 111"
1911 <br/> channel: onMode="1" bRatio="0.0000050" products="10311 221 111 111"
1912 <br/> channel: onMode="1" bRatio="0.0000050" products="10311 221 211 -211"
1913 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 311 311 111"
1914 <br/> channel: onMode="1" bRatio="0.0000050" products="10311 311 311 221"
1915 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 321 311 -211"
1916 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 321 -321 111"
1917 <br/> channel: onMode="1" bRatio="0.0000050" products="10311 321 -321 221"
1918 <br/> channel: onMode="1" bRatio="0.0000050" products="10311 331 111 111"
1919 <br/> channel: onMode="1" bRatio="0.0000020" products="10311 331 211 -211"
1920 <br/> channel: onMode="1" bRatio="0.0000020" products="10311 331 311 311"
1921 <br/> channel: onMode="1" bRatio="0.0000020" products="10311 331 321 -321"
1922 <br/> channel: onMode="1" bRatio="0.0000100" products="-10311 311 311 111"
1923 <br/> channel: onMode="1" bRatio="0.0000050" products="-10311 311 311 221"
1924 <br/> channel: onMode="1" bRatio="0.0000100" products="-10311 321 311 -211"
1925 <br/> channel: onMode="1" bRatio="0.0000020" products="-10311 331 311 311"
1926 <br/> channel: onMode="1" bRatio="0.0000100" products="10321 211 -211 -211"
1927 <br/> channel: onMode="1" bRatio="0.0000100" products="10321 -211 111 111"
1928 <br/> channel: onMode="1" bRatio="0.0000050" products="10321 221 -211 111"
1929 <br/> channel: onMode="1" bRatio="0.0000100" products="10321 311 311 -211"
1930 <br/> channel: onMode="1" bRatio="0.0000100" products="10321 321 -321 -211"
1931 <br/> channel: onMode="1" bRatio="0.0000020" products="10321 331 -211 111"
1932 <br/> channel: onMode="1" bRatio="0.0000100" products="-10321 321 321 -211"
1933 <br/> channel: onMode="1" bRatio="0.0001000" products="10441 311 111 111"
1934 <br/> channel: onMode="1" bRatio="0.0002000" products="10441 311 211 -211"
1935 <br/> channel: onMode="1" bRatio="0.0001000" products="10441 321 -211 111"
1936 <br/> channel: onMode="1" bRatio="0.0000020" products="20313 311 311 111"
1937 <br/> channel: onMode="1" bRatio="0.0000010" products="20313 311 311 221"
1938 <br/> channel: onMode="1" bRatio="0.0000020" products="20313 321 -321 111"
1939 <br/> channel: onMode="1" bRatio="0.0000010" products="20313 321 -321 221"
1940 <br/> channel: onMode="1" bRatio="0.0000010" products="20313 331 311 311"
1941 <br/> channel: onMode="1" bRatio="0.0000010" products="20313 331 321 -321"
1942 <br/> channel: onMode="1" bRatio="0.0000020" products="-20313 311 311 111"
1943 <br/> channel: onMode="1" bRatio="0.0000010" products="-20313 311 311 221"
1944 <br/> channel: onMode="1" bRatio="0.0000010" products="-20313 331 311 311"
1945 <br/> channel: onMode="1" bRatio="0.0000020" products="20323 321 -321 -211"
1946 <br/> channel: onMode="1" bRatio="0.0000020" products="-20323 321 321 -211"
1947 <br/> channel: onMode="1" bRatio="0.0002000" products="20443 311 111 111"
1948 <br/> channel: onMode="1" bRatio="0.0004000" products="20443 311 211 -211"
1949 <br/> channel: onMode="1" bRatio="0.0002000" products="20443 321 -211 111"
1950 <br/> channel: onMode="1" bRatio="0.0000700" products="30443 311 111 111"
1951 <br/> channel: onMode="1" bRatio="0.0001400" products="30443 311 211 -211"
1952 <br/> channel: onMode="1" bRatio="0.0000700" products="30443 321 -211 111"
1953 <br/> channel: onMode="1" bRatio="0.0000500" products="100441 311 111 111"
1954 <br/> channel: onMode="1" bRatio="0.0000800" products="100441 311 211 -211"
1955 <br/> channel: onMode="1" bRatio="0.0000500" products="100441 321 -211 111"
1956 <br/> channel: onMode="1" bRatio="0.0001000" products="100443 311 111 111"
1957 <br/> channel: onMode="1" bRatio="0.0002000" products="100443 311 211 -211"
1958 <br/> channel: onMode="1" bRatio="0.0001000" products="100443 321 -211 111"
1959 <br/> channel: onMode="1" bRatio="0.0000010" products="9000111 111 111 111"
1960 <br/> channel: onMode="1" bRatio="0.0000010" products="9000111 211 -211 111"
1961 <br/> channel: onMode="1" bRatio="0.0000010" products="9000211 211 -211 -211"
1962 <br/> channel: onMode="1" bRatio="0.0000010" products="9000211 -211 111 111"
1963 <br/> channel: onMode="1" bRatio="0.0000010" products="-9000211 211 111 111"
1964 <br/> channel: onMode="1" bRatio="0.0000010" products="-9000211 211 211 -211"
1965 <br/> channel: onMode="1" bRatio="0.0000020" products="9010221 111 111 111"
1966 <br/> channel: onMode="1" bRatio="0.0000020" products="9010221 211 -211 111"
1967 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 221 111 111"
1968 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 221 211 -211"
1969 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 311 311 111"
1970 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 321 311 -211"
1971 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 321 -321 111"
1972 <br/> channel: onMode="1" bRatio="0.0000100" products="9010221 321 -321 311"
1973 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 -321 311 211"
1974 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 331 111 111"
1975 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 331 211 -211"
1976 <br/> channel: onMode="1" bRatio="0.0000005" products="111 111 111 111 111"
1977 <br/> channel: onMode="1" bRatio="0.0000010" products="211 211 -211 -211 111"
1978 <br/> channel: onMode="1" bRatio="0.0000010" products="211 -211 111 111 111"
1979 <br/> channel: onMode="1" bRatio="0.0000002" products="221 111 111 111 111"
1980 <br/> channel: onMode="1" bRatio="0.0000005" products="221 211 211 -211 -211"
1981 <br/> channel: onMode="1" bRatio="0.0000005" products="221 211 -211 111 111"
1982 <br/> channel: onMode="1" bRatio="0.0000020" products="311 111 111 111 111"
1983 <br/> channel: onMode="1" bRatio="0.0000020" products="311 211 211 -211 -211"
1984 <br/> channel: onMode="1" bRatio="0.0000020" products="311 211 -211 111 111"
1985 <br/> channel: onMode="1" bRatio="0.0000010" products="311 221 111 111 111"
1986 <br/> channel: onMode="1" bRatio="0.0000010" products="311 221 211 -211 111"
1987 <br/> channel: onMode="1" bRatio="0.0000002" products="311 311 111 111 111"
1988 <br/> channel: onMode="1" bRatio="0.0000002" products="311 311 211 -211 111"
1989 <br/> channel: onMode="1" bRatio="0.0000001" products="311 311 221 111 111"
1990 <br/> channel: onMode="1" bRatio="0.0000001" products="311 311 221 211 -211"
1991 <br/> channel: onMode="1" bRatio="0.0000100" products="311 311 311 111 111"
1992 <br/> channel: onMode="1" bRatio="0.0000100" products="311 311 311 211 -211"
1993 <br/> channel: onMode="1" bRatio="0.0000050" products="311 311 311 221 111"
1994 <br/> channel: onMode="1" bRatio="0.0000001" products="311 311 311 311 111"
1995 <br/> channel: onMode="1" bRatio="0.0000020" products="321 211 -211 -211 111"
1996 <br/> channel: onMode="1" bRatio="0.0000020" products="321 -211 111 111 111"
1997 <br/> channel: onMode="1" bRatio="0.0000010" products="321 221 211 -211 -211"
1998 <br/> channel: onMode="1" bRatio="0.0000010" products="321 221 -211 111 111"
1999 <br/> channel: onMode="1" bRatio="0.0000002" products="321 311 211 -211 -211"
2000 <br/> channel: onMode="1" bRatio="0.0000002" products="321 311 -211 111 111"
2001 <br/> channel: onMode="1" bRatio="0.0000001" products="321 311 221 -211 111"
2002 <br/> channel: onMode="1" bRatio="0.0000100" products="321 311 311 -211 111"
2003 <br/> channel: onMode="1" bRatio="0.0000050" products="321 311 311 221 -211"
2004 <br/> channel: onMode="1" bRatio="0.0000001" products="321 311 311 311 -211"
2005 <br/> channel: onMode="1" bRatio="0.0000100" products="321 321 -321 -211 111"
2006 <br/> channel: onMode="1" bRatio="0.0000050" products="321 321 -321 221 -211"
2007 <br/> channel: onMode="1" bRatio="0.0000001" products="321 321 -321 311 -211"
2008 <br/> channel: onMode="1" bRatio="0.0000001" products="321 321 -321 -321 111"
2009 <br/> channel: onMode="1" bRatio="0.0000001" products="321 321 -321 -321 311"
2010 <br/> channel: onMode="1" bRatio="0.0000002" products="321 -321 111 111 111"
2011 <br/> channel: onMode="1" bRatio="0.0000002" products="321 -321 211 -211 111"
2012 <br/> channel: onMode="1" bRatio="0.0000001" products="321 -321 221 111 111"
2013 <br/> channel: onMode="1" bRatio="0.0000001" products="321 -321 221 211 -211"
2014 <br/> channel: onMode="1" bRatio="0.0000100" products="321 -321 311 111 111"
2015 <br/> channel: onMode="1" bRatio="0.0000100" products="321 -321 311 211 -211"
2016 <br/> channel: onMode="1" bRatio="0.0000050" products="321 -321 311 221 111"
2017 <br/> channel: onMode="1" bRatio="0.0000001" products="321 -321 311 311 111"
2018 <br/> channel: onMode="1" bRatio="0.0000001" products="321 -321 311 311 311"
2019 <br/> channel: onMode="1" bRatio="0.0000001" products="321 -321 -321 311 211"
2020 <br/> channel: onMode="1" bRatio="0.0000002" products="-321 311 211 111 111"
2021 <br/> channel: onMode="1" bRatio="0.0000002" products="-321 311 211 211 -211"
2022 <br/> channel: onMode="1" bRatio="0.0000001" products="-321 311 221 211 111"
2023 <br/> channel: onMode="1" bRatio="0.0000001" products="-321 311 311 311 211"
2024 <br/> channel: onMode="1" bRatio="0.0000001" products="331 111 111 111 111"
2025 <br/> channel: onMode="1" bRatio="0.0000002" products="331 211 211 -211 -211"
2026 <br/> channel: onMode="1" bRatio="0.0000002" products="331 211 -211 111 111"
2027 <br/> channel: onMode="1" bRatio="0.0000010" products="331 311 111 111 111"
2028 <br/> channel: onMode="1" bRatio="0.0000010" products="331 311 211 -211 111"
2029 <br/> channel: onMode="1" bRatio="0.0000001" products="331 311 311 111 111"
2030 <br/> channel: onMode="1" bRatio="0.0000001" products="331 311 311 211 -211"
2031 <br/> channel: onMode="1" bRatio="0.0000020" products="331 311 311 311 111"
2032 <br/> channel: onMode="1" bRatio="0.0000010" products="331 321 211 -211 -211"
2033 <br/> channel: onMode="1" bRatio="0.0000010" products="331 321 -211 111 111"
2034 <br/> channel: onMode="1" bRatio="0.0000001" products="331 321 311 -211 111"
2035 <br/> channel: onMode="1" bRatio="0.0000020" products="331 321 311 311 -211"
2036 <br/> channel: onMode="1" bRatio="0.0000020" products="331 321 321 -321 -211"
2037 <br/> channel: onMode="1" bRatio="0.0000001" products="331 321 -321 111 111"
2038 <br/> channel: onMode="1" bRatio="0.0000001" products="331 321 -321 211 -211"
2039 <br/> channel: onMode="1" bRatio="0.0000050" products="331 321 -321 311 111"
2040 <br/> channel: onMode="1" bRatio="0.0000001" products="331 -321 311 211 111"
2041 <br/> channel: onMode="1" bRatio="0.0000001" products="333 311 311 311 111"
2042 <br/> channel: onMode="1" bRatio="0.0000001" products="333 321 311 311 -211"
2043 <br/> channel: onMode="1" bRatio="0.0000001" products="333 321 321 -321 -211"
2044 <br/> channel: onMode="1" bRatio="0.0000001" products="333 321 -321 311 111"
2045 <br/> channel: onMode="1" bRatio="0.0050000" meMode="55" products="-3 1"
2046 <br/> channel: onMode="1" bRatio="0.0110000" meMode="63" products="-4101 2101"
2047 <br/> channel: onMode="1" bRatio="0.0220000" meMode="63" products="-4103 2103"
2048 <br/> channel: onMode="1" bRatio="0.0030000" meMode="63" products="-4301 2101"
2049 <br/> channel: onMode="1" bRatio="0.0060000" meMode="63" products="-4303 2103"
2050 <br/> channel: onMode="1" bRatio="0.0000700" meMode="23" products="1 -1 -1 1"
2051 <br/> channel: onMode="1" bRatio="0.0018000" meMode="23" products="1 -1 -3 1"
2052 <br/> channel: onMode="1" bRatio="0.0030000" meMode="23" products="2 -1 -2 1"
2053 <br/> channel: onMode="1" bRatio="0.0020500" meMode="23" products="2 -2 -1 1"
2054 <br/> channel: onMode="1" bRatio="0.0022000" meMode="23" products="2 -2 -3 1"
2055 <br/> channel: onMode="1" bRatio="0.0210000" meMode="63" products="2 -3 -4 1"
2056 <br/> channel: onMode="1" bRatio="0.0180000" meMode="23" products="2 -4 -1 1"
2057 <br/> channel: onMode="1" bRatio="0.0009000" meMode="23" products="2 -4 -3 1"
2058 <br/> channel: onMode="1" bRatio="0.0000900" meMode="23" products="3 -3 -1 1"
2059 <br/> channel: onMode="1" bRatio="0.0015000" meMode="23" products="3 -3 -3 1"
2060 <br/> channel: onMode="1" bRatio="0.0060000" meMode="43" products="4 -1 -4 1"
2061 <br/> channel: onMode="1" bRatio="0.0040000" meMode="23" products="4 -3 -2 1"
2062 <br/> channel: onMode="1" bRatio="0.0740000" meMode="43" products="4 -3 -4 1"
2063 <br/> channel: onMode="2" bRatio="0.0018920" meMode="22" products="12 -11 1 -2"
2064 <br/> channel: onMode="2" bRatio="0.0018920" meMode="22" products="14 -13 1 -2"
2065 <br/> channel: onMode="2" bRatio="0.0012910" products="443 313"
2066 <br/> channel: onMode="2" bRatio="0.0000500" products="445 130"
2067 <br/> channel: onMode="2" bRatio="0.0000500" products="445 310"
2068 <br/> channel: onMode="2" bRatio="0.0000100" products="213 -211 113"
2069 <br/> channel: onMode="2" bRatio="0.0000100" products="223 213 -211"
2070 <br/> channel: onMode="2" bRatio="0.0000067" products="313 111 111"
2071 <br/> channel: onMode="2" bRatio="0.0000100" products="321 -211 113"
2072 <br/> channel: onMode="2" bRatio="0.0000010" products="321 -321 130"
2073 <br/> channel: onMode="2" bRatio="0.0000010" products="321 -321 310"
2074 <br/> channel: onMode="2" bRatio="0.0000070" products="333 311 221"
2075 <br/> channel: onMode="2" bRatio="0.0005000" products="423 -421 311"
2076 <br/> channel: onMode="2" bRatio="0.0015000" products="-423 421 311"
2077 <br/> channel: onMode="2" bRatio="0.0000050" products="9000211 313 -211"
2078 <br/> channel: onMode="2" bRatio="0.0003118" meMode="31" products="1 -3 22"
2079 <br/> channel: onMode="2" bRatio="0.0000050" meMode="12" products="1 -3 11 -11"
2080 <br/> channel: onMode="2" bRatio="0.0000025" meMode="12" products="1 -3 13 -13"
2081 <br/> channel: onMode="2" bRatio="0.0000002" meMode="12" products="1 -3 15 -15"
2082 <br/> channel: onMode="2" bRatio="0.3158500" meMode="23" products="2 -1 -4 1"
2083 <br/> channel: onMode="3" bRatio="0.0018920" meMode="22" products="12 -11 -2 1"
2084 <br/> channel: onMode="3" bRatio="0.0018920" meMode="22" products="14 -13 -2 1"
2085 <br/> channel: onMode="3" bRatio="0.0012310" products="443 313"
2086 <br/> channel: onMode="3" bRatio="0.0000100" products="445 130"
2087 <br/> channel: onMode="3" bRatio="0.0000100" products="445 310"
2088 <br/> channel: onMode="3" bRatio="0.0000100" products="-213 211 113"
2089 <br/> channel: onMode="3" bRatio="0.0000100" products="223 -213 211"
2090 <br/> channel: onMode="3" bRatio="0.0000067" products="-313 111 111"
2091 <br/> channel: onMode="3" bRatio="0.0000050" products="321 -211 113"
2092 <br/> channel: onMode="3" bRatio="0.0000105" products="321 -321 130"
2093 <br/> channel: onMode="3" bRatio="0.0000105" products="321 -321 310"
2094 <br/> channel: onMode="3" bRatio="0.0000050" products="333 311 221"
2095 <br/> channel: onMode="3" bRatio="0.0015000" products="423 -421 311"
2096 <br/> channel: onMode="3" bRatio="0.0005000" products="-423 421 311"
2097 <br/> channel: onMode="3" bRatio="0.0000050" products="-9000211 313 211"
2098 <br/> channel: onMode="3" bRatio="0.0003118" meMode="31" products="-3 1 22"
2099 <br/> channel: onMode="3" bRatio="0.3160000" meMode="23" products="2 -1 -4 1"
2100 <br/> channel: onMode="3" bRatio="0.0000050" meMode="12" products="-3 1 11 -11"
2101 <br/> channel: onMode="3" bRatio="0.0000025" meMode="12" products="-3 1 13 -13"
2102 <br/> channel: onMode="3" bRatio="0.0000002" meMode="12" products="-3 1 15 -15"
2103
2104<p/>particle: id="513" name="B*0" antiName="B*bar0" spinType="3" chargeType="0" colType="0"
2105 m0="5.32520"
2106 <br/> channel: onMode="1" bRatio="1.0000000" products="511 22"
2107
2108<p/>particle: id="515" name="B*_20" antiName="B*_2bar0" spinType="5" chargeType="0" colType="0"
2109 m0="5.74300" mWidth="0.02300" mMin="5.63000" mMax="6.03000"
2110 <br/> channel: onMode="1" bRatio="0.3100000" products="523 -211"
2111 <br/> channel: onMode="1" bRatio="0.1500000" products="513 111"
2112 <br/> channel: onMode="1" bRatio="0.3100000" products="521 -211"
2113 <br/> channel: onMode="1" bRatio="0.1500000" products="511 111"
2114 <br/> channel: onMode="1" bRatio="0.0500000" products="523 -211 111"
2115 <br/> channel: onMode="1" bRatio="0.0300000" products="513 211 -211"
2116
2117<p/>particle: id="521" name="B+" antiName="B-" spinType="1" chargeType="3" colType="0"
2118 m0="5.27925" tau0="4.91100e-01"
2119 <br/> channel: onMode="1" bRatio="0.0000930" products="16 -15"
2120 <br/> channel: onMode="1" bRatio="0.0000720" meMode="22" products="12 -11 111"
2121 <br/> channel: onMode="1" bRatio="0.0001450" meMode="22" products="12 -11 113"
2122 <br/> channel: onMode="1" bRatio="0.0000840" meMode="22" products="12 -11 221"
2123 <br/> channel: onMode="1" bRatio="0.0001450" meMode="22" products="12 -11 223"
2124 <br/> channel: onMode="1" bRatio="0.0000840" meMode="22" products="12 -11 331"
2125 <br/> channel: onMode="1" bRatio="0.0224000" meMode="22" products="12 -11 -421"
2126 <br/> channel: onMode="1" bRatio="0.0617000" meMode="22" products="12 -11 -423"
2127 <br/> channel: onMode="1" bRatio="0.0030000" meMode="22" products="12 -11 -425"
2128 <br/> channel: onMode="1" bRatio="0.0049000" meMode="22" products="12 -11 -10421"
2129 <br/> channel: onMode="1" bRatio="0.0056000" meMode="22" products="12 -11 -10423"
2130 <br/> channel: onMode="1" bRatio="0.0090000" meMode="22" products="12 -11 -20423"
2131 <br/> channel: onMode="1" bRatio="0.0000720" meMode="22" products="14 -13 111"
2132 <br/> channel: onMode="1" bRatio="0.0001450" meMode="22" products="14 -13 113"
2133 <br/> channel: onMode="1" bRatio="0.0000840" meMode="22" products="14 -13 221"
2134 <br/> channel: onMode="1" bRatio="0.0001450" meMode="22" products="14 -13 223"
2135 <br/> channel: onMode="1" bRatio="0.0000840" meMode="22" products="14 -13 331"
2136 <br/> channel: onMode="1" bRatio="0.0224000" meMode="22" products="14 -13 -421"
2137 <br/> channel: onMode="1" bRatio="0.0617000" meMode="22" products="14 -13 -423"
2138 <br/> channel: onMode="1" bRatio="0.0030000" meMode="22" products="14 -13 -425"
2139 <br/> channel: onMode="1" bRatio="0.0049000" meMode="22" products="14 -13 -10421"
2140 <br/> channel: onMode="1" bRatio="0.0056000" meMode="22" products="14 -13 -10423"
2141 <br/> channel: onMode="1" bRatio="0.0090000" meMode="22" products="14 -13 -20423"
2142 <br/> channel: onMode="1" bRatio="0.0000300" meMode="22" products="16 -15 111"
2143 <br/> channel: onMode="1" bRatio="0.0000420" meMode="22" products="16 -15 113"
2144 <br/> channel: onMode="1" bRatio="0.0000120" meMode="22" products="16 -15 221"
2145 <br/> channel: onMode="1" bRatio="0.0000420" meMode="22" products="16 -15 223"
2146 <br/> channel: onMode="1" bRatio="0.0000200" meMode="22" products="16 -15 225"
2147 <br/> channel: onMode="1" bRatio="0.0000180" meMode="22" products="16 -15 331"
2148 <br/> channel: onMode="1" bRatio="0.0000200" meMode="22" products="16 -15 335"
2149 <br/> channel: onMode="1" bRatio="0.0070000" meMode="22" products="16 -15 -421"
2150 <br/> channel: onMode="1" bRatio="0.0160000" meMode="22" products="16 -15 -423"
2151 <br/> channel: onMode="1" bRatio="0.0020000" meMode="22" products="16 -15 -425"
2152 <br/> channel: onMode="1" bRatio="0.0000270" meMode="22" products="16 -15 10113"
2153 <br/> channel: onMode="1" bRatio="0.0000020" meMode="22" products="16 -15 10221"
2154 <br/> channel: onMode="1" bRatio="0.0000130" meMode="22" products="16 -15 10223"
2155 <br/> channel: onMode="1" bRatio="0.0000130" meMode="22" products="16 -15 10333"
2156 <br/> channel: onMode="1" bRatio="0.0013000" meMode="22" products="16 -15 -10421"
2157 <br/> channel: onMode="1" bRatio="0.0013000" meMode="22" products="16 -15 -10423"
2158 <br/> channel: onMode="1" bRatio="0.0000460" meMode="22" products="16 -15 20113"
2159 <br/> channel: onMode="1" bRatio="0.0000230" meMode="22" products="16 -15 20223"
2160 <br/> channel: onMode="1" bRatio="0.0000230" meMode="22" products="16 -15 20333"
2161 <br/> channel: onMode="1" bRatio="0.0020000" meMode="22" products="16 -15 -20423"
2162 <br/> channel: onMode="1" bRatio="0.0000040" meMode="22" products="16 -15 9000111"
2163 <br/> channel: onMode="1" bRatio="0.0000020" meMode="22" products="16 -15 9010221"
2164 <br/> channel: onMode="1" bRatio="0.0019000" meMode="22" products="12 -11 -411 211"
2165 <br/> channel: onMode="1" bRatio="0.0006000" meMode="22" products="12 -11 -413 211"
2166 <br/> channel: onMode="1" bRatio="0.0010000" meMode="22" products="12 -11 -421 111"
2167 <br/> channel: onMode="1" bRatio="0.0003000" meMode="22" products="12 -11 -423 111"
2168 <br/> channel: onMode="1" bRatio="0.0019000" meMode="22" products="14 -13 -411 211"
2169 <br/> channel: onMode="1" bRatio="0.0006000" meMode="22" products="14 -13 -413 211"
2170 <br/> channel: onMode="1" bRatio="0.0010000" meMode="22" products="14 -13 -421 111"
2171 <br/> channel: onMode="1" bRatio="0.0003000" meMode="22" products="14 -13 -423 111"
2172 <br/> channel: onMode="1" bRatio="0.0000055" products="211 111"
2173 <br/> channel: onMode="1" bRatio="0.0000091" products="211 113"
2174 <br/> channel: onMode="1" bRatio="0.0000120" products="211 130"
2175 <br/> channel: onMode="1" bRatio="0.0000120" products="213 111"
2176 <br/> channel: onMode="1" bRatio="0.0000150" products="213 113"
2177 <br/> channel: onMode="1" bRatio="0.0000048" products="221 211"
2178 <br/> channel: onMode="1" bRatio="0.0000086" products="221 213"
2179 <br/> channel: onMode="1" bRatio="0.0000059" products="223 211"
2180 <br/> channel: onMode="1" bRatio="0.0000130" products="223 213"
2181 <br/> channel: onMode="1" bRatio="0.0000023" products="225 211"
2182 <br/> channel: onMode="1" bRatio="0.0000120" products="310 211"
2183 <br/> channel: onMode="1" bRatio="0.0000010" products="311 213"
2184 <br/> channel: onMode="1" bRatio="0.0000100" products="313 213"
2185 <br/> channel: onMode="1" bRatio="0.0000120" products="321 111"
2186 <br/> channel: onMode="1" bRatio="0.0000052" products="321 113"
2187 <br/> channel: onMode="1" bRatio="0.0000026" products="321 221"
2188 <br/> channel: onMode="1" bRatio="0.0000051" products="321 223"
2189 <br/> channel: onMode="1" bRatio="0.0000010" products="321 311"
2190 <br/> channel: onMode="1" bRatio="0.0000403" products="323 22"
2191 <br/> channel: onMode="1" bRatio="0.0000020" products="323 111"
2192 <br/> channel: onMode="1" bRatio="0.0000100" products="323 113"
2193 <br/> channel: onMode="1" bRatio="0.0000240" products="323 221"
2194 <br/> channel: onMode="1" bRatio="0.0000010" products="323 223"
2195 <br/> channel: onMode="1" bRatio="0.0000030" products="323 311"
2196 <br/> channel: onMode="1" bRatio="0.0000010" products="323 -313"
2197 <br/> channel: onMode="1" bRatio="0.0000042" products="331 211"
2198 <br/> channel: onMode="1" bRatio="0.0000010" products="331 213"
2199 <br/> channel: onMode="1" bRatio="0.0000780" products="331 321"
2200 <br/> channel: onMode="1" bRatio="0.0000010" products="331 323"
2201 <br/> channel: onMode="1" bRatio="0.0000010" products="333 211"
2202 <br/> channel: onMode="1" bRatio="0.0000010" products="333 213"
2203 <br/> channel: onMode="1" bRatio="0.0000090" products="333 321"
2204 <br/> channel: onMode="1" bRatio="0.0000110" products="333 323"
2205 <br/> channel: onMode="1" bRatio="0.0000005" products="411 111"
2206 <br/> channel: onMode="1" bRatio="0.0000110" products="411 311"
2207 <br/> channel: onMode="1" bRatio="0.0000005" products="413 111"
2208 <br/> channel: onMode="1" bRatio="0.0000060" products="413 311"
2209 <br/> channel: onMode="1" bRatio="0.0050000" products="-421 211"
2210 <br/> channel: onMode="1" bRatio="0.0134000" products="-421 213"
2211 <br/> channel: onMode="1" bRatio="0.0004100" products="-421 321"
2212 <br/> channel: onMode="1" bRatio="0.0006100" products="-421 323"
2213 <br/> channel: onMode="1" bRatio="0.0002700" products="-421 411"
2214 <br/> channel: onMode="1" bRatio="0.0003350" products="-421 413"
2215 <br/> channel: onMode="1" bRatio="0.0046000" products="-423 211"
2216 <br/> channel: onMode="1" bRatio="0.0098000" products="-423 213"
2217 <br/> channel: onMode="1" bRatio="0.0003600" products="-423 321"
2218 <br/> channel: onMode="1" bRatio="0.0007700" products="-423 323"
2219 <br/> channel: onMode="1" bRatio="0.0003350" products="-423 411"
2220 <br/> channel: onMode="1" bRatio="0.0010400" products="-423 413"
2221 <br/> channel: onMode="1" bRatio="0.0008000" products="-425 211"
2222 <br/> channel: onMode="1" bRatio="0.0038000" products="-425 213"
2223 <br/> channel: onMode="1" bRatio="0.0000200" products="431 111"
2224 <br/> channel: onMode="1" bRatio="0.0000280" products="431 113"
2225 <br/> channel: onMode="1" bRatio="0.0129000" products="431 -421"
2226 <br/> channel: onMode="1" bRatio="0.0124000" products="431 -423"
2227 <br/> channel: onMode="1" bRatio="0.0042000" products="431 -425"
2228 <br/> channel: onMode="1" bRatio="0.0000200" products="433 111"
2229 <br/> channel: onMode="1" bRatio="0.0000280" products="433 113"
2230 <br/> channel: onMode="1" bRatio="0.0111000" products="433 -421"
2231 <br/> channel: onMode="1" bRatio="0.0278000" products="433 -423"
2232 <br/> channel: onMode="1" bRatio="0.0040000" products="433 -425"
2233 <br/> channel: onMode="1" bRatio="0.0009000" products="441 321"
2234 <br/> channel: onMode="1" bRatio="0.0012000" products="441 323"
2235 <br/> channel: onMode="1" bRatio="0.0000400" products="443 211"
2236 <br/> channel: onMode="1" bRatio="0.0000600" products="443 213"
2237 <br/> channel: onMode="1" bRatio="0.0010600" products="443 321"
2238 <br/> channel: onMode="1" bRatio="0.0014300" products="443 323"
2239 <br/> channel: onMode="1" bRatio="0.0005000" products="443 325"
2240 <br/> channel: onMode="1" bRatio="0.0000200" products="445 321"
2241 <br/> channel: onMode="1" bRatio="0.0000100" products="10113 211"
2242 <br/> channel: onMode="1" bRatio="0.0000100" products="10113 321"
2243 <br/> channel: onMode="1" bRatio="0.0000100" products="10213 111"
2244 <br/> channel: onMode="1" bRatio="0.0000100" products="10213 311"
2245 <br/> channel: onMode="1" bRatio="0.0000700" products="10311 211"
2246 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 213"
2247 <br/> channel: onMode="1" bRatio="0.0000020" products="-10311 321"
2248 <br/> channel: onMode="1" bRatio="0.0000020" products="10321 111"
2249 <br/> channel: onMode="1" bRatio="0.0000100" products="10321 113"
2250 <br/> channel: onMode="1" bRatio="0.0000020" products="10321 311"
2251 <br/> channel: onMode="1" bRatio="0.0000100" products="10321 333"
2252 <br/> channel: onMode="1" bRatio="0.0018000" products="10323 443"
2253 <br/> channel: onMode="1" bRatio="0.0009100" products="-10421 211"
2254 <br/> channel: onMode="1" bRatio="0.0010000" products="-10423 211"
2255 <br/> channel: onMode="1" bRatio="0.0007000" products="-10423 213"
2256 <br/> channel: onMode="1" bRatio="0.0012000" products="-10423 431"
2257 <br/> channel: onMode="1" bRatio="0.0024000" products="-10423 433"
2258 <br/> channel: onMode="1" bRatio="0.0016000" products="10431 -421"
2259 <br/> channel: onMode="1" bRatio="0.0016000" products="10431 -423"
2260 <br/> channel: onMode="1" bRatio="0.0003000" products="10441 321"
2261 <br/> channel: onMode="1" bRatio="0.0004000" products="10441 323"
2262 <br/> channel: onMode="1" bRatio="0.0000400" products="20113 211"
2263 <br/> channel: onMode="1" bRatio="0.0000100" products="20113 321"
2264 <br/> channel: onMode="1" bRatio="0.0000200" products="20113 323"
2265 <br/> channel: onMode="1" bRatio="0.0000400" products="20213 111"
2266 <br/> channel: onMode="1" bRatio="0.0000100" products="20213 113"
2267 <br/> channel: onMode="1" bRatio="0.0000100" products="20213 223"
2268 <br/> channel: onMode="1" bRatio="0.0000100" products="20213 311"
2269 <br/> channel: onMode="1" bRatio="0.0000200" products="20213 313"
2270 <br/> channel: onMode="1" bRatio="0.0088700" products="20213 -421"
2271 <br/> channel: onMode="1" bRatio="0.0159700" products="20213 -423"
2272 <br/> channel: onMode="1" bRatio="0.0000500" products="20213 20113"
2273 <br/> channel: onMode="1" bRatio="0.0000020" products="20323 333"
2274 <br/> channel: onMode="1" bRatio="0.0001000" products="20323 443"
2275 <br/> channel: onMode="1" bRatio="0.0007500" products="-20423 211"
2276 <br/> channel: onMode="1" bRatio="0.0022000" products="-20423 213"
2277 <br/> channel: onMode="1" bRatio="0.0006000" products="-20423 431"
2278 <br/> channel: onMode="1" bRatio="0.0012000" products="-20423 433"
2279 <br/> channel: onMode="1" bRatio="0.0041000" products="20433 -421"
2280 <br/> channel: onMode="1" bRatio="0.0098000" products="20433 -423"
2281 <br/> channel: onMode="1" bRatio="0.0005700" products="20443 321"
2282 <br/> channel: onMode="1" bRatio="0.0002900" products="20443 323"
2283 <br/> channel: onMode="1" bRatio="0.0004800" products="30443 321"
2284 <br/> channel: onMode="1" bRatio="0.0005000" products="30443 323"
2285 <br/> channel: onMode="1" bRatio="0.0003000" products="30443 10323"
2286 <br/> channel: onMode="1" bRatio="0.0000022" products="100113 211"
2287 <br/> channel: onMode="1" bRatio="0.0000010" products="100113 321"
2288 <br/> channel: onMode="1" bRatio="0.0003600" products="100441 321"
2289 <br/> channel: onMode="1" bRatio="0.0004800" products="100441 323"
2290 <br/> channel: onMode="1" bRatio="0.0006300" products="100443 321"
2291 <br/> channel: onMode="1" bRatio="0.0006000" products="100443 323"
2292 <br/> channel: onMode="1" bRatio="0.0004000" products="100443 10323"
2293 <br/> channel: onMode="1" bRatio="0.0000010" products="9000111 211"
2294 <br/> channel: onMode="1" bRatio="0.0000100" products="9000111 213"
2295 <br/> channel: onMode="1" bRatio="0.0000010" products="9000111 321"
2296 <br/> channel: onMode="1" bRatio="0.0000050" products="9000111 323"
2297 <br/> channel: onMode="1" bRatio="0.0000010" products="9000211 111"
2298 <br/> channel: onMode="1" bRatio="0.0000020" products="9000211 113"
2299 <br/> channel: onMode="1" bRatio="0.0000010" products="9000211 311"
2300 <br/> channel: onMode="1" bRatio="0.0000050" products="9000211 313"
2301 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 211"
2302 <br/> channel: onMode="1" bRatio="0.0000100" products="9010221 213"
2303 <br/> channel: onMode="1" bRatio="0.0000085" products="9010221 321"
2304 <br/> channel: onMode="1" bRatio="0.0000100" products="9010221 323"
2305 <br/> channel: onMode="1" bRatio="0.0000100" products="9010221 20213"
2306 <br/> channel: onMode="1" bRatio="0.0000260" products="211 111 111"
2307 <br/> channel: onMode="1" bRatio="0.0000100" products="211 113 111"
2308 <br/> channel: onMode="1" bRatio="0.0000100" products="211 113 113"
2309 <br/> channel: onMode="1" bRatio="0.0000160" products="211 211 -211"
2310 <br/> channel: onMode="1" bRatio="0.0000100" products="213 111 111"
2311 <br/> channel: onMode="1" bRatio="0.0000100" products="213 113 111"
2312 <br/> channel: onMode="1" bRatio="0.0000100" products="213 211 -211"
2313 <br/> channel: onMode="1" bRatio="0.0000100" products="213 -213 211"
2314 <br/> channel: onMode="1" bRatio="0.0000100" products="-213 211 211"
2315 <br/> channel: onMode="1" bRatio="0.0000010" products="221 211 111"
2316 <br/> channel: onMode="1" bRatio="0.0000050" products="221 211 113"
2317 <br/> channel: onMode="1" bRatio="0.0000050" products="221 213 111"
2318 <br/> channel: onMode="1" bRatio="0.0000050" products="221 213 113"
2319 <br/> channel: onMode="1" bRatio="0.0000010" products="221 221 211"
2320 <br/> channel: onMode="1" bRatio="0.0000020" products="221 221 213"
2321 <br/> channel: onMode="1" bRatio="0.0000100" products="223 211 111"
2322 <br/> channel: onMode="1" bRatio="0.0000100" products="223 211 113"
2323 <br/> channel: onMode="1" bRatio="0.0000100" products="223 213 111"
2324 <br/> channel: onMode="1" bRatio="0.0000050" products="223 221 211"
2325 <br/> channel: onMode="1" bRatio="0.0000050" products="223 221 213"
2326 <br/> channel: onMode="1" bRatio="0.0000010" products="311 211 111"
2327 <br/> channel: onMode="1" bRatio="0.0000050" products="311 211 113"
2328 <br/> channel: onMode="1" bRatio="0.0000100" products="311 213 111"
2329 <br/> channel: onMode="1" bRatio="0.0000010" products="311 221 211"
2330 <br/> channel: onMode="1" bRatio="0.0000050" products="311 221 213"
2331 <br/> channel: onMode="1" bRatio="0.0000050" products="311 223 211"
2332 <br/> channel: onMode="1" bRatio="0.0000010" products="311 311 211"
2333 <br/> channel: onMode="1" bRatio="0.0000010" products="311 311 213"
2334 <br/> channel: onMode="1" bRatio="0.0000100" products="313 211 111"
2335 <br/> channel: onMode="1" bRatio="0.0000100" products="313 211 113"
2336 <br/> channel: onMode="1" bRatio="0.0000100" products="313 213 111"
2337 <br/> channel: onMode="1" bRatio="0.0000050" products="313 221 211"
2338 <br/> channel: onMode="1" bRatio="0.0000050" products="313 221 213"
2339 <br/> channel: onMode="1" bRatio="0.0000100" products="313 223 211"
2340 <br/> channel: onMode="1" bRatio="0.0000010" products="313 311 211"
2341 <br/> channel: onMode="1" bRatio="0.0000010" products="313 -313 211"
2342 <br/> channel: onMode="1" bRatio="0.0000010" products="-313 311 211"
2343 <br/> channel: onMode="1" bRatio="0.0000006" meMode="11" products="321 11 -11"
2344 <br/> channel: onMode="1" bRatio="0.0000006" meMode="11" products="321 13 -13"
2345 <br/> channel: onMode="1" bRatio="0.0000001" meMode="11" products="321 15 -15"
2346 <br/> channel: onMode="1" bRatio="0.0000010" products="321 111 111"
2347 <br/> channel: onMode="1" bRatio="0.0000050" products="321 113 111"
2348 <br/> channel: onMode="1" bRatio="0.0000049" products="321 211 -211"
2349 <br/> channel: onMode="1" bRatio="0.0000100" products="321 213 -211"
2350 <br/> channel: onMode="1" bRatio="0.0000100" products="321 -213 211"
2351 <br/> channel: onMode="1" bRatio="0.0000010" products="321 221 111"
2352 <br/> channel: onMode="1" bRatio="0.0000020" products="321 221 113"
2353 <br/> channel: onMode="1" bRatio="0.0000010" products="321 221 221"
2354 <br/> channel: onMode="1" bRatio="0.0000050" products="321 223 111"
2355 <br/> channel: onMode="1" bRatio="0.0000020" products="321 223 221"
2356 <br/> channel: onMode="1" bRatio="0.0000010" products="321 311 111"
2357 <br/> channel: onMode="1" bRatio="0.0000010" products="321 311 113"
2358 <br/> channel: onMode="1" bRatio="0.0000010" products="321 311 221"
2359 <br/> channel: onMode="1" bRatio="0.0000010" products="321 311 223"
2360 <br/> channel: onMode="1" bRatio="0.0000480" products="321 311 311"
2361 <br/> channel: onMode="1" bRatio="0.0000100" products="321 313 311"
2362 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -313 111"
2363 <br/> channel: onMode="1" bRatio="0.0000005" products="321 -313 221"
2364 <br/> channel: onMode="1" bRatio="0.0000100" products="321 -313 311"
2365 <br/> channel: onMode="1" bRatio="0.0000001" products="321 321 -211"
2366 <br/> channel: onMode="1" bRatio="0.0000260" products="321 321 -321"
2367 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -321 211"
2368 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -321 213"
2369 <br/> channel: onMode="1" bRatio="0.0000001" products="-321 211 211"
2370 <br/> channel: onMode="1" bRatio="0.0000018" meMode="11" products="323 11 -11"
2371 <br/> channel: onMode="1" bRatio="0.0000014" meMode="11" products="323 13 -13"
2372 <br/> channel: onMode="1" bRatio="0.0000002" meMode="11" products="323 15 -15"
2373 <br/> channel: onMode="1" bRatio="0.0000100" products="323 111 111"
2374 <br/> channel: onMode="1" bRatio="0.0000100" products="323 113 111"
2375 <br/> channel: onMode="1" bRatio="0.0000100" products="323 211 -211"
2376 <br/> channel: onMode="1" bRatio="0.0000100" products="323 213 -211"
2377 <br/> channel: onMode="1" bRatio="0.0000100" products="323 -213 211"
2378 <br/> channel: onMode="1" bRatio="0.0000050" products="323 221 111"
2379 <br/> channel: onMode="1" bRatio="0.0000050" products="323 221 113"
2380 <br/> channel: onMode="1" bRatio="0.0000020" products="323 221 221"
2381 <br/> channel: onMode="1" bRatio="0.0000100" products="323 223 111"
2382 <br/> channel: onMode="1" bRatio="0.0000050" products="323 223 221"
2383 <br/> channel: onMode="1" bRatio="0.0000010" products="323 311 111"
2384 <br/> channel: onMode="1" bRatio="0.0000005" products="323 311 221"
2385 <br/> channel: onMode="1" bRatio="0.0000100" products="323 311 311"
2386 <br/> channel: onMode="1" bRatio="0.0000010" products="323 -313 111"
2387 <br/> channel: onMode="1" bRatio="0.0000005" products="323 -313 221"
2388 <br/> channel: onMode="1" bRatio="0.0000100" products="323 321 -321"
2389 <br/> channel: onMode="1" bRatio="0.0000010" products="323 -321 211"
2390 <br/> channel: onMode="1" bRatio="0.0000010" products="-323 321 211"
2391 <br/> channel: onMode="1" bRatio="0.0000100" products="-323 321 321"
2392 <br/> channel: onMode="1" bRatio="0.0000010" products="331 211 111"
2393 <br/> channel: onMode="1" bRatio="0.0000020" products="331 211 113"
2394 <br/> channel: onMode="1" bRatio="0.0000020" products="331 213 111"
2395 <br/> channel: onMode="1" bRatio="0.0000020" products="331 213 113"
2396 <br/> channel: onMode="1" bRatio="0.0000010" products="331 221 211"
2397 <br/> channel: onMode="1" bRatio="0.0000020" products="331 223 211"
2398 <br/> channel: onMode="1" bRatio="0.0000020" products="331 223 213"
2399 <br/> channel: onMode="1" bRatio="0.0000010" products="331 311 211"
2400 <br/> channel: onMode="1" bRatio="0.0000020" products="331 311 213"
2401 <br/> channel: onMode="1" bRatio="0.0000020" products="331 313 213"
2402 <br/> channel: onMode="1" bRatio="0.0000010" products="331 321 111"
2403 <br/> channel: onMode="1" bRatio="0.0000010" products="331 321 113"
2404 <br/> channel: onMode="1" bRatio="0.0000010" products="331 321 221"
2405 <br/> channel: onMode="1" bRatio="0.0000010" products="331 321 223"
2406 <br/> channel: onMode="1" bRatio="0.0000010" products="331 321 311"
2407 <br/> channel: onMode="1" bRatio="0.0000002" products="331 321 -313"
2408 <br/> channel: onMode="1" bRatio="0.0000020" products="331 323 111"
2409 <br/> channel: onMode="1" bRatio="0.0000020" products="331 323 113"
2410 <br/> channel: onMode="1" bRatio="0.0000010" products="331 323 221"
2411 <br/> channel: onMode="1" bRatio="0.0000020" products="331 323 223"
2412 <br/> channel: onMode="1" bRatio="0.0000002" products="331 323 311"
2413 <br/> channel: onMode="1" bRatio="0.0000002" products="331 323 -313"
2414 <br/> channel: onMode="1" bRatio="0.0000010" products="331 331 321"
2415 <br/> channel: onMode="1" bRatio="0.0000010" products="333 211 111"
2416 <br/> channel: onMode="1" bRatio="0.0000010" products="333 211 113"
2417 <br/> channel: onMode="1" bRatio="0.0000010" products="333 213 111"
2418 <br/> channel: onMode="1" bRatio="0.0000005" products="333 221 211"
2419 <br/> channel: onMode="1" bRatio="0.0000005" products="333 221 213"
2420 <br/> channel: onMode="1" bRatio="0.0000010" products="333 223 211"
2421 <br/> channel: onMode="1" bRatio="0.0000100" products="333 311 211"
2422 <br/> channel: onMode="1" bRatio="0.0000100" products="333 311 213"
2423 <br/> channel: onMode="1" bRatio="0.0000100" products="333 321 111"
2424 <br/> channel: onMode="1" bRatio="0.0000100" products="333 321 113"
2425 <br/> channel: onMode="1" bRatio="0.0000050" products="333 321 221"
2426 <br/> channel: onMode="1" bRatio="0.0000100" products="333 321 223"
2427 <br/> channel: onMode="1" bRatio="0.0000010" products="333 321 311"
2428 <br/> channel: onMode="1" bRatio="0.0000100" products="333 323 111"
2429 <br/> channel: onMode="1" bRatio="0.0000002" products="333 331 211"
2430 <br/> channel: onMode="1" bRatio="0.0000002" products="333 331 213"
2431 <br/> channel: onMode="1" bRatio="0.0000020" products="333 331 321"
2432 <br/> channel: onMode="1" bRatio="0.0000010" products="333 333 211"
2433 <br/> channel: onMode="1" bRatio="0.0000030" products="333 333 321"
2434 <br/> channel: onMode="1" bRatio="0.0000030" products="333 333 323"
2435 <br/> channel: onMode="1" bRatio="0.0005000" products="411 -411 321"
2436 <br/> channel: onMode="1" bRatio="0.0005000" products="411 -411 323"
2437 <br/> channel: onMode="1" bRatio="0.0010200" products="-411 211 211"
2438 <br/> channel: onMode="1" bRatio="0.0020000" products="-411 213 211"
2439 <br/> channel: onMode="1" bRatio="0.0005000" products="413 -411 321"
2440 <br/> channel: onMode="1" bRatio="0.0005000" products="413 -411 323"
2441 <br/> channel: onMode="1" bRatio="0.0015000" products="413 -413 321"
2442 <br/> channel: onMode="1" bRatio="0.0010000" products="413 -413 323"
2443 <br/> channel: onMode="1" bRatio="0.0012500" products="-413 211 211"
2444 <br/> channel: onMode="1" bRatio="0.0020000" products="-413 213 211"
2445 <br/> channel: onMode="1" bRatio="0.0015000" products="-413 411 321"
2446 <br/> channel: onMode="1" bRatio="0.0005000" products="-413 411 323"
2447 <br/> channel: onMode="1" bRatio="0.0015000" products="421 -421 321"
2448 <br/> channel: onMode="1" bRatio="0.0025000" products="421 -421 323"
2449 <br/> channel: onMode="1" bRatio="0.0005000" products="-421 211 111"
2450 <br/> channel: onMode="1" bRatio="0.0021000" products="-421 211 113"
2451 <br/> channel: onMode="1" bRatio="0.0017000" products="-421 411 311"
2452 <br/> channel: onMode="1" bRatio="0.0025000" products="-421 411 313"
2453 <br/> channel: onMode="1" bRatio="0.0049000" products="-421 413 311"
2454 <br/> channel: onMode="1" bRatio="0.0025000" products="-421 413 313"
2455 <br/> channel: onMode="1" bRatio="0.0047000" products="423 -421 321"
2456 <br/> channel: onMode="1" bRatio="0.0025000" products="423 -421 323"
2457 <br/> channel: onMode="1" bRatio="0.0070000" products="423 -423 321"
2458 <br/> channel: onMode="1" bRatio="0.0050000" products="423 -423 323"
2459 <br/> channel: onMode="1" bRatio="0.0005000" products="-423 211 111"
2460 <br/> channel: onMode="1" bRatio="0.0005000" products="-423 211 113"
2461 <br/> channel: onMode="1" bRatio="0.0005000" products="-423 213 111"
2462 <br/> channel: onMode="1" bRatio="0.0031000" products="-423 411 311"
2463 <br/> channel: onMode="1" bRatio="0.0025000" products="-423 411 313"
2464 <br/> channel: onMode="1" bRatio="0.0100000" products="-423 413 311"
2465 <br/> channel: onMode="1" bRatio="0.0050000" products="-423 413 313"
2466 <br/> channel: onMode="1" bRatio="0.0018000" products="-423 421 321"
2467 <br/> channel: onMode="1" bRatio="0.0025000" products="-423 421 323"
2468 <br/> channel: onMode="1" bRatio="0.0036000" products="431 -411 211"
2469 <br/> channel: onMode="1" bRatio="0.0018000" products="431 -421 111"
2470 <br/> channel: onMode="1" bRatio="0.0037000" products="433 -411 211"
2471 <br/> channel: onMode="1" bRatio="0.0018000" products="433 -421 111"
2472 <br/> channel: onMode="1" bRatio="0.0002000" products="441 311 211"
2473 <br/> channel: onMode="1" bRatio="0.0001000" products="441 321 111"
2474 <br/> channel: onMode="1" bRatio="0.0002000" products="443 311 211"
2475 <br/> channel: onMode="1" bRatio="0.0001000" products="443 321 111"
2476 <br/> channel: onMode="1" bRatio="0.0000900" products="443 333 321"
2477 <br/> channel: onMode="1" bRatio="0.0002000" products="445 311 211"
2478 <br/> channel: onMode="1" bRatio="0.0001000" products="445 321 111"
2479 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 211 111"
2480 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 211 113"
2481 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 213 111"
2482 <br/> channel: onMode="1" bRatio="0.0000050" products="10311 221 213"
2483 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 321 311"
2484 <br/> channel: onMode="1" bRatio="0.0000020" products="10311 331 213"
2485 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 333 211"
2486 <br/> channel: onMode="1" bRatio="0.0000100" products="-10311 321 311"
2487 <br/> channel: onMode="1" bRatio="0.0000100" products="10321 111 111"
2488 <br/> channel: onMode="1" bRatio="0.0000100" products="10321 113 111"
2489 <br/> channel: onMode="1" bRatio="0.0000100" products="10321 213 -211"
2490 <br/> channel: onMode="1" bRatio="0.0000050" products="10321 221 113"
2491 <br/> channel: onMode="1" bRatio="0.0000100" products="10321 321 -321"
2492 <br/> channel: onMode="1" bRatio="0.0000020" products="10321 331 113"
2493 <br/> channel: onMode="1" bRatio="0.0000100" products="10321 333 111"
2494 <br/> channel: onMode="1" bRatio="0.0000050" products="10321 333 221"
2495 <br/> channel: onMode="1" bRatio="0.0000020" products="10321 333 331"
2496 <br/> channel: onMode="1" bRatio="0.0000100" products="-10321 321 321"
2497 <br/> channel: onMode="1" bRatio="0.0002000" products="10441 311 211"
2498 <br/> channel: onMode="1" bRatio="0.0001000" products="10441 321 111"
2499 <br/> channel: onMode="1" bRatio="0.0000100" products="20113 211 111"
2500 <br/> channel: onMode="1" bRatio="0.0000050" products="20113 221 211"
2501 <br/> channel: onMode="1" bRatio="0.0000100" products="20113 311 211"
2502 <br/> channel: onMode="1" bRatio="0.0000100" products="20113 321 111"
2503 <br/> channel: onMode="1" bRatio="0.0000020" products="20113 331 211"
2504 <br/> channel: onMode="1" bRatio="0.0000100" products="20213 111 111"
2505 <br/> channel: onMode="1" bRatio="0.0000100" products="20213 211 -211"
2506 <br/> channel: onMode="1" bRatio="0.0000050" products="20213 221 111"
2507 <br/> channel: onMode="1" bRatio="0.0000100" products="20213 311 111"
2508 <br/> channel: onMode="1" bRatio="0.0000100" products="20213 321 -211"
2509 <br/> channel: onMode="1" bRatio="0.0000020" products="20213 331 111"
2510 <br/> channel: onMode="1" bRatio="0.0000100" products="-20213 211 211"
2511 <br/> channel: onMode="1" bRatio="0.0000020" products="20313 333 211"
2512 <br/> channel: onMode="1" bRatio="0.0000020" products="20323 321 -321"
2513 <br/> channel: onMode="1" bRatio="0.0000020" products="20323 333 111"
2514 <br/> channel: onMode="1" bRatio="0.0000010" products="20323 333 221"
2515 <br/> channel: onMode="1" bRatio="0.0000010" products="20323 333 331"
2516 <br/> channel: onMode="1" bRatio="0.0004000" products="20443 311 211"
2517 <br/> channel: onMode="1" bRatio="0.0002000" products="20443 321 111"
2518 <br/> channel: onMode="1" bRatio="0.0003000" products="30443 311 211"
2519 <br/> channel: onMode="1" bRatio="0.0002000" products="30443 321 111"
2520 <br/> channel: onMode="1" bRatio="0.0000800" products="100441 311 211"
2521 <br/> channel: onMode="1" bRatio="0.0000500" products="100441 321 111"
2522 <br/> channel: onMode="1" bRatio="0.0004000" products="100443 311 211"
2523 <br/> channel: onMode="1" bRatio="0.0002000" products="100443 321 111"
2524 <br/> channel: onMode="1" bRatio="0.0000010" products="9000111 211 111"
2525 <br/> channel: onMode="1" bRatio="0.0000100" products="9000111 213 111"
2526 <br/> channel: onMode="1" bRatio="0.0000050" products="9000111 221 213"
2527 <br/> channel: onMode="1" bRatio="0.0000050" products="9000111 323 111"
2528 <br/> channel: onMode="1" bRatio="0.0000020" products="9000111 331 213"
2529 <br/> channel: onMode="1" bRatio="0.0000010" products="9000211 111 111"
2530 <br/> channel: onMode="1" bRatio="0.0000100" products="9000211 113 111"
2531 <br/> channel: onMode="1" bRatio="0.0000100" products="9000211 -213 211"
2532 <br/> channel: onMode="1" bRatio="0.0000050" products="9000211 221 113"
2533 <br/> channel: onMode="1" bRatio="0.0000050" products="9000211 313 111"
2534 <br/> channel: onMode="1" bRatio="0.0000020" products="9000211 331 113"
2535 <br/> channel: onMode="1" bRatio="0.0000010" products="-9000211 211 211"
2536 <br/> channel: onMode="1" bRatio="0.0000100" products="9010221 211 111"
2537 <br/> channel: onMode="1" bRatio="0.0000100" products="9010221 211 113"
2538 <br/> channel: onMode="1" bRatio="0.0000100" products="9010221 213 111"
2539 <br/> channel: onMode="1" bRatio="0.0000050" products="9010221 221 213"
2540 <br/> channel: onMode="1" bRatio="0.0000100" products="9010221 223 211"
2541 <br/> channel: onMode="1" bRatio="0.0000100" products="9010221 313 211"
2542 <br/> channel: onMode="1" bRatio="0.0000100" products="9010221 323 111"
2543 <br/> channel: onMode="1" bRatio="0.0000050" products="9010221 323 221"
2544 <br/> channel: onMode="1" bRatio="0.0000020" products="9010221 331 213"
2545 <br/> channel: onMode="1" bRatio="0.0000020" products="9010221 331 323"
2546 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 333 211"
2547 <br/> channel: onMode="1" bRatio="0.0000100" products="9010221 333 321"
2548 <br/> channel: onMode="1" bRatio="0.0000100" products="211 111 111 111"
2549 <br/> channel: onMode="1" bRatio="0.0000020" products="211 113 111 111"
2550 <br/> channel: onMode="1" bRatio="0.0000100" products="211 211 -211 111"
2551 <br/> channel: onMode="1" bRatio="0.0000020" products="211 211 -211 113"
2552 <br/> channel: onMode="1" bRatio="0.0000020" products="213 111 111 111"
2553 <br/> channel: onMode="1" bRatio="0.0000020" products="213 211 -211 111"
2554 <br/> channel: onMode="1" bRatio="0.0000020" products="-213 211 211 111"
2555 <br/> channel: onMode="1" bRatio="0.0000050" products="221 211 111 111"
2556 <br/> channel: onMode="1" bRatio="0.0000010" products="221 211 113 111"
2557 <br/> channel: onMode="1" bRatio="0.0000050" products="221 211 211 -211"
2558 <br/> channel: onMode="1" bRatio="0.0000010" products="221 213 111 111"
2559 <br/> channel: onMode="1" bRatio="0.0000010" products="221 213 211 -211"
2560 <br/> channel: onMode="1" bRatio="0.0000010" products="221 -213 211 211"
2561 <br/> channel: onMode="1" bRatio="0.0000020" products="221 221 211 111"
2562 <br/> channel: onMode="1" bRatio="0.0000010" products="221 221 213 111"
2563 <br/> channel: onMode="1" bRatio="0.0000020" products="223 211 111 111"
2564 <br/> channel: onMode="1" bRatio="0.0000010" products="223 221 211 111"
2565 <br/> channel: onMode="1" bRatio="0.0000100" products="311 211 111 111"
2566 <br/> channel: onMode="1" bRatio="0.0000100" products="311 211 113 111"
2567 <br/> channel: onMode="1" bRatio="0.0000100" products="311 211 211 -211"
2568 <br/> channel: onMode="1" bRatio="0.0000100" products="311 213 111 111"
2569 <br/> channel: onMode="1" bRatio="0.0000100" products="311 213 211 -211"
2570 <br/> channel: onMode="1" bRatio="0.0000100" products="311 -213 211 211"
2571 <br/> channel: onMode="1" bRatio="0.0000050" products="311 221 211 111"
2572 <br/> channel: onMode="1" bRatio="0.0000050" products="311 221 213 111"
2573 <br/> channel: onMode="1" bRatio="0.0000020" products="311 221 221 211"
2574 <br/> channel: onMode="1" bRatio="0.0000100" products="311 223 211 111"
2575 <br/> channel: onMode="1" bRatio="0.0000010" products="311 311 211 111"
2576 <br/> channel: onMode="1" bRatio="0.0000010" products="311 311 211 113"
2577 <br/> channel: onMode="1" bRatio="0.0000010" products="311 311 213 111"
2578 <br/> channel: onMode="1" bRatio="0.0000005" products="311 311 221 211"
2579 <br/> channel: onMode="1" bRatio="0.0000005" products="311 311 221 213"
2580 <br/> channel: onMode="1" bRatio="0.0000010" products="311 311 223 211"
2581 <br/> channel: onMode="1" bRatio="0.0000100" products="311 311 311 211"
2582 <br/> channel: onMode="1" bRatio="0.0000100" products="313 211 111 111"
2583 <br/> channel: onMode="1" bRatio="0.0000100" products="313 211 211 -211"
2584 <br/> channel: onMode="1" bRatio="0.0000050" products="313 221 211 111"
2585 <br/> channel: onMode="1" bRatio="0.0000010" products="313 311 211 111"
2586 <br/> channel: onMode="1" bRatio="0.0000010" products="-313 311 211 111"
2587 <br/> channel: onMode="1" bRatio="0.0000100" products="321 111 111 111"
2588 <br/> channel: onMode="1" bRatio="0.0000100" products="321 113 111 111"
2589 <br/> channel: onMode="1" bRatio="0.0000100" products="321 211 -211 111"
2590 <br/> channel: onMode="1" bRatio="0.0000100" products="321 213 -211 111"
2591 <br/> channel: onMode="1" bRatio="0.0000100" products="321 -213 211 111"
2592 <br/> channel: onMode="1" bRatio="0.0000050" products="321 221 111 111"
2593 <br/> channel: onMode="1" bRatio="0.0000050" products="321 221 113 111"
2594 <br/> channel: onMode="1" bRatio="0.0000050" products="321 221 211 -211"
2595 <br/> channel: onMode="1" bRatio="0.0000020" products="321 221 221 111"
2596 <br/> channel: onMode="1" bRatio="0.0000100" products="321 223 111 111"
2597 <br/> channel: onMode="1" bRatio="0.0000050" products="321 223 221 111"
2598 <br/> channel: onMode="1" bRatio="0.0000010" products="321 311 111 111"
2599 <br/> channel: onMode="1" bRatio="0.0000010" products="321 311 113 111"
2600 <br/> channel: onMode="1" bRatio="0.0000010" products="321 311 211 -211"
2601 <br/> channel: onMode="1" bRatio="0.0000010" products="321 311 213 -211"
2602 <br/> channel: onMode="1" bRatio="0.0000010" products="321 311 -213 211"
2603 <br/> channel: onMode="1" bRatio="0.0000005" products="321 311 221 111"
2604 <br/> channel: onMode="1" bRatio="0.0000005" products="321 311 221 113"
2605 <br/> channel: onMode="1" bRatio="0.0000002" products="321 311 221 221"
2606 <br/> channel: onMode="1" bRatio="0.0000010" products="321 311 223 111"
2607 <br/> channel: onMode="1" bRatio="0.0000100" products="321 311 311 111"
2608 <br/> channel: onMode="1" bRatio="0.0000050" products="321 311 311 221"
2609 <br/> channel: onMode="1" bRatio="0.0000010" products="321 311 311 311"
2610 <br/> channel: onMode="1" bRatio="0.0000100" products="321 313 311 111"
2611 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -313 111 111"
2612 <br/> channel: onMode="1" bRatio="0.0000005" products="321 -313 221 111"
2613 <br/> channel: onMode="1" bRatio="0.0000100" products="321 -313 311 111"
2614 <br/> channel: onMode="1" bRatio="0.0000100" products="321 321 -321 111"
2615 <br/> channel: onMode="1" bRatio="0.0000100" products="321 321 -321 113"
2616 <br/> channel: onMode="1" bRatio="0.0000050" products="321 321 -321 221"
2617 <br/> channel: onMode="1" bRatio="0.0000100" products="321 321 -321 223"
2618 <br/> channel: onMode="1" bRatio="0.0000010" products="321 321 -321 311"
2619 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -321 211 111"
2620 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -321 211 113"
2621 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -321 213 111"
2622 <br/> channel: onMode="1" bRatio="0.0000005" products="321 -321 221 211"
2623 <br/> channel: onMode="1" bRatio="0.0000005" products="321 -321 221 213"
2624 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -321 223 211"
2625 <br/> channel: onMode="1" bRatio="0.0000100" products="321 -321 311 211"
2626 <br/> channel: onMode="1" bRatio="0.0000100" products="321 -321 311 213"
2627 <br/> channel: onMode="1" bRatio="0.0000010" products="-321 311 213 211"
2628 <br/> channel: onMode="1" bRatio="0.0000010" products="-321 313 211 211"
2629 <br/> channel: onMode="1" bRatio="0.0000100" products="323 111 111 111"
2630 <br/> channel: onMode="1" bRatio="0.0000100" products="323 211 -211 111"
2631 <br/> channel: onMode="1" bRatio="0.0000050" products="323 221 111 111"
2632 <br/> channel: onMode="1" bRatio="0.0000050" products="323 221 211 -211"
2633 <br/> channel: onMode="1" bRatio="0.0000020" products="323 221 221 111"
2634 <br/> channel: onMode="1" bRatio="0.0000010" products="323 311 111 111"
2635 <br/> channel: onMode="1" bRatio="0.0000005" products="323 311 221 111"
2636 <br/> channel: onMode="1" bRatio="0.0000100" products="323 311 311 111"
2637 <br/> channel: onMode="1" bRatio="0.0000100" products="323 321 -321 111"
2638 <br/> channel: onMode="1" bRatio="0.0000010" products="323 -321 211 111"
2639 <br/> channel: onMode="1" bRatio="0.0000010" products="-323 311 211 211"
2640 <br/> channel: onMode="1" bRatio="0.0000010" products="-323 321 211 111"
2641 <br/> channel: onMode="1" bRatio="0.0000100" products="-323 321 321 111"
2642 <br/> channel: onMode="1" bRatio="0.0000020" products="331 211 111 111"
2643 <br/> channel: onMode="1" bRatio="0.0000010" products="331 211 113 111"
2644 <br/> channel: onMode="1" bRatio="0.0000020" products="331 211 211 -211"
2645 <br/> channel: onMode="1" bRatio="0.0000010" products="331 213 111 111"
2646 <br/> channel: onMode="1" bRatio="0.0000010" products="331 213 211 -211"
2647 <br/> channel: onMode="1" bRatio="0.0000010" products="331 -213 211 211"
2648 <br/> channel: onMode="1" bRatio="0.0000010" products="331 221 211 111"
2649 <br/> channel: onMode="1" bRatio="0.0000010" products="331 223 211 111"
2650 <br/> channel: onMode="1" bRatio="0.0000020" products="331 311 213 111"
2651 <br/> channel: onMode="1" bRatio="0.0000002" products="331 311 311 211"
2652 <br/> channel: onMode="1" bRatio="0.0000002" products="331 311 311 213"
2653 <br/> channel: onMode="1" bRatio="0.0000020" products="331 313 211 111"
2654 <br/> channel: onMode="1" bRatio="0.0000020" products="331 321 111 111"
2655 <br/> channel: onMode="1" bRatio="0.0000020" products="331 321 113 111"
2656 <br/> channel: onMode="1" bRatio="0.0000010" products="331 321 221 111"
2657 <br/> channel: onMode="1" bRatio="0.0000020" products="331 321 223 111"
2658 <br/> channel: onMode="1" bRatio="0.0000002" products="331 321 311 111"
2659 <br/> channel: onMode="1" bRatio="0.0000002" products="331 321 311 113"
2660 <br/> channel: onMode="1" bRatio="0.0000001" products="331 321 311 221"
2661 <br/> channel: onMode="1" bRatio="0.0000020" products="331 321 311 311"
2662 <br/> channel: onMode="1" bRatio="0.0000002" products="331 321 -313 111"
2663 <br/> channel: onMode="1" bRatio="0.0000020" products="331 321 321 -321"
2664 <br/> channel: onMode="1" bRatio="0.0000002" products="331 321 -321 211"
2665 <br/> channel: onMode="1" bRatio="0.0000002" products="331 321 -321 213"
2666 <br/> channel: onMode="1" bRatio="0.0000020" products="331 323 111 111"
2667 <br/> channel: onMode="1" bRatio="0.0000020" products="331 323 211 -211"
2668 <br/> channel: onMode="1" bRatio="0.0000010" products="331 323 221 111"
2669 <br/> channel: onMode="1" bRatio="0.0000002" products="331 323 311 111"
2670 <br/> channel: onMode="1" bRatio="0.0000010" products="333 211 111 111"
2671 <br/> channel: onMode="1" bRatio="0.0000010" products="333 211 211 -211"
2672 <br/> channel: onMode="1" bRatio="0.0000005" products="333 221 211 111"
2673 <br/> channel: onMode="1" bRatio="0.0000100" products="333 311 211 111"
2674 <br/> channel: onMode="1" bRatio="0.0000010" products="333 311 311 211"
2675 <br/> channel: onMode="1" bRatio="0.0000100" products="333 321 111 111"
2676 <br/> channel: onMode="1" bRatio="0.0000100" products="333 321 211 -211"
2677 <br/> channel: onMode="1" bRatio="0.0000050" products="333 321 221 111"
2678 <br/> channel: onMode="1" bRatio="0.0000010" products="333 321 311 111"
2679 <br/> channel: onMode="1" bRatio="0.0000010" products="333 321 311 311"
2680 <br/> channel: onMode="1" bRatio="0.0000010" products="333 321 321 -321"
2681 <br/> channel: onMode="1" bRatio="0.0000010" products="333 323 311 311"
2682 <br/> channel: onMode="1" bRatio="0.0000010" products="333 323 321 -321"
2683 <br/> channel: onMode="1" bRatio="0.0000002" products="333 331 211 111"
2684 <br/> channel: onMode="1" bRatio="0.0000020" products="333 331 321 111"
2685 <br/> channel: onMode="1" bRatio="0.0020000" products="-411 211 211 111"
2686 <br/> channel: onMode="1" bRatio="0.0150000" products="-413 211 211 111"
2687 <br/> channel: onMode="1" bRatio="0.0050000" products="-421 211 211 -211"
2688 <br/> channel: onMode="1" bRatio="0.0005000" products="-423 211 111 111"
2689 <br/> channel: onMode="1" bRatio="0.0005000" products="-423 211 211 -211"
2690 <br/> channel: onMode="1" bRatio="0.0033000" products="431 -411 211 111"
2691 <br/> channel: onMode="1" bRatio="0.0008000" products="431 -421 111 111"
2692 <br/> channel: onMode="1" bRatio="0.0033000" products="431 -421 211 -211"
2693 <br/> channel: onMode="1" bRatio="0.0033000" products="433 -411 211 111"
2694 <br/> channel: onMode="1" bRatio="0.0008000" products="433 -421 111 111"
2695 <br/> channel: onMode="1" bRatio="0.0033000" products="433 -421 211 -211"
2696 <br/> channel: onMode="1" bRatio="0.0001000" products="441 311 211 111"
2697 <br/> channel: onMode="1" bRatio="0.0001000" products="441 321 111 111"
2698 <br/> channel: onMode="1" bRatio="0.0002000" products="441 321 211 -211"
2699 <br/> channel: onMode="1" bRatio="0.0001000" products="445 311 211 111"
2700 <br/> channel: onMode="1" bRatio="0.0001000" products="445 321 111 111"
2701 <br/> channel: onMode="1" bRatio="0.0002000" products="445 321 211 -211"
2702 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 211 111 111"
2703 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 211 211 -211"
2704 <br/> channel: onMode="1" bRatio="0.0000050" products="10311 221 211 111"
2705 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 321 311 111"
2706 <br/> channel: onMode="1" bRatio="0.0000050" products="10311 321 311 221"
2707 <br/> channel: onMode="1" bRatio="0.0000100" products="10311 321 -321 211"
2708 <br/> channel: onMode="1" bRatio="0.0000020" products="10311 331 211 111"
2709 <br/> channel: onMode="1" bRatio="0.0000020" products="10311 331 321 311"
2710 <br/> channel: onMode="1" bRatio="0.0000100" products="-10311 311 311 211"
2711 <br/> channel: onMode="1" bRatio="0.0000100" products="-10311 321 311 111"
2712 <br/> channel: onMode="1" bRatio="0.0000050" products="-10311 321 311 221"
2713 <br/> channel: onMode="1" bRatio="0.0000100" products="-10311 321 321 -211"
2714 <br/> channel: onMode="1" bRatio="0.0000020" products="-10311 331 321 311"
2715 <br/> channel: onMode="1" bRatio="0.0000100" products="10321 111 111 111"
2716 <br/> channel: onMode="1" bRatio="0.0000050" products="10321 221 111 111"
2717 <br/> channel: onMode="1" bRatio="0.0000100" products="10321 321 -321 111"
2718 <br/> channel: onMode="1" bRatio="0.0000050" products="10321 321 -321 221"
2719 <br/> channel: onMode="1" bRatio="0.0000020" products="10321 331 111 111"
2720 <br/> channel: onMode="1" bRatio="0.0000020" products="10321 331 321 -321"
2721 <br/> channel: onMode="1" bRatio="0.0000100" products="-10321 321 321 111"
2722 <br/> channel: onMode="1" bRatio="0.0000050" products="-10321 321 321 221"
2723 <br/> channel: onMode="1" bRatio="0.0000020" products="-10321 331 321 321"
2724 <br/> channel: onMode="1" bRatio="0.0001000" products="10441 311 211 111"
2725 <br/> channel: onMode="1" bRatio="0.0001000" products="10441 321 111 111"
2726 <br/> channel: onMode="1" bRatio="0.0002000" products="10441 321 211 -211"
2727 <br/> channel: onMode="1" bRatio="0.0000020" products="20313 311 311 211"
2728 <br/> channel: onMode="1" bRatio="0.0000100" products="20313 321 311 111"
2729 <br/> channel: onMode="1" bRatio="0.0000050" products="20313 321 311 221"
2730 <br/> channel: onMode="1" bRatio="0.0000020" products="20313 321 -321 211"
2731 <br/> channel: onMode="1" bRatio="0.0000020" products="20313 331 321 311"
2732 <br/> channel: onMode="1" bRatio="0.0000020" products="-20313 311 311 211"
2733 <br/> channel: onMode="1" bRatio="0.0000100" products="-20313 321 311 111"
2734 <br/> channel: onMode="1" bRatio="0.0000050" products="-20313 321 311 221"
2735 <br/> channel: onMode="1" bRatio="0.0000020" products="-20313 331 321 311"
2736 <br/> channel: onMode="1" bRatio="0.0000040" products="20323 311 311 111"
2737 <br/> channel: onMode="1" bRatio="0.0000020" products="20323 311 311 221"
2738 <br/> channel: onMode="1" bRatio="0.0000020" products="20323 321 -321 111"
2739 <br/> channel: onMode="1" bRatio="0.0000010" products="20323 321 -321 221"
2740 <br/> channel: onMode="1" bRatio="0.0000020" products="20323 331 311 311"
2741 <br/> channel: onMode="1" bRatio="0.0000010" products="20323 331 321 -321"
2742 <br/> channel: onMode="1" bRatio="0.0000020" products="-20323 321 321 111"
2743 <br/> channel: onMode="1" bRatio="0.0002000" products="20443 311 211 111"
2744 <br/> channel: onMode="1" bRatio="0.0002000" products="20443 321 111 111"
2745 <br/> channel: onMode="1" bRatio="0.0004000" products="20443 321 211 -211"
2746 <br/> channel: onMode="1" bRatio="0.0001000" products="30443 311 211 111"
2747 <br/> channel: onMode="1" bRatio="0.0001000" products="30443 321 111 111"
2748 <br/> channel: onMode="1" bRatio="0.0002000" products="30443 321 211 -211"
2749 <br/> channel: onMode="1" bRatio="0.0000500" products="100441 311 211 111"
2750 <br/> channel: onMode="1" bRatio="0.0000500" products="100441 321 111 111"
2751 <br/> channel: onMode="1" bRatio="0.0000800" products="100441 321 211 -211"
2752 <br/> channel: onMode="1" bRatio="0.0001000" products="100443 311 211 111"
2753 <br/> channel: onMode="1" bRatio="0.0001000" products="100443 321 111 111"
2754 <br/> channel: onMode="1" bRatio="0.0002000" products="100443 321 211 -211"
2755 <br/> channel: onMode="1" bRatio="0.0000010" products="9000111 211 111 111"
2756 <br/> channel: onMode="1" bRatio="0.0000010" products="9000211 111 111 111"
2757 <br/> channel: onMode="1" bRatio="0.0000010" products="-9000211 211 211 111"
2758 <br/> channel: onMode="1" bRatio="0.0000020" products="9010221 211 111 111"
2759 <br/> channel: onMode="1" bRatio="0.0000020" products="9010221 211 211 -211"
2760 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 221 211 111"
2761 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 311 311 211"
2762 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 321 311 111"
2763 <br/> channel: onMode="1" bRatio="0.0000100" products="9010221 321 321 -321"
2764 <br/> channel: onMode="1" bRatio="0.0000010" products="9010221 331 211 111"
2765 <br/> channel: onMode="1" bRatio="0.0000010" products="211 111 111 111 111"
2766 <br/> channel: onMode="1" bRatio="0.0000010" products="211 211 -211 111 111"
2767 <br/> channel: onMode="1" bRatio="0.0000010" products="221 211 111 111 111"
2768 <br/> channel: onMode="1" bRatio="0.0000010" products="221 211 211 -211 111"
2769 <br/> channel: onMode="1" bRatio="0.0000020" products="311 211 111 111 111"
2770 <br/> channel: onMode="1" bRatio="0.0000020" products="311 211 211 -211 111"
2771 <br/> channel: onMode="1" bRatio="0.0000010" products="311 221 211 111 111"
2772 <br/> channel: onMode="1" bRatio="0.0000010" products="311 221 211 211 -211"
2773 <br/> channel: onMode="1" bRatio="0.0000010" products="311 221 221 211 111"
2774 <br/> channel: onMode="1" bRatio="0.0000002" products="311 311 211 111 111"
2775 <br/> channel: onMode="1" bRatio="0.0000002" products="311 311 211 211 -211"
2776 <br/> channel: onMode="1" bRatio="0.0000001" products="311 311 221 211 111"
2777 <br/> channel: onMode="1" bRatio="0.0000100" products="311 311 311 211 111"
2778 <br/> channel: onMode="1" bRatio="0.0000020" products="321 111 111 111 111"
2779 <br/> channel: onMode="1" bRatio="0.0000020" products="321 211 211 -211 -211"
2780 <br/> channel: onMode="1" bRatio="0.0000020" products="321 211 -211 111 111"
2781 <br/> channel: onMode="1" bRatio="0.0000010" products="321 221 111 111 111"
2782 <br/> channel: onMode="1" bRatio="0.0000010" products="321 221 211 -211 111"
2783 <br/> channel: onMode="1" bRatio="0.0000010" products="321 221 221 111 111"
2784 <br/> channel: onMode="1" bRatio="0.0000002" products="321 311 111 111 111"
2785 <br/> channel: onMode="1" bRatio="0.0000002" products="321 311 211 -211 111"
2786 <br/> channel: onMode="1" bRatio="0.0000001" products="321 311 221 111 111"
2787 <br/> channel: onMode="1" bRatio="0.0000001" products="321 311 221 211 -211"
2788 <br/> channel: onMode="1" bRatio="0.0000100" products="321 311 311 111 111"
2789 <br/> channel: onMode="1" bRatio="0.0000050" products="321 311 311 221 111"
2790 <br/> channel: onMode="1" bRatio="0.0000010" products="321 311 311 311 111"
2791 <br/> channel: onMode="1" bRatio="0.0000100" products="321 321 -321 111 111"
2792 <br/> channel: onMode="1" bRatio="0.0000050" products="321 321 -321 221 111"
2793 <br/> channel: onMode="1" bRatio="0.0000010" products="321 321 -321 311 111"
2794 <br/> channel: onMode="1" bRatio="0.0000010" products="321 321 -321 -321 211"
2795 <br/> channel: onMode="1" bRatio="0.0000002" products="321 -321 211 111 111"
2796 <br/> channel: onMode="1" bRatio="0.0000002" products="321 -321 211 211 -211"
2797 <br/> channel: onMode="1" bRatio="0.0000001" products="321 -321 221 211 111"
2798 <br/> channel: onMode="1" bRatio="0.0000100" products="321 -321 311 211 111"
2799 <br/> channel: onMode="1" bRatio="0.0000010" products="321 -321 311 311 211"
2800 <br/> channel: onMode="1" bRatio="0.0000002" products="-321 311 211 211 111"
2801 <br/> channel: onMode="1" bRatio="0.0000001" products="-321 311 221 211 211"
2802 <br/> channel: onMode="1" bRatio="0.0000010" products="331 211 111 111 111"
2803 <br/> channel: onMode="1" bRatio="0.0000010" products="331 211 211 -211 111"
2804 <br/> channel: onMode="1" bRatio="0.0000010" products="331 311 211 211 -211"
2805 <br/> channel: onMode="1" bRatio="0.0000001" products="331 311 311 211 111"
2806 <br/> channel: onMode="1" bRatio="0.0000010" products="331 321 111 111 111"
2807 <br/> channel: onMode="1" bRatio="0.0000010" products="331 321 211 -211 111"
2808 <br/> channel: onMode="1" bRatio="0.0000010" products="331 321 221 111 111"
2809 <br/> channel: onMode="1" bRatio="0.0000001" products="331 321 311 111 111"
2810 <br/> channel: onMode="1" bRatio="0.0000001" products="331 321 311 211 -211"
2811 <br/> channel: onMode="1" bRatio="0.0000020" products="331 321 311 311 111"
2812 <br/> channel: onMode="1" bRatio="0.0000020" products="331 321 321 -321 111"
2813 <br/> channel: onMode="1" bRatio="0.0000001" products="331 321 -321 211 111"
2814 <br/> channel: onMode="1" bRatio="0.0000001" products="331 -321 311 211 211"
2815 <br/> channel: onMode="1" bRatio="0.0000010" products="333 311 311 311 211"
2816 <br/> channel: onMode="1" bRatio="0.0000010" products="333 321 311 311 111"
2817 <br/> channel: onMode="1" bRatio="0.0000010" products="333 321 321 311 -211"
2818 <br/> channel: onMode="1" bRatio="0.0000010" products="333 321 321 -321 111"
2819 <br/> channel: onMode="1" bRatio="0.0000010" products="333 321 -321 311 211"
2820 <br/> channel: onMode="1" bRatio="0.0050000" meMode="55" products="-3 2"
2821 <br/> channel: onMode="1" bRatio="0.0330000" meMode="63" products="-4103 2203"
2822 <br/> channel: onMode="1" bRatio="0.0090000" meMode="63" products="-4303 2203"
2823 <br/> channel: onMode="1" bRatio="0.0000700" meMode="23" products="1 -1 -1 2"
2824 <br/> channel: onMode="1" bRatio="0.0018000" meMode="23" products="1 -1 -3 2"
2825 <br/> channel: onMode="1" bRatio="0.0030000" meMode="23" products="2 -1 -2 2"
2826 <br/> channel: onMode="1" bRatio="0.0020500" meMode="23" products="2 -2 -1 2"
2827 <br/> channel: onMode="1" bRatio="0.0022000" meMode="23" products="2 -2 -3 2"
2828 <br/> channel: onMode="1" bRatio="0.0225000" meMode="43" products="2 -3 -4 2"
2829 <br/> channel: onMode="1" bRatio="0.0000900" meMode="23" products="3 -3 -1 2"
2830 <br/> channel: onMode="1" bRatio="0.0015000" meMode="23" products="3 -3 -3 2"
2831 <br/> channel: onMode="1" bRatio="0.0040000" meMode="43" products="4 -1 -4 2"
2832 <br/> channel: onMode="1" bRatio="0.0040000" meMode="23" products="4 -3 -2 2"
2833 <br/> channel: onMode="1" bRatio="0.0740000" meMode="43" products="4 -3 -4 2"
2834 <br/> channel: onMode="2" bRatio="0.0019480" meMode="22" products="12 -11 2 -2"
2835 <br/> channel: onMode="2" bRatio="0.0019480" meMode="22" products="14 -13 2 -2"
2836 <br/> channel: onMode="2" bRatio="0.0000200" products="445 323"
2837 <br/> channel: onMode="2" bRatio="0.0000010" products="333 321 313 311"
2838 <br/> channel: onMode="2" bRatio="0.0000020" products="-20313 321 321 -211"
2839 <br/> channel: onMode="2" bRatio="0.0003118" meMode="31" products="2 -3 22"
2840 <br/> channel: onMode="2" bRatio="0.2682660" meMode="23" products="2 -1 -4 2"
2841 <br/> channel: onMode="2" bRatio="0.0000050" meMode="12" products="2 -3 11 -11"
2842 <br/> channel: onMode="2" bRatio="0.0000025" meMode="12" products="2 -3 13 -13"
2843 <br/> channel: onMode="2" bRatio="0.0000002" meMode="12" products="2 -3 15 -15"
2844 <br/> channel: onMode="3" bRatio="0.0019480" meMode="22" products="12 -11 -2 2"
2845 <br/> channel: onMode="3" bRatio="0.0019480" meMode="22" products="14 -13 -2 2"
2846 <br/> channel: onMode="3" bRatio="0.0000400" products="445 323"
2847 <br/> channel: onMode="3" bRatio="0.0000010" products="333 321 -313 311"
2848 <br/> channel: onMode="3" bRatio="0.0000020" products="20313 321 321 -211"
2849 <br/> channel: onMode="3" bRatio="0.0003118" meMode="31" products="-3 2 22"
2850 <br/> channel: onMode="3" bRatio="0.2683360" meMode="23" products="2 -1 -4 2"
2851 <br/> channel: onMode="3" bRatio="0.0000050" meMode="12" products="-3 2 11 -11"
2852 <br/> channel: onMode="3" bRatio="0.0000025" meMode="12" products="-3 2 13 -13"
2853 <br/> channel: onMode="3" bRatio="0.0000002" meMode="12" products="-3 2 15 -15"
2854
2855<p/>particle: id="523" name="B*+" antiName="B*-" spinType="3" chargeType="3" colType="0"
2856 m0="5.32520"
2857 <br/> channel: onMode="1" bRatio="1.0000000" products="521 22"
2858
2859<p/>particle: id="525" name="B*_2+" antiName="B*_2-" spinType="5" chargeType="3" colType="0"
2860 m0="5.74300" mWidth="0.02300" mMin="5.63000" mMax="6.03000"
2861 <br/> channel: onMode="1" bRatio="0.3100000" products="513 211"
2862 <br/> channel: onMode="1" bRatio="0.1500000" products="523 111"
2863 <br/> channel: onMode="1" bRatio="0.3100000" products="511 211"
2864 <br/> channel: onMode="1" bRatio="0.1500000" products="521 111"
2865 <br/> channel: onMode="1" bRatio="0.0500000" products="513 211 111"
2866 <br/> channel: onMode="1" bRatio="0.0300000" products="523 211 -211"
2867
2868<p/>particle: id="531" name="B_s0" antiName="B_sbar0" spinType="1" chargeType="0" colType="0"
2869 m0="5.36677" tau0="4.39000e-01"
2870 <br/> channel: onMode="1" bRatio="0.0002000" meMode="22" products="12 -11 -321"
2871 <br/> channel: onMode="1" bRatio="0.0003000" meMode="22" products="12 -11 -323"
2872 <br/> channel: onMode="1" bRatio="0.0210000" meMode="22" products="12 -11 -431"
2873 <br/> channel: onMode="1" bRatio="0.0490000" meMode="22" products="12 -11 -433"
2874 <br/> channel: onMode="1" bRatio="0.0070000" meMode="22" products="12 -11 -435"
2875 <br/> channel: onMode="1" bRatio="0.0003000" meMode="22" products="12 -11 -10323"
2876 <br/> channel: onMode="1" bRatio="0.0040000" meMode="22" products="12 -11 -10431"
2877 <br/> channel: onMode="1" bRatio="0.0070000" meMode="22" products="12 -11 -10433"
2878 <br/> channel: onMode="1" bRatio="0.0002000" meMode="22" products="12 -11 -20323"
2879 <br/> channel: onMode="1" bRatio="0.0040000" meMode="22" products="12 -11 -20433"
2880 <br/> channel: onMode="1" bRatio="0.0002000" meMode="22" products="14 -13 -321"
2881 <br/> channel: onMode="1" bRatio="0.0003000" meMode="22" products="14 -13 -323"
2882 <br/> channel: onMode="1" bRatio="0.0210000" meMode="22" products="14 -13 -431"
2883 <br/> channel: onMode="1" bRatio="0.0490000" meMode="22" products="14 -13 -433"
2884 <br/> channel: onMode="1" bRatio="0.0070000" meMode="22" products="14 -13 -435"
2885 <br/> channel: onMode="1" bRatio="0.0003000" meMode="22" products="14 -13 -10323"
2886 <br/> channel: onMode="1" bRatio="0.0040000" meMode="22" products="14 -13 -10431"
2887 <br/> channel: onMode="1" bRatio="0.0070000" meMode="22" products="14 -13 -10433"
2888 <br/> channel: onMode="1" bRatio="0.0002000" meMode="22" products="14 -13 -20323"
2889 <br/> channel: onMode="1" bRatio="0.0040000" meMode="22" products="14 -13 -20433"
2890 <br/> channel: onMode="1" bRatio="0.0080000" meMode="22" products="16 -15 -431"
2891 <br/> channel: onMode="1" bRatio="0.0160000" meMode="22" products="16 -15 -433"
2892 <br/> channel: onMode="1" bRatio="0.0028000" meMode="22" products="16 -15 -435"
2893 <br/> channel: onMode="1" bRatio="0.0018000" meMode="22" products="16 -15 -10431"
2894 <br/> channel: onMode="1" bRatio="0.0028000" meMode="22" products="16 -15 -10433"
2895 <br/> channel: onMode="1" bRatio="0.0018000" meMode="22" products="16 -15 -20433"
2896 <br/> channel: onMode="1" bRatio="0.0000005" products="22 22"
2897 <br/> channel: onMode="1" bRatio="0.0000100" products="130 130"
2898 <br/> channel: onMode="1" bRatio="0.0000000" products="211 -211"
2899 <br/> channel: onMode="1" bRatio="0.0000040" products="221 221"
2900 <br/> channel: onMode="1" bRatio="0.0000012" products="223 221"
2901 <br/> channel: onMode="1" bRatio="0.0000100" products="310 310"
2902 <br/> channel: onMode="1" bRatio="0.0000002" products="311 111"
2903 <br/> channel: onMode="1" bRatio="0.0000000" products="311 113"
2904 <br/> channel: onMode="1" bRatio="0.0000002" products="311 221"
2905 <br/> channel: onMode="1" bRatio="0.0000001" products="311 223"
2906 <br/> channel: onMode="1" bRatio="0.0000020" products="313 130"
2907 <br/> channel: onMode="1" bRatio="0.0000020" products="313 310"
2908 <br/> channel: onMode="1" bRatio="0.0000040" products="313 -313"
2909 <br/> channel: onMode="1" bRatio="0.0000000" products="-313 111"
2910 <br/> channel: onMode="1" bRatio="0.0000008" products="-313 113"
2911 <br/> channel: onMode="1" bRatio="0.0000020" products="-313 130"
2912 <br/> channel: onMode="1" bRatio="0.0000001" products="-313 221"
2913 <br/> channel: onMode="1" bRatio="0.0000020" products="-313 310"
2914 <br/> channel: onMode="1" bRatio="0.0000185" products="321 -321"
2915 <br/> channel: onMode="1" bRatio="0.0000048" products="-321 211"
2916 <br/> channel: onMode="1" bRatio="0.0000120" products="-321 213"
2917 <br/> channel: onMode="1" bRatio="0.0000046" products="323 -321"
2918 <br/> channel: onMode="1" bRatio="0.0000060" products="323 -323"
2919 <br/> channel: onMode="1" bRatio="0.0000250" products="-323 211"
2920 <br/> channel: onMode="1" bRatio="0.0000200" products="-323 213"
2921 <br/> channel: onMode="1" bRatio="0.0000082" products="-323 321"
2922 <br/> channel: onMode="1" bRatio="0.0000250" products="331 221"
2923 <br/> channel: onMode="1" bRatio="0.0000025" products="331 223"
2924 <br/> channel: onMode="1" bRatio="0.0000001" products="331 311"
2925 <br/> channel: onMode="1" bRatio="0.0000000" products="331 -313"
2926 <br/> channel: onMode="1" bRatio="0.0000580" products="331 331"
2927 <br/> channel: onMode="1" bRatio="0.0000450" products="333 22"
2928 <br/> channel: onMode="1" bRatio="0.0000213" products="333 221"
2929 <br/> channel: onMode="1" bRatio="0.0000004" products="333 -313"
2930 <br/> channel: onMode="1" bRatio="0.0000125" products="333 331"
2931 <br/> channel: onMode="1" bRatio="0.0000080" products="333 333"
2932 <br/> channel: onMode="1" bRatio="0.0002000" products="-421 311"
2933 <br/> channel: onMode="1" bRatio="0.0002000" products="-421 -313"
2934 <br/> channel: onMode="1" bRatio="0.0002000" products="-423 311"
2935 <br/> channel: onMode="1" bRatio="0.0002000" products="-423 -313"
2936 <br/> channel: onMode="1" bRatio="0.0017000" products="431 -411"
2937 <br/> channel: onMode="1" bRatio="0.0017000" products="431 -413"
2938 <br/> channel: onMode="1" bRatio="0.0086000" products="431 -431"
2939 <br/> channel: onMode="1" bRatio="0.0026000" products="-431 211"
2940 <br/> channel: onMode="1" bRatio="0.0073000" products="-431 213"
2941 <br/> channel: onMode="1" bRatio="0.0001500" products="-431 321"
2942 <br/> channel: onMode="1" bRatio="0.0003000" products="-431 323"
2943 <br/> channel: onMode="1" bRatio="0.0017000" products="433 -411"
2944 <br/> channel: onMode="1" bRatio="0.0017000" products="433 -413"
2945 <br/> channel: onMode="1" bRatio="0.0197000" products="433 -433"
2946 <br/> channel: onMode="1" bRatio="0.0027000" products="-433 211"
2947 <br/> channel: onMode="1" bRatio="0.0070000" products="-433 213"
2948 <br/> channel: onMode="1" bRatio="0.0001500" products="-433 321"
2949 <br/> channel: onMode="1" bRatio="0.0003000" products="-433 323"
2950 <br/> channel: onMode="1" bRatio="0.0013000" products="-435 211"
2951 <br/> channel: onMode="1" bRatio="0.0004000" products="441 221"
2952 <br/> channel: onMode="1" bRatio="0.0008000" products="441 331"
2953 <br/> channel: onMode="1" bRatio="0.0015000" products="441 333"
2954 <br/> channel: onMode="1" bRatio="0.0003200" products="443 221"
2955 <br/> channel: onMode="1" bRatio="0.0000800" products="443 311"
2956 <br/> channel: onMode="1" bRatio="0.0006400" products="443 331"
2957 <br/> channel: onMode="1" bRatio="0.0013500" products="443 333"
2958 <br/> channel: onMode="1" bRatio="0.0002350" products="445 221"
2959 <br/> channel: onMode="1" bRatio="0.0004650" products="445 331"
2960 <br/> channel: onMode="1" bRatio="0.0000500" products="10441 221"
2961 <br/> channel: onMode="1" bRatio="0.0001000" products="10441 331"
2962 <br/> channel: onMode="1" bRatio="0.0002000" products="10441 333"
2963 <br/> channel: onMode="1" bRatio="0.0002350" products="10443 221"
2964 <br/> channel: onMode="1" bRatio="0.0004650" products="10443 331"
2965 <br/> channel: onMode="1" bRatio="0.0010000" products="10443 333"
2966 <br/> channel: onMode="1" bRatio="0.0085000" products="20213 -431"
2967 <br/> channel: onMode="1" bRatio="0.0122000" products="20213 -433"
2968 <br/> channel: onMode="1" bRatio="0.0008000" products="-20433 211"
2969 <br/> channel: onMode="1" bRatio="0.0021000" products="-20433 213"
2970 <br/> channel: onMode="1" bRatio="0.0003000" products="20443 221"
2971 <br/> channel: onMode="1" bRatio="0.0007000" products="20443 331"
2972 <br/> channel: onMode="1" bRatio="0.0014000" products="20443 333"
2973 <br/> channel: onMode="1" bRatio="0.0002000" products="100441 221"
2974 <br/> channel: onMode="1" bRatio="0.0004000" products="100441 331"
2975 <br/> channel: onMode="1" bRatio="0.0006000" products="100441 333"
2976 <br/> channel: onMode="1" bRatio="0.0002350" products="100443 221"
2977 <br/> channel: onMode="1" bRatio="0.0004650" products="100443 331"
2978 <br/> channel: onMode="1" bRatio="0.0012000" products="100443 333"
2979 <br/> channel: onMode="1" bRatio="0.0000023" meMode="11" products="333 11 -11"
2980 <br/> channel: onMode="1" bRatio="0.0000023" meMode="11" products="333 13 -13"
2981 <br/> channel: onMode="1" bRatio="0.0007000" products="411 -411 311"
2982 <br/> channel: onMode="1" bRatio="0.0007000" products="413 -411 311"
2983 <br/> channel: onMode="1" bRatio="0.0007000" products="421 411 -321"
2984 <br/> channel: onMode="1" bRatio="0.0007000" products="-421 413 -321"
2985 <br/> channel: onMode="1" bRatio="0.0096000" products="431 -411 311"
2986 <br/> channel: onMode="1" bRatio="0.0096000" products="431 421 -321"
2987 <br/> channel: onMode="1" bRatio="0.0009000" products="-431 211 113"
2988 <br/> channel: onMode="1" bRatio="0.0009000" products="-431 213 111"
2989 <br/> channel: onMode="1" bRatio="0.0020000" products="-431 411 311"
2990 <br/> channel: onMode="1" bRatio="0.0025000" products="-431 411 313"
2991 <br/> channel: onMode="1" bRatio="0.0050000" products="-431 413 311"
2992 <br/> channel: onMode="1" bRatio="0.0025000" products="-431 413 313"
2993 <br/> channel: onMode="1" bRatio="0.0020000" products="-431 421 321"
2994 <br/> channel: onMode="1" bRatio="0.0025000" products="-431 421 323"
2995 <br/> channel: onMode="1" bRatio="0.0050000" products="-431 423 321"
2996 <br/> channel: onMode="1" bRatio="0.0025000" products="-431 423 323"
2997 <br/> channel: onMode="1" bRatio="0.0096000" products="433 -411 311"
2998 <br/> channel: onMode="1" bRatio="0.0096000" products="433 -421 -321"
2999 <br/> channel: onMode="1" bRatio="0.0010000" products="-433 211 113"
3000 <br/> channel: onMode="1" bRatio="0.0010000" products="-433 213 111"
3001 <br/> channel: onMode="1" bRatio="0.0050000" products="-433 411 311"
3002 <br/> channel: onMode="1" bRatio="0.0050000" products="-433 411 313"
3003 <br/> channel: onMode="1" bRatio="0.0150000" products="-433 413 311"
3004 <br/> channel: onMode="1" bRatio="0.0030000" products="-433 413 313"
3005 <br/> channel: onMode="1" bRatio="0.0050000" products="-433 421 321"
3006 <br/> channel: onMode="1" bRatio="0.0050000" products="-433 421 323"
3007 <br/> channel: onMode="1" bRatio="0.0150000" products="-433 423 321"
3008 <br/> channel: onMode="1" bRatio="0.0030000" products="-433 423 323"
3009 <br/> channel: onMode="1" bRatio="0.0002800" products="441 311 311"
3010 <br/> channel: onMode="1" bRatio="0.0002800" products="441 321 -321"
3011 <br/> channel: onMode="1" bRatio="0.0002000" products="443 111 111"
3012 <br/> channel: onMode="1" bRatio="0.0002000" products="443 211 -211"
3013 <br/> channel: onMode="1" bRatio="0.0007000" products="443 311 311"
3014 <br/> channel: onMode="1" bRatio="0.0007000" products="443 321 -321"
3015 <br/> channel: onMode="1" bRatio="0.0001600" products="445 311 311"
3016 <br/> channel: onMode="1" bRatio="0.0001600" products="445 321 -321"
3017 <br/> channel: onMode="1" bRatio="0.0000300" products="10441 311 311"
3018 <br/> channel: onMode="1" bRatio="0.0000300" products="10441 321 -321"
3019 <br/> channel: onMode="1" bRatio="0.0001600" products="10443 311 311"
3020 <br/> channel: onMode="1" bRatio="0.0001600" products="10443 321 -321"
3021 <br/> channel: onMode="1" bRatio="0.0002600" products="20443 311 311"
3022 <br/> channel: onMode="1" bRatio="0.0002600" products="20443 321 -321"
3023 <br/> channel: onMode="1" bRatio="0.0001200" products="100441 311 311"
3024 <br/> channel: onMode="1" bRatio="0.0001200" products="100441 321 -321"
3025 <br/> channel: onMode="1" bRatio="0.0002000" products="100443 111 111"
3026 <br/> channel: onMode="1" bRatio="0.0002000" products="100443 211 -211"
3027 <br/> channel: onMode="1" bRatio="0.0003000" products="100443 311 311"
3028 <br/> channel: onMode="1" bRatio="0.0003000" products="100443 321 -321"
3029 <br/> channel: onMode="1" bRatio="0.0003000" products="411 -411 311 111"
3030 <br/> channel: onMode="1" bRatio="0.0003000" products="411 -411 -321 211"
3031 <br/> channel: onMode="1" bRatio="0.0003000" products="413 -411 311 111"
3032 <br/> channel: onMode="1" bRatio="0.0003000" products="413 -411 -321 211"
3033 <br/> channel: onMode="1" bRatio="0.0007000" products="-421 411 311 -211"
3034 <br/> channel: onMode="1" bRatio="0.0007000" products="-421 411 -321 111"
3035 <br/> channel: onMode="1" bRatio="0.0007000" products="-421 413 311 -211"
3036 <br/> channel: onMode="1" bRatio="0.0007000" products="-421 413 -321 111"
3037 <br/> channel: onMode="1" bRatio="0.0024000" products="431 -411 311 111"
3038 <br/> channel: onMode="1" bRatio="0.0048000" products="431 -411 -321 211"
3039 <br/> channel: onMode="1" bRatio="0.0048000" products="431 -421 311 -211"
3040 <br/> channel: onMode="1" bRatio="0.0024000" products="431 -421 -321 111"
3041 <br/> channel: onMode="1" bRatio="0.0009000" products="-431 211 111 111"
3042 <br/> channel: onMode="1" bRatio="0.0009000" products="-431 211 211 -211"
3043 <br/> channel: onMode="1" bRatio="0.0024000" products="433 -411 311 111"
3044 <br/> channel: onMode="1" bRatio="0.0048000" products="433 -411 -321 211"
3045 <br/> channel: onMode="1" bRatio="0.0048000" products="433 -421 311 -211"
3046 <br/> channel: onMode="1" bRatio="0.0024000" products="433 -421 -321 111"
3047 <br/> channel: onMode="1" bRatio="0.0010000" products="-433 211 111 111"
3048 <br/> channel: onMode="1" bRatio="0.0077000" products="-433 211 211 -211"
3049 <br/> channel: onMode="1" bRatio="0.0001000" products="441 221 111 111"
3050 <br/> channel: onMode="1" bRatio="0.0001000" products="441 221 211 -211"
3051 <br/> channel: onMode="1" bRatio="0.0002800" products="441 311 311 111"
3052 <br/> channel: onMode="1" bRatio="0.0002800" products="441 321 -321 111"
3053 <br/> channel: onMode="1" bRatio="0.0002800" products="441 -321 311 211"
3054 <br/> channel: onMode="1" bRatio="0.0002000" products="441 331 111 111"
3055 <br/> channel: onMode="1" bRatio="0.0002000" products="441 331 211 -211"
3056 <br/> channel: onMode="1" bRatio="0.0004000" products="441 333 111 111"
3057 <br/> channel: onMode="1" bRatio="0.0004000" products="441 333 211 -211"
3058 <br/> channel: onMode="1" bRatio="0.0002000" products="443 221 111 111"
3059 <br/> channel: onMode="1" bRatio="0.0002000" products="443 221 211 -211"
3060 <br/> channel: onMode="1" bRatio="0.0007000" products="443 311 311 111"
3061 <br/> channel: onMode="1" bRatio="0.0007000" products="443 321 -321 111"
3062 <br/> channel: onMode="1" bRatio="0.0007000" products="443 -321 311 211"
3063 <br/> channel: onMode="1" bRatio="0.0004000" products="443 331 111 111"
3064 <br/> channel: onMode="1" bRatio="0.0004000" products="443 331 211 -211"
3065 <br/> channel: onMode="1" bRatio="0.0003900" products="443 333 111 111"
3066 <br/> channel: onMode="1" bRatio="0.0003900" products="443 333 211 -211"
3067 <br/> channel: onMode="1" bRatio="0.0001600" products="445 311 311 111"
3068 <br/> channel: onMode="1" bRatio="0.0001600" products="445 321 -321 111"
3069 <br/> channel: onMode="1" bRatio="0.0001600" products="445 -321 311 211"
3070 <br/> channel: onMode="1" bRatio="0.0000300" products="10441 311 311 111"
3071 <br/> channel: onMode="1" bRatio="0.0000300" products="10441 321 -321 111"
3072 <br/> channel: onMode="1" bRatio="0.0000300" products="10441 -321 311 211"
3073 <br/> channel: onMode="1" bRatio="0.0001600" products="10443 311 311 111"
3074 <br/> channel: onMode="1" bRatio="0.0001600" products="10443 321 -321 111"
3075 <br/> channel: onMode="1" bRatio="0.0001600" products="10443 -321 311 211"
3076 <br/> channel: onMode="1" bRatio="0.0001000" products="20443 221 111 111"
3077 <br/> channel: onMode="1" bRatio="0.0001000" products="20443 221 211 -211"
3078 <br/> channel: onMode="1" bRatio="0.0002600" products="20443 311 311 111"
3079 <br/> channel: onMode="1" bRatio="0.0002600" products="20443 321 -321 111"
3080 <br/> channel: onMode="1" bRatio="0.0002600" products="20443 -321 311 211"
3081 <br/> channel: onMode="1" bRatio="0.0002000" products="20443 331 111 111"
3082 <br/> channel: onMode="1" bRatio="0.0002000" products="20443 331 211 -211"
3083 <br/> channel: onMode="1" bRatio="0.0004000" products="20443 333 111 111"
3084 <br/> channel: onMode="1" bRatio="0.0004000" products="20443 333 211 -211"
3085 <br/> channel: onMode="1" bRatio="0.0001200" products="100441 311 311 111"
3086 <br/> channel: onMode="1" bRatio="0.0001200" products="100441 321 -321 111"
3087 <br/> channel: onMode="1" bRatio="0.0001200" products="100441 -321 311 211"
3088 <br/> channel: onMode="1" bRatio="0.0002000" products="100443 221 111 111"
3089 <br/> channel: onMode="1" bRatio="0.0002000" products="100443 221 211 -211"
3090 <br/> channel: onMode="1" bRatio="0.0003000" products="100443 311 311 111"
3091 <br/> channel: onMode="1" bRatio="0.0003000" products="100443 321 -321 111"
3092 <br/> channel: onMode="1" bRatio="0.0003000" products="100443 -321 311 211"
3093 <br/> channel: onMode="1" bRatio="0.0004000" products="100443 331 111 111"
3094 <br/> channel: onMode="1" bRatio="0.0004000" products="100443 331 211 -211"
3095 <br/> channel: onMode="1" bRatio="0.0003400" products="100443 333 111 111"
3096 <br/> channel: onMode="1" bRatio="0.0003400" products="100443 333 211 -211"
3097 <br/> channel: onMode="1" bRatio="0.0050000" meMode="55" products="-3 3"
3098 <br/> channel: onMode="1" bRatio="0.0200000" meMode="63" products="-4301 2101"
3099 <br/> channel: onMode="1" bRatio="0.0400000" meMode="63" products="-4303 2103"
3100 <br/> channel: onMode="1" bRatio="0.0007000" meMode="23" products="1 -1 -1 3"
3101 <br/> channel: onMode="1" bRatio="0.0016000" meMode="23" products="1 -1 -3 3"
3102 <br/> channel: onMode="1" bRatio="0.3574344" meMode="23" products="2 -1 -4 3"
3103 <br/> channel: onMode="1" bRatio="0.0036000" meMode="23" products="2 -2 -1 3"
3104 <br/> channel: onMode="1" bRatio="0.0020000" meMode="23" products="2 -2 -3 3"
3105 <br/> channel: onMode="1" bRatio="0.0172000" meMode="23" products="2 -3 -4 3"
3106 <br/> channel: onMode="1" bRatio="0.0195000" meMode="23" products="2 -4 -1 3"
3107 <br/> channel: onMode="1" bRatio="0.0009000" meMode="23" products="2 -4 -3 3"
3108 <br/> channel: onMode="1" bRatio="0.0009000" meMode="23" products="3 -3 -1 3"
3109 <br/> channel: onMode="1" bRatio="0.0013000" meMode="23" products="3 -3 -3 3"
3110 <br/> channel: onMode="1" bRatio="0.0070000" meMode="43" products="4 -1 -4 3"
3111 <br/> channel: onMode="1" bRatio="0.0040000" meMode="23" products="4 -3 -2 3"
3112 <br/> channel: onMode="2" bRatio="0.0090000" products="433 -431"
3113 <br/> channel: onMode="2" bRatio="0.0099000" products="-433 431"
3114 <br/> channel: onMode="3" bRatio="0.0099000" products="433 -431"
3115 <br/> channel: onMode="3" bRatio="0.0090000" products="-433 431"
3116
3117<p/>particle: id="533" name="B*_s0" antiName="B*_sbar0" spinType="3" chargeType="0" colType="0"
3118 m0="5.41540"
3119 <br/> channel: onMode="1" bRatio="1.0000000" products="531 22"
3120
3121<p/>particle: id="535" name="B*_2s0" antiName="B*_2sbar0" spinType="5" chargeType="0" colType="0"
3122 m0="5.83970" mWidth="0.02000" mMin="5.87000" mMax="6.27000"
3123 <br/> channel: onMode="1" bRatio="0.1700000" products="513 311"
3124 <br/> channel: onMode="1" bRatio="0.1700000" products="523 -321"
3125 <br/> channel: onMode="1" bRatio="0.3300000" products="511 311"
3126 <br/> channel: onMode="1" bRatio="0.3300000" products="521 -321"
3127
3128<p/>particle: id="541" name="B_c+" antiName="B_c-" spinType="1" chargeType="3" colType="0"
3129 m0="6.27700" tau0="1.38000e-01"
3130 <br/> channel: onMode="1" bRatio="0.0160000" products="16 -15"
3131 <br/> channel: onMode="1" bRatio="0.0034000" meMode="22" products="-11 12 511"
3132 <br/> channel: onMode="1" bRatio="0.0058000" meMode="22" products="-11 12 513"
3133 <br/> channel: onMode="1" bRatio="0.0403000" meMode="22" products="-11 12 531"
3134 <br/> channel: onMode="1" bRatio="0.0506000" meMode="22" products="-11 12 533"
3135 <br/> channel: onMode="1" bRatio="0.0000400" meMode="22" products="12 -11 421"
3136 <br/> channel: onMode="1" bRatio="0.0001800" meMode="22" products="12 -11 423"
3137 <br/> channel: onMode="1" bRatio="0.0075000" meMode="22" products="12 -11 441"
3138 <br/> channel: onMode="1" bRatio="0.0190000" meMode="22" products="12 -11 443"
3139 <br/> channel: onMode="1" bRatio="0.0002000" meMode="22" products="12 -11 100441"
3140 <br/> channel: onMode="1" bRatio="0.0009400" meMode="22" products="12 -11 100443"
3141 <br/> channel: onMode="1" bRatio="0.0034000" meMode="22" products="-13 14 511"
3142 <br/> channel: onMode="1" bRatio="0.0058000" meMode="22" products="-13 14 513"
3143 <br/> channel: onMode="1" bRatio="0.0403000" meMode="22" products="-13 14 531"
3144 <br/> channel: onMode="1" bRatio="0.0506000" meMode="22" products="-13 14 533"
3145 <br/> channel: onMode="1" bRatio="0.0000400" meMode="22" products="14 -13 421"
3146 <br/> channel: onMode="1" bRatio="0.0001800" meMode="22" products="14 -13 423"
3147 <br/> channel: onMode="1" bRatio="0.0075000" meMode="22" products="14 -13 441"
3148 <br/> channel: onMode="1" bRatio="0.0190000" meMode="22" products="14 -13 443"
3149 <br/> channel: onMode="1" bRatio="0.0002000" meMode="22" products="14 -13 100441"
3150 <br/> channel: onMode="1" bRatio="0.0009400" meMode="22" products="14 -13 100443"
3151 <br/> channel: onMode="1" bRatio="0.0000200" meMode="22" products="16 -15 421"
3152 <br/> channel: onMode="1" bRatio="0.0000800" meMode="22" products="16 -15 423"
3153 <br/> channel: onMode="1" bRatio="0.0023000" meMode="22" products="16 -15 441"
3154 <br/> channel: onMode="1" bRatio="0.0048000" meMode="22" products="16 -15 443"
3155 <br/> channel: onMode="1" bRatio="0.0000160" meMode="22" products="16 -15 100441"
3156 <br/> channel: onMode="1" bRatio="0.0000800" meMode="22" products="16 -15 100443"
3157 <br/> channel: onMode="1" bRatio="0.0000200" products="211 113"
3158 <br/> channel: onMode="1" bRatio="0.0000003" products="421 411"
3159 <br/> channel: onMode="1" bRatio="0.0000004" products="421 413"
3160 <br/> channel: onMode="1" bRatio="0.0000530" products="-421 411"
3161 <br/> channel: onMode="1" bRatio="0.0000490" products="-421 413"
3162 <br/> channel: onMode="1" bRatio="0.0000003" products="423 411"
3163 <br/> channel: onMode="1" bRatio="0.0000016" products="423 413"
3164 <br/> channel: onMode="1" bRatio="0.0000750" products="-423 411"
3165 <br/> channel: onMode="1" bRatio="0.0003300" products="-423 413"
3166 <br/> channel: onMode="1" bRatio="0.0000066" products="431 421"
3167 <br/> channel: onMode="1" bRatio="0.0000048" products="431 -421"
3168 <br/> channel: onMode="1" bRatio="0.0000063" products="431 423"
3169 <br/> channel: onMode="1" bRatio="0.0000071" products="431 -423"
3170 <br/> channel: onMode="1" bRatio="0.0000085" products="433 421"
3171 <br/> channel: onMode="1" bRatio="0.0000045" products="433 -421"
3172 <br/> channel: onMode="1" bRatio="0.0000404" products="433 423"
3173 <br/> channel: onMode="1" bRatio="0.0000260" products="433 -423"
3174 <br/> channel: onMode="1" bRatio="0.0020000" products="441 211"
3175 <br/> channel: onMode="1" bRatio="0.0042000" products="441 213"
3176 <br/> channel: onMode="1" bRatio="0.0001300" products="441 321"
3177 <br/> channel: onMode="1" bRatio="0.0002000" products="441 323"
3178 <br/> channel: onMode="1" bRatio="0.0001500" products="441 411"
3179 <br/> channel: onMode="1" bRatio="0.0001000" products="441 413"
3180 <br/> channel: onMode="1" bRatio="0.0028000" products="441 431"
3181 <br/> channel: onMode="1" bRatio="0.0027000" products="441 433"
3182 <br/> channel: onMode="1" bRatio="0.0013000" products="443 211"
3183 <br/> channel: onMode="1" bRatio="0.0040000" products="443 213"
3184 <br/> channel: onMode="1" bRatio="0.0001100" products="443 321"
3185 <br/> channel: onMode="1" bRatio="0.0002200" products="443 323"
3186 <br/> channel: onMode="1" bRatio="0.0000900" products="443 411"
3187 <br/> channel: onMode="1" bRatio="0.0002800" products="443 413"
3188 <br/> channel: onMode="1" bRatio="0.0017000" products="443 431"
3189 <br/> channel: onMode="1" bRatio="0.0067000" products="443 433"
3190 <br/> channel: onMode="1" bRatio="0.0106000" products="511 211"
3191 <br/> channel: onMode="1" bRatio="0.0096000" products="511 213"
3192 <br/> channel: onMode="1" bRatio="0.0007000" products="511 321"
3193 <br/> channel: onMode="1" bRatio="0.0001500" products="511 323"
3194 <br/> channel: onMode="1" bRatio="0.0095000" products="513 211"
3195 <br/> channel: onMode="1" bRatio="0.0257000" products="513 213"
3196 <br/> channel: onMode="1" bRatio="0.0005500" products="513 321"
3197 <br/> channel: onMode="1" bRatio="0.0005800" products="513 323"
3198 <br/> channel: onMode="1" bRatio="0.0003700" products="521 111"
3199 <br/> channel: onMode="1" bRatio="0.0003400" products="521 113"
3200 <br/> channel: onMode="1" bRatio="0.0198000" products="521 311"
3201 <br/> channel: onMode="1" bRatio="0.0003300" products="523 111"
3202 <br/> channel: onMode="1" bRatio="0.0009000" products="523 113"
3203 <br/> channel: onMode="1" bRatio="0.0160000" products="523 311"
3204 <br/> channel: onMode="1" bRatio="0.1640000" products="531 211"
3205 <br/> channel: onMode="1" bRatio="0.0720000" products="531 213"
3206 <br/> channel: onMode="1" bRatio="0.0106000" products="531 321"
3207 <br/> channel: onMode="1" bRatio="0.0650000" products="533 211"
3208 <br/> channel: onMode="1" bRatio="0.2020000" products="533 213"
3209 <br/> channel: onMode="1" bRatio="0.0037000" products="533 321"
3210 <br/> channel: onMode="1" bRatio="0.0600502" meMode="42" products="4 -3"
3211 <br/> channel: onMode="2" bRatio="0.0043000" products="521 313"
3212 <br/> channel: onMode="2" bRatio="0.0167000" products="523 313"
3213 <br/> channel: onMode="3" bRatio="0.0043000" products="521 -313"
3214 <br/> channel: onMode="3" bRatio="0.0167000" products="523 -313"
3215
3216<p/>particle: id="543" name="B*_c+" antiName="B*_c-" spinType="3" chargeType="3" colType="0"
3217 m0="6.34000"
3218 <br/> channel: onMode="1" bRatio="1.0000000" products="541 22"
3219
3220<p/>particle: id="545" name="B*_2c+" antiName="B*_2c-" spinType="5" chargeType="3" colType="0"
3221 m0="7.35000" mWidth="0.02000" mMin="7.20000" mMax="7.50000"
3222 <br/> channel: onMode="1" bRatio="0.3000000" products="511 411"
3223 <br/> channel: onMode="1" bRatio="0.3000000" products="521 421"
3224 <br/> channel: onMode="1" bRatio="0.2000000" products="513 411"
3225 <br/> channel: onMode="1" bRatio="0.2000000" products="523 421"
3226
3227<p/>particle: id="551" name="eta_b" spinType="1" chargeType="0" colType="0"
3228 m0="9.40000"
3229 <br/> channel: onMode="1" bRatio="1.0000000" meMode="91" products="21 21"
3230
3231<p/>particle: id="553" name="Upsilon" spinType="3" chargeType="0" colType="0"
3232 m0="9.46030" mWidth="0.00005" mMin="9.45980" mMax="9.46080"
3233 <br/> channel: onMode="1" bRatio="0.7757000" meMode="92" products="21 21 21"
3234 <br/> channel: onMode="1" bRatio="0.0290000" meMode="92" products="22 21 21"
3235 <br/> channel: onMode="1" bRatio="0.0238000" products="11 -11"
3236 <br/> channel: onMode="1" bRatio="0.0248000" products="13 -13"
3237 <br/> channel: onMode="1" bRatio="0.0267000" products="15 -15"
3238 <br/> channel: onMode="1" bRatio="0.0150000" meMode="91" products="1 -1"
3239 <br/> channel: onMode="1" bRatio="0.0450000" meMode="91" products="2 -2"
3240 <br/> channel: onMode="1" bRatio="0.0150000" meMode="91" products="3 -3"
3241 <br/> channel: onMode="1" bRatio="0.0450000" meMode="91" products="4 -4"
3242
3243<p/>particle: id="555" name="chi_2b" spinType="5" chargeType="0" colType="0"
3244 m0="9.91220"
3245 <br/> channel: onMode="1" bRatio="0.2200000" products="553 22"
3246 <br/> channel: onMode="1" bRatio="0.7800000" meMode="91" products="21 21"
3247
3248<p/>particle: id="990" name="Pomeron" spinType="0" chargeType="0" colType="0"
3249 m0="0.00000"
3250
3251<p/>particle: id="1103" name="dd_1" antiName="dd_1bar" spinType="3" chargeType="-2" colType="-1"
3252 m0="0.77133"
3253
3254<p/>particle: id="1114" name="Delta-" antiName="Deltabar+" spinType="4" chargeType="-3" colType="0"
3255 m0="1.23200" mWidth="0.11700" mMin="1.08000" mMax="1.60000"
3256 <br/> channel: onMode="1" bRatio="1.0000000" products="2112 -211"
3257
3258<p/>particle: id="2101" name="ud_0" antiName="ud_0bar" spinType="1" chargeType="1" colType="-1"
3259 m0="0.57933"
3260
3261<p/>particle: id="2103" name="ud_1" antiName="ud_1bar" spinType="3" chargeType="1" colType="-1"
3262 m0="0.77133"
3263
3264<p/>particle: id="2112" name="n0" antiName="nbar0" spinType="2" chargeType="0" colType="0"
3265 m0="0.93957" tau0="2.65500e+14"
3266 <br/> channel: onMode="1" bRatio="1.0000000" meMode="22" products="-12 11 2212"
3267
3268<p/>particle: id="2114" name="Delta0" antiName="Deltabar0" spinType="4" chargeType="0" colType="0"
3269 m0="1.23200" mWidth="0.11700" mMin="1.08000" mMax="1.60000"
3270 <br/> channel: onMode="1" bRatio="0.3314000" products="2212 -211"
3271 <br/> channel: onMode="1" bRatio="0.6630000" products="2112 111"
3272 <br/> channel: onMode="1" bRatio="0.0056000" products="2112 22"
3273
3274<p/>particle: id="2203" name="uu_1" antiName="uu_1bar" spinType="3" chargeType="4" colType="-1"
3275 m0="0.77133"
3276
3277<p/>particle: id="2212" name="p+" antiName="pbar-" spinType="2" chargeType="3" colType="0"
3278 m0="0.93827"
3279
3280<p/>particle: id="2214" name="Delta+" antiName="Deltabar-" spinType="4" chargeType="3" colType="0"
3281 m0="1.23200" mWidth="0.11700" mMin="1.08000" mMax="1.60000"
3282 <br/> channel: onMode="1" bRatio="0.6630000" products="2212 111"
3283 <br/> channel: onMode="1" bRatio="0.3314000" products="2112 211"
3284 <br/> channel: onMode="1" bRatio="0.0056000" products="2212 22"
3285
3286<p/>particle: id="2224" name="Delta++" antiName="Deltabar--" spinType="4" chargeType="6" colType="0"
3287 m0="1.23200" mWidth="0.11700" mMin="1.08000" mMax="1.60000"
3288 <br/> channel: onMode="1" bRatio="1.0000000" products="2212 211"
3289
3290<p/>particle: id="3101" name="sd_0" antiName="sd_0bar" spinType="1" chargeType="-2" colType="-1"
3291 m0="0.80473"
3292
3293<p/>particle: id="3103" name="sd_1" antiName="sd_1bar" spinType="3" chargeType="-2" colType="-1"
3294 m0="0.92953"
3295
3296<p/>particle: id="3112" name="Sigma-" antiName="Sigmabar+" spinType="2" chargeType="-3" colType="0"
3297 m0="1.19745" tau0="4.43400e+01"
3298 <br/> channel: onMode="1" bRatio="0.9984760" products="2112 -211"
3299 <br/> channel: onMode="1" bRatio="0.0010170" meMode="22" products="-12 11 2112"
3300 <br/> channel: onMode="1" bRatio="0.0004500" meMode="22" products="-14 13 2112"
3301 <br/> channel: onMode="1" bRatio="0.0000570" meMode="22" products="-12 11 3122"
3302
3303<p/>particle: id="3114" name="Sigma*-" antiName="Sigma*bar+" spinType="4" chargeType="-3" colType="0"
3304 m0="1.38720" mWidth="0.03940" mMin="1.34000" mMax="1.70000"
3305 <br/> channel: onMode="1" bRatio="0.8800000" products="3122 -211"
3306 <br/> channel: onMode="1" bRatio="0.0600000" products="3212 -211"
3307 <br/> channel: onMode="1" bRatio="0.0600000" products="3112 111"
3308
3309<p/>particle: id="3122" name="Lambda0" antiName="Lambdabar0" spinType="2" chargeType="0" colType="0"
3310 m0="1.11568" tau0="7.89000e+01"
3311 <br/> channel: onMode="1" bRatio="0.6391610" products="2212 -211"
3312 <br/> channel: onMode="1" bRatio="0.3581000" products="2112 111"
3313 <br/> channel: onMode="1" bRatio="0.0017500" products="2112 22"
3314 <br/> channel: onMode="1" bRatio="0.0008320" meMode="22" products="-12 11 2212"
3315 <br/> channel: onMode="1" bRatio="0.0001570" meMode="22" products="-14 13 2212"
3316
3317<p/>particle: id="3124" name="Lambda(1520)0" antiName="Lambda(1520)bar0" spinType="4" chargeType="0" colType="0"
3318 m0="1.51950" mWidth="0.01560" mMin="1.40000" mMax="1.65000"
3319 <br/> channel: onMode="1" bRatio="0.2300000" products="2212 -321"
3320 <br/> channel: onMode="1" bRatio="0.2300000" products="2112 -311"
3321 <br/> channel: onMode="1" bRatio="0.1400000" products="3222 -211"
3322 <br/> channel: onMode="1" bRatio="0.1400000" products="3112 211"
3323 <br/> channel: onMode="1" bRatio="0.1400000" products="3212 111"
3324 <br/> channel: onMode="1" bRatio="0.0333000" products="3122 111 111"
3325 <br/> channel: onMode="1" bRatio="0.0667000" products="3122 211 -211"
3326 <br/> channel: onMode="1" bRatio="0.0030000" products="3222 -211 111"
3327 <br/> channel: onMode="1" bRatio="0.0030000" products="3112 211 111"
3328 <br/> channel: onMode="1" bRatio="0.0010000" products="3212 111 111"
3329 <br/> channel: onMode="1" bRatio="0.0020000" products="3212 211 -211"
3330 <br/> channel: onMode="1" bRatio="0.0110000" products="3122 22"
3331
3332<p/>particle: id="3201" name="su_0" antiName="su_0bar" spinType="1" chargeType="1" colType="-1"
3333 m0="0.80473"
3334
3335<p/>particle: id="3203" name="su_1" antiName="su_1bar" spinType="3" chargeType="1" colType="-1"
3336 m0="0.92953"
3337
3338<p/>particle: id="3212" name="Sigma0" antiName="Sigmabar0" spinType="2" chargeType="0" colType="0"
3339 m0="1.19264"
3340 <br/> channel: onMode="1" bRatio="0.9950000" products="3122 22"
3341 <br/> channel: onMode="1" bRatio="0.0050000" meMode="11" products="3122 11 -11"
3342
3343<p/>particle: id="3214" name="Sigma*0" antiName="Sigma*bar0" spinType="4" chargeType="0" colType="0"
3344 m0="1.38370" mWidth="0.03600" mMin="1.34000" mMax="1.70000"
3345 <br/> channel: onMode="1" bRatio="0.8700000" products="3122 111"
3346 <br/> channel: onMode="1" bRatio="0.0585000" products="3222 -211"
3347 <br/> channel: onMode="1" bRatio="0.0585000" products="3112 211"
3348 <br/> channel: onMode="1" bRatio="0.0130000" products="3122 22"
3349
3350<p/>particle: id="3222" name="Sigma+" antiName="Sigmabar-" spinType="2" chargeType="3" colType="0"
3351 m0="1.18937" tau0="2.40400e+01"
3352 <br/> channel: onMode="1" bRatio="0.5156700" products="2212 111"
3353 <br/> channel: onMode="1" bRatio="0.4830800" products="2112 211"
3354 <br/> channel: onMode="1" bRatio="0.0012300" products="2212 22"
3355 <br/> channel: onMode="1" bRatio="0.0000200" meMode="22" products="-11 12 3122"
3356
3357<p/>particle: id="3224" name="Sigma*+" antiName="Sigma*bar-" spinType="4" chargeType="3" colType="0"
3358 m0="1.38280" mWidth="0.03600" mMin="1.34000" mMax="1.70000"
3359 <br/> channel: onMode="1" bRatio="0.8800000" products="3122 211"
3360 <br/> channel: onMode="1" bRatio="0.0600000" products="3222 111"
3361 <br/> channel: onMode="1" bRatio="0.0600000" products="3212 211"
3362
3363<p/>particle: id="3303" name="ss_1" antiName="ss_1bar" spinType="3" chargeType="-2" colType="-1"
3364 m0="1.09361"
3365
3366<p/>particle: id="3312" name="Xi-" antiName="Xibar+" spinType="2" chargeType="-3" colType="0"
3367 m0="1.32171" tau0="4.91000e+01"
3368 <br/> channel: onMode="1" bRatio="0.9988730" products="3122 -211"
3369 <br/> channel: onMode="1" bRatio="0.0001270" products="3112 22"
3370 <br/> channel: onMode="1" bRatio="0.0005630" meMode="22" products="-12 11 3122"
3371 <br/> channel: onMode="1" bRatio="0.0003500" meMode="22" products="-14 13 3122"
3372 <br/> channel: onMode="1" bRatio="0.0000870" meMode="22" products="-12 11 3212"
3373
3374<p/>particle: id="3314" name="Xi*-" antiName="Xi*bar+" spinType="4" chargeType="-3" colType="0"
3375 m0="1.53500" mWidth="0.00990" mMin="1.46000" mMax="1.63000"
3376 <br/> channel: onMode="1" bRatio="0.6670000" products="3322 -211"
3377 <br/> channel: onMode="1" bRatio="0.3330000" products="3312 111"
3378
3379<p/>particle: id="3322" name="Xi0" antiName="Xibar0" spinType="2" chargeType="0" colType="0"
3380 m0="1.31486" tau0="8.71000e+01"
3381 <br/> channel: onMode="1" bRatio="0.9952250" products="3122 111"
3382 <br/> channel: onMode="1" bRatio="0.0011700" products="3122 22"
3383 <br/> channel: onMode="1" bRatio="0.0033300" products="3212 22"
3384 <br/> channel: onMode="1" bRatio="0.0002700" meMode="22" products="-12 11 3222"
3385 <br/> channel: onMode="1" bRatio="0.0000050" meMode="22" products="-14 13 3222"
3386
3387<p/>particle: id="3324" name="Xi*0" antiName="Xi*bar0" spinType="4" chargeType="0" colType="0"
3388 m0="1.53180" mWidth="0.00910" mMin="1.46000" mMax="1.63000"
3389 <br/> channel: onMode="1" bRatio="0.3330000" products="3322 111"
3390 <br/> channel: onMode="1" bRatio="0.6670000" products="3312 211"
3391
3392<p/>particle: id="3334" name="Omega-" antiName="Omegabar+" spinType="4" chargeType="-3" colType="0"
3393 m0="1.67245" tau0="2.46100e+01"
3394 <br/> channel: onMode="1" bRatio="0.6737600" products="3122 -321"
3395 <br/> channel: onMode="1" bRatio="0.2340000" products="3322 -211"
3396 <br/> channel: onMode="1" bRatio="0.0860000" products="3312 111"
3397 <br/> channel: onMode="1" bRatio="0.0006400" products="3324 -211"
3398 <br/> channel: onMode="1" bRatio="0.0056000" meMode="22" products="-12 11 3322"
3399
3400<p/>particle: id="4101" name="cd_0" antiName="cd_0bar" spinType="1" chargeType="1" colType="-1"
3401 m0="1.96908"
3402
3403<p/>particle: id="4103" name="cd_1" antiName="cd_1bar" spinType="3" chargeType="1" colType="-1"
3404 m0="2.00808"
3405
3406<p/>particle: id="4112" name="Sigma_c0" antiName="Sigma_cbar0" spinType="2" chargeType="0" colType="0"
3407 m0="2.45374" mWidth="0.00216" mMin="2.43176" mMax="2.47576"
3408 <br/> channel: onMode="1" bRatio="1.0000000" products="4122 -211"
3409
3410<p/>particle: id="4114" name="Sigma*_c0" antiName="Sigma*_cbar0" spinType="4" chargeType="0" colType="0"
3411 m0="2.51880" mWidth="0.01450" mMin="2.43000" mMax="2.68000"
3412 <br/> channel: onMode="1" bRatio="1.0000000" products="4122 -211"
3413
3414<p/>particle: id="4122" name="Lambda_c+" antiName="Lambda_cbar-" spinType="2" chargeType="3" colType="0"
3415 m0="2.28646" tau0="5.99000e-02"
3416 <br/> channel: onMode="1" bRatio="0.0030000" meMode="22" products="-11 12 2112"
3417 <br/> channel: onMode="1" bRatio="0.0020000" meMode="22" products="-11 12 2114"
3418 <br/> channel: onMode="1" bRatio="0.0180000" meMode="22" products="-11 12 3122"
3419 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-11 12 3212"
3420 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-11 12 3214"
3421 <br/> channel: onMode="1" bRatio="0.0030000" meMode="22" products="-13 14 2112"
3422 <br/> channel: onMode="1" bRatio="0.0020000" meMode="22" products="-13 14 2114"
3423 <br/> channel: onMode="1" bRatio="0.0180000" meMode="22" products="-13 14 3122"
3424 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-13 14 3212"
3425 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-13 14 3214"
3426 <br/> channel: onMode="1" bRatio="0.0060000" meMode="22" products="-11 12 2112 111"
3427 <br/> channel: onMode="1" bRatio="0.0060000" meMode="22" products="-11 12 2212 -211"
3428 <br/> channel: onMode="1" bRatio="0.0060000" meMode="22" products="-13 14 2112 111"
3429 <br/> channel: onMode="1" bRatio="0.0060000" meMode="22" products="-13 14 2212 -211"
3430 <br/> channel: onMode="1" bRatio="0.0030000" products="2112 211"
3431 <br/> channel: onMode="1" bRatio="0.0030000" products="2112 213"
3432 <br/> channel: onMode="1" bRatio="0.0030000" products="2114 211"
3433 <br/> channel: onMode="1" bRatio="0.0030000" products="2114 213"
3434 <br/> channel: onMode="1" bRatio="0.0020000" products="2212 111"
3435 <br/> channel: onMode="1" bRatio="0.0020000" products="2212 113"
3436 <br/> channel: onMode="1" bRatio="0.0010000" products="2212 221"
3437 <br/> channel: onMode="1" bRatio="0.0020000" products="2212 223"
3438 <br/> channel: onMode="1" bRatio="0.0230000" products="2212 311"
3439 <br/> channel: onMode="1" bRatio="0.0400000" products="2212 -313"
3440 <br/> channel: onMode="1" bRatio="0.0010000" products="2212 331"
3441 <br/> channel: onMode="1" bRatio="0.0013000" products="2212 333"
3442 <br/> channel: onMode="1" bRatio="0.0010000" products="2214 111"
3443 <br/> channel: onMode="1" bRatio="0.0010000" products="2214 113"
3444 <br/> channel: onMode="1" bRatio="0.0010000" products="2214 221"
3445 <br/> channel: onMode="1" bRatio="0.0010000" products="2214 223"
3446 <br/> channel: onMode="1" bRatio="0.0050000" products="2214 311"
3447 <br/> channel: onMode="1" bRatio="0.0050000" products="2214 -313"
3448 <br/> channel: onMode="1" bRatio="0.0010000" products="2214 331"
3449 <br/> channel: onMode="1" bRatio="0.0010000" products="2224 -211"
3450 <br/> channel: onMode="1" bRatio="0.0010000" products="2224 -213"
3451 <br/> channel: onMode="1" bRatio="0.0066000" products="2224 -321"
3452 <br/> channel: onMode="1" bRatio="0.0250000" products="2224 -323"
3453 <br/> channel: onMode="1" bRatio="0.0058000" products="3122 211"
3454 <br/> channel: onMode="1" bRatio="0.0050000" products="3122 213"
3455 <br/> channel: onMode="1" bRatio="0.0050000" products="3122 321"
3456 <br/> channel: onMode="1" bRatio="0.0050000" products="3122 323"
3457 <br/> channel: onMode="1" bRatio="0.0055000" products="3212 211"
3458 <br/> channel: onMode="1" bRatio="0.0040000" products="3212 213"
3459 <br/> channel: onMode="1" bRatio="0.0020000" products="3212 321"
3460 <br/> channel: onMode="1" bRatio="0.0020000" products="3212 323"
3461 <br/> channel: onMode="1" bRatio="0.0040000" products="3214 211"
3462 <br/> channel: onMode="1" bRatio="0.0040000" products="3214 213"
3463 <br/> channel: onMode="1" bRatio="0.0010000" products="3214 321"
3464 <br/> channel: onMode="1" bRatio="0.0010000" products="3214 323"
3465 <br/> channel: onMode="1" bRatio="0.0040000" products="3222 111"
3466 <br/> channel: onMode="1" bRatio="0.0040000" products="3222 113"
3467 <br/> channel: onMode="1" bRatio="0.0020000" products="3222 221"
3468 <br/> channel: onMode="1" bRatio="0.0040000" products="3222 223"
3469 <br/> channel: onMode="1" bRatio="0.0020000" products="3222 311"
3470 <br/> channel: onMode="1" bRatio="0.0020000" products="3222 313"
3471 <br/> channel: onMode="1" bRatio="0.0020000" products="3222 331"
3472 <br/> channel: onMode="1" bRatio="0.0030000" products="3224 111"
3473 <br/> channel: onMode="1" bRatio="0.0030000" products="3224 113"
3474 <br/> channel: onMode="1" bRatio="0.0020000" products="3224 221"
3475 <br/> channel: onMode="1" bRatio="0.0030000" products="3224 223"
3476 <br/> channel: onMode="1" bRatio="0.0010000" products="3224 311"
3477 <br/> channel: onMode="1" bRatio="0.0010000" products="3224 313"
3478 <br/> channel: onMode="1" bRatio="0.0020000" products="3322 321"
3479 <br/> channel: onMode="1" bRatio="0.0020000" products="3322 323"
3480 <br/> channel: onMode="1" bRatio="0.0020000" products="3324 321"
3481 <br/> channel: onMode="1" bRatio="0.0018000" products="9010221 2212"
3482 <br/> channel: onMode="1" bRatio="0.0300000" meMode="43" products="1 2203"
3483 <br/> channel: onMode="1" bRatio="0.0150000" meMode="43" products="2 2101"
3484 <br/> channel: onMode="1" bRatio="0.0150000" meMode="43" products="2 2103"
3485 <br/> channel: onMode="1" bRatio="0.1400000" meMode="43" products="2 3201"
3486 <br/> channel: onMode="1" bRatio="0.1400000" meMode="43" products="2 3203"
3487 <br/> channel: onMode="1" bRatio="0.0950000" meMode="43" products="3 2203"
3488 <br/> channel: onMode="1" bRatio="0.0350000" meMode="43" products="2 -1 1 2101"
3489 <br/> channel: onMode="1" bRatio="0.1300000" meMode="43" products="2 -1 1 3201"
3490 <br/> channel: onMode="1" bRatio="0.0570000" meMode="43" products="2 -1 1 3203"
3491 <br/> channel: onMode="1" bRatio="0.0350000" meMode="43" products="2 -3 1 3201"
3492
3493<p/>particle: id="4124" name="Lambda_c(2625)+" antiName="Lambda_c(2625)-" spinType="4" chargeType="3" colType="0"
3494 m0="2.62810"
3495 <br/> channel: onMode="1" bRatio="0.6600000" products="4122 211 -211"
3496 <br/> channel: onMode="1" bRatio="0.3300000" products="4122 111"
3497 <br/> channel: onMode="1" bRatio="0.0100000" products="4122 22"
3498
3499<p/>particle: id="4132" name="Xi_c0" antiName="Xi_cbar0" spinType="2" chargeType="0" colType="0"
3500 m0="2.47088" tau0="3.36000e-02"
3501 <br/> channel: onMode="1" bRatio="0.0200000" meMode="22" products="-11 12 3 3101"
3502 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-11 12 3 3103"
3503 <br/> channel: onMode="1" bRatio="0.0200000" meMode="22" products="-13 14 3 3101"
3504 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-13 14 3 3103"
3505 <br/> channel: onMode="1" bRatio="0.5400000" meMode="42" products="2 -1 3 3101"
3506 <br/> channel: onMode="1" bRatio="0.2100000" meMode="42" products="3 3201"
3507 <br/> channel: onMode="1" bRatio="0.1000000" meMode="42" products="3 3203"
3508 <br/> channel: onMode="1" bRatio="0.1000000" meMode="42" products="2 3303"
3509
3510<p/>particle: id="4201" name="cu_0" antiName="cu_0bar" spinType="1" chargeType="4" colType="-1"
3511 m0="1.96908"
3512
3513<p/>particle: id="4203" name="cu_1" antiName="cu_1bar" spinType="3" chargeType="4" colType="-1"
3514 m0="2.00808"
3515
3516<p/>particle: id="4212" name="Sigma_c+" antiName="Sigma_cbar-" spinType="2" chargeType="3" colType="0"
3517 m0="2.45290" mWidth="0.00220" mMin="2.43090" mMax="2.47490"
3518 <br/> channel: onMode="1" bRatio="1.0000000" products="4122 111"
3519
3520<p/>particle: id="4214" name="Sigma*_c+" antiName="Sigma*_cbar-" spinType="4" chargeType="3" colType="0"
3521 m0="2.51750" mWidth="0.01550" mMin="2.43000" mMax="2.68000"
3522 <br/> channel: onMode="1" bRatio="1.0000000" products="4122 111"
3523
3524<p/>particle: id="4222" name="Sigma_c++" antiName="Sigma_cbar--" spinType="2" chargeType="6" colType="0"
3525 m0="2.45398" mWidth="0.00226" mMin="2.43202" mMax="2.47602"
3526 <br/> channel: onMode="1" bRatio="1.0000000" products="4122 211"
3527
3528<p/>particle: id="4224" name="Sigma*_c++" antiName="Sigma*_cbar--" spinType="4" chargeType="6" colType="0"
3529 m0="2.51790" mWidth="0.01490" mMin="2.43000" mMax="2.68000"
3530 <br/> channel: onMode="1" bRatio="1.0000000" products="4122 211"
3531
3532<p/>particle: id="4232" name="Xi_c+" antiName="Xi_cbar-" spinType="2" chargeType="3" colType="0"
3533 m0="2.46780" tau0="1.32000e-01"
3534 <br/> channel: onMode="1" bRatio="0.0280000" meMode="22" products="-11 12 3 3201"
3535 <br/> channel: onMode="1" bRatio="0.0070000" meMode="22" products="-11 12 3 3203"
3536 <br/> channel: onMode="1" bRatio="0.0280000" meMode="22" products="-13 14 3 3201"
3537 <br/> channel: onMode="1" bRatio="0.0070000" meMode="22" products="-13 14 3 3203"
3538 <br/> channel: onMode="1" bRatio="0.9300000" meMode="42" products="2 -1 3 3201"
3539
3540<p/>particle: id="4301" name="cs_0" antiName="cs_0bar" spinType="1" chargeType="1" colType="-1"
3541 m0="2.15432"
3542
3543<p/>particle: id="4303" name="cs_1" antiName="cs_1bar" spinType="3" chargeType="1" colType="-1"
3544 m0="2.17967"
3545
3546<p/>particle: id="4312" name="Xi'_c0" antiName="Xi'_cbar0" spinType="2" chargeType="0" colType="0"
3547 m0="2.57790"
3548 <br/> channel: onMode="1" bRatio="1.0000000" products="4132 22"
3549
3550<p/>particle: id="4314" name="Xi*_c0" antiName="Xi*_cbar0" spinType="4" chargeType="0" colType="0"
3551 m0="2.64590"
3552 <br/> channel: onMode="1" bRatio="0.5000000" products="4132 111"
3553 <br/> channel: onMode="1" bRatio="0.5000000" products="4132 22"
3554
3555<p/>particle: id="4322" name="Xi'_c+" antiName="Xi'_cbar-" spinType="2" chargeType="3" colType="0"
3556 m0="2.57560"
3557 <br/> channel: onMode="1" bRatio="1.0000000" products="4232 22"
3558
3559<p/>particle: id="4324" name="Xi*_c+" antiName="Xi*_cbar-" spinType="4" chargeType="3" colType="0"
3560 m0="2.64590"
3561 <br/> channel: onMode="1" bRatio="0.5000000" products="4232 111"
3562 <br/> channel: onMode="1" bRatio="0.5000000" products="4232 22"
3563
3564<p/>particle: id="4332" name="Omega_c0" antiName="Omega_cbar0" spinType="2" chargeType="0" colType="0"
3565 m0="2.69520" tau0="2.10000e-02"
3566 <br/> channel: onMode="1" bRatio="0.0180000" meMode="22" products="-11 12 3 3303"
3567 <br/> channel: onMode="1" bRatio="0.0180000" meMode="22" products="-13 14 3 3303"
3568 <br/> channel: onMode="1" bRatio="0.9640000" meMode="42" products="2 -1 3 3303"
3569
3570<p/>particle: id="4334" name="Omega*_c0" antiName="Omega*_cbar0" spinType="4" chargeType="0" colType="0"
3571 m0="2.76590"
3572 <br/> channel: onMode="1" bRatio="1.0000000" products="4332 22"
3573
3574<p/>particle: id="4403" name="cc_1" antiName="cc_1bar" spinType="3" chargeType="4" colType="-1"
3575 m0="3.27531"
3576
3577<p/>particle: id="4412" name="Xi_cc+" antiName="Xi_ccbar-" spinType="2" chargeType="3" colType="0"
3578 m0="3.59798" tau0="1.00000e-01"
3579 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
3580 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
3581 <br/> channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
3582 <br/> channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
3583
3584<p/>particle: id="4414" name="Xi*_cc+" antiName="Xi*_ccbar-" spinType="4" chargeType="3" colType="0"
3585 m0="3.65648" tau0="1.00000e-01"
3586 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
3587 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
3588 <br/> channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
3589 <br/> channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
3590
3591<p/>particle: id="4422" name="Xi_cc++" antiName="Xi_ccbar--" spinType="2" chargeType="6" colType="0"
3592 m0="3.59798" tau0="1.00000e-01"
3593 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
3594 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
3595 <br/> channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
3596 <br/> channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
3597
3598<p/>particle: id="4424" name="Xi*_cc++" antiName="Xi*_ccbar--" spinType="4" chargeType="6" colType="0"
3599 m0="3.65648" tau0="1.00000e-01"
3600 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
3601 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
3602 <br/> channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
3603 <br/> channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
3604
3605<p/>particle: id="4432" name="Omega_cc+" antiName="Omega_ccbar-" spinType="2" chargeType="3" colType="0"
3606 m0="3.78663" tau0="1.00000e-01"
3607 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
3608 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
3609 <br/> channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
3610 <br/> channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
3611
3612<p/>particle: id="4434" name="Omega*_cc+" antiName="Omega*_ccbar-" spinType="4" chargeType="3" colType="0"
3613 m0="3.82466" tau0="1.00000e-01"
3614 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
3615 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
3616 <br/> channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
3617 <br/> channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
3618
3619<p/>particle: id="4444" name="Omega*_ccc++" antiName="Omega*_cccbar--" spinType="4" chargeType="6" colType="0"
3620 m0="4.91594" tau0="1.00000e-01"
3621 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
3622 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
3623 <br/> channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
3624 <br/> channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
3625
3626<p/>particle: id="5101" name="bd_0" antiName="bd_0bar" spinType="1" chargeType="-2" colType="-1"
3627 m0="5.38897"
3628
3629<p/>particle: id="5103" name="bd_1" antiName="bd_1bar" spinType="3" chargeType="-2" colType="-1"
3630 m0="5.40145"
3631
3632<p/>particle: id="5112" name="Sigma_b-" antiName="Sigma_bbar+" spinType="2" chargeType="-3" colType="0"
3633 m0="5.81550"
3634 <br/> channel: onMode="1" bRatio="1.0000000" products="5122 -211"
3635
3636<p/>particle: id="5114" name="Sigma*_b-" antiName="Sigma*_bbar+" spinType="4" chargeType="-3" colType="0"
3637 m0="5.83510"
3638 <br/> channel: onMode="1" bRatio="1.0000000" products="5122 -211"
3639
3640<p/>particle: id="5122" name="Lambda_b0" antiName="Lambda_bbar0" spinType="2" chargeType="0" colType="0"
3641 m0="5.61940" tau0="3.69000e-01"
3642 <br/> channel: onMode="1" bRatio="0.0546000" meMode="22" products="-12 11 4122"
3643 <br/> channel: onMode="1" bRatio="0.0096000" meMode="22" products="-12 11 4124"
3644 <br/> channel: onMode="1" bRatio="0.0128000" meMode="22" products="-12 11 14122"
3645 <br/> channel: onMode="1" bRatio="0.0546000" meMode="22" products="-14 13 4122"
3646 <br/> channel: onMode="1" bRatio="0.0096000" meMode="22" products="-14 13 4124"
3647 <br/> channel: onMode="1" bRatio="0.0128000" meMode="22" products="-14 13 14122"
3648 <br/> channel: onMode="1" bRatio="0.0172000" meMode="22" products="-16 15 4122"
3649 <br/> channel: onMode="1" bRatio="0.0032000" meMode="22" products="-16 15 4124"
3650 <br/> channel: onMode="1" bRatio="0.0043000" meMode="22" products="-16 15 14122"
3651 <br/> channel: onMode="1" bRatio="0.0008000" products="2112 421"
3652 <br/> channel: onMode="1" bRatio="0.0000048" products="2212 -211"
3653 <br/> channel: onMode="1" bRatio="0.0000185" products="2212 -321"
3654 <br/> channel: onMode="1" bRatio="0.0000650" products="3122 22"
3655 <br/> channel: onMode="1" bRatio="0.0000050" products="3122 113"
3656 <br/> channel: onMode="1" bRatio="0.0000200" products="3122 333"
3657 <br/> channel: onMode="1" bRatio="0.0008000" products="3122 -421"
3658 <br/> channel: onMode="1" bRatio="0.0010000" products="3122 441"
3659 <br/> channel: onMode="1" bRatio="0.0004700" products="3122 443"
3660 <br/> channel: onMode="1" bRatio="0.0000590" products="3124 22"
3661 <br/> channel: onMode="1" bRatio="0.0006000" products="4112 111"
3662 <br/> channel: onMode="1" bRatio="0.0004000" products="4112 221"
3663 <br/> channel: onMode="1" bRatio="0.0005000" products="4112 331"
3664 <br/> channel: onMode="1" bRatio="0.0400000" products="4122 -211"
3665 <br/> channel: onMode="1" bRatio="0.0100000" products="4122 -213"
3666 <br/> channel: onMode="1" bRatio="0.0005500" products="4122 -321"
3667 <br/> channel: onMode="1" bRatio="0.0220000" products="4122 -431"
3668 <br/> channel: onMode="1" bRatio="0.0440000" products="4122 -433"
3669 <br/> channel: onMode="1" bRatio="0.0003000" products="4132 311"
3670 <br/> channel: onMode="1" bRatio="0.0006000" products="4212 -211"
3671 <br/> channel: onMode="1" bRatio="0.0005000" products="4312 311"
3672 <br/> channel: onMode="1" bRatio="0.0200000" products="-20213 4122"
3673 <br/> channel: onMode="1" bRatio="0.0000570" products="23122 22"
3674 <br/> channel: onMode="1" bRatio="0.0000560" products="33122 22"
3675 <br/> channel: onMode="1" bRatio="0.0003800" products="100443 3122"
3676 <br/> channel: onMode="1" bRatio="0.0220000" products="4122 211 -211 -211"
3677 <br/> channel: onMode="1" bRatio="0.0200000" products="3122 311 211 211 -211 -211"
3678 <br/> channel: onMode="1" bRatio="0.0120000" meMode="22" products="-2 1 2 2101"
3679 <br/> channel: onMode="1" bRatio="0.4411147" meMode="23" products="-2 1 4 2101"
3680 <br/> channel: onMode="1" bRatio="0.0910000" meMode="43" products="-2 4 1 2101"
3681 <br/> channel: onMode="1" bRatio="0.0120000" meMode="22" products="-4 3 2 2101"
3682 <br/> channel: onMode="1" bRatio="0.0800000" meMode="43" products="-4 3 4 2101"
3683
3684<p/>particle: id="5132" name="Xi_b-" antiName="Xi_bbar+" spinType="2" chargeType="-3" colType="0"
3685 m0="5.79110" tau0="3.64000e-01"
3686 <br/> channel: onMode="1" bRatio="0.1080010" meMode="22" products="-12 11 4 3101"
3687 <br/> channel: onMode="1" bRatio="0.0020000" meMode="22" products="-12 11 2 3101"
3688 <br/> channel: onMode="1" bRatio="0.1080000" meMode="22" products="-14 13 4 3101"
3689 <br/> channel: onMode="1" bRatio="0.0020000" meMode="22" products="-14 13 2 3101"
3690 <br/> channel: onMode="1" bRatio="0.0250000" meMode="22" products="-16 15 4 3101"
3691 <br/> channel: onMode="1" bRatio="0.0010000" meMode="22" products="-16 15 4 3101"
3692 <br/> channel: onMode="1" bRatio="0.0010000" products="443 3312"
3693 <br/> channel: onMode="1" bRatio="0.0004370" products="100443 3312"
3694 <br/> channel: onMode="1" bRatio="0.0004710" products="20443 3312"
3695 <br/> channel: onMode="1" bRatio="0.0000900" products="445 3312"
3696 <br/> channel: onMode="1" bRatio="0.0004900" products="441 3312"
3697 <br/> channel: onMode="1" bRatio="0.0015000" products="443 3314"
3698 <br/> channel: onMode="1" bRatio="0.0006560" products="100443 3314"
3699 <br/> channel: onMode="1" bRatio="0.0007060" products="20443 3314"
3700 <br/> channel: onMode="1" bRatio="0.0001350" products="445 3314"
3701 <br/> channel: onMode="1" bRatio="0.0007350" products="441 3314"
3702 <br/> channel: onMode="1" bRatio="0.0012000" products="443 -321 3122"
3703 <br/> channel: onMode="1" bRatio="0.0005240" products="100443 -321 3122"
3704 <br/> channel: onMode="1" bRatio="0.0005650" products="20443 -321 3122"
3705 <br/> channel: onMode="1" bRatio="0.0001080" products="445 -321 3122"
3706 <br/> channel: onMode="1" bRatio="0.0005880" products="441 -321 3122"
3707 <br/> channel: onMode="1" bRatio="0.0006000" products="443 -311 3112"
3708 <br/> channel: onMode="1" bRatio="0.0002620" products="100443 -311 3112"
3709 <br/> channel: onMode="1" bRatio="0.0002830" products="20443 -311 3112"
3710 <br/> channel: onMode="1" bRatio="0.0000540" products="445 -311 3112"
3711 <br/> channel: onMode="1" bRatio="0.0002940" products="441 -311 3112"
3712 <br/> channel: onMode="1" bRatio="0.0038200" meMode="43" products="443 3 3101"
3713 <br/> channel: onMode="1" bRatio="0.0016690" meMode="43" products="100443 3 3101"
3714 <br/> channel: onMode="1" bRatio="0.0017990" meMode="43" products="20443 3 3101"
3715 <br/> channel: onMode="1" bRatio="0.0003440" meMode="43" products="445 3 3101"
3716 <br/> channel: onMode="1" bRatio="0.0018720" meMode="43" products="441 3 3101"
3717 <br/> channel: onMode="1" bRatio="0.1096770" meMode="22" products="-2 1 4 3101"
3718 <br/> channel: onMode="1" bRatio="0.2632250" meMode="22" products="-2 4 1 3101"
3719 <br/> channel: onMode="1" bRatio="0.0658060" meMode="42" products="-2 1 4 3101"
3720 <br/> channel: onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 1 3101"
3721 <br/> channel: onMode="1" bRatio="0.0057720" meMode="22" products="-2 3 4 3101"
3722 <br/> channel: onMode="1" bRatio="0.0138540" meMode="22" products="-2 4 3 3101"
3723 <br/> channel: onMode="1" bRatio="0.0034630" meMode="42" products="-2 3 4 3101"
3724 <br/> channel: onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 3 3101"
3725 <br/> channel: onMode="1" bRatio="0.0090000" meMode="22" products="-2 1 2 3101"
3726 <br/> channel: onMode="1" bRatio="0.0060000" meMode="22" products="-2 2 1 3101"
3727 <br/> channel: onMode="1" bRatio="0.0230000" meMode="63" products="-431 4 3101"
3728 <br/> channel: onMode="1" bRatio="0.0230000" meMode="63" products="-433 4 3101"
3729 <br/> channel: onMode="1" bRatio="0.0130000" products="-431 4132"
3730 <br/> channel: onMode="1" bRatio="0.0090000" products="-431 4314"
3731 <br/> channel: onMode="1" bRatio="0.0090000" products="-433 4132"
3732 <br/> channel: onMode="1" bRatio="0.0230000" products="-433 4314"
3733 <br/> channel: onMode="1" bRatio="0.0080000" meMode="22" products="-421 -321 4 3101"
3734 <br/> channel: onMode="1" bRatio="0.0080000" meMode="22" products="-411 -311 4 3101"
3735 <br/> channel: onMode="1" bRatio="0.0320000" meMode="22" products="-423 -321 4 3101"
3736 <br/> channel: onMode="1" bRatio="0.0320000" meMode="22" products="-413 -311 4 3101"
3737 <br/> channel: onMode="1" bRatio="0.0770000" meMode="42" products="4122 -2203 3101"
3738
3739<p/>particle: id="5142" name="Xi_bc0" antiName="Xi_bcbar0" spinType="2" chargeType="0" colType="0"
3740 m0="7.00575" tau0="3.64000e-01"
3741 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
3742 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
3743 <br/> channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
3744 <br/> channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
3745 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
3746 <br/> channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
3747 <br/> channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
3748 <br/> channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
3749 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
3750
3751<p/>particle: id="5201" name="bu_0" antiName="bu_0bar" spinType="1" chargeType="1" colType="-1"
3752 m0="5.38897"
3753
3754<p/>particle: id="5203" name="bu_1" antiName="bu_1bar" spinType="3" chargeType="1" colType="-1"
3755 m0="5.40145"
3756
3757<p/>particle: id="5212" name="Sigma_b0" antiName="Sigma_bbar0" spinType="2" chargeType="0" colType="0"
3758 m0="5.80000"
3759 <br/> channel: onMode="1" bRatio="1.0000000" products="5122 111"
3760
3761<p/>particle: id="5214" name="Sigma*_b0" antiName="Sigma*_bbar0" spinType="4" chargeType="0" colType="0"
3762 m0="5.81000"
3763 <br/> channel: onMode="1" bRatio="1.0000000" products="5122 111"
3764
3765<p/>particle: id="5222" name="Sigma_b+" antiName="Sigma_bbar-" spinType="2" chargeType="3" colType="0"
3766 m0="5.81130"
3767 <br/> channel: onMode="1" bRatio="1.0000000" products="5122 211"
3768
3769<p/>particle: id="5224" name="Sigma*_b+" antiName="Sigma*_bbar-" spinType="4" chargeType="3" colType="0"
3770 m0="5.83210"
3771 <br/> channel: onMode="1" bRatio="1.0000000" products="5122 211"
3772
3773<p/>particle: id="5232" name="Xi_b0" antiName="Xi_bbar0" spinType="2" chargeType="0" colType="0"
3774 m0="5.78800" tau0="3.64000e-01"
3775 <br/> channel: onMode="1" bRatio="0.1080010" meMode="22" products="-12 11 4 3201"
3776 <br/> channel: onMode="1" bRatio="0.0020000" meMode="22" products="-12 11 2 3201"
3777 <br/> channel: onMode="1" bRatio="0.1080000" meMode="22" products="-14 13 4 3201"
3778 <br/> channel: onMode="1" bRatio="0.0020000" meMode="22" products="-14 13 2 3201"
3779 <br/> channel: onMode="1" bRatio="0.0250000" meMode="22" products="-16 15 4 3201"
3780 <br/> channel: onMode="1" bRatio="0.0010000" meMode="22" products="-16 15 4 3201"
3781 <br/> channel: onMode="1" bRatio="0.0010000" products="443 3322"
3782 <br/> channel: onMode="1" bRatio="0.0004370" products="100443 3322"
3783 <br/> channel: onMode="1" bRatio="0.0004710" products="20443 3322"
3784 <br/> channel: onMode="1" bRatio="0.0000900" products="445 3322"
3785 <br/> channel: onMode="1" bRatio="0.0004900" products="441 3322"
3786 <br/> channel: onMode="1" bRatio="0.0015000" products="443 3324"
3787 <br/> channel: onMode="1" bRatio="0.0006560" products="100443 3324"
3788 <br/> channel: onMode="1" bRatio="0.0007060" products="20443 3324"
3789 <br/> channel: onMode="1" bRatio="0.0001350" products="445 3324"
3790 <br/> channel: onMode="1" bRatio="0.0007350" products="441 3324"
3791 <br/> channel: onMode="1" bRatio="0.0012000" products="443 -321 3222"
3792 <br/> channel: onMode="1" bRatio="0.0005240" products="100443 -321 3222"
3793 <br/> channel: onMode="1" bRatio="0.0005650" products="20443 -321 3222"
3794 <br/> channel: onMode="1" bRatio="0.0001080" products="445 -321 3222"
3795 <br/> channel: onMode="1" bRatio="0.0005880" products="441 -321 3222"
3796 <br/> channel: onMode="1" bRatio="0.0006000" products="443 -311 3212"
3797 <br/> channel: onMode="1" bRatio="0.0002620" products="100443 -311 3212"
3798 <br/> channel: onMode="1" bRatio="0.0002830" products="20443 -311 3212"
3799 <br/> channel: onMode="1" bRatio="0.0000540" products="445 -311 3212"
3800 <br/> channel: onMode="1" bRatio="0.0002940" products="441 -311 3212"
3801 <br/> channel: onMode="1" bRatio="0.0038200" meMode="43" products="443 3 3201"
3802 <br/> channel: onMode="1" bRatio="0.0016690" meMode="43" products="100443 3 3201"
3803 <br/> channel: onMode="1" bRatio="0.0017990" meMode="43" products="20443 3 3201"
3804 <br/> channel: onMode="1" bRatio="0.0003440" meMode="43" products="445 3 3201"
3805 <br/> channel: onMode="1" bRatio="0.0018720" meMode="43" products="441 3 3201"
3806 <br/> channel: onMode="1" bRatio="0.1096770" meMode="22" products="-2 1 4 3201"
3807 <br/> channel: onMode="1" bRatio="0.2632250" meMode="22" products="-2 4 1 3201"
3808 <br/> channel: onMode="1" bRatio="0.0658060" meMode="42" products="-2 1 4 3201"
3809 <br/> channel: onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 1 3201"
3810 <br/> channel: onMode="1" bRatio="0.0057720" meMode="22" products="-2 3 4 3201"
3811 <br/> channel: onMode="1" bRatio="0.0138540" meMode="22" products="-2 4 3 3201"
3812 <br/> channel: onMode="1" bRatio="0.0034630" meMode="42" products="-2 3 4 3201"
3813 <br/> channel: onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 3 3201"
3814 <br/> channel: onMode="1" bRatio="0.0090000" meMode="22" products="-2 1 2 3201"
3815 <br/> channel: onMode="1" bRatio="0.0060000" meMode="22" products="-2 2 1 3201"
3816 <br/> channel: onMode="1" bRatio="0.0230000" meMode="63" products="-431 4 3201"
3817 <br/> channel: onMode="1" bRatio="0.0230000" meMode="63" products="-433 4 3201"
3818 <br/> channel: onMode="1" bRatio="0.0130000" products="-431 4232"
3819 <br/> channel: onMode="1" bRatio="0.0090000" products="-431 4324"
3820 <br/> channel: onMode="1" bRatio="0.0090000" products="-433 4232"
3821 <br/> channel: onMode="1" bRatio="0.0230000" products="-433 4324"
3822 <br/> channel: onMode="1" bRatio="0.0080000" meMode="22" products="-421 -321 4 3201"
3823 <br/> channel: onMode="1" bRatio="0.0080000" meMode="22" products="-411 -311 4 3201"
3824 <br/> channel: onMode="1" bRatio="0.0320000" meMode="22" products="-423 -321 4 3201"
3825 <br/> channel: onMode="1" bRatio="0.0320000" meMode="22" products="-413 -311 4 3201"
3826 <br/> channel: onMode="1" bRatio="0.0770000" meMode="42" products="4122 -2203 3201"
3827
3828<p/>particle: id="5242" name="Xi_bc+" antiName="Xi_bcbar-" spinType="2" chargeType="3" colType="0"
3829 m0="7.00575" tau0="3.64000e-01"
3830 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
3831 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
3832 <br/> channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
3833 <br/> channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
3834 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
3835 <br/> channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
3836 <br/> channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
3837 <br/> channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
3838 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
3839
3840<p/>particle: id="5301" name="bs_0" antiName="bs_0bar" spinType="1" chargeType="-2" colType="-1"
3841 m0="5.56725"
3842
3843<p/>particle: id="5303" name="bs_1" antiName="bs_1bar" spinType="3" chargeType="-2" colType="-1"
3844 m0="5.57536"
3845
3846<p/>particle: id="5312" name="Xi'_b-" antiName="Xi'_bbar+" spinType="2" chargeType="-3" colType="0"
3847 m0="5.96000"
3848 <br/> channel: onMode="1" bRatio="1.0000000" products="5132 22"
3849
3850<p/>particle: id="5314" name="Xi*_b-" antiName="Xi*_bbar+" spinType="4" chargeType="-3" colType="0"
3851 m0="5.97000"
3852 <br/> channel: onMode="1" bRatio="1.0000000" products="5132 22"
3853
3854<p/>particle: id="5322" name="Xi'_b0" antiName="Xi'_bbar0" spinType="2" chargeType="0" colType="0"
3855 m0="5.96000"
3856 <br/> channel: onMode="1" bRatio="1.0000000" products="5232 22"
3857
3858<p/>particle: id="5324" name="Xi*_b0" antiName="Xi*_bbar0" spinType="4" chargeType="0" colType="0"
3859 m0="5.97000"
3860 <br/> channel: onMode="1" bRatio="1.0000000" products="5232 22"
3861
3862<p/>particle: id="5332" name="Omega_b-" antiName="Omega_bbar+" spinType="2" chargeType="-3" colType="0"
3863 m0="6.07000" tau0="3.64000e-01"
3864 <br/> channel: onMode="1" bRatio="0.1080010" meMode="22" products="-12 11 4 3303"
3865 <br/> channel: onMode="1" bRatio="0.0020000" meMode="22" products="-12 11 2 3303"
3866 <br/> channel: onMode="1" bRatio="0.1080000" meMode="22" products="-14 13 4 3303"
3867 <br/> channel: onMode="1" bRatio="0.0020000" meMode="22" products="-14 13 2 3303"
3868 <br/> channel: onMode="1" bRatio="0.0250000" meMode="22" products="-16 15 4 3303"
3869 <br/> channel: onMode="1" bRatio="0.0010000" meMode="22" products="-16 15 4 3303"
3870 <br/> channel: onMode="1" bRatio="0.0025000" products="443 3334"
3871 <br/> channel: onMode="1" bRatio="0.0010930" products="100443 3334"
3872 <br/> channel: onMode="1" bRatio="0.0011770" products="20443 3334"
3873 <br/> channel: onMode="1" bRatio="0.0002250" products="445 3334"
3874 <br/> channel: onMode="1" bRatio="0.0012250" products="441 3334"
3875 <br/> channel: onMode="1" bRatio="0.0012000" products="443 -321 3322"
3876 <br/> channel: onMode="1" bRatio="0.0005240" products="100443 -321 3322"
3877 <br/> channel: onMode="1" bRatio="0.0005650" products="20443 -321 3322"
3878 <br/> channel: onMode="1" bRatio="0.0001080" products="445 -321 3322"
3879 <br/> channel: onMode="1" bRatio="0.0005880" products="441 -321 3322"
3880 <br/> channel: onMode="1" bRatio="0.0006000" products="443 -311 3312"
3881 <br/> channel: onMode="1" bRatio="0.0002620" products="100443 -311 3312"
3882 <br/> channel: onMode="1" bRatio="0.0002830" products="20443 -311 3312"
3883 <br/> channel: onMode="1" bRatio="0.0000540" products="445 -311 3312"
3884 <br/> channel: onMode="1" bRatio="0.0002940" products="441 -311 3312"
3885 <br/> channel: onMode="1" bRatio="0.0038200" meMode="43" products="443 3 3303"
3886 <br/> channel: onMode="1" bRatio="0.0016690" meMode="43" products="100443 3 3303"
3887 <br/> channel: onMode="1" bRatio="0.0017990" meMode="43" products="20443 3 3303"
3888 <br/> channel: onMode="1" bRatio="0.0003440" meMode="43" products="445 3 3303"
3889 <br/> channel: onMode="1" bRatio="0.0018720" meMode="43" products="441 3 3303"
3890 <br/> channel: onMode="1" bRatio="0.1096770" meMode="22" products="-2 1 4 3303"
3891 <br/> channel: onMode="1" bRatio="0.2632250" meMode="22" products="-2 4 1 3303"
3892 <br/> channel: onMode="1" bRatio="0.0658060" meMode="42" products="-2 1 4 3303"
3893 <br/> channel: onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 1 3303"
3894 <br/> channel: onMode="1" bRatio="0.0057720" meMode="22" products="-2 3 4 3303"
3895 <br/> channel: onMode="1" bRatio="0.0138540" meMode="22" products="-2 4 3 3303"
3896 <br/> channel: onMode="1" bRatio="0.0034630" meMode="42" products="-2 3 4 3303"
3897 <br/> channel: onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 3 3303"
3898 <br/> channel: onMode="1" bRatio="0.0090000" meMode="22" products="-2 1 2 3303"
3899 <br/> channel: onMode="1" bRatio="0.0060000" meMode="22" products="-2 2 1 3303"
3900 <br/> channel: onMode="1" bRatio="0.0230000" meMode="63" products="-431 4 3303"
3901 <br/> channel: onMode="1" bRatio="0.0230000" meMode="63" products="-433 4 3303"
3902 <br/> channel: onMode="1" bRatio="0.0130000" products="-431 4332"
3903 <br/> channel: onMode="1" bRatio="0.0090000" products="-431 4334"
3904 <br/> channel: onMode="1" bRatio="0.0090000" products="-433 4332"
3905 <br/> channel: onMode="1" bRatio="0.0230000" products="-433 4334"
3906 <br/> channel: onMode="1" bRatio="0.0080000" meMode="22" products="-421 -321 4 3303"
3907 <br/> channel: onMode="1" bRatio="0.0080000" meMode="22" products="-411 -311 4 3303"
3908 <br/> channel: onMode="1" bRatio="0.0320000" meMode="22" products="-423 -321 4 3303"
3909 <br/> channel: onMode="1" bRatio="0.0320000" meMode="22" products="-413 -311 4 3303"
3910 <br/> channel: onMode="1" bRatio="0.0770000" meMode="42" products="4122 -2203 3303"
3911
3912<p/>particle: id="5334" name="Omega*_b-" antiName="Omega*_bbar+" spinType="4" chargeType="-3" colType="0"
3913 m0="6.13000"
3914 <br/> channel: onMode="1" bRatio="1.0000000" products="5332 22"
3915
3916<p/>particle: id="5342" name="Omega_bc0" antiName="Omega_bcbar0" spinType="2" chargeType="0" colType="0"
3917 m0="7.19099" tau0="3.64000e-01"
3918 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
3919 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
3920 <br/> channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
3921 <br/> channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
3922 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
3923 <br/> channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
3924 <br/> channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
3925 <br/> channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
3926 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
3927
3928<p/>particle: id="5401" name="bc_0" antiName="bc_0bar" spinType="1" chargeType="1" colType="-1"
3929 m0="6.67143"
3930
3931<p/>particle: id="5403" name="bc_1" antiName="bc_1bar" spinType="3" chargeType="1" colType="-1"
3932 m0="6.67397"
3933
3934<p/>particle: id="5412" name="Xi'_bc0" antiName="Xi'_bcbar0" spinType="2" chargeType="0" colType="0"
3935 m0="7.03724" tau0="3.64000e-01"
3936 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
3937 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
3938 <br/> channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
3939 <br/> channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
3940 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
3941 <br/> channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
3942 <br/> channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
3943 <br/> channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
3944 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
3945
3946<p/>particle: id="5414" name="Xi*_bc0" antiName="Xi*_bcbar0" spinType="4" chargeType="0" colType="0"
3947 m0="7.04850" tau0="3.64000e-01"
3948 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
3949 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
3950 <br/> channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
3951 <br/> channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
3952 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
3953 <br/> channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
3954 <br/> channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
3955 <br/> channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
3956 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
3957
3958<p/>particle: id="5422" name="Xi'_bc+" antiName="Xi'_bcbar-" spinType="2" chargeType="3" colType="0"
3959 m0="7.03724" tau0="3.64000e-01"
3960 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
3961 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
3962 <br/> channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
3963 <br/> channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
3964 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
3965 <br/> channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
3966 <br/> channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
3967 <br/> channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
3968 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
3969
3970<p/>particle: id="5424" name="Xi*_bc+" antiName="Xi*_bcbar-" spinType="4" chargeType="3" colType="0"
3971 m0="7.04850" tau0="3.64000e-01"
3972 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
3973 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
3974 <br/> channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
3975 <br/> channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
3976 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
3977 <br/> channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
3978 <br/> channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
3979 <br/> channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
3980 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
3981
3982<p/>particle: id="5432" name="Omega'_bc0" antiName="Omega'_bcbar0" spinType="2" chargeType="0" colType="0"
3983 m0="7.21101" tau0="3.64000e-01"
3984 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
3985 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
3986 <br/> channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
3987 <br/> channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
3988 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
3989 <br/> channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
3990 <br/> channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
3991 <br/> channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
3992 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
3993
3994<p/>particle: id="5434" name="Omega*_bc0" antiName="Omega*_bcbar0" spinType="4" chargeType="0" colType="0"
3995 m0="7.21900" tau0="3.64000e-01"
3996 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
3997 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
3998 <br/> channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
3999 <br/> channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4000 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4001 <br/> channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4002 <br/> channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4003 <br/> channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4004 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4005
4006<p/>particle: id="5442" name="Omega_bcc+" antiName="Omega_bccbar-" spinType="2" chargeType="3" colType="0"
4007 m0="8.30945" tau0="3.64000e-01"
4008 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4009 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4010 <br/> channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4011 <br/> channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4012 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4013 <br/> channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4014 <br/> channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4015 <br/> channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4016 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4017
4018<p/>particle: id="5444" name="Omega*_bcc+" antiName="Omega*_bccbar-" spinType="4" chargeType="3" colType="0"
4019 m0="8.31325" tau0="3.64000e-01"
4020 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4021 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4022 <br/> channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4023 <br/> channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4024 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4025 <br/> channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4026 <br/> channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4027 <br/> channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4028 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4029
4030<p/>particle: id="5503" name="bb_1" antiName="bb_1bar" spinType="3" chargeType="-2" colType="-1"
4031 m0="10.07354"
4032
4033<p/>particle: id="5512" name="Xi_bb-" antiName="Xi_bbbar+" spinType="2" chargeType="-3" colType="0"
4034 m0="10.42272" tau0="3.64000e-01"
4035 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4036 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4037 <br/> channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4038 <br/> channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4039 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4040 <br/> channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4041 <br/> channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4042 <br/> channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4043 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4044
4045<p/>particle: id="5514" name="Xi*_bb-" antiName="Xi*_bbbar+" spinType="4" chargeType="-3" colType="0"
4046 m0="10.44144" tau0="3.64000e-01"
4047 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4048 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4049 <br/> channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4050 <br/> channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4051 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4052 <br/> channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4053 <br/> channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4054 <br/> channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4055 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4056
4057<p/>particle: id="5522" name="Xi_bb0" antiName="Xi_bbbar0" spinType="2" chargeType="0" colType="0"
4058 m0="10.42272" tau0="3.64000e-01"
4059 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4060 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4061 <br/> channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4062 <br/> channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4063 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4064 <br/> channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4065 <br/> channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4066 <br/> channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4067 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4068
4069<p/>particle: id="5524" name="Xi*_bb0" antiName="Xi*_bbbar0" spinType="4" chargeType="0" colType="0"
4070 m0="10.44144" tau0="3.64000e-01"
4071 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4072 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4073 <br/> channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4074 <br/> channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4075 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4076 <br/> channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4077 <br/> channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4078 <br/> channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4079 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4080
4081<p/>particle: id="5532" name="Omega_bb-" antiName="Omega_bbbar+" spinType="2" chargeType="-3" colType="0"
4082 m0="10.60209" tau0="3.64000e-01"
4083 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4084 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4085 <br/> channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4086 <br/> channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4087 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4088 <br/> channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4089 <br/> channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4090 <br/> channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4091 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4092
4093<p/>particle: id="5534" name="Omega*_bb-" antiName="Omega*_bbbar+" spinType="4" chargeType="-3" colType="0"
4094 m0="10.61426" tau0="3.64000e-01"
4095 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4096 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4097 <br/> channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4098 <br/> channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4099 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4100 <br/> channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4101 <br/> channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4102 <br/> channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4103 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4104
4105<p/>particle: id="5542" name="Omega_bbc0" antiName="Omega_bbcbar0" spinType="2" chargeType="0" colType="0"
4106 m0="11.70767" tau0="3.64000e-01"
4107 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4108 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4109 <br/> channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4110 <br/> channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4111 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4112 <br/> channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4113 <br/> channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4114 <br/> channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4115 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4116
4117<p/>particle: id="5544" name="Omega*_bbc0" antiName="Omega*_bbcbar0" spinType="4" chargeType="0" colType="0"
4118 m0="11.71147" tau0="3.64000e-01"
4119 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4120 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4121 <br/> channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4122 <br/> channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4123 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4124 <br/> channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4125 <br/> channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4126 <br/> channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4127 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4128
4129<p/>particle: id="5554" name="Omega*_bbb-" antiName="Omega*_bbbbar+" spinType="4" chargeType="-3" colType="0"
4130 m0="15.11061" tau0="3.64000e-01"
4131 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4132 <br/> channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4133 <br/> channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4134 <br/> channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4135 <br/> channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4136 <br/> channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4137 <br/> channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4138 <br/> channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4139 <br/> channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4140
4141<p/>particle: id="10111" name="a_0(1450)0" spinType="1" chargeType="0" colType="0"
4142 m0="1.47400" mWidth="0.26500" mMin="1.00000" mMax="2.00000"
4143 <br/> channel: onMode="1" bRatio="0.3000000" products="111 221"
4144 <br/> channel: onMode="1" bRatio="0.1000000" products="111 331"
4145 <br/> channel: onMode="1" bRatio="0.1200000" products="321 -321"
4146 <br/> channel: onMode="1" bRatio="0.0600000" products="130 130"
4147 <br/> channel: onMode="1" bRatio="0.0600000" products="310 310"
4148 <br/> channel: onMode="1" bRatio="0.1800000" products="223 211 -211"
4149 <br/> channel: onMode="1" bRatio="0.1800000" products="223 111 111"
4150
4151<p/>particle: id="10113" name="b_1(1235)0" spinType="3" chargeType="0" colType="0"
4152 m0="1.22950" mWidth="0.14200" mMin="0.95000" mMax="1.70000"
4153 <br/> channel: onMode="1" bRatio="1.0000000" products="223 111"
4154
4155<p/>particle: id="10211" name="a_0(1450)+" antiName="a_0(1450)-" spinType="1" chargeType="3" colType="0"
4156 m0="1.47400" mWidth="0.26500" mMin="1.00000" mMax="2.00000"
4157 <br/> channel: onMode="1" bRatio="0.3000000" products="211 221"
4158 <br/> channel: onMode="1" bRatio="0.1000000" products="211 331"
4159 <br/> channel: onMode="1" bRatio="0.2400000" products="321 -311"
4160 <br/> channel: onMode="1" bRatio="0.3600000" products="223 211 111"
4161
4162<p/>particle: id="10213" name="b_1(1235)+" antiName="b_1(1235)-" spinType="3" chargeType="3" colType="0"
4163 m0="1.22950" mWidth="0.14200" mMin="0.95000" mMax="1.70000"
4164 <br/> channel: onMode="1" bRatio="0.9984000" products="223 211"
4165 <br/> channel: onMode="1" bRatio="0.0016000" products="211 22"
4166
4167<p/>particle: id="10221" name="f_0(1370)" spinType="1" chargeType="0" colType="0"
4168 m0="1.35000" mWidth="0.20000" mMin="1.00000" mMax="2.00000"
4169 <br/> channel: onMode="1" bRatio="0.2000000" products="113 111"
4170 <br/> channel: onMode="1" bRatio="0.2000000" products="213 -213"
4171 <br/> channel: onMode="1" bRatio="0.1000000" products="111 111 111 111"
4172 <br/> channel: onMode="1" bRatio="0.2000000" products="211 -211"
4173 <br/> channel: onMode="1" bRatio="0.1000000" products="111 111"
4174 <br/> channel: onMode="1" bRatio="0.0500000" products="321 -321"
4175 <br/> channel: onMode="1" bRatio="0.0250000" products="130 130"
4176 <br/> channel: onMode="1" bRatio="0.0250000" products="310 310"
4177 <br/> channel: onMode="1" bRatio="0.1000000" products="221 221"
4178
4179<p/>particle: id="10223" name="h_1(1170)" spinType="3" chargeType="0" colType="0"
4180 m0="1.17000" mWidth="0.36000" mMin="0.95000" mMax="2.00000"
4181 <br/> channel: onMode="1" bRatio="0.3330000" products="213 -211"
4182 <br/> channel: onMode="1" bRatio="0.3340000" products="113 111"
4183 <br/> channel: onMode="1" bRatio="0.3330000" products="-213 211"
4184
4185<p/>particle: id="10311" name="K*_0(1430)0" antiName="K*_0(1430)bar0" spinType="1" chargeType="0" colType="0"
4186 m0="1.43000" mWidth="0.27000" mMin="0.70000" mMax="2.20000"
4187 <br/> channel: onMode="1" bRatio="0.6670000" products="321 -211"
4188 <br/> channel: onMode="1" bRatio="0.3330000" products="311 111"
4189
4190<p/>particle: id="10313" name="K_1(1270)0" antiName="K_1(1270)bar0" spinType="3" chargeType="0" colType="0"
4191 m0="1.27200" mWidth="0.09000" mMin="1.00000" mMax="2.00000"
4192 <br/> channel: onMode="1" bRatio="0.2900000" products="321 -213"
4193 <br/> channel: onMode="1" bRatio="0.1450000" products="311 113"
4194 <br/> channel: onMode="1" bRatio="0.1900000" products="10321 -211"
4195 <br/> channel: onMode="1" bRatio="0.0950000" products="10311 111"
4196 <br/> channel: onMode="1" bRatio="0.1100000" products="323 -211"
4197 <br/> channel: onMode="1" bRatio="0.0550000" products="313 111"
4198 <br/> channel: onMode="1" bRatio="0.1150000" products="311 223"
4199
4200<p/>particle: id="10321" name="K*_0(1430)+" antiName="K*_0(1430)-" spinType="1" chargeType="3" colType="0"
4201 m0="1.43000" mWidth="0.27000" mMin="0.70000" mMax="2.20000"
4202 <br/> channel: onMode="1" bRatio="0.6670000" products="311 211"
4203 <br/> channel: onMode="1" bRatio="0.3330000" products="321 111"
4204
4205<p/>particle: id="10323" name="K_1(1270)+" antiName="K_1(1270)-" spinType="3" chargeType="3" colType="0"
4206 m0="1.27200" mWidth="0.09000" mMin="1.00000" mMax="2.00000"
4207 <br/> channel: onMode="1" bRatio="0.2900000" products="311 213"
4208 <br/> channel: onMode="1" bRatio="0.1450000" products="321 113"
4209 <br/> channel: onMode="1" bRatio="0.1900000" products="10311 211"
4210 <br/> channel: onMode="1" bRatio="0.0950000" products="10321 111"
4211 <br/> channel: onMode="1" bRatio="0.1100000" products="313 211"
4212 <br/> channel: onMode="1" bRatio="0.0550000" products="323 111"
4213 <br/> channel: onMode="1" bRatio="0.1150000" products="321 223"
4214
4215<p/>particle: id="10331" name="f_0(1710)" spinType="1" chargeType="0" colType="0"
4216 m0="1.72000" mWidth="0.13500" mMin="1.10000" mMax="2.40000"
4217 <br/> channel: onMode="1" bRatio="0.3000000" products="321 -321"
4218 <br/> channel: onMode="1" bRatio="0.1500000" products="130 130"
4219 <br/> channel: onMode="1" bRatio="0.1500000" products="310 310"
4220 <br/> channel: onMode="1" bRatio="0.3000000" products="221 221"
4221 <br/> channel: onMode="1" bRatio="0.0500000" products="211 -211"
4222 <br/> channel: onMode="1" bRatio="0.0500000" products="111 111"
4223
4224<p/>particle: id="10333" name="h_1(1380)" spinType="3" chargeType="0" colType="0"
4225 m0="1.38600" mWidth="0.09100" mMin="1.38000" mMax="1.60000"
4226 <br/> channel: onMode="1" bRatio="0.2500000" products="313 -311"
4227 <br/> channel: onMode="1" bRatio="0.2500000" products="-313 311"
4228 <br/> channel: onMode="1" bRatio="0.2500000" products="323 -321"
4229 <br/> channel: onMode="1" bRatio="0.2500000" products="-323 321"
4230
4231<p/>particle: id="10411" name="D*_0+" antiName="D*_0-" spinType="1" chargeType="3" colType="0"
4232 m0="2.31800" mWidth="0.27000" mMin="2.05000" mMax="2.50000"
4233 <br/> channel: onMode="1" bRatio="0.6670000" products="421 211"
4234 <br/> channel: onMode="1" bRatio="0.3330000" products="411 111"
4235
4236<p/>particle: id="10413" name="D_1+" antiName="D_1-" spinType="3" chargeType="3" colType="0"
4237 m0="2.42400" mWidth="0.02000" mMin="2.22400" mMax="2.62400"
4238 <br/> channel: onMode="1" bRatio="0.6670000" products="423 211"
4239 <br/> channel: onMode="1" bRatio="0.3330000" products="413 111"
4240
4241<p/>particle: id="10421" name="D*_00" antiName="D*_0bar0" spinType="1" chargeType="0" colType="0"
4242 m0="2.31800" mWidth="0.27000" mMin="2.05000" mMax="2.50000"
4243 <br/> channel: onMode="1" bRatio="0.6670000" products="411 -211"
4244 <br/> channel: onMode="1" bRatio="0.3330000" products="421 111"
4245
4246<p/>particle: id="10423" name="D_10" antiName="D_1bar0" spinType="3" chargeType="0" colType="0"
4247 m0="2.42130" mWidth="0.02710" mMin="2.21830" mMax="2.62630"
4248 <br/> channel: onMode="1" bRatio="0.6670000" products="413 -211"
4249 <br/> channel: onMode="1" bRatio="0.3330000" products="423 111"
4250
4251<p/>particle: id="10431" name="D*_0s+" antiName="D*_0s-" spinType="1" chargeType="3" colType="0"
4252 m0="2.31780" mWidth="0.02000" mMin="2.20000" mMax="2.44000"
4253 <br/> channel: onMode="1" bRatio="1.0000000" products="431 111"
4254
4255<p/>particle: id="10433" name="D_1s+" antiName="D_1s-" spinType="3" chargeType="3" colType="0"
4256 m0="2.53512"
4257 <br/> channel: onMode="1" bRatio="0.5000000" products="423 321"
4258 <br/> channel: onMode="1" bRatio="0.5000000" products="413 311"
4259
4260<p/>particle: id="10441" name="chi_0c" spinType="1" chargeType="0" colType="0"
4261 m0="3.41475" mWidth="0.01040" mMin="3.31076" mMax="3.51876"
4262 <br/> channel: onMode="1" bRatio="0.0002600" products="22 22"
4263 <br/> channel: onMode="1" bRatio="0.0021000" products="130 130"
4264 <br/> channel: onMode="1" bRatio="0.0049000" products="211 -211"
4265 <br/> channel: onMode="1" bRatio="0.0021000" products="221 221"
4266 <br/> channel: onMode="1" bRatio="0.0021000" products="310 310"
4267 <br/> channel: onMode="1" bRatio="0.0016000" products="313 -313"
4268 <br/> channel: onMode="1" bRatio="0.0060000" products="321 -321"
4269 <br/> channel: onMode="1" bRatio="0.0010000" products="333 333"
4270 <br/> channel: onMode="1" bRatio="0.0200000" products="443 22"
4271 <br/> channel: onMode="1" bRatio="0.0002200" products="2212 -2212"
4272 <br/> channel: onMode="1" bRatio="0.0005000" products="3122 -3122"
4273 <br/> channel: onMode="1" bRatio="0.0028000" products="9010221 9010221"
4274 <br/> channel: onMode="1" bRatio="0.0100000" products="211 -211 113"
4275 <br/> channel: onMode="1" bRatio="0.0100000" products="213 -211 111"
4276 <br/> channel: onMode="1" bRatio="0.0100000" products="-213 211 111"
4277 <br/> channel: onMode="1" bRatio="0.0032000" products="321 -313 -211"
4278 <br/> channel: onMode="1" bRatio="0.0032000" products="-321 313 211"
4279 <br/> channel: onMode="1" bRatio="0.0043000" products="323 311 -211"
4280 <br/> channel: onMode="1" bRatio="0.0043000" products="-323 311 211"
4281 <br/> channel: onMode="1" bRatio="0.0134000" products="211 211 -211 -211"
4282 <br/> channel: onMode="1" bRatio="0.0021000" products="321 321 -321 -321"
4283 <br/> channel: onMode="1" bRatio="0.0153000" products="321 -321 211 -211"
4284 <br/> channel: onMode="1" bRatio="0.0022000" products="2212 -2212 211 -211"
4285 <br/> channel: onMode="1" bRatio="0.0098000" products="211 211 211 -211 -211 -211"
4286 <br/> channel: onMode="1" bRatio="0.8686200" meMode="52" products="83 -83"
4287
4288<p/>particle: id="10443" name="h_1c" spinType="3" chargeType="0" colType="0"
4289 m0="3.52541" mWidth="0.01000" mMin="3.36000" mMax="3.56000"
4290 <br/> channel: onMode="1" bRatio="0.5000000" products="441 22"
4291 <br/> channel: onMode="1" bRatio="0.0100000" products="443 111"
4292 <br/> channel: onMode="1" bRatio="0.4900000" meMode="42" products="83 -83"
4293
4294<p/>particle: id="10511" name="B*_00" antiName="B*_0bar0" spinType="1" chargeType="0" colType="0"
4295 m0="5.68000" mWidth="0.05000" mMin="5.58000" mMax="5.78000"
4296 <br/> channel: onMode="1" bRatio="0.6670000" products="521 -211"
4297 <br/> channel: onMode="1" bRatio="0.3330000" products="511 111"
4298
4299<p/>particle: id="10513" name="B_10" antiName="B_1bar0" spinType="3" chargeType="0" colType="0"
4300 m0="5.73000" mWidth="0.05000" mMin="5.63000" mMax="5.83000"
4301 <br/> channel: onMode="1" bRatio="0.6670000" products="523 -211"
4302 <br/> channel: onMode="1" bRatio="0.3330000" products="513 111"
4303
4304<p/>particle: id="10521" name="B*_0+" antiName="B*_0-" spinType="1" chargeType="3" colType="0"
4305 m0="5.68000" mWidth="0.05000" mMin="5.58000" mMax="5.78000"
4306 <br/> channel: onMode="1" bRatio="0.6670000" products="511 211"
4307 <br/> channel: onMode="1" bRatio="0.3330000" products="521 111"
4308
4309<p/>particle: id="10523" name="B_1+" antiName="B_1-" spinType="3" chargeType="3" colType="0"
4310 m0="5.73000" mWidth="0.05000" mMin="5.63000" mMax="5.83000"
4311 <br/> channel: onMode="1" bRatio="0.6670000" products="513 211"
4312 <br/> channel: onMode="1" bRatio="0.3330000" products="523 111"
4313
4314<p/>particle: id="10531" name="B*_0s0" antiName="B*_0sbar0" spinType="1" chargeType="0" colType="0"
4315 m0="5.92000" mWidth="0.05000" mMin="5.82000" mMax="6.02000"
4316 <br/> channel: onMode="1" bRatio="0.5000000" products="521 -321"
4317 <br/> channel: onMode="1" bRatio="0.5000000" products="511 -311"
4318
4319<p/>particle: id="10533" name="B_1s0" antiName="B_1sbar0" spinType="3" chargeType="0" colType="0"
4320 m0="5.97000" mWidth="0.05000" mMin="5.87000" mMax="6.07000"
4321 <br/> channel: onMode="1" bRatio="0.5000000" products="523 -321"
4322 <br/> channel: onMode="1" bRatio="0.5000000" products="513 -311"
4323
4324<p/>particle: id="10541" name="B*_0c+" antiName="B*_0c-" spinType="1" chargeType="3" colType="0"
4325 m0="7.25000" mWidth="0.05000" mMin="7.20000" mMax="7.30000"
4326 <br/> channel: onMode="1" bRatio="0.5000000" products="511 411"
4327 <br/> channel: onMode="1" bRatio="0.5000000" products="521 421"
4328
4329<p/>particle: id="10543" name="B_1c+" antiName="B_1c-" spinType="3" chargeType="3" colType="0"
4330 m0="7.30000" mWidth="0.05000" mMin="7.20000" mMax="7.40000"
4331 <br/> channel: onMode="1" bRatio="0.5000000" products="513 411"
4332 <br/> channel: onMode="1" bRatio="0.5000000" products="523 421"
4333
4334<p/>particle: id="10551" name="chi_0b" spinType="1" chargeType="0" colType="0"
4335 m0="9.85940"
4336 <br/> channel: onMode="1" bRatio="0.9800000" meMode="91" products="21 21"
4337 <br/> channel: onMode="1" bRatio="0.0200000" products="553 22"
4338
4339<p/>particle: id="10553" name="h_1b" spinType="3" chargeType="0" colType="0"
4340 m0="9.89860" mWidth="0.01000" mMin="9.85500" mMax="9.89500"
4341 <br/> channel: onMode="1" bRatio="1.0000000" meMode="91" products="21 21"
4342
4343<p/>particle: id="13122" name="Lambda(1405)0" antiName="Lambda(1405)bar0" spinType="2" chargeType="0" colType="0"
4344 m0="1.40510" mWidth="0.05000" mMin="1.32000" mMax="1.80000"
4345 <br/> channel: onMode="1" bRatio="0.3333000" products="3222 -211"
4346 <br/> channel: onMode="1" bRatio="0.3333000" products="3112 211"
4347 <br/> channel: onMode="1" bRatio="0.3334000" products="3212 111"
4348
4349<p/>particle: id="14122" name="Lambda_c(2593)+" antiName="Lambda_c(2593)-" spinType="2" chargeType="3" colType="0"
4350 m0="2.59225" mWidth="0.00260" mMin="2.57000" mMax="2.63000"
4351 <br/> channel: onMode="1" bRatio="0.2400000" products="4222 -211"
4352 <br/> channel: onMode="1" bRatio="0.2400000" products="4112 211"
4353 <br/> channel: onMode="1" bRatio="0.1800000" products="4122 211 -211"
4354 <br/> channel: onMode="1" bRatio="0.2400000" products="4212 111"
4355 <br/> channel: onMode="1" bRatio="0.0900000" products="4122 111 111"
4356 <br/> channel: onMode="1" bRatio="0.0100000" products="4122 22"
4357
4358<p/>particle: id="20113" name="a_1(1260)0" spinType="3" chargeType="0" colType="0"
4359 m0="1.23000" mWidth="0.42000" mMin="0.93000" mMax="2.00000"
4360 <br/> channel: onMode="1" bRatio="0.3300000" products="213 -211"
4361 <br/> channel: onMode="1" bRatio="0.3300000" products="-213 211"
4362 <br/> channel: onMode="1" bRatio="0.3400000" products="113 111"
4363
4364<p/>particle: id="20213" name="a_1(1260)+" antiName="a_1(1260)-" spinType="3" chargeType="3" colType="0"
4365 m0="1.23000" mWidth="0.42000" mMin="0.93000" mMax="2.00000"
4366 <br/> channel: onMode="1" bRatio="0.5000000" products="113 211"
4367 <br/> channel: onMode="1" bRatio="0.5000000" products="213 111"
4368
4369<p/>particle: id="20223" name="f_1(1285)" spinType="3" chargeType="0" colType="0"
4370 m0="1.28210" mWidth="0.02420" mMin="1.20000" mMax="1.50000"
4371 <br/> channel: onMode="1" bRatio="0.1200000" products="9000211 -211"
4372 <br/> channel: onMode="1" bRatio="0.1200000" products="9000111 111"
4373 <br/> channel: onMode="1" bRatio="0.1200000" products="-9000211 211"
4374 <br/> channel: onMode="1" bRatio="0.0800000" products="221 211 -211"
4375 <br/> channel: onMode="1" bRatio="0.0800000" products="221 111 111"
4376 <br/> channel: onMode="1" bRatio="0.1100000" products="113 211 -211"
4377 <br/> channel: onMode="1" bRatio="0.0740000" products="213 -211 111"
4378 <br/> channel: onMode="1" bRatio="0.0740000" products="113 111 111"
4379 <br/> channel: onMode="1" bRatio="0.0740000" products="-213 211 111"
4380 <br/> channel: onMode="1" bRatio="0.0230000" products="321 -321 111"
4381 <br/> channel: onMode="1" bRatio="0.0230000" products="321 -311 -211"
4382 <br/> channel: onMode="1" bRatio="0.0230000" products="311 -311 111"
4383 <br/> channel: onMode="1" bRatio="0.0230000" products="311 -321 211"
4384 <br/> channel: onMode="1" bRatio="0.0552600" products="113 22"
4385 <br/> channel: onMode="1" bRatio="0.0007400" products="333 22"
4386
4387<p/>particle: id="20313" name="K_1(1400)0" antiName="K_1(1400)bar0" spinType="3" chargeType="0" colType="0"
4388 m0="1.40300" mWidth="0.17400" mMin="1.10000" mMax="2.00000"
4389 <br/> channel: onMode="1" bRatio="0.6270000" products="323 -211"
4390 <br/> channel: onMode="1" bRatio="0.3130000" products="313 111"
4391 <br/> channel: onMode="1" bRatio="0.0200000" products="321 -213"
4392 <br/> channel: onMode="1" bRatio="0.0100000" products="311 113"
4393 <br/> channel: onMode="1" bRatio="0.0200000" products="311 10221"
4394 <br/> channel: onMode="1" bRatio="0.0100000" products="311 223"
4395
4396<p/>particle: id="20323" name="K_1(1400)+" antiName="K_1(1400)-" spinType="3" chargeType="3" colType="0"
4397 m0="1.40300" mWidth="0.17400" mMin="1.10000" mMax="2.00000"
4398 <br/> channel: onMode="1" bRatio="0.6270000" products="313 211"
4399 <br/> channel: onMode="1" bRatio="0.3130000" products="323 111"
4400 <br/> channel: onMode="1" bRatio="0.0200000" products="311 213"
4401 <br/> channel: onMode="1" bRatio="0.0100000" products="321 113"
4402 <br/> channel: onMode="1" bRatio="0.0200000" products="321 10221"
4403 <br/> channel: onMode="1" bRatio="0.0100000" products="321 223"
4404
4405<p/>particle: id="20333" name="f_1(1420)" spinType="3" chargeType="0" colType="0"
4406 m0="1.42640" mWidth="0.05490" mMin="1.40000" mMax="1.80000"
4407 <br/> channel: onMode="1" bRatio="0.2500000" products="313 -311"
4408 <br/> channel: onMode="1" bRatio="0.2500000" products="-313 311"
4409 <br/> channel: onMode="1" bRatio="0.2500000" products="323 -321"
4410 <br/> channel: onMode="1" bRatio="0.2500000" products="-323 321"
4411
4412<p/>particle: id="20413" name="D*_1+" antiName="D*_1-" spinType="3" chargeType="3" colType="0"
4413 m0="2.42700" mWidth="0.38400" mMin="2.15000" mMax="3.00000"
4414 <br/> channel: onMode="1" bRatio="0.6670000" products="423 211"
4415 <br/> channel: onMode="1" bRatio="0.3330000" products="413 111"
4416
4417<p/>particle: id="20423" name="D*_10" antiName="D*_1bar0" spinType="3" chargeType="0" colType="0"
4418 m0="2.42700" mWidth="0.38400" mMin="2.15000" mMax="3.00000"
4419 <br/> channel: onMode="1" bRatio="0.6670000" products="413 -211"
4420 <br/> channel: onMode="1" bRatio="0.3330000" products="423 111"
4421
4422<p/>particle: id="20433" name="D*_1s+" antiName="D*_1s-" spinType="3" chargeType="3" colType="0"
4423 m0="2.45960" mWidth="0.03000" mMin="2.40000" mMax="2.60000"
4424 <br/> channel: onMode="1" bRatio="0.7600000" products="433 111"
4425 <br/> channel: onMode="1" bRatio="0.2400000" products="433 22"
4426
4427<p/>particle: id="20443" name="chi_1c" spinType="3" chargeType="0" colType="0"
4428 m0="3.51066" mWidth="0.00086" mMin="3.50176" mMax="3.51956"
4429 <br/> channel: onMode="1" bRatio="0.3560000" products="443 22"
4430 <br/> channel: onMode="1" bRatio="0.0000100" products="130 130"
4431 <br/> channel: onMode="1" bRatio="0.0000100" products="310 310"
4432 <br/> channel: onMode="1" bRatio="0.0016000" products="313 -313"
4433 <br/> channel: onMode="1" bRatio="0.0000720" products="2212 -2212"
4434 <br/> channel: onMode="1" bRatio="0.0003000" products="3122 -3122"
4435 <br/> channel: onMode="1" bRatio="0.0020000" products="211 -211 113"
4436 <br/> channel: onMode="1" bRatio="0.0020000" products="213 -211 111"
4437 <br/> channel: onMode="1" bRatio="0.0020000" products="-213 211 111"
4438 <br/> channel: onMode="1" bRatio="0.0025000" products="321 311 -211"
4439 <br/> channel: onMode="1" bRatio="0.0002000" products="321 -313 -211"
4440 <br/> channel: onMode="1" bRatio="0.0025000" products="-321 311 211"
4441 <br/> channel: onMode="1" bRatio="0.0002000" products="-321 313 211"
4442 <br/> channel: onMode="1" bRatio="0.0009000" products="323 311 -211"
4443 <br/> channel: onMode="1" bRatio="0.0009000" products="-323 311 211"
4444 <br/> channel: onMode="1" bRatio="0.0062000" products="211 211 -211 -211"
4445 <br/> channel: onMode="1" bRatio="0.0008000" products="310 310 211 -211"
4446 <br/> channel: onMode="1" bRatio="0.0004000" products="321 321 -321 -321"
4447 <br/> channel: onMode="1" bRatio="0.0038000" products="321 -321 211 -211"
4448 <br/> channel: onMode="1" bRatio="0.0003000" products="321 -321 310 310"
4449 <br/> channel: onMode="1" bRatio="0.0005000" products="2212 -2212 211 -211"
4450 <br/> channel: onMode="1" bRatio="0.0058000" products="211 211 211 -211 -211 -211"
4451 <br/> channel: onMode="1" bRatio="0.6110080" meMode="52" products="83 -83"
4452
4453<p/>particle: id="20513" name="B*_10" antiName="B*_1bar0" spinType="3" chargeType="0" colType="0"
4454 m0="5.78000" mWidth="0.05000" mMin="5.68000" mMax="5.88000"
4455 <br/> channel: onMode="1" bRatio="0.6670000" products="523 -211"
4456 <br/> channel: onMode="1" bRatio="0.3330000" products="513 111"
4457
4458<p/>particle: id="20523" name="B*_1+" antiName="B*_1-" spinType="3" chargeType="3" colType="0"
4459 m0="5.78000" mWidth="0.05000" mMin="5.68000" mMax="5.88000"
4460 <br/> channel: onMode="1" bRatio="0.6670000" products="513 211"
4461 <br/> channel: onMode="1" bRatio="0.3330000" products="523 111"
4462
4463<p/>particle: id="20533" name="B*_1s0" antiName="B*_1sbar0" spinType="3" chargeType="0" colType="0"
4464 m0="6.02000" mWidth="0.05000" mMin="5.92000" mMax="6.12000"
4465 <br/> channel: onMode="1" bRatio="0.5000000" products="523 -321"
4466 <br/> channel: onMode="1" bRatio="0.5000000" products="513 -311"
4467
4468<p/>particle: id="20543" name="B*_1c+" antiName="B*_1c-" spinType="3" chargeType="3" colType="0"
4469 m0="7.30000" mWidth="0.05000" mMin="7.20000" mMax="7.40000"
4470 <br/> channel: onMode="1" bRatio="0.5000000" products="513 411"
4471 <br/> channel: onMode="1" bRatio="0.5000000" products="523 421"
4472
4473<p/>particle: id="20553" name="chi_1b" spinType="3" chargeType="0" colType="0"
4474 m0="9.89280"
4475 <br/> channel: onMode="1" bRatio="0.3500000" products="553 22"
4476 <br/> channel: onMode="1" bRatio="0.6500000" meMode="91" products="21 21"
4477
4478<p/>particle: id="23122" name="Lambda(1600)0" antiName="Lambda(1600)bar0" spinType="2" chargeType="0" colType="0"
4479 m0="1.60000" mWidth="0.15000" mMin="1.42000" mMax="2.20000"
4480 <br/> channel: onMode="1" bRatio="0.1760000" products="2212 -321"
4481 <br/> channel: onMode="1" bRatio="0.1760000" products="2112 -311"
4482 <br/> channel: onMode="1" bRatio="0.2160000" products="3222 -211"
4483 <br/> channel: onMode="1" bRatio="0.2160000" products="3112 211"
4484 <br/> channel: onMode="1" bRatio="0.2160000" products="3212 111"
4485
4486<p/>particle: id="30313" name="K*(1680)0" antiName="K*(1680)bar0" spinType="3" chargeType="0" colType="0"
4487 m0="1.71700" mWidth="0.32000" mMin="1.05000" mMax="2.50000"
4488 <br/> channel: onMode="1" bRatio="0.2580000" products="321 -211"
4489 <br/> channel: onMode="1" bRatio="0.1290000" products="311 111"
4490 <br/> channel: onMode="1" bRatio="0.2093000" products="323 -211"
4491 <br/> channel: onMode="1" bRatio="0.1047000" products="313 111"
4492 <br/> channel: onMode="1" bRatio="0.1993000" products="-213 321"
4493 <br/> channel: onMode="1" bRatio="0.0997000" products="113 311"
4494
4495<p/>particle: id="30323" name="K*(1680)+" antiName="K*(1680)-" spinType="3" chargeType="3" colType="0"
4496 m0="1.71700" mWidth="0.32000" mMin="1.05000" mMax="2.50000"
4497 <br/> channel: onMode="1" bRatio="0.2580000" products="311 211"
4498 <br/> channel: onMode="1" bRatio="0.1290000" products="321 111"
4499 <br/> channel: onMode="1" bRatio="0.2093000" products="313 211"
4500 <br/> channel: onMode="1" bRatio="0.1047000" products="323 111"
4501 <br/> channel: onMode="1" bRatio="0.1993000" products="213 311"
4502 <br/> channel: onMode="1" bRatio="0.0997000" products="113 321"
4503
4504<p/>particle: id="30443" name="psi(3770)" spinType="3" chargeType="0" colType="0"
4505 m0="3.77315" mWidth="0.02720" mMin="3.54110" mMax="4.00110"
4506 <br/> channel: onMode="1" bRatio="0.4243000" products="411 -411"
4507 <br/> channel: onMode="1" bRatio="0.5723000" products="421 -421"
4508 <br/> channel: onMode="1" bRatio="0.0034000" products="443 211 -211"
4509
4510<p/>particle: id="33122" name="Lambda(1670)0" antiName="Lambda(1670)bar0" spinType="2" chargeType="0" colType="0"
4511 m0="1.67000" mWidth="0.03500" mMin="1.42000" mMax="2.00000"
4512 <br/> channel: onMode="1" bRatio="0.1000000" products="2212 -321"
4513 <br/> channel: onMode="1" bRatio="0.1000000" products="2112 -311"
4514 <br/> channel: onMode="1" bRatio="0.1600000" products="3222 -211"
4515 <br/> channel: onMode="1" bRatio="0.1600000" products="3112 211"
4516 <br/> channel: onMode="1" bRatio="0.1600000" products="3212 111"
4517 <br/> channel: onMode="1" bRatio="0.3200000" products="3122 221"
4518
4519<p/>particle: id="100113" name="rho(1450)0" spinType="3" chargeType="0" colType="0"
4520 m0="1.46500" mWidth="0.40000" mMin="1.00000" mMax="2.20000"
4521 <br/> channel: onMode="1" bRatio="0.4000000" products="211 -211"
4522 <br/> channel: onMode="1" bRatio="0.3500000" products="211 -211 211 -211"
4523 <br/> channel: onMode="1" bRatio="0.1500000" products="211 -211 111 111"
4524 <br/> channel: onMode="1" bRatio="0.1000000" products="111 111 111 111"
4525
4526<p/>particle: id="100213" name="rho(1450)+" antiName="rho(1450)-" spinType="3" chargeType="3" colType="0"
4527 m0="1.46500" mWidth="0.40000" mMin="1.00000" mMax="2.20000"
4528 <br/> channel: onMode="1" bRatio="0.4000000" products="211 111"
4529 <br/> channel: onMode="1" bRatio="0.4000000" products="211 211 -211 111"
4530 <br/> channel: onMode="1" bRatio="0.2000000" products="211 111 111 111"
4531
4532<p/>particle: id="100441" name="eta_c(2S)" spinType="1" chargeType="0" colType="0"
4533 m0="3.63890" mWidth="0.01000" mMin="3.49800" mMax="3.77800"
4534 <br/> channel: onMode="1" bRatio="0.0190000" products="321 -311 -211"
4535 <br/> channel: onMode="1" bRatio="0.0190000" products="-321 311 211"
4536 <br/> channel: onMode="1" bRatio="0.0095000" products="111 321 -321"
4537 <br/> channel: onMode="1" bRatio="0.0095000" products="311 -311 111"
4538 <br/> channel: onMode="1" bRatio="0.9430000" meMode="52" products="83 -83"
4539
4540<p/>particle: id="100443" name="psi(2S)" spinType="3" chargeType="0" colType="0"
4541 m0="3.68611" mWidth="0.00030" mMin="3.68269" mMax="3.68949"
4542 <br/> channel: onMode="1" bRatio="0.0073500" products="11 -11"
4543 <br/> channel: onMode="1" bRatio="0.0073000" products="13 -13"
4544 <br/> channel: onMode="1" bRatio="0.0028000" products="15 -15"
4545 <br/> channel: onMode="1" bRatio="0.0000080" products="113 111"
4546 <br/> channel: onMode="1" bRatio="0.0000800" products="211 -211"
4547 <br/> channel: onMode="1" bRatio="0.0000080" products="213 -211"
4548 <br/> channel: onMode="1" bRatio="0.0000080" products="-213 211"
4549 <br/> channel: onMode="1" bRatio="0.0000300" products="221 113"
4550 <br/> channel: onMode="1" bRatio="0.0000250" products="223 111"
4551 <br/> channel: onMode="1" bRatio="0.0000010" products="223 221"
4552 <br/> channel: onMode="1" bRatio="0.0002100" products="225 22"
4553 <br/> channel: onMode="1" bRatio="0.0000520" products="310 130"
4554 <br/> channel: onMode="1" bRatio="0.0000460" products="313 311"
4555 <br/> channel: onMode="1" bRatio="0.0000460" products="-313 311"
4556 <br/> channel: onMode="1" bRatio="0.0001000" products="321 -321"
4557 <br/> channel: onMode="1" bRatio="0.0000065" products="323 -321"
4558 <br/> channel: onMode="1" bRatio="0.0000065" products="-323 321"
4559 <br/> channel: onMode="1" bRatio="0.0001500" products="331 22"
4560 <br/> channel: onMode="1" bRatio="0.0000010" products="333 111"
4561 <br/> channel: onMode="1" bRatio="0.0000200" products="333 221"
4562 <br/> channel: onMode="1" bRatio="0.0032000" products="441 22"
4563 <br/> channel: onMode="1" bRatio="0.0013000" products="443 111"
4564 <br/> channel: onMode="1" bRatio="0.0324000" products="443 221"
4565 <br/> channel: onMode="1" bRatio="0.0933000" products="445 22"
4566 <br/> channel: onMode="1" bRatio="0.0002100" products="2212 -2212"
4567 <br/> channel: onMode="1" bRatio="0.0001300" products="2224 -2224"
4568 <br/> channel: onMode="1" bRatio="0.0001800" products="3122 -3122"
4569 <br/> channel: onMode="1" bRatio="0.0001200" products="3212 -3212"
4570 <br/> channel: onMode="1" bRatio="0.0001100" products="3224 -3224"
4571 <br/> channel: onMode="1" bRatio="0.0000900" products="3312 -3312"
4572 <br/> channel: onMode="1" bRatio="0.0002140" products="10113 111"
4573 <br/> channel: onMode="1" bRatio="0.0002140" products="10213 -211"
4574 <br/> channel: onMode="1" bRatio="0.0002140" products="-10213 211"
4575 <br/> channel: onMode="1" bRatio="0.0010000" products="10323 -321"
4576 <br/> channel: onMode="1" bRatio="0.0010000" products="-10323 321"
4577 <br/> channel: onMode="1" bRatio="0.0922000" products="10441 22"
4578 <br/> channel: onMode="1" bRatio="0.0008000" products="10443 111"
4579 <br/> channel: onMode="1" bRatio="0.0907000" products="20443 22"
4580 <br/> channel: onMode="1" bRatio="0.0001640" products="211 -211 111"
4581 <br/> channel: onMode="1" bRatio="0.0004200" products="211 -211 113"
4582 <br/> channel: onMode="1" bRatio="0.0001500" products="321 -321 223"
4583 <br/> channel: onMode="1" bRatio="0.0001500" products="333 211 -211"
4584 <br/> channel: onMode="1" bRatio="0.0000600" products="333 321 -321"
4585 <br/> channel: onMode="1" bRatio="0.1658000" products="443 111 111"
4586 <br/> channel: onMode="1" bRatio="0.3366000" products="443 211 -211"
4587 <br/> channel: onMode="1" bRatio="0.0001400" products="2212 -2212 111"
4588 <br/> channel: onMode="1" bRatio="0.0002200" products="310 310 211 -211"
4589 <br/> channel: onMode="1" bRatio="0.0016000" products="321 -321 211 -211"
4590 <br/> channel: onMode="1" bRatio="0.0008000" products="2212 -2212 211 -211"
4591 <br/> channel: onMode="1" bRatio="0.0030000" products="211 211 -211 -211 111"
4592 <br/> channel: onMode="1" bRatio="0.0001500" products="211 211 211 -211 -211 -211"
4593 <br/> channel: onMode="1" bRatio="0.0035000" products="211 211 211 -211 -211 -211 111"
4594 <br/> channel: onMode="1" bRatio="0.0168000" meMode="53" products="83 -83"
4595 <br/> channel: onMode="1" bRatio="0.1258780" meMode="92" products="21 21 21"
4596 <br/> channel: onMode="1" bRatio="0.0089380" meMode="92" products="22 21 21"
4597
4598<p/>particle: id="100553" name="Upsilon(2S)" spinType="3" chargeType="0" colType="0"
4599 m0="10.02326" mWidth="0.00003" mMin="10.02297" mMax="10.02357"
4600 <br/> channel: onMode="1" bRatio="0.0191000" products="11 -11"
4601 <br/> channel: onMode="1" bRatio="0.0193000" products="13 -13"
4602 <br/> channel: onMode="1" bRatio="0.0170000" products="15 -15"
4603 <br/> channel: onMode="1" bRatio="0.0670000" products="555 22"
4604 <br/> channel: onMode="1" bRatio="0.0430000" products="10551 22"
4605 <br/> channel: onMode="1" bRatio="0.0660000" products="20553 22"
4606 <br/> channel: onMode="1" bRatio="0.0900000" products="553 111 111"
4607 <br/> channel: onMode="1" bRatio="0.1850000" products="553 211 -211"
4608 <br/> channel: onMode="1" bRatio="0.0050000" meMode="91" products="1 -1"
4609 <br/> channel: onMode="1" bRatio="0.0200000" meMode="91" products="2 -2"
4610 <br/> channel: onMode="1" bRatio="0.0050000" meMode="91" products="3 -3"
4611 <br/> channel: onMode="1" bRatio="0.0200000" meMode="91" products="4 -4"
4612 <br/> channel: onMode="1" bRatio="0.4276000" meMode="92" products="21 21 21"
4613 <br/> channel: onMode="1" bRatio="0.0160000" meMode="92" products="22 21 21"
4614
4615<p/>particle: id="1000001" name="~d_L" antiName="~d_Lbar" spinType="1" chargeType="-1" colType="1"
4616 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
4617 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 1"
4618 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 3"
4619 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 5"
4620 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 2"
4621 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 2"
4622 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 4"
4623 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 4"
4624 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 6"
4625 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 6"
4626 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1"
4627 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3"
4628 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5"
4629 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"
4630 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"
4631 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"
4632 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"
4633 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"
4634 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"
4635 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1"
4636 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3"
4637 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5"
4638 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -24"
4639 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -24"
4640 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -24"
4641 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -24"
4642 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -24"
4643 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -24"
4644 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -37"
4645 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -37"
4646 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -37"
4647 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -37"
4648 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -37"
4649 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -37"
4650 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1"
4651 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"
4652 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5"
4653 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"
4654 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"
4655 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"
4656 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"
4657 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"
4658 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"
4659 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"
4660 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"
4661 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"
4662 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1"
4663 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2"
4664 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3"
4665 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4"
4666 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5"
4667 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6"
4668 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1"
4669 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2"
4670 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3"
4671 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4"
4672 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5"
4673 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6"
4674 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1"
4675 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2"
4676 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3"
4677 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4"
4678 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5"
4679 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6"
4680 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3"
4681 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -5"
4682 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3"
4683 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -5"
4684 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3"
4685 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -5"
4686
4687<p/>particle: id="1000002" name="~u_L" antiName="~u_Lbar" spinType="1" chargeType="2" colType="1"
4688 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
4689 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 2"
4690 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 4"
4691 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 6"
4692 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1"
4693 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3"
4694 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5"
4695 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1"
4696 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3"
4697 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5"
4698 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2"
4699 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4"
4700 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6"
4701 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2"
4702 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4"
4703 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6"
4704 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2"
4705 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4"
4706 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6"
4707 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2"
4708 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4"
4709 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6"
4710 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -24"
4711 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -24"
4712 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -24"
4713 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -24"
4714 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -24"
4715 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -24"
4716 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -37"
4717 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -37"
4718 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -37"
4719 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -37"
4720 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -37"
4721 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -37"
4722 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"
4723 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4"
4724 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6"
4725 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"
4726 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"
4727 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"
4728 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"
4729 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"
4730 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"
4731 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"
4732 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"
4733 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"
4734 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"
4735 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"
4736 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"
4737
4738<p/>particle: id="1000003" name="~s_L" antiName="~s_Lbar" spinType="1" chargeType="-1" colType="1"
4739 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
4740 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 1"
4741 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 3"
4742 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 5"
4743 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 2"
4744 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 2"
4745 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 4"
4746 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 4"
4747 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 6"
4748 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 6"
4749 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1"
4750 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3"
4751 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5"
4752 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"
4753 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"
4754 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"
4755 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"
4756 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"
4757 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"
4758 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1"
4759 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3"
4760 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5"
4761 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -24"
4762 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -24"
4763 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -24"
4764 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -24"
4765 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -24"
4766 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -24"
4767 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -37"
4768 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -37"
4769 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -37"
4770 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -37"
4771 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -37"
4772 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -37"
4773 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1"
4774 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"
4775 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5"
4776 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"
4777 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"
4778 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"
4779 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"
4780 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"
4781 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"
4782 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"
4783 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"
4784 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"
4785 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1"
4786 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2"
4787 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3"
4788 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4"
4789 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5"
4790 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6"
4791 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1"
4792 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2"
4793 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3"
4794 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4"
4795 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5"
4796 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6"
4797 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1"
4798 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2"
4799 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3"
4800 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4"
4801 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5"
4802 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6"
4803 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1"
4804 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -5"
4805 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1"
4806 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -5"
4807 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1"
4808 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -5"
4809
4810<p/>particle: id="1000004" name="~c_L" antiName="~c_Lbar" spinType="1" chargeType="2" colType="1"
4811 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
4812 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 2"
4813 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 4"
4814 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 6"
4815 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1"
4816 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3"
4817 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5"
4818 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1"
4819 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3"
4820 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5"
4821 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2"
4822 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4"
4823 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6"
4824 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2"
4825 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4"
4826 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6"
4827 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2"
4828 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4"
4829 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6"
4830 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2"
4831 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4"
4832 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6"
4833 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -24"
4834 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -24"
4835 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -24"
4836 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -24"
4837 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -24"
4838 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -24"
4839 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -37"
4840 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -37"
4841 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -37"
4842 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -37"
4843 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -37"
4844 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -37"
4845 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"
4846 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4"
4847 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6"
4848 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"
4849 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"
4850 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"
4851 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"
4852 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"
4853 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"
4854 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"
4855 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"
4856 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"
4857 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"
4858 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"
4859 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"
4860
4861<p/>particle: id="1000005" name="~b_1" antiName="~b_1bar" spinType="1" chargeType="-1" colType="1"
4862 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
4863 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 1"
4864 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 3"
4865 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 5"
4866 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 2"
4867 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 2"
4868 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 4"
4869 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 4"
4870 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 6"
4871 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 6"
4872 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1"
4873 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3"
4874 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5"
4875 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"
4876 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"
4877 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"
4878 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"
4879 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"
4880 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"
4881 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1"
4882 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3"
4883 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5"
4884 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -24"
4885 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -24"
4886 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -24"
4887 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -24"
4888 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -24"
4889 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -24"
4890 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -37"
4891 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -37"
4892 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -37"
4893 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -37"
4894 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -37"
4895 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -37"
4896 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1"
4897 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"
4898 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5"
4899 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"
4900 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"
4901 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"
4902 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"
4903 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"
4904 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"
4905 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"
4906 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"
4907 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"
4908 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1"
4909 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2"
4910 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3"
4911 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4"
4912 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5"
4913 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6"
4914 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1"
4915 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2"
4916 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3"
4917 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4"
4918 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5"
4919 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6"
4920 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1"
4921 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2"
4922 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3"
4923 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4"
4924 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5"
4925 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6"
4926 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1"
4927 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3"
4928 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1"
4929 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3"
4930 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1"
4931 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3"
4932
4933<p/>particle: id="1000006" name="~t_1" antiName="~t_1bar" spinType="1" chargeType="2" colType="1"
4934 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
4935 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 2"
4936 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 4"
4937 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 6"
4938 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1"
4939 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3"
4940 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5"
4941 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1"
4942 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3"
4943 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5"
4944 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2"
4945 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4"
4946 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6"
4947 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2"
4948 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4"
4949 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6"
4950 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2"
4951 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4"
4952 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6"
4953 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2"
4954 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4"
4955 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6"
4956 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -24"
4957 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -24"
4958 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -24"
4959 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -24"
4960 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -24"
4961 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -24"
4962 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -37"
4963 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -37"
4964 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -37"
4965 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -37"
4966 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -37"
4967 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -37"
4968 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"
4969 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4"
4970 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6"
4971 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"
4972 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"
4973 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"
4974 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"
4975 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"
4976 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"
4977 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"
4978 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"
4979 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"
4980 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"
4981 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"
4982 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"
4983
4984<p/>particle: id="1000011" name="~e_L-" antiName="~e_L+" spinType="1" chargeType="-3" colType="0"
4985 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
4986 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 11"
4987 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 12"
4988 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 12"
4989 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 11"
4990 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 11"
4991 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 11"
4992 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 11"
4993 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -24"
4994 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -24"
4995 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -37"
4996 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13"
4997 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15"
4998 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11"
4999 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15"
5000 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11"
5001 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13"
5002 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 11"
5003 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 13"
5004 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 15"
5005 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 11"
5006 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 13"
5007 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 15"
5008 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"
5009 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"
5010 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"
5011 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"
5012 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"
5013 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"
5014 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"
5015 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"
5016 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"
5017
5018<p/>particle: id="1000012" name="~nu_eL" antiName="~nu_eLbar" spinType="1" chargeType="0" colType="0"
5019 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
5020 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 12"
5021 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 11"
5022 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 11"
5023 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 12"
5024 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 12"
5025 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 12"
5026 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 12"
5027 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 24"
5028 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 24"
5029 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 37"
5030 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 37"
5031 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 11"
5032 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 13"
5033 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 15"
5034 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 11"
5035 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 13"
5036 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 15"
5037 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 1"
5038 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 3"
5039 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 5"
5040 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 1"
5041 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 3"
5042 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 5"
5043 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 1"
5044 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 3"
5045 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 5"
5046
5047<p/>particle: id="1000013" name="~mu_L-" antiName="~mu_L+" spinType="1" chargeType="-3" colType="0"
5048 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
5049 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 13"
5050 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 14"
5051 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 14"
5052 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 13"
5053 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 13"
5054 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 13"
5055 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 13"
5056 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -24"
5057 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -24"
5058 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -37"
5059 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -37"
5060 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13"
5061 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15"
5062 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11"
5063 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15"
5064 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11"
5065 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13"
5066 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 11"
5067 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 13"
5068 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 15"
5069 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 11"
5070 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 13"
5071 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 15"
5072 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"
5073 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"
5074 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"
5075 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"
5076 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"
5077 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"
5078 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"
5079 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"
5080 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"
5081
5082<p/>particle: id="1000014" name="~nu_muL" antiName="~nu_muLbar" spinType="1" chargeType="0" colType="0"
5083 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
5084 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 14"
5085 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 13"
5086 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 13"
5087 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 14"
5088 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 14"
5089 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 14"
5090 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 14"
5091 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 24"
5092 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 24"
5093 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 37"
5094 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 37"
5095 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 11"
5096 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 13"
5097 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 15"
5098 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 11"
5099 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 13"
5100 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 15"
5101 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 1"
5102 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 3"
5103 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 5"
5104 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 1"
5105 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 3"
5106 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 5"
5107 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 1"
5108 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 3"
5109 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 5"
5110
5111<p/>particle: id="1000015" name="~tau_1-" antiName="~tau_1+" spinType="1" chargeType="-3" colType="0"
5112 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
5113 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 15"
5114 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 16"
5115 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 16"
5116 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 15"
5117 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 15"
5118 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 15"
5119 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 15"
5120 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -24"
5121 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -24"
5122 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -37"
5123 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -37"
5124 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13"
5125 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15"
5126 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11"
5127 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15"
5128 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11"
5129 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13"
5130 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 11"
5131 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 13"
5132 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 15"
5133 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 11"
5134 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 13"
5135 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 15"
5136 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"
5137 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"
5138 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"
5139 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"
5140 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"
5141 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"
5142 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"
5143 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"
5144 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"
5145
5146<p/>particle: id="1000016" name="~nu_tauL" antiName="~nu_tauLbar" spinType="1" chargeType="0" colType="0"
5147 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
5148 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 16"
5149 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 15"
5150 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 15"
5151 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 16"
5152 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 16"
5153 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 16"
5154 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 16"
5155 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 24"
5156 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 24"
5157 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 37"
5158 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 37"
5159 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 11"
5160 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 13"
5161 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 15"
5162 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 11"
5163 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 13"
5164 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 15"
5165 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 1"
5166 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 3"
5167 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 5"
5168 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 1"
5169 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 3"
5170 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 5"
5171 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 1"
5172 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 3"
5173 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 5"
5174
5175<p/>particle: id="1000021" name="~g" spinType="2" chargeType="0" colType="2"
5176 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
5177 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 21"
5178 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1"
5179 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 1"
5180 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -3"
5181 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 3"
5182 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -5"
5183 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 5"
5184 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -1"
5185 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 1"
5186 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -3"
5187 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 3"
5188 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -5"
5189 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 5"
5190 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2"
5191 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2"
5192 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -4"
5193 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 4"
5194 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -6"
5195 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 6"
5196 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2"
5197 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 2"
5198 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -4"
5199 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 4"
5200 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -6"
5201 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 6"
5202 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -1"
5203 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 1"
5204 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -3"
5205 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 3"
5206 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -5"
5207 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 5"
5208 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -1"
5209 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 1"
5210 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -3"
5211 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 3"
5212 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -5"
5213 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 5"
5214 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -2"
5215 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 2"
5216 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -4"
5217 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 4"
5218 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -6"
5219 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 6"
5220 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -2"
5221 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 2"
5222 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -4"
5223 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 4"
5224 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -6"
5225 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 6"
5226 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -1"
5227 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 1"
5228 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -3"
5229 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 3"
5230 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -5"
5231 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 5"
5232 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -1"
5233 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 1"
5234 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -3"
5235 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 3"
5236 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -5"
5237 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 5"
5238 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -6"
5239 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 6"
5240 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2"
5241 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 2"
5242 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -4"
5243 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 4"
5244 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -6"
5245 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000006 6"
5246 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -1"
5247 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -3"
5248 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -5"
5249 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -1"
5250 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -3"
5251 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -5"
5252 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -1"
5253 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -3"
5254 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -5"
5255 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -2"
5256 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -4"
5257 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -6"
5258 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -2"
5259 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -4"
5260 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -6"
5261 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -2"
5262 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -4"
5263 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -6"
5264 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -1"
5265 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -3"
5266 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -5"
5267 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -1"
5268 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -3"
5269 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -5"
5270 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -1"
5271 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -3"
5272 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -5"
5273 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -2"
5274 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -4"
5275 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -6"
5276 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -2"
5277 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -4"
5278 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -6"
5279 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6 -2"
5280 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6 -4"
5281 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6 -6"
5282 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1 -1"
5283 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1 -3"
5284 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1 -5"
5285 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3 -1"
5286 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3 -3"
5287 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3 -5"
5288 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5 -1"
5289 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5 -3"
5290 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5 -5"
5291 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2 -2"
5292 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2 -4"
5293 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2 -6"
5294 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4 -2"
5295 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4 -4"
5296 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4 -6"
5297 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6 -2"
5298 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6 -4"
5299 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6 -6"
5300 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1 -1"
5301 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1 -3"
5302 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1 -5"
5303 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3 -1"
5304 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3 -3"
5305 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3 -5"
5306 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5 -1"
5307 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5 -3"
5308 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5 -5"
5309 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2 -2"
5310 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2 -4"
5311 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2 -6"
5312 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4 -2"
5313 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4 -4"
5314 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4 -6"
5315 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6 -2"
5316 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6 -4"
5317 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6 -6"
5318 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -2"
5319 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -4"
5320 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -6"
5321 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 2"
5322 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 4"
5323 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 6"
5324 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -2"
5325 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -4"
5326 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -6"
5327 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 2"
5328 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 4"
5329 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 6"
5330 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -2"
5331 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -4"
5332 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -6"
5333 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 2"
5334 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 4"
5335 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 6"
5336 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 2"
5337 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 4"
5338 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 6"
5339 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -2"
5340 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -4"
5341 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -6"
5342 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 2"
5343 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 4"
5344 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 6"
5345 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -2"
5346 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -4"
5347 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -6"
5348 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 2"
5349 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 4"
5350 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 6"
5351 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 1"
5352 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -1"
5353 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 1"
5354 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -1"
5355 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 3"
5356 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -3"
5357 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 3"
5358 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -3"
5359 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 5"
5360 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -5"
5361 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 5"
5362 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -5"
5363 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 1"
5364 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -1"
5365 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 1"
5366 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -1"
5367 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 3"
5368 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -3"
5369 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 3"
5370 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -3"
5371 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 5"
5372 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -5"
5373 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 5"
5374 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -5"
5375 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 1"
5376 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -1"
5377 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 1"
5378 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -1"
5379 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 3"
5380 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -3"
5381 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 3"
5382 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -3"
5383 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 5"
5384 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -5"
5385 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 5"
5386 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -5"
5387 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 1"
5388 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -1"
5389 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 1"
5390 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -1"
5391 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 3"
5392 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -3"
5393 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 3"
5394 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -3"
5395 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 5"
5396 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -5"
5397 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 5"
5398 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -5"
5399 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 1"
5400 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -1"
5401 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 1"
5402 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -1"
5403 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 3"
5404 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -3"
5405 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 3"
5406 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -3"
5407 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 5"
5408 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -5"
5409 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 5"
5410 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -5"
5411 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 1"
5412 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -1"
5413 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 1"
5414 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -1"
5415 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 3"
5416 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -3"
5417 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 3"
5418 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -3"
5419 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 5"
5420 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -5"
5421 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 5"
5422 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -5"
5423 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 1"
5424 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -1"
5425 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 1"
5426 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -1"
5427 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 3"
5428 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -3"
5429 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 3"
5430 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -3"
5431 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 5"
5432 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -5"
5433 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 5"
5434 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -5"
5435 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 1"
5436 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -1"
5437 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 1"
5438 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -1"
5439 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 3"
5440 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -3"
5441 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 3"
5442 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -3"
5443 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 5"
5444 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -5"
5445 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 5"
5446 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -5"
5447 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 1"
5448 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -1"
5449 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 1"
5450 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -1"
5451 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 3"
5452 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -3"
5453 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 3"
5454 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -3"
5455 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 5"
5456 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -5"
5457 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 5"
5458 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -5"
5459 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -3"
5460 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 3"
5461 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -5"
5462 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 5"
5463 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3 -5"
5464 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 3 5"
5465 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -3"
5466 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 3"
5467 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -5"
5468 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 5"
5469 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3 -5"
5470 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 3 5"
5471 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -3"
5472 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 3"
5473 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -5"
5474 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 5"
5475 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3 -5"
5476 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 3 5"
5477
5478<p/>particle: id="1000022" name="~chi_10" spinType="2" chargeType="0" colType="0"
5479 m0="500.00000" mWidth="1.00000" mMin="20.00000" mMax="0.00000"
5480 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 22"
5481 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 23"
5482 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 25"
5483 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 35"
5484 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 36"
5485 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 11"
5486 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -11"
5487 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 13"
5488 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -13"
5489 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 15"
5490 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -15"
5491 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 11"
5492 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -11"
5493 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 13"
5494 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -13"
5495 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 15"
5496 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -15"
5497 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 11"
5498 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -11"
5499 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 13"
5500 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -13"
5501 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 15"
5502 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -15"
5503 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 11"
5504 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -11"
5505 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 13"
5506 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -13"
5507 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 15"
5508 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -15"
5509 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 11"
5510 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -11"
5511 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 13"
5512 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -13"
5513 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 15"
5514 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -15"
5515 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 11"
5516 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -11"
5517 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 13"
5518 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -13"
5519 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 15"
5520 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -15"
5521 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 1"
5522 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -1"
5523 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 1"
5524 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -1"
5525 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 3"
5526 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -3"
5527 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 3"
5528 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -3"
5529 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 5"
5530 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -5"
5531 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 5"
5532 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -5"
5533 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 1"
5534 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -1"
5535 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 1"
5536 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -1"
5537 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 3"
5538 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -3"
5539 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 3"
5540 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -3"
5541 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 5"
5542 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -5"
5543 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 5"
5544 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -5"
5545 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 1"
5546 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -1"
5547 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 1"
5548 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -1"
5549 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 3"
5550 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -3"
5551 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 3"
5552 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -3"
5553 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 5"
5554 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -5"
5555 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 5"
5556 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -5"
5557 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 1"
5558 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -1"
5559 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 1"
5560 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -1"
5561 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 3"
5562 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -3"
5563 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 3"
5564 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -3"
5565 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 5"
5566 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -5"
5567 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 5"
5568 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -5"
5569 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 1"
5570 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -1"
5571 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 1"
5572 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -1"
5573 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 3"
5574 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -3"
5575 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 3"
5576 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -3"
5577 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 5"
5578 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -5"
5579 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 5"
5580 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -5"
5581 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 1"
5582 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -1"
5583 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 1"
5584 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -1"
5585 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 3"
5586 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -3"
5587 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 3"
5588 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -3"
5589 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 5"
5590 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -5"
5591 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 5"
5592 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -5"
5593 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 1"
5594 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -1"
5595 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 1"
5596 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -1"
5597 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 3"
5598 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -3"
5599 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 3"
5600 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -3"
5601 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 5"
5602 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -5"
5603 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 5"
5604 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -5"
5605 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 1"
5606 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -1"
5607 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 1"
5608 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -1"
5609 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 3"
5610 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -3"
5611 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 3"
5612 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -3"
5613 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 5"
5614 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -5"
5615 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 5"
5616 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -5"
5617 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 1"
5618 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -1"
5619 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 1"
5620 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -1"
5621 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 3"
5622 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -3"
5623 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 3"
5624 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -3"
5625 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 5"
5626 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -5"
5627 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 5"
5628 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -5"
5629 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -3"
5630 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 3"
5631 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -5"
5632 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 5"
5633 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3 -5"
5634 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 3 5"
5635 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -3"
5636 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 3"
5637 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -5"
5638 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 5"
5639 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3 -5"
5640 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 3 5"
5641 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -3"
5642 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 3"
5643 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -5"
5644 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 5"
5645 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3 -5"
5646 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 3 5"
5647
5648<p/>particle: id="1000023" name="~chi_20" spinType="2" chargeType="0" colType="0"
5649 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
5650 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 22"
5651 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 23"
5652 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 25"
5653 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 35"
5654 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 36"
5655 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 22"
5656 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 23"
5657 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 25"
5658 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 35"
5659 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 36"
5660 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -24"
5661 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 24"
5662 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -37"
5663 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 37"
5664 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -37"
5665 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 37"
5666 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -24"
5667 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 24"
5668 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -11"
5669 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 11"
5670 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -11"
5671 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000011 11"
5672 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -12"
5673 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 12"
5674 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -12"
5675 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000012 12"
5676 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -13"
5677 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 13"
5678 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -13"
5679 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000013 13"
5680 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -14"
5681 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 14"
5682 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -14"
5683 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000014 14"
5684 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -15"
5685 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 15"
5686 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -15"
5687 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 15"
5688 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -16"
5689 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 16"
5690 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -16"
5691 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000016 16"
5692 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 11 -11"
5693 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 13 -13"
5694 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 15 -15"
5695 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 12 -12"
5696 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 14 -14"
5697 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 16 -16"
5698 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 11 -12"
5699 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -11 12"
5700 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 13 -14"
5701 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -13 14"
5702 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 15 -16"
5703 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -15 16"
5704 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 11 -12"
5705 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -11 12"
5706 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 13 -14"
5707 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -13 14"
5708 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 15 -16"
5709 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -15 16"
5710 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1"
5711 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 1"
5712 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -3"
5713 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 3"
5714 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -5"
5715 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 5"
5716 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -1"
5717 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 1"
5718 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -3"
5719 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 3"
5720 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -5"
5721 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 5"
5722 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2"
5723 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2"
5724 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -4"
5725 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 4"
5726 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -6"
5727 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 6"
5728 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2"
5729 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 2"
5730 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -4"
5731 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 4"
5732 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -6"
5733 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 6"
5734 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -1"
5735 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 1"
5736 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -3"
5737 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 3"
5738 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -5"
5739 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 5"
5740 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -1"
5741 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 1"
5742 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -3"
5743 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 3"
5744 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -5"
5745 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 5"
5746 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -2"
5747 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 2"
5748 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -4"
5749 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 4"
5750 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -6"
5751 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 6"
5752 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -2"
5753 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 2"
5754 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -4"
5755 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 4"
5756 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -6"
5757 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 6"
5758 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -1"
5759 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 1"
5760 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -3"
5761 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 3"
5762 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -5"
5763 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 5"
5764 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -1"
5765 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 1"
5766 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -3"
5767 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 3"
5768 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -5"
5769 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 5"
5770 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -6"
5771 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 6"
5772 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2"
5773 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 2"
5774 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -4"
5775 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 4"
5776 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -6"
5777 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000006 6"
5778 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -1"
5779 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -3"
5780 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -5"
5781 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -1"
5782 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -3"
5783 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -5"
5784 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -1"
5785 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -3"
5786 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -5"
5787 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -2"
5788 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -4"
5789 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -6"
5790 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -2"
5791 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -4"
5792 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -6"
5793 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -2"
5794 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -4"
5795 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -6"
5796 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -2"
5797 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -4"
5798 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -6"
5799 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 2"
5800 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 4"
5801 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 6"
5802 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -2"
5803 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -4"
5804 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -6"
5805 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 2"
5806 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 4"
5807 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 6"
5808 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -2"
5809 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -4"
5810 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -6"
5811 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 2"
5812 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 4"
5813 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 6"
5814 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 2"
5815 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 4"
5816 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 6"
5817 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -2"
5818 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -4"
5819 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -6"
5820 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 2"
5821 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 4"
5822 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 6"
5823 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -2"
5824 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -4"
5825 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -6"
5826 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 2"
5827 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 4"
5828 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 6"
5829 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -1"
5830 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -3"
5831 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -5"
5832 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -1"
5833 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -3"
5834 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -5"
5835 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -1"
5836 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -3"
5837 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -5"
5838 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -2"
5839 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -4"
5840 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -6"
5841 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -2"
5842 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -4"
5843 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -6"
5844 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6 -2"
5845 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6 -4"
5846 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6 -6"
5847 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 11"
5848 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -11"
5849 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 13"
5850 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -13"
5851 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 15"
5852 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -15"
5853 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 11"
5854 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -11"
5855 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 13"
5856 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -13"
5857 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 15"
5858 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -15"
5859 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 11"
5860 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -11"
5861 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 13"
5862 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -13"
5863 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 15"
5864 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -15"
5865 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 11"
5866 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -11"
5867 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 13"
5868 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -13"
5869 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 15"
5870 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -15"
5871 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 11"
5872 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -11"
5873 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 13"
5874 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -13"
5875 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 15"
5876 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -15"
5877 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 11"
5878 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -11"
5879 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 13"
5880 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -13"
5881 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 15"
5882 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -15"
5883 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 1"
5884 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -1"
5885 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 1"
5886 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -1"
5887 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 3"
5888 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -3"
5889 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 3"
5890 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -3"
5891 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 5"
5892 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -5"
5893 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 5"
5894 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -5"
5895 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 1"
5896 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -1"
5897 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 1"
5898 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -1"
5899 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 3"
5900 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -3"
5901 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 3"
5902 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -3"
5903 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 5"
5904 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -5"
5905 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 5"
5906 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -5"
5907 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 1"
5908 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -1"
5909 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 1"
5910 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -1"
5911 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 3"
5912 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -3"
5913 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 3"
5914 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -3"
5915 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 5"
5916 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -5"
5917 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 5"
5918 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -5"
5919 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 1"
5920 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -1"
5921 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 1"
5922 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -1"
5923 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 3"
5924 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -3"
5925 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 3"
5926 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -3"
5927 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 5"
5928 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -5"
5929 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 5"
5930 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -5"
5931 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 1"
5932 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -1"
5933 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 1"
5934 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -1"
5935 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 3"
5936 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -3"
5937 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 3"
5938 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -3"
5939 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 5"
5940 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -5"
5941 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 5"
5942 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -5"
5943 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 1"
5944 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -1"
5945 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 1"
5946 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -1"
5947 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 3"
5948 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -3"
5949 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 3"
5950 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -3"
5951 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 5"
5952 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -5"
5953 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 5"
5954 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -5"
5955 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 1"
5956 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -1"
5957 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 1"
5958 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -1"
5959 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 3"
5960 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -3"
5961 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 3"
5962 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -3"
5963 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 5"
5964 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -5"
5965 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 5"
5966 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -5"
5967 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 1"
5968 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -1"
5969 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 1"
5970 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -1"
5971 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 3"
5972 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -3"
5973 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 3"
5974 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -3"
5975 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 5"
5976 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -5"
5977 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 5"
5978 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -5"
5979 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 1"
5980 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -1"
5981 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 1"
5982 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -1"
5983 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 3"
5984 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -3"
5985 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 3"
5986 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -3"
5987 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 5"
5988 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -5"
5989 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 5"
5990 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -5"
5991 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -3"
5992 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 3"
5993 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -5"
5994 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 5"
5995 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3 -5"
5996 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 3 5"
5997 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -3"
5998 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 3"
5999 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -5"
6000 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 5"
6001 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3 -5"
6002 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 3 5"
6003 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -3"
6004 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 3"
6005 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -5"
6006 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 5"
6007 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3 -5"
6008 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 3 5"
6009
6010<p/>particle: id="1000024" name="~chi_1+" antiName="~chi_1-" spinType="2" chargeType="3" colType="0"
6011 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
6012 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 24"
6013 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 37"
6014 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 24"
6015 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 24"
6016 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 24"
6017 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 24"
6018 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 37"
6019 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 37"
6020 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 37"
6021 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 37"
6022 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -11"
6023 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -11"
6024 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 12"
6025 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000011 12"
6026 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -13"
6027 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -13"
6028 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 14"
6029 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000013 14"
6030 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -15"
6031 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -15"
6032 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 16"
6033 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 16"
6034 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -11 12"
6035 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -13 14"
6036 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -15 16"
6037 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -11 12"
6038 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -13 14"
6039 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -15 16"
6040 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -11 12"
6041 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -13 14"
6042 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -15 16"
6043 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -11 12"
6044 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -13 14"
6045 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -15 16"
6046 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -1 2"
6047 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -1 4"
6048 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -1 6"
6049 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -3 2"
6050 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -3 4"
6051 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -3 6"
6052 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -5 2"
6053 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -5 4"
6054 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -5 6"
6055 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -1 2"
6056 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -1 4"
6057 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -1 6"
6058 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -3 2"
6059 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -3 4"
6060 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -3 6"
6061 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -5 2"
6062 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -5 4"
6063 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -5 6"
6064 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -1 2"
6065 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -1 4"
6066 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -1 6"
6067 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -3 2"
6068 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -3 4"
6069 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -3 6"
6070 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -5 2"
6071 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -5 4"
6072 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -5 6"
6073 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -1 2"
6074 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -1 4"
6075 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -1 6"
6076 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -3 2"
6077 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -3 4"
6078 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -3 6"
6079 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -5 2"
6080 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -5 4"
6081 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -5 6"
6082 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -1"
6083 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -3"
6084 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -5"
6085 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -1"
6086 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -3"
6087 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -5"
6088 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 2"
6089 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 4"
6090 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 6"
6091 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 2"
6092 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 4"
6093 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 6"
6094 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -1"
6095 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -3"
6096 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -5"
6097 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -1"
6098 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -3"
6099 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -5"
6100 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 2"
6101 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 4"
6102 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 6"
6103 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 2"
6104 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 4"
6105 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 6"
6106 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -1"
6107 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -3"
6108 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -5"
6109 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -1"
6110 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -3"
6111 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -5"
6112 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 2"
6113 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 4"
6114 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 6"
6115 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 2"
6116 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 4"
6117 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 6"
6118 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -1 2"
6119 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -1 4"
6120 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -1 6"
6121 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -3 2"
6122 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -3 4"
6123 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -3 6"
6124 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -5 2"
6125 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -5 4"
6126 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -5 6"
6127 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 12"
6128 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -11"
6129 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 11"
6130 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 14"
6131 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -13"
6132 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 13"
6133 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 16"
6134 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -15"
6135 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 15"
6136 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 12"
6137 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -11"
6138 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 11"
6139 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 14"
6140 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -13"
6141 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 13"
6142 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 16"
6143 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -15"
6144 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 15"
6145 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 12"
6146 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 11"
6147 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 14"
6148 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 13"
6149 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 16"
6150 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 15"
6151 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 12"
6152 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -11"
6153 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 11"
6154 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 14"
6155 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -13"
6156 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 13"
6157 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 16"
6158 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -15"
6159 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 15"
6160 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 12"
6161 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 11"
6162 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 14"
6163 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 13"
6164 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 16"
6165 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 15"
6166 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 12"
6167 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 11"
6168 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 14"
6169 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 13"
6170 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 16"
6171 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 15"
6172 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 2"
6173 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 2"
6174 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 1"
6175 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -1"
6176 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 4"
6177 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 4"
6178 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 3"
6179 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -3"
6180 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 6"
6181 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 6"
6182 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 5"
6183 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -5"
6184 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 2"
6185 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 2"
6186 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 1"
6187 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -1"
6188 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 4"
6189 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 4"
6190 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 3"
6191 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -3"
6192 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 6"
6193 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 6"
6194 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 5"
6195 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -5"
6196 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 2"
6197 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 2"
6198 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 1"
6199 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -1"
6200 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 4"
6201 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 4"
6202 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 3"
6203 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -3"
6204 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 6"
6205 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 6"
6206 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 5"
6207 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -5"
6208 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 2"
6209 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 2"
6210 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 1"
6211 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -1"
6212 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 4"
6213 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 4"
6214 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 3"
6215 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -3"
6216 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 6"
6217 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 6"
6218 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 5"
6219 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -5"
6220 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 2"
6221 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 2"
6222 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 1"
6223 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -1"
6224 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 4"
6225 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 4"
6226 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 3"
6227 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -3"
6228 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 6"
6229 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 6"
6230 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 5"
6231 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -5"
6232 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 2"
6233 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 2"
6234 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 1"
6235 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -1"
6236 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 4"
6237 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 4"
6238 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 3"
6239 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -3"
6240 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 6"
6241 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 6"
6242 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 5"
6243 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -5"
6244 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 2"
6245 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 2"
6246 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 1"
6247 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -1"
6248 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 4"
6249 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 4"
6250 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 3"
6251 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -3"
6252 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 6"
6253 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 6"
6254 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 5"
6255 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -5"
6256 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 2"
6257 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 2"
6258 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 1"
6259 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -1"
6260 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 4"
6261 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 4"
6262 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 3"
6263 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -3"
6264 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 6"
6265 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 6"
6266 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 5"
6267 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -5"
6268 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 2"
6269 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 2"
6270 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 1"
6271 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -1"
6272 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 4"
6273 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 4"
6274 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 3"
6275 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -3"
6276 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 6"
6277 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 6"
6278 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 5"
6279 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -5"
6280 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 2 3"
6281 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -1 -3"
6282 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 2 5"
6283 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -1 -5"
6284 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 4 1"
6285 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 4 3"
6286 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3 -3"
6287 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 4 5"
6288 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3 -5"
6289 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 6 1"
6290 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 6 3"
6291 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 6 5"
6292 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5 -5"
6293 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 4 1"
6294 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 4 5"
6295 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -3 -5"
6296 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 6 1"
6297 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 6 3"
6298 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 6 5"
6299 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5 -5"
6300 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 6 1"
6301 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 6 3"
6302
6303<p/>particle: id="1000025" name="~chi_30" spinType="2" chargeType="0" colType="0"
6304 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
6305 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 22"
6306 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 23"
6307 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 25"
6308 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 35"
6309 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 36"
6310 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 22"
6311 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 23"
6312 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 25"
6313 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 35"
6314 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 36"
6315 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 22"
6316 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 23"
6317 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 25"
6318 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 35"
6319 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 36"
6320 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -24"
6321 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 24"
6322 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -37"
6323 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 37"
6324 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -24"
6325 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 24"
6326 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -37"
6327 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 37"
6328 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -11"
6329 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 11"
6330 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -11"
6331 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000011 11"
6332 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -12"
6333 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 12"
6334 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -12"
6335 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000012 12"
6336 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -13"
6337 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 13"
6338 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -13"
6339 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000013 13"
6340 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -14"
6341 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 14"
6342 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -14"
6343 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000014 14"
6344 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -15"
6345 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 15"
6346 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -15"
6347 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 15"
6348 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -16"
6349 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 16"
6350 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -16"
6351 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000016 16"
6352 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 11 -11"
6353 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 13 -13"
6354 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 15 -15"
6355 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 12 -12"
6356 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 14 -14"
6357 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 16 -16"
6358 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 11 -11"
6359 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 13 -13"
6360 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 15 -15"
6361 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 12 -12"
6362 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 14 -14"
6363 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 16 -16"
6364 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 11 -12"
6365 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -11 12"
6366 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 13 -14"
6367 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -13 14"
6368 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 15 -16"
6369 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -15 16"
6370 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 11 -12"
6371 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -11 12"
6372 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 13 -14"
6373 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -13 14"
6374 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 15 -16"
6375 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -15 16"
6376 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1"
6377 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 1"
6378 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -3"
6379 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 3"
6380 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -5"
6381 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 5"
6382 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -1"
6383 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 1"
6384 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -3"
6385 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 3"
6386 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -5"
6387 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 5"
6388 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2"
6389 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2"
6390 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -4"
6391 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 4"
6392 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -6"
6393 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 6"
6394 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2"
6395 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 2"
6396 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -4"
6397 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 4"
6398 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -6"
6399 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 6"
6400 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -1"
6401 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 1"
6402 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -3"
6403 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 3"
6404 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -5"
6405 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 5"
6406 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -1"
6407 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 1"
6408 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -3"
6409 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 3"
6410 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -5"
6411 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 5"
6412 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -2"
6413 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 2"
6414 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -4"
6415 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 4"
6416 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -6"
6417 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 6"
6418 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -2"
6419 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 2"
6420 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -4"
6421 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 4"
6422 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -6"
6423 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 6"
6424 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -1"
6425 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 1"
6426 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -3"
6427 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 3"
6428 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -5"
6429 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 5"
6430 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -1"
6431 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 1"
6432 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -3"
6433 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 3"
6434 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -5"
6435 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 5"
6436 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -6"
6437 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 6"
6438 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2"
6439 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 2"
6440 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -4"
6441 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 4"
6442 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -6"
6443 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000006 6"
6444 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -1"
6445 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -3"
6446 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -5"
6447 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -1"
6448 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -3"
6449 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -5"
6450 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -1"
6451 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -3"
6452 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -5"
6453 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -2"
6454 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -4"
6455 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -6"
6456 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -2"
6457 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -4"
6458 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -6"
6459 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -2"
6460 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -4"
6461 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -6"
6462 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -1"
6463 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -3"
6464 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -5"
6465 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -1"
6466 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -3"
6467 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -5"
6468 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -1"
6469 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -3"
6470 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -5"
6471 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -2"
6472 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -4"
6473 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -6"
6474 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -2"
6475 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -4"
6476 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -6"
6477 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6 -2"
6478 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6 -4"
6479 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6 -6"
6480 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -2"
6481 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -4"
6482 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -6"
6483 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 2"
6484 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 4"
6485 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 6"
6486 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -2"
6487 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -4"
6488 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -6"
6489 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 2"
6490 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 4"
6491 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 6"
6492 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -2"
6493 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -4"
6494 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -6"
6495 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 2"
6496 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 4"
6497 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 6"
6498 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 2"
6499 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 4"
6500 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 6"
6501 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -2"
6502 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -4"
6503 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -6"
6504 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 2"
6505 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 4"
6506 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 6"
6507 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -2"
6508 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -4"
6509 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -6"
6510 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 2"
6511 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 4"
6512 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 6"
6513 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -1"
6514 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -3"
6515 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -5"
6516 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -1"
6517 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -3"
6518 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -5"
6519 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -1"
6520 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -3"
6521 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -5"
6522 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -2"
6523 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -4"
6524 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -6"
6525 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -2"
6526 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -4"
6527 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -6"
6528 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6 -2"
6529 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6 -4"
6530 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6 -6"
6531 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 11"
6532 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -11"
6533 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 13"
6534 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -13"
6535 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 15"
6536 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -15"
6537 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 11"
6538 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -11"
6539 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 13"
6540 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -13"
6541 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 15"
6542 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -15"
6543 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 11"
6544 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -11"
6545 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 13"
6546 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -13"
6547 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 15"
6548 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -15"
6549 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 11"
6550 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -11"
6551 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 13"
6552 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -13"
6553 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 15"
6554 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -15"
6555 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 11"
6556 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -11"
6557 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 13"
6558 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -13"
6559 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 15"
6560 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -15"
6561 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 11"
6562 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -11"
6563 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 13"
6564 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -13"
6565 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 15"
6566 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -15"
6567 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 1"
6568 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -1"
6569 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 1"
6570 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -1"
6571 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 3"
6572 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -3"
6573 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 3"
6574 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -3"
6575 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 5"
6576 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -5"
6577 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 5"
6578 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -5"
6579 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 1"
6580 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -1"
6581 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 1"
6582 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -1"
6583 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 3"
6584 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -3"
6585 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 3"
6586 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -3"
6587 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 5"
6588 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -5"
6589 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 5"
6590 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -5"
6591 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 1"
6592 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -1"
6593 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 1"
6594 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -1"
6595 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 3"
6596 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -3"
6597 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 3"
6598 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -3"
6599 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 5"
6600 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -5"
6601 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 5"
6602 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -5"
6603 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 1"
6604 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -1"
6605 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 1"
6606 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -1"
6607 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 3"
6608 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -3"
6609 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 3"
6610 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -3"
6611 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 5"
6612 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -5"
6613 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 5"
6614 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -5"
6615 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 1"
6616 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -1"
6617 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 1"
6618 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -1"
6619 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 3"
6620 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -3"
6621 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 3"
6622 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -3"
6623 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 5"
6624 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -5"
6625 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 5"
6626 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -5"
6627 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 1"
6628 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -1"
6629 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 1"
6630 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -1"
6631 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 3"
6632 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -3"
6633 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 3"
6634 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -3"
6635 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 5"
6636 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -5"
6637 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 5"
6638 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -5"
6639 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 1"
6640 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -1"
6641 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 1"
6642 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -1"
6643 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 3"
6644 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -3"
6645 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 3"
6646 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -3"
6647 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 5"
6648 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -5"
6649 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 5"
6650 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -5"
6651 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 1"
6652 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -1"
6653 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 1"
6654 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -1"
6655 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 3"
6656 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -3"
6657 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 3"
6658 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -3"
6659 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 5"
6660 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -5"
6661 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 5"
6662 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -5"
6663 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 1"
6664 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -1"
6665 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 1"
6666 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -1"
6667 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 3"
6668 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -3"
6669 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 3"
6670 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -3"
6671 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 5"
6672 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -5"
6673 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 5"
6674 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -5"
6675 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -3"
6676 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 3"
6677 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -5"
6678 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 5"
6679 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3 -5"
6680 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 3 5"
6681 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -3"
6682 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 3"
6683 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -5"
6684 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 5"
6685 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3 -5"
6686 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 3 5"
6687 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -3"
6688 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 3"
6689 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -5"
6690 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 5"
6691 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3 -5"
6692 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 3 5"
6693
6694<p/>particle: id="1000035" name="~chi_40" spinType="2" chargeType="0" colType="0"
6695 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
6696 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 22"
6697 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 23"
6698 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 25"
6699 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 35"
6700 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 36"
6701 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 22"
6702 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 23"
6703 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 25"
6704 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 35"
6705 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 36"
6706 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 22"
6707 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 23"
6708 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 25"
6709 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 35"
6710 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 36"
6711 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 22"
6712 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 23"
6713 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 25"
6714 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 35"
6715 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 36"
6716 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -24"
6717 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 24"
6718 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -24"
6719 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 24"
6720 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -37"
6721 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 37"
6722 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -37"
6723 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 37"
6724 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 11 -11"
6725 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 13 -13"
6726 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 15 -15"
6727 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 12 -12"
6728 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 14 -14"
6729 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 16 -16"
6730 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 11 -11"
6731 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 13 -13"
6732 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 15 -15"
6733 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 12 -12"
6734 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 14 -14"
6735 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 16 -16"
6736 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 11 -11"
6737 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 13 -13"
6738 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 15 -15"
6739 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 12 -12"
6740 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 14 -14"
6741 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 16 -16"
6742 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 11 -12"
6743 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -11 12"
6744 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 13 -14"
6745 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -13 14"
6746 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 15 -16"
6747 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -15 16"
6748 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 11 -12"
6749 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -11 12"
6750 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 13 -14"
6751 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -13 14"
6752 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 15 -16"
6753 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -15 16"
6754 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -11"
6755 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 11"
6756 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -11"
6757 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000011 11"
6758 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -12"
6759 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 12"
6760 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -12"
6761 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000012 12"
6762 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -13"
6763 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 13"
6764 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -13"
6765 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000013 13"
6766 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -14"
6767 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 14"
6768 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -14"
6769 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000014 14"
6770 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -15"
6771 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 15"
6772 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -15"
6773 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 15"
6774 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -16"
6775 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 16"
6776 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -16"
6777 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000016 16"
6778 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1"
6779 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 1"
6780 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -3"
6781 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 3"
6782 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -5"
6783 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 5"
6784 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -1"
6785 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 1"
6786 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -3"
6787 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 3"
6788 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -5"
6789 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 5"
6790 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2"
6791 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2"
6792 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -4"
6793 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 4"
6794 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -6"
6795 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 6"
6796 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2"
6797 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 2"
6798 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -4"
6799 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 4"
6800 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -6"
6801 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 6"
6802 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -1"
6803 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 1"
6804 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -3"
6805 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 3"
6806 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -5"
6807 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 5"
6808 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -1"
6809 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 1"
6810 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -3"
6811 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 3"
6812 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -5"
6813 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 5"
6814 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -2"
6815 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 2"
6816 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -4"
6817 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 4"
6818 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -6"
6819 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 6"
6820 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -2"
6821 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 2"
6822 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -4"
6823 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 4"
6824 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -6"
6825 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 6"
6826 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -1"
6827 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 1"
6828 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -3"
6829 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 3"
6830 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -5"
6831 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 5"
6832 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -1"
6833 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 1"
6834 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -3"
6835 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 3"
6836 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -5"
6837 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 5"
6838 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -6"
6839 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 6"
6840 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2"
6841 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 2"
6842 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -4"
6843 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 4"
6844 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -6"
6845 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000006 6"
6846 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -1"
6847 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -3"
6848 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -5"
6849 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -1"
6850 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -3"
6851 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -5"
6852 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -1"
6853 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -3"
6854 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -5"
6855 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -2"
6856 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -4"
6857 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -6"
6858 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -2"
6859 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -4"
6860 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -6"
6861 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -2"
6862 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -4"
6863 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -6"
6864 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -1"
6865 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -3"
6866 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -5"
6867 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -1"
6868 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -3"
6869 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -5"
6870 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -1"
6871 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -3"
6872 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -5"
6873 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -2"
6874 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -4"
6875 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -6"
6876 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -2"
6877 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -4"
6878 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -6"
6879 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6 -2"
6880 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6 -4"
6881 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6 -6"
6882 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1 -1"
6883 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1 -3"
6884 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1 -5"
6885 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3 -1"
6886 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3 -3"
6887 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3 -5"
6888 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5 -1"
6889 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5 -3"
6890 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5 -5"
6891 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2 -2"
6892 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2 -4"
6893 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2 -6"
6894 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4 -2"
6895 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4 -4"
6896 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4 -6"
6897 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6 -2"
6898 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6 -4"
6899 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6 -6"
6900 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -2"
6901 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -4"
6902 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -6"
6903 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 2"
6904 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 4"
6905 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 6"
6906 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -2"
6907 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -4"
6908 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -6"
6909 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 2"
6910 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 4"
6911 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 6"
6912 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -2"
6913 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -4"
6914 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -6"
6915 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 2"
6916 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 4"
6917 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 6"
6918 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 2"
6919 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 4"
6920 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 6"
6921 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -2"
6922 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -4"
6923 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -6"
6924 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 2"
6925 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 4"
6926 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 6"
6927 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -2"
6928 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -4"
6929 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -6"
6930 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 2"
6931 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 4"
6932 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 6"
6933 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -1"
6934 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -3"
6935 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -5"
6936 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -1"
6937 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -3"
6938 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -5"
6939 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -1"
6940 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -3"
6941 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -5"
6942 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -2"
6943 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -4"
6944 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -6"
6945 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -2"
6946 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -4"
6947 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -6"
6948 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6 -2"
6949 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6 -4"
6950 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6 -6"
6951 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 11"
6952 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -11"
6953 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 13"
6954 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -13"
6955 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 15"
6956 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -15"
6957 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 11"
6958 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -11"
6959 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 13"
6960 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -13"
6961 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 15"
6962 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -15"
6963 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 11"
6964 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -11"
6965 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 13"
6966 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -13"
6967 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 15"
6968 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -15"
6969 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 11"
6970 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -11"
6971 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 13"
6972 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -13"
6973 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 15"
6974 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -15"
6975 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 11"
6976 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -11"
6977 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 13"
6978 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -13"
6979 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 15"
6980 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -15"
6981 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 11"
6982 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -11"
6983 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 13"
6984 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -13"
6985 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 15"
6986 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -15"
6987 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 1"
6988 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -1"
6989 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 1"
6990 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -1"
6991 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 3"
6992 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -3"
6993 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 3"
6994 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -3"
6995 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 5"
6996 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -5"
6997 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 5"
6998 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -5"
6999 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 1"
7000 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -1"
7001 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 1"
7002 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -1"
7003 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 3"
7004 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -3"
7005 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 3"
7006 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -3"
7007 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 5"
7008 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -5"
7009 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 5"
7010 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -5"
7011 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 1"
7012 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -1"
7013 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 1"
7014 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -1"
7015 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 3"
7016 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -3"
7017 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 3"
7018 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -3"
7019 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 5"
7020 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -5"
7021 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 5"
7022 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -5"
7023 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 1"
7024 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -1"
7025 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 1"
7026 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -1"
7027 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 3"
7028 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -3"
7029 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 3"
7030 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -3"
7031 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 5"
7032 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -5"
7033 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 5"
7034 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -5"
7035 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 1"
7036 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -1"
7037 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 1"
7038 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -1"
7039 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 3"
7040 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -3"
7041 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 3"
7042 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -3"
7043 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 5"
7044 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -5"
7045 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 5"
7046 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -5"
7047 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 1"
7048 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -1"
7049 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 1"
7050 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -1"
7051 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 3"
7052 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -3"
7053 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 3"
7054 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -3"
7055 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 5"
7056 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -5"
7057 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 5"
7058 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -5"
7059 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 1"
7060 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -1"
7061 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 1"
7062 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -1"
7063 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 3"
7064 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -3"
7065 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 3"
7066 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -3"
7067 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 5"
7068 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -5"
7069 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 5"
7070 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -5"
7071 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 1"
7072 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -1"
7073 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 1"
7074 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -1"
7075 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 3"
7076 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -3"
7077 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 3"
7078 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -3"
7079 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 5"
7080 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -5"
7081 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 5"
7082 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -5"
7083 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 1"
7084 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -1"
7085 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 1"
7086 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -1"
7087 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 3"
7088 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -3"
7089 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 3"
7090 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -3"
7091 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 5"
7092 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -5"
7093 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 5"
7094 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -5"
7095 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -3"
7096 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 3"
7097 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -5"
7098 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 5"
7099 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3 -5"
7100 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 3 5"
7101 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -3"
7102 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 3"
7103 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -5"
7104 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 5"
7105 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3 -5"
7106 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 3 5"
7107 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -3"
7108 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 3"
7109 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -5"
7110 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 5"
7111 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3 -5"
7112 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 3 5"
7113
7114<p/>particle: id="1000037" name="~chi_2+" antiName="~chi_2-" spinType="2" chargeType="3" colType="0"
7115 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7116 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 24"
7117 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 37"
7118 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 23"
7119 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 25"
7120 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 35"
7121 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 36"
7122 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 24"
7123 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 24"
7124 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 24"
7125 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 24"
7126 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 37"
7127 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 37"
7128 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 37"
7129 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 37"
7130 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 11 -11"
7131 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 13 -13"
7132 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 15 -15"
7133 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 12 -12"
7134 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 14 -14"
7135 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 16 -16"
7136 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -11 12"
7137 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -13 14"
7138 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -15 16"
7139 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -11 12"
7140 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -13 14"
7141 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -15 16"
7142 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -11 12"
7143 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -13 14"
7144 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -15 16"
7145 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -11 12"
7146 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -13 14"
7147 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -15 16"
7148 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -11"
7149 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -11"
7150 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 12"
7151 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000011 12"
7152 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -13"
7153 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -13"
7154 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 14"
7155 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000013 14"
7156 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -15"
7157 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -15"
7158 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 16"
7159 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 16"
7160 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -1 2"
7161 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -1 4"
7162 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -1 6"
7163 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -3 2"
7164 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -3 4"
7165 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -3 6"
7166 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -5 2"
7167 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -5 4"
7168 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -5 6"
7169 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -1 2"
7170 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -1 4"
7171 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -1 6"
7172 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -3 2"
7173 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -3 4"
7174 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -3 6"
7175 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -5 2"
7176 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -5 4"
7177 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -5 6"
7178 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -1 2"
7179 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -1 4"
7180 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -1 6"
7181 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -3 2"
7182 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -3 4"
7183 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -3 6"
7184 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -5 2"
7185 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -5 4"
7186 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -5 6"
7187 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -1 2"
7188 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -1 4"
7189 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -1 6"
7190 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -3 2"
7191 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -3 4"
7192 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -3 6"
7193 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -5 2"
7194 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -5 4"
7195 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -5 6"
7196 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -1"
7197 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -3"
7198 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -5"
7199 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -1"
7200 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -3"
7201 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -5"
7202 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -1"
7203 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -3"
7204 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -5"
7205 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 2 -2"
7206 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 2 -4"
7207 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 2 -6"
7208 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 4 -2"
7209 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 4 -4"
7210 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 4 -6"
7211 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 6 -2"
7212 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 6 -4"
7213 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 6 -6"
7214 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -1"
7215 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -3"
7216 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -5"
7217 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -1"
7218 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -3"
7219 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -5"
7220 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 2"
7221 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 4"
7222 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 6"
7223 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 2"
7224 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 4"
7225 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 6"
7226 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -1"
7227 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -3"
7228 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -5"
7229 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -1"
7230 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -3"
7231 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -5"
7232 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 2"
7233 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 4"
7234 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 6"
7235 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 2"
7236 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 4"
7237 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 6"
7238 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -1"
7239 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -3"
7240 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -5"
7241 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -1"
7242 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -3"
7243 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -5"
7244 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 2"
7245 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 4"
7246 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 6"
7247 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 2"
7248 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 4"
7249 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 6"
7250 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -1 2"
7251 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -1 4"
7252 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -1 6"
7253 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -3 2"
7254 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -3 4"
7255 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -3 6"
7256 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -5 2"
7257 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -5 4"
7258 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -5 6"
7259 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 12"
7260 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -11"
7261 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 11"
7262 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 14"
7263 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -13"
7264 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 13"
7265 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 16"
7266 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -15"
7267 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 15"
7268 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 12"
7269 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -11"
7270 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 11"
7271 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 14"
7272 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -13"
7273 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 13"
7274 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 16"
7275 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -15"
7276 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 15"
7277 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 12"
7278 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 12 -11"
7279 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 11"
7280 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 14"
7281 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 12 -13"
7282 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 13"
7283 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 16"
7284 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 12 -15"
7285 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 15"
7286 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 12"
7287 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -11"
7288 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 11"
7289 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 14"
7290 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -13"
7291 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 13"
7292 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 16"
7293 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -15"
7294 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 15"
7295 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 12"
7296 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 12 -11"
7297 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 11"
7298 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 14"
7299 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 12 -13"
7300 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 13"
7301 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 16"
7302 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 12 -15"
7303 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 15"
7304 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 12"
7305 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 14 -11"
7306 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 11"
7307 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 14"
7308 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 14 -13"
7309 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 13"
7310 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 16"
7311 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 14 -15"
7312 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 15"
7313 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 2"
7314 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 2"
7315 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 1"
7316 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -1"
7317 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 4"
7318 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 4"
7319 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 3"
7320 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -3"
7321 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 6"
7322 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 6"
7323 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 5"
7324 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -5"
7325 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 2"
7326 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 2"
7327 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 1"
7328 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -1"
7329 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 4"
7330 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 4"
7331 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 3"
7332 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -3"
7333 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 6"
7334 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 6"
7335 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 5"
7336 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -5"
7337 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 2"
7338 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 2"
7339 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 1"
7340 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -1"
7341 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 4"
7342 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 4"
7343 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 3"
7344 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -3"
7345 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 6"
7346 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 6"
7347 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 5"
7348 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -5"
7349 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 2"
7350 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 2"
7351 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 1"
7352 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -1"
7353 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 4"
7354 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 4"
7355 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 3"
7356 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -3"
7357 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 6"
7358 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 6"
7359 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 5"
7360 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -5"
7361 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 2"
7362 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 2"
7363 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 1"
7364 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -1"
7365 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 4"
7366 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 4"
7367 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 3"
7368 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -3"
7369 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 6"
7370 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 6"
7371 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 5"
7372 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -5"
7373 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 2"
7374 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 2"
7375 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 1"
7376 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -1"
7377 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 4"
7378 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 4"
7379 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 3"
7380 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -3"
7381 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 6"
7382 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 6"
7383 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 5"
7384 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -5"
7385 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 2"
7386 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 2"
7387 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 1"
7388 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -1"
7389 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 4"
7390 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 4"
7391 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 3"
7392 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -3"
7393 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 6"
7394 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 6"
7395 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 5"
7396 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -5"
7397 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 2"
7398 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 2"
7399 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 1"
7400 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -1"
7401 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 4"
7402 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 4"
7403 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 3"
7404 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -3"
7405 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 6"
7406 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 6"
7407 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 5"
7408 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -5"
7409 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 2"
7410 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 2"
7411 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 1"
7412 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -1"
7413 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 4"
7414 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 4"
7415 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 3"
7416 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -3"
7417 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 6"
7418 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 6"
7419 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 5"
7420 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -5"
7421 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 2 3"
7422 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -1 -3"
7423 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 2 5"
7424 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -1 -5"
7425 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 4 1"
7426 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 4 3"
7427 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3 -3"
7428 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 4 5"
7429 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3 -5"
7430 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 6 1"
7431 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 6 3"
7432 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 6 5"
7433 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5 -5"
7434 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 4 1"
7435 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 4 5"
7436 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -3 -5"
7437 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 6 1"
7438 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 6 3"
7439 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 6 5"
7440 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5 -5"
7441 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 6 1"
7442 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 6 3"
7443
7444<p/>particle: id="1000039" name="~Gravitino" spinType="0" chargeType="0" colType="0"
7445 m0="1.000e-03"
7446
7447<p/>particle: id="1000045" name="~chi_50" spinType="2" chargeType="0" colType="0"
7448 m0="500.00000" mMin="10.00000" mMax="0.00000"
7449
7450<p/>particle: id="1000512" name="R0(~b dbar)" antiName="R0(~bbar d)" spinType="2" chargeType="0" colType="0"
7451 m0="500.00000" tau0="1e-05"
7452
7453<p/>particle: id="1000522" name="R-(~b ubar)" antiName="R+(~bbar u)" spinType="2" chargeType="-3" colType="0"
7454 m0="500.00000" tau0="1e-05"
7455
7456<p/>particle: id="1000532" name="R0(~b sbar)" antiName="R0(~bbar s)" spinType="2" chargeType="0" colType="0"
7457 m0="500.00000" tau0="1e-05"
7458
7459<p/>particle: id="1000542" name="R-(~b cbar)" antiName="R+(~bbar c)" spinType="2" chargeType="-3" colType="0"
7460 m0="500.00000" tau0="1e-05"
7461
7462<p/>particle: id="1000552" name="R0(~b bbar)" antiName="R0(~bbar b)" spinType="2" chargeType="0" colType="0"
7463 m0="500.00000" tau0="1e-05"
7464
7465<p/>particle: id="1000612" name="R+(~t dbar)" antiName="R-(~tbar d)" spinType="2" chargeType="3" colType="0"
7466 m0="500.00000" tau0="1e-05"
7467
7468<p/>particle: id="1000622" name="R0(~t ubar)" antiName="R0(~tbar u)" spinType="2" chargeType="0" colType="0"
7469 m0="500.00000" tau0="1e-05"
7470
7471<p/>particle: id="1000632" name="R+(~t sbar)" antiName="R-(~tbar s)" spinType="2" chargeType="3" colType="0"
7472 m0="500.00000" tau0="1e-05"
7473
7474<p/>particle: id="1000642" name="R0(~t cbar)" antiName="R0(~tbar c)" spinType="2" chargeType="0" colType="0"
7475 m0="500.00000" tau0="1e-05"
7476
7477<p/>particle: id="1000652" name="R+(~t bbar)" antiName="R-(~tbar b)" spinType="2" chargeType="3" colType="0"
7478 m0="500.00000" tau0="1e-05"
7479
7480<p/>particle: id="1000993" name="R0(~g g)" spinType="3" chargeType="0" colType="0"
7481 m0="500.00000" tau0="1e-05"
7482
7483<p/>particle: id="1005113" name="R-(~b dd1)" antiName="Rbar+(~b dd1)" spinType="3" chargeType="-3" colType="0"
7484 m0="500.00000" tau0="1e-05"
7485
7486<p/>particle: id="1005211" name="R0(~b ud0)" antiName="Rbar0(~b ud0)" spinType="1" chargeType="0" colType="0"
7487 m0="500.00000" tau0="1e-05"
7488
7489<p/>particle: id="1005213" name="R0(~b ud1)" antiName="Rbar0(~b ud1)" spinType="3" chargeType="0" colType="0"
7490 m0="500.00000" tau0="1e-05"
7491
7492<p/>particle: id="1005223" name="R+(~b uu1)" antiName="Rbar-(~b uu1)" spinType="3" chargeType="3" colType="0"
7493 m0="500.00000" tau0="1e-05"
7494
7495<p/>particle: id="1005311" name="R-(~b sd0)" antiName="Rbar+(~b sd0)" spinType="1" chargeType="-3" colType="0"
7496 m0="500.00000" tau0="1e-05"
7497
7498<p/>particle: id="1005313" name="R-(~b sd1)" antiName="Rbar+(~b sd1)" spinType="3" chargeType="-3" colType="0"
7499 m0="500.00000" tau0="1e-05"
7500
7501<p/>particle: id="1005321" name="R0(~b su0)" antiName="Rbar0(~b su0)" spinType="1" chargeType="0" colType="0"
7502 m0="500.00000" tau0="1e-05"
7503
7504<p/>particle: id="1005323" name="R0(~b su1)" antiName="Rbar0(~b su1)" spinType="3" chargeType="0" colType="0"
7505 m0="500.00000" tau0="1e-05"
7506
7507<p/>particle: id="1005333" name="R-(~b ss1)" antiName="Rbar+(~b ss1)" spinType="3" chargeType="-3" colType="0"
7508 m0="500.00000" tau0="1e-05"
7509
7510<p/>particle: id="1006113" name="R0(~t dd1)" antiName="Rbar0(~t dd1)" spinType="3" chargeType="0" colType="0"
7511 m0="500.00000" tau0="1e-05"
7512
7513<p/>particle: id="1006211" name="R+(~t ud0)" antiName="Rbar-(~t ud0)" spinType="1" chargeType="3" colType="0"
7514 m0="500.00000" tau0="1e-05"
7515
7516<p/>particle: id="1006213" name="R+(~t ud1)" antiName="Rbar-(~t ud1)" spinType="3" chargeType="3" colType="0"
7517 m0="500.00000" tau0="1e-05"
7518
7519<p/>particle: id="1006223" name="R++(~t uu1)" antiName="Rbar--(~t uu1)" spinType="3" chargeType="6" colType="0"
7520 m0="500.00000" tau0="1e-05"
7521
7522<p/>particle: id="1006311" name="R-(~t sd0)" antiName="Rbar+(~t sd0)" spinType="1" chargeType="0" colType="0"
7523 m0="500.00000" tau0="1e-05"
7524
7525<p/>particle: id="1006313" name="R-(~t sd1)" antiName="Rbar+(~t sd1)" spinType="3" chargeType="0" colType="0"
7526 m0="500.00000" tau0="1e-05"
7527
7528<p/>particle: id="1006321" name="R0(~t su0)" antiName="Rbar0(~t su0)" spinType="1" chargeType="3" colType="0"
7529 m0="500.00000" tau0="1e-05"
7530
7531<p/>particle: id="1006323" name="R0(~t su1)" antiName="Rbar0(~t su1)" spinType="3" chargeType="3" colType="0"
7532 m0="500.00000" tau0="1e-05"
7533
7534<p/>particle: id="1006333" name="R0(~t ss1)" antiName="Rbar0(~t ss1)" spinType="3" chargeType="0" colType="0"
7535 m0="500.00000" tau0="1e-05"
7536
7537<p/>particle: id="1009002" name="Rtemp(~g q)" antiName="Rtemp(~g qbar)" spinType="2" chargeType="0" colType="1"
7538 m0="500.00000" tau0="1e-05"
7539
7540<p/>particle: id="1009113" name="R0(~g d dbar)" spinType="3" chargeType="0" colType="0"
7541 m0="500.00000" tau0="1e-05"
7542
7543<p/>particle: id="1009213" name="R+(~g u dbar)" antiName="R-(~g d ubar)" spinType="3" chargeType="3" colType="0"
7544 m0="500.00000" tau0="1e-05"
7545
7546<p/>particle: id="1009223" name="R0(~g u ubar)" spinType="3" chargeType="0" colType="0"
7547 m0="500.00000" tau0="1e-05"
7548
7549<p/>particle: id="1009313" name="R0(~g d sbar)" antiName="R0(~g s dbar)" spinType="3" chargeType="0" colType="0"
7550 m0="500.00000" tau0="1e-05"
7551
7552<p/>particle: id="1009323" name="R+(~g u sbar)" antiName="R-(~g s ubar)" spinType="3" chargeType="3" colType="0"
7553 m0="500.00000" tau0="1e-05"
7554
7555<p/>particle: id="1009333" name="R0(~g s sbar)" spinType="3" chargeType="0" colType="0"
7556 m0="500.00000" tau0="1e-05"
7557
7558<p/>particle: id="1009413" name="R+(~g c dbar)" antiName="R-(~g d cbar)" spinType="3" chargeType="3" colType="0"
7559 m0="500.00000" tau0="1e-05"
7560
7561<p/>particle: id="1009423" name="R0(~g c ubar)" antiName="R0(~g u cbar)" spinType="3" chargeType="0" colType="0"
7562 m0="500.00000" tau0="1e-05"
7563
7564<p/>particle: id="1009433" name="R+(~g c sbar)" antiName="R-(~g s cbar)" spinType="3" chargeType="3" colType="0"
7565 m0="500.00000" tau0="1e-05"
7566
7567<p/>particle: id="1009443" name="R0(~g c cbar)" spinType="3" chargeType="0" colType="0"
7568 m0="500.00000" tau0="1e-05"
7569
7570<p/>particle: id="1009513" name="R0(~g d bbar)" antiName="R0(~g b dbar)" spinType="3" chargeType="0" colType="0"
7571 m0="500.00000" tau0="1e-05"
7572
7573<p/>particle: id="1009523" name="R+(~g u bbar)" antiName="R-(~g b ubar)" spinType="3" chargeType="3" colType="0"
7574 m0="500.00000" tau0="1e-05"
7575
7576<p/>particle: id="1009533" name="R0(~g s bbar)" antiName="R0(~g b sbar)" spinType="3" chargeType="0" colType="0"
7577 m0="500.00000" tau0="1e-05"
7578
7579<p/>particle: id="1009543" name="R+(~g c bbar)" antiName="R-(~g b cbar)" spinType="3" chargeType="3" colType="0"
7580 m0="500.00000" tau0="1e-05"
7581
7582<p/>particle: id="1009553" name="R0(~g b bbar)" spinType="3" chargeType="0" colType="0"
7583 m0="500.00000" tau0="1e-05"
7584
7585<p/>particle: id="1091114" name="R-(~g ddd)" antiName="Rbar+(~g ddd)" spinType="4" chargeType="-3" colType="0"
7586 m0="500.00000" tau0="1e-05"
7587
7588<p/>particle: id="1092114" name="R0(~g udd)" antiName="Rbar0(~g udd)" spinType="4" chargeType="0" colType="0"
7589 m0="500.00000" tau0="1e-05"
7590
7591<p/>particle: id="1092214" name="R+(~g uud)" antiName="Rbar-(~g uud)" spinType="4" chargeType="3" colType="0"
7592 m0="500.00000" tau0="1e-05"
7593
7594<p/>particle: id="1092224" name="R++(~g uuu)" antiName="Rbar--(~g uuu)" spinType="4" chargeType="6" colType="0"
7595 m0="500.00000" tau0="1e-05"
7596
7597<p/>particle: id="1093114" name="R-(~g sdd)" antiName="Rbar+(~g sdd)" spinType="4" chargeType="-3" colType="0"
7598 m0="500.00000" tau0="1e-05"
7599
7600<p/>particle: id="1093214" name="R0(~g sud)" antiName="Rbar0(~g sud)" spinType="4" chargeType="0" colType="0"
7601 m0="500.00000" tau0="1e-05"
7602
7603<p/>particle: id="1093224" name="R+(~g suu)" antiName="Rbar-(~g suu)" spinType="4" chargeType="3" colType="0"
7604 m0="500.00000" tau0="1e-05"
7605
7606<p/>particle: id="1093314" name="R-(~g ssd)" antiName="Rbar+(~g ssd)" spinType="4" chargeType="-3" colType="0"
7607 m0="500.00000" tau0="1e-05"
7608
7609<p/>particle: id="1093324" name="R0(~g ssu)" antiName="Rbar0(~g ssu)" spinType="4" chargeType="0" colType="0"
7610 m0="500.00000" tau0="1e-05"
7611
7612<p/>particle: id="1093334" name="R-(~g sss)" antiName="Rbar+(~g sss)" spinType="4" chargeType="-3" colType="0"
7613 m0="500.00000" tau0="1e-05"
7614
7615<p/>particle: id="1094114" name="R0(~g cdd)" antiName="Rbar0(~g cdd)" spinType="4" chargeType="0" colType="0"
7616 m0="500.00000" tau0="1e-05"
7617
7618<p/>particle: id="1094214" name="R+(~g cud)" antiName="Rbar-(~g cud)" spinType="4" chargeType="3" colType="0"
7619 m0="500.00000" tau0="1e-05"
7620
7621<p/>particle: id="1094224" name="R++(~g cuu)" antiName="Rbar--(~g cuu)" spinType="4" chargeType="6" colType="0"
7622 m0="500.00000" tau0="1e-05"
7623
7624<p/>particle: id="1094314" name="R0(~g csd)" antiName="Rbar0(~g csd)" spinType="4" chargeType="0" colType="0"
7625 m0="500.00000" tau0="1e-05"
7626
7627<p/>particle: id="1094324" name="R+(~g csu)" antiName="Rbar-(~g csu)" spinType="4" chargeType="3" colType="0"
7628 m0="500.00000" tau0="1e-05"
7629
7630<p/>particle: id="1094334" name="R0(~g css)" antiName="Rbar0(~g css)" spinType="4" chargeType="0" colType="0"
7631 m0="500.00000" tau0="1e-05"
7632
7633<p/>particle: id="1095114" name="R-(~g bdd)" antiName="Rbar+(~g bdd)" spinType="4" chargeType="-3" colType="0"
7634 m0="500.00000" tau0="1e-05"
7635
7636<p/>particle: id="1095214" name="R0(~g bud)" antiName="Rbar0(~g bud)" spinType="4" chargeType="0" colType="0"
7637 m0="500.00000" tau0="1e-05"
7638
7639<p/>particle: id="1095224" name="R+(~g buu)" antiName="Rbar-(~g buu)" spinType="4" chargeType="3" colType="0"
7640 m0="500.00000" tau0="1e-05"
7641
7642<p/>particle: id="1095314" name="R-(~g bsd)" antiName="Rbar+(~g bsd)" spinType="4" chargeType="-3" colType="0"
7643 m0="500.00000" tau0="1e-05"
7644
7645<p/>particle: id="1095324" name="R0(~g bsu)" antiName="Rbar0(~g bsu)" spinType="4" chargeType="0" colType="0"
7646 m0="500.00000" tau0="1e-05"
7647
7648<p/>particle: id="1095334" name="R-(~g bss)" antiName="Rbar+(~g bss)" spinType="4" chargeType="-3" colType="0"
7649 m0="500.00000" tau0="1e-05"
7650
7651<p/>particle: id="2000001" name="~d_R" antiName="~d_Rbar" spinType="1" chargeType="-1" colType="1"
7652 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7653 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 1"
7654 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 3"
7655 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 5"
7656 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 2"
7657 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 4"
7658 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 6"
7659 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 2"
7660 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 4"
7661 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 6"
7662 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1"
7663 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3"
7664 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5"
7665 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"
7666 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"
7667 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"
7668 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"
7669 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"
7670 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"
7671 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1"
7672 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3"
7673 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5"
7674 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"
7675 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"
7676 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"
7677 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"
7678 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"
7679 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"
7680 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 23"
7681 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 23"
7682 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 23"
7683 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 23"
7684 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 23"
7685 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 25"
7686 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 25"
7687 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 25"
7688 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 25"
7689 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 25"
7690 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 35"
7691 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 35"
7692 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 35"
7693 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 35"
7694 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 35"
7695 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 36"
7696 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 36"
7697 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 36"
7698 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 36"
7699 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 36"
7700 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -24"
7701 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -24"
7702 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -24"
7703 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -24"
7704 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -24"
7705 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -24"
7706 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -37"
7707 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -37"
7708 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -37"
7709 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -37"
7710 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -37"
7711 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -37"
7712 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1"
7713 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"
7714 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5"
7715 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"
7716 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"
7717 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"
7718 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"
7719 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"
7720 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"
7721 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"
7722 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"
7723 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"
7724 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1"
7725 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2"
7726 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3"
7727 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4"
7728 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5"
7729 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6"
7730 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1"
7731 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2"
7732 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3"
7733 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4"
7734 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5"
7735 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6"
7736 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1"
7737 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2"
7738 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3"
7739 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4"
7740 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5"
7741 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6"
7742 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3"
7743 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -5"
7744 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3"
7745 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -5"
7746 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3"
7747 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -5"
7748
7749<p/>particle: id="2000002" name="~u_R" antiName="~u_Rbar" spinType="1" chargeType="2" colType="1"
7750 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7751 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 2"
7752 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 4"
7753 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 6"
7754 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1"
7755 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3"
7756 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5"
7757 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1"
7758 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3"
7759 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5"
7760 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2"
7761 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4"
7762 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6"
7763 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2"
7764 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4"
7765 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6"
7766 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2"
7767 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4"
7768 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6"
7769 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2"
7770 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4"
7771 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6"
7772 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 23"
7773 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 23"
7774 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 23"
7775 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 23"
7776 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 23"
7777 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 25"
7778 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 25"
7779 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 25"
7780 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 25"
7781 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 25"
7782 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 35"
7783 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 35"
7784 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 35"
7785 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 35"
7786 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 35"
7787 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 36"
7788 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 36"
7789 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 36"
7790 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 36"
7791 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 36"
7792 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -24"
7793 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -24"
7794 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -24"
7795 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -24"
7796 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -24"
7797 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -24"
7798 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -37"
7799 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -37"
7800 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -37"
7801 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -37"
7802 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -37"
7803 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -37"
7804 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"
7805 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4"
7806 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6"
7807 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"
7808 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"
7809 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"
7810 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"
7811 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"
7812 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"
7813 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"
7814 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"
7815 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"
7816 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"
7817 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"
7818 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"
7819
7820<p/>particle: id="2000003" name="~s_R" antiName="~s_Rbar" spinType="1" chargeType="-1" colType="1"
7821 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7822 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 1"
7823 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 3"
7824 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 5"
7825 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 2"
7826 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 2"
7827 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 4"
7828 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 4"
7829 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 6"
7830 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 6"
7831 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1"
7832 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3"
7833 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5"
7834 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"
7835 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"
7836 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"
7837 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"
7838 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"
7839 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"
7840 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1"
7841 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3"
7842 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5"
7843 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"
7844 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"
7845 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"
7846 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"
7847 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"
7848 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"
7849 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 23"
7850 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 23"
7851 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 23"
7852 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 23"
7853 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 23"
7854 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 25"
7855 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 25"
7856 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 25"
7857 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 25"
7858 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 25"
7859 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 35"
7860 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 35"
7861 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 35"
7862 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 35"
7863 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 35"
7864 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 36"
7865 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 36"
7866 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 36"
7867 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 36"
7868 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 36"
7869 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -24"
7870 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -24"
7871 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -24"
7872 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -24"
7873 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -24"
7874 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -24"
7875 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -37"
7876 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -37"
7877 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -37"
7878 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -37"
7879 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -37"
7880 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -37"
7881 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1"
7882 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"
7883 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5"
7884 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"
7885 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"
7886 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"
7887 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"
7888 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"
7889 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"
7890 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"
7891 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"
7892 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"
7893 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1"
7894 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2"
7895 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3"
7896 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4"
7897 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5"
7898 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6"
7899 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1"
7900 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2"
7901 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3"
7902 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4"
7903 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5"
7904 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6"
7905 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1"
7906 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2"
7907 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3"
7908 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4"
7909 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5"
7910 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6"
7911 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1"
7912 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -5"
7913 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1"
7914 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -5"
7915 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1"
7916 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -5"
7917
7918<p/>particle: id="2000004" name="~c_R" antiName="~c_Rbar" spinType="1" chargeType="2" colType="1"
7919 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7920 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 2"
7921 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 4"
7922 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 6"
7923 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1"
7924 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3"
7925 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5"
7926 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1"
7927 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3"
7928 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5"
7929 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2"
7930 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4"
7931 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6"
7932 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2"
7933 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4"
7934 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6"
7935 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2"
7936 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4"
7937 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6"
7938 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2"
7939 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4"
7940 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6"
7941 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 23"
7942 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 23"
7943 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 23"
7944 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 23"
7945 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 23"
7946 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 25"
7947 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 25"
7948 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 25"
7949 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 25"
7950 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 25"
7951 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 35"
7952 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 35"
7953 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 35"
7954 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 35"
7955 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 35"
7956 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 36"
7957 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 36"
7958 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 36"
7959 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 36"
7960 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 36"
7961 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -24"
7962 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -24"
7963 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -24"
7964 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -24"
7965 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -24"
7966 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -24"
7967 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -37"
7968 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -37"
7969 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -37"
7970 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -37"
7971 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -37"
7972 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -37"
7973 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"
7974 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4"
7975 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6"
7976 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"
7977 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"
7978 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"
7979 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"
7980 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"
7981 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"
7982 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"
7983 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"
7984 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"
7985 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"
7986 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"
7987 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"
7988
7989<p/>particle: id="2000005" name="~b_2" antiName="~b_2bar" spinType="1" chargeType="-1" colType="1"
7990 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7991 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 1"
7992 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 3"
7993 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 5"
7994 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 2"
7995 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 2"
7996 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 4"
7997 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 4"
7998 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 6"
7999 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 6"
8000 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1"
8001 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3"
8002 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5"
8003 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"
8004 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"
8005 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"
8006 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"
8007 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"
8008 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"
8009 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1"
8010 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3"
8011 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5"
8012 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"
8013 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"
8014 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"
8015 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"
8016 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"
8017 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"
8018 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 23"
8019 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 23"
8020 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 23"
8021 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 23"
8022 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 23"
8023 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 25"
8024 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 25"
8025 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 25"
8026 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 25"
8027 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 25"
8028 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 35"
8029 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 35"
8030 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 35"
8031 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 35"
8032 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 35"
8033 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 36"
8034 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 36"
8035 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 36"
8036 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 36"
8037 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 36"
8038 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -24"
8039 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -24"
8040 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -24"
8041 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -24"
8042 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -24"
8043 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -24"
8044 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -37"
8045 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -37"
8046 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -37"
8047 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -37"
8048 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -37"
8049 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -37"
8050 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1"
8051 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"
8052 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5"
8053 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"
8054 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"
8055 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"
8056 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"
8057 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"
8058 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"
8059 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"
8060 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"
8061 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"
8062 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1"
8063 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2"
8064 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3"
8065 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4"
8066 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5"
8067 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6"
8068 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1"
8069 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2"
8070 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3"
8071 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4"
8072 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5"
8073 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6"
8074 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1"
8075 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2"
8076 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3"
8077 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4"
8078 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5"
8079 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6"
8080 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1"
8081 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3"
8082 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1"
8083 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3"
8084 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1"
8085 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3"
8086
8087<p/>particle: id="2000006" name="~t_2" antiName="~t_2bar" spinType="1" chargeType="2" colType="1"
8088 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
8089 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 2"
8090 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 4"
8091 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 6"
8092 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1"
8093 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3"
8094 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5"
8095 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1"
8096 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3"
8097 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5"
8098 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2"
8099 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4"
8100 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6"
8101 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2"
8102 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4"
8103 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6"
8104 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2"
8105 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4"
8106 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6"
8107 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2"
8108 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4"
8109 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6"
8110 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 23"
8111 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 23"
8112 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 23"
8113 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 23"
8114 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 23"
8115 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 25"
8116 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 25"
8117 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 25"
8118 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 25"
8119 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 25"
8120 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 35"
8121 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 35"
8122 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 35"
8123 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 35"
8124 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 35"
8125 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 36"
8126 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 36"
8127 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 36"
8128 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 36"
8129 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 36"
8130 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -24"
8131 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -24"
8132 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -24"
8133 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -24"
8134 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -24"
8135 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -24"
8136 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -37"
8137 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -37"
8138 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -37"
8139 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -37"
8140 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -37"
8141 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -37"
8142 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"
8143 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4"
8144 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6"
8145 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"
8146 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"
8147 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"
8148 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"
8149 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"
8150 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"
8151 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"
8152 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"
8153 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"
8154 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"
8155 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"
8156 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"
8157
8158<p/>particle: id="2000011" name="~e_R-" antiName="~e_R+" spinType="1" chargeType="-3" colType="0"
8159 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
8160 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 11"
8161 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 12"
8162 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 12"
8163 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 11"
8164 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 11"
8165 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 11"
8166 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 11"
8167 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 23"
8168 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 25"
8169 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 35"
8170 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 36"
8171 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -24"
8172 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -24"
8173 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -37"
8174 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -37"
8175 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13"
8176 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15"
8177 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11"
8178 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15"
8179 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11"
8180 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13"
8181 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 11"
8182 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 13"
8183 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 15"
8184 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 11"
8185 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 13"
8186 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 15"
8187 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"
8188 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"
8189 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"
8190 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"
8191 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"
8192 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"
8193 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"
8194 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"
8195 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"
8196
8197<p/>particle: id="2000012" name="~nu_eR" antiName="~nu_eRbar" spinType="1" chargeType="0" colType="0"
8198 m0="500.00000"
8199
8200<p/>particle: id="2000013" name="~mu_R-" antiName="~mu_R+" spinType="1" chargeType="-3" colType="0"
8201 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
8202 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 13"
8203 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 14"
8204 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 14"
8205 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 13"
8206 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 13"
8207 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 13"
8208 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 13"
8209 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 23"
8210 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 25"
8211 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 35"
8212 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 36"
8213 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -24"
8214 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -24"
8215 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -37"
8216 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -37"
8217 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13"
8218 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15"
8219 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11"
8220 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15"
8221 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11"
8222 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13"
8223 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 11"
8224 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 13"
8225 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 15"
8226 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 11"
8227 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 13"
8228 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 15"
8229 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"
8230 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"
8231 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"
8232 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"
8233 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"
8234 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"
8235 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"
8236 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"
8237 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"
8238
8239<p/>particle: id="2000014" name="~nu_muR" antiName="~nu_muRbar" spinType="1" chargeType="0" colType="0"
8240 m0="500.00000"
8241
8242<p/>particle: id="2000015" name="~tau_2-" antiName="~tau_2+" spinType="1" chargeType="-3" colType="0"
8243 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
8244 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 15"
8245 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 16"
8246 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 16"
8247 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 15"
8248 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 15"
8249 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 15"
8250 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 15"
8251 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 23"
8252 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 25"
8253 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 35"
8254 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 36"
8255 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -24"
8256 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -24"
8257 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -37"
8258 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -37"
8259 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13"
8260 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15"
8261 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11"
8262 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15"
8263 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11"
8264 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13"
8265 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 11"
8266 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 13"
8267 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 15"
8268 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 11"
8269 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 13"
8270 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 15"
8271 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"
8272 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"
8273 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"
8274 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"
8275 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"
8276 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"
8277 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"
8278 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"
8279 <br/> channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"
8280
8281<p/>particle: id="2000016" name="~nu_tauR" antiName="~nu_tauRbar" spinType="1" chargeType="0" colType="0"
8282 m0="500.00000"
8283
8284<p/>particle: id="3000111" name="pi_tc0" spinType="1" chargeType="0" colType="0"
8285 m0="110.00000" mWidth="0.02911" mMin="50.00000" mMax="0.00000"
8286 <br/> channel: onMode="1" bRatio="0.0174310" products="3 -3"
8287 <br/> channel: onMode="1" bRatio="0.0540480" products="4 -4"
8288 <br/> channel: onMode="1" bRatio="0.8576940" products="5 -5"
8289 <br/> channel: onMode="1" bRatio="0.0000000" products="6 -6"
8290 <br/> channel: onMode="1" bRatio="0.0000000" products="11 -11"
8291 <br/> channel: onMode="1" bRatio="0.0002500" products="13 -13"
8292 <br/> channel: onMode="1" bRatio="0.0705780" products="15 -15"
8293 <br/> channel: onMode="1" bRatio="0.0000000" products="21 21"
8294
8295<p/>particle: id="3000113" name="rho_tc0" spinType="3" chargeType="0" colType="0"
8296 m0="210.00000" mWidth="0.86860" mMin="50.00000" mMax="0.00000"
8297 <br/> channel: onMode="1" bRatio="0.1440510" products="24 -24"
8298 <br/> channel: onMode="1" bRatio="0.3519020" products="24 -3000211"
8299 <br/> channel: onMode="1" bRatio="0.3519020" products="3000211 -24"
8300 <br/> channel: onMode="1" bRatio="0.0000000" products="3000211 -3000211"
8301 <br/> channel: onMode="1" bRatio="0.0821070" products="22 3000111"
8302 <br/> channel: onMode="1" bRatio="0.0295660" products="22 3000221"
8303 <br/> channel: onMode="1" bRatio="0.0015110" products="23 3000111"
8304 <br/> channel: onMode="1" bRatio="0.0007260" products="23 3000221"
8305 <br/> channel: onMode="1" bRatio="0.0045180" products="1 -1"
8306 <br/> channel: onMode="1" bRatio="0.0065220" products="2 -2"
8307 <br/> channel: onMode="1" bRatio="0.0045180" products="3 -3"
8308 <br/> channel: onMode="1" bRatio="0.0065220" products="4 -4"
8309 <br/> channel: onMode="1" bRatio="0.0045130" products="5 -5"
8310 <br/> channel: onMode="1" bRatio="0.0000000" products="6 -6"
8311 <br/> channel: onMode="1" bRatio="0.0029080" products="11 -11"
8312 <br/> channel: onMode="1" bRatio="0.0009730" products="12 -12"
8313 <br/> channel: onMode="1" bRatio="0.0029080" products="13 -13"
8314 <br/> channel: onMode="1" bRatio="0.0009730" products="14 -14"
8315 <br/> channel: onMode="1" bRatio="0.0029080" products="15 -15"
8316 <br/> channel: onMode="1" bRatio="0.0009730" products="16 -16"
8317
8318<p/>particle: id="3000211" name="pi_tc+" antiName="pi_tc-" spinType="1" chargeType="3" colType="0"
8319 m0="110.00000" mWidth="0.01741" mMin="50.00000" mMax="0.00000"
8320 <br/> channel: onMode="1" bRatio="0.0227480" products="4 -1"
8321 <br/> channel: onMode="1" bRatio="0.0265760" products="4 -3"
8322 <br/> channel: onMode="1" bRatio="0.3594860" products="2 -5"
8323 <br/> channel: onMode="1" bRatio="0.5615810" products="4 -5"
8324 <br/> channel: onMode="1" bRatio="0.0000000" products="24 5 -5"
8325 <br/> channel: onMode="1" bRatio="0.0000000" products="-11 12"
8326 <br/> channel: onMode="1" bRatio="0.0001040" products="-13 14"
8327 <br/> channel: onMode="1" bRatio="0.0295040" products="-15 16"
8328
8329<p/>particle: id="3000213" name="rho_tc+" antiName="rho_tc-" spinType="3" chargeType="3" colType="0"
8330 m0="210.00000" mWidth="0.62395" mMin="50.00000" mMax="0.00000"
8331 <br/> channel: onMode="1" bRatio="0.1439820" products="24 23"
8332 <br/> channel: onMode="1" bRatio="0.4898880" products="24 3000111"
8333 <br/> channel: onMode="1" bRatio="0.1951000" products="3000211 23"
8334 <br/> channel: onMode="1" bRatio="0.0000000" products="3000211 3000111"
8335 <br/> channel: onMode="1" bRatio="0.1143020" products="3000211 22"
8336 <br/> channel: onMode="1" bRatio="0.0084260" products="24 3000221"
8337 <br/> channel: onMode="1" bRatio="0.0148680" products="-1 2"
8338 <br/> channel: onMode="1" bRatio="0.0007630" products="-1 4"
8339 <br/> channel: onMode="1" bRatio="0.0000000" products="-1 6"
8340 <br/> channel: onMode="1" bRatio="0.0007630" products="-3 2"
8341 <br/> channel: onMode="1" bRatio="0.0148400" products="-3 4"
8342 <br/> channel: onMode="1" bRatio="0.0000030" products="-3 6"
8343 <br/> channel: onMode="1" bRatio="0.0000000" products="-5 2"
8344 <br/> channel: onMode="1" bRatio="0.0000270" products="-5 4"
8345 <br/> channel: onMode="1" bRatio="0.0019450" products="-5 6"
8346 <br/> channel: onMode="1" bRatio="0.0050300" products="-11 12"
8347 <br/> channel: onMode="1" bRatio="0.0050300" products="-13 14"
8348 <br/> channel: onMode="1" bRatio="0.0050300" products="-15 16"
8349
8350<p/>particle: id="3000221" name="pi'_tc0" spinType="1" chargeType="0" colType="0"
8351 m0="110.00000" mWidth="0.04536" mMin="50.00000" mMax="0.00000"
8352 <br/> channel: onMode="1" bRatio="0.0111850" products="3 -3"
8353 <br/> channel: onMode="1" bRatio="0.0346810" products="4 -4"
8354 <br/> channel: onMode="1" bRatio="0.5503540" products="5 -5"
8355 <br/> channel: onMode="1" bRatio="0.0000000" products="6 -6"
8356 <br/> channel: onMode="1" bRatio="0.0000000" products="11 -11"
8357 <br/> channel: onMode="1" bRatio="0.0001600" products="13 -13"
8358 <br/> channel: onMode="1" bRatio="0.0452870" products="15 -15"
8359 <br/> channel: onMode="1" bRatio="0.3583330" products="21 21"
8360
8361<p/>particle: id="3000223" name="omega_tc" spinType="3" chargeType="0" colType="0"
8362 m0="210.00000" mWidth="0.19192" mMin="50.00000" mMax="0.00000"
8363 <br/> channel: onMode="1" bRatio="0.1337760" products="22 3000111"
8364 <br/> channel: onMode="1" bRatio="0.0032840" products="23 3000111"
8365 <br/> channel: onMode="1" bRatio="0.3716900" products="22 3000221"
8366 <br/> channel: onMode="1" bRatio="0.0068380" products="23 3000221"
8367 <br/> channel: onMode="1" bRatio="0.0309540" products="24 -3000211"
8368 <br/> channel: onMode="1" bRatio="0.0309540" products="3000211 -24"
8369 <br/> channel: onMode="1" bRatio="0.0016300" products="24 -24"
8370 <br/> channel: onMode="1" bRatio="0.0000000" products="3000211 -3000211"
8371 <br/> channel: onMode="1" bRatio="0.0472240" products="1 -1"
8372 <br/> channel: onMode="1" bRatio="0.0737370" products="2 -2"
8373 <br/> channel: onMode="1" bRatio="0.0472240" products="3 -3"
8374 <br/> channel: onMode="1" bRatio="0.0737320" products="4 -4"
8375 <br/> channel: onMode="1" bRatio="0.0471790" products="5 -5"
8376 <br/> channel: onMode="1" bRatio="0.0000000" products="6 -6"
8377 <br/> channel: onMode="1" bRatio="0.0347610" products="11 -11"
8378 <br/> channel: onMode="1" bRatio="0.0091660" products="12 -12"
8379 <br/> channel: onMode="1" bRatio="0.0347610" products="13 -13"
8380 <br/> channel: onMode="1" bRatio="0.0091660" products="14 -14"
8381 <br/> channel: onMode="1" bRatio="0.0347590" products="15 -15"
8382 <br/> channel: onMode="1" bRatio="0.0091660" products="16 -16"
8383
8384<p/>particle: id="3000331" name="eta_tc0" spinType="1" chargeType="0" colType="2"
8385 m0="350.00000" mWidth="0.09511" mMin="50.00000" mMax="0.00000"
8386 <br/> channel: onMode="1" bRatio="0.4457810" products="5 -5"
8387 <br/> channel: onMode="1" bRatio="0.0000000" products="6 -6"
8388 <br/> channel: onMode="1" bRatio="0.5542190" products="21 21"
8389
8390<p/>particle: id="3100021" name="V8_tc" spinType="1" chargeType="0" colType="2"
8391 m0="500.00000" mWidth="123.27638" mMin="50.00000" mMax="0.00000"
8392 <br/> channel: onMode="1" bRatio="0.0090690" products="1 -1"
8393 <br/> channel: onMode="1" bRatio="0.0090690" products="2 -2"
8394 <br/> channel: onMode="1" bRatio="0.0090690" products="3 -3"
8395 <br/> channel: onMode="1" bRatio="0.0090690" products="4 -4"
8396 <br/> channel: onMode="1" bRatio="0.5101470" products="5 -5"
8397 <br/> channel: onMode="1" bRatio="0.4535760" products="6 -6"
8398
8399<p/>particle: id="3100111" name="pi_22_1_tc" spinType="1" chargeType="0" colType="0"
8400 m0="125.00000" mWidth="0.02296" mMin="50.00000" mMax="0.00000"
8401 <br/> channel: onMode="1" bRatio="0.0000000" products="1 -1"
8402 <br/> channel: onMode="1" bRatio="0.0000000" products="2 -2"
8403 <br/> channel: onMode="1" bRatio="0.0000000" products="3 -3"
8404 <br/> channel: onMode="1" bRatio="0.0000000" products="4 -4"
8405 <br/> channel: onMode="1" bRatio="0.0000000" products="5 -5"
8406 <br/> channel: onMode="1" bRatio="0.0000000" products="6 -6"
8407 <br/> channel: onMode="1" bRatio="1.0000000" products="21 21"
8408
8409<p/>particle: id="3100113" name="rho_11_tc" spinType="3" chargeType="0" colType="2"
8410 m0="400.00000" mWidth="23.26819" mMin="50.00000" mMax="0.00000"
8411 <br/> channel: onMode="1" bRatio="0.0011280" products="1 -1"
8412 <br/> channel: onMode="1" bRatio="0.0011280" products="2 -2"
8413 <br/> channel: onMode="1" bRatio="0.0011280" products="3 -3"
8414 <br/> channel: onMode="1" bRatio="0.0011280" products="4 -4"
8415 <br/> channel: onMode="1" bRatio="0.5710470" products="5 -5"
8416 <br/> channel: onMode="1" bRatio="0.3822880" products="6 -6"
8417 <br/> channel: onMode="1" bRatio="0.0421530" products="21 21"
8418
8419<p/>particle: id="3200111" name="pi_22_8_tc" spinType="1" chargeType="0" colType="2"
8420 m0="250.00000" mWidth="0.18886" mMin="50.00000" mMax="0.00000"
8421 <br/> channel: onMode="1" bRatio="0.0000000" products="1 -1"
8422 <br/> channel: onMode="1" bRatio="0.0000000" products="2 -2"
8423 <br/> channel: onMode="1" bRatio="0.0000000" products="3 -3"
8424 <br/> channel: onMode="1" bRatio="0.0000000" products="4 -4"
8425 <br/> channel: onMode="1" bRatio="0.0000000" products="5 -5"
8426 <br/> channel: onMode="1" bRatio="0.0000000" products="6 -6"
8427 <br/> channel: onMode="1" bRatio="1.0000000" products="21 21"
8428
8429<p/>particle: id="3200113" name="rho_12_tc" spinType="3" chargeType="0" colType="2"
8430 m0="350.00000" mWidth="2.86306" mMin="50.00000" mMax="0.00000"
8431 <br/> channel: onMode="1" bRatio="0.0165970" products="1 -1"
8432 <br/> channel: onMode="1" bRatio="0.0165970" products="2 -2"
8433 <br/> channel: onMode="1" bRatio="0.0165970" products="3 -3"
8434 <br/> channel: onMode="1" bRatio="0.0165970" products="4 -4"
8435 <br/> channel: onMode="1" bRatio="0.9336100" products="5 -5"
8436 <br/> channel: onMode="1" bRatio="0.0000000" products="6 -6"
8437
8438<p/>particle: id="3300113" name="rho_21_tc" spinType="3" chargeType="0" colType="2"
8439 m0="350.00000"
8440 <br/> channel: onMode="1" bRatio="0.0165970" products="1 -1"
8441 <br/> channel: onMode="1" bRatio="0.0165970" products="2 -2"
8442 <br/> channel: onMode="1" bRatio="0.0165970" products="3 -3"
8443 <br/> channel: onMode="1" bRatio="0.0165970" products="4 -4"
8444 <br/> channel: onMode="1" bRatio="0.9336100" products="5 -5"
8445 <br/> channel: onMode="1" bRatio="0.0000000" products="6 -6"
8446
8447<p/>particle: id="3400113" name="rho_22_tc" spinType="3" chargeType="0" colType="2"
8448 m0="300.00000" mWidth="3.45903" mMin="50.00000" mMax="0.00000"
8449 <br/> channel: onMode="1" bRatio="0.0551500" products="1 -1"
8450 <br/> channel: onMode="1" bRatio="0.0551500" products="2 -2"
8451 <br/> channel: onMode="1" bRatio="0.0551500" products="3 -3"
8452 <br/> channel: onMode="1" bRatio="0.0551500" products="4 -4"
8453 <br/> channel: onMode="1" bRatio="0.3446900" products="5 -5"
8454 <br/> channel: onMode="1" bRatio="0.0000000" products="6 -6"
8455 <br/> channel: onMode="1" bRatio="0.2289980" products="21 21"
8456 <br/> channel: onMode="1" bRatio="0.1642080" products="3100111 21"
8457 <br/> channel: onMode="1" bRatio="0.0415030" products="3200111 21"
8458
8459<p/>particle: id="4000001" name="d*" antiName="d*bar" spinType="2" chargeType="-1" colType="1"
8460 m0="400.00000" mWidth="2.59359" mMin="50.00000" mMax="0.00000"
8461 <br/> channel: onMode="1" bRatio="0.8509730" products="21 1"
8462 <br/> channel: onMode="1" bRatio="0.0054110" products="22 1"
8463 <br/> channel: onMode="1" bRatio="0.0450250" products="23 1"
8464 <br/> channel: onMode="1" bRatio="0.0985910" products="-24 2"
8465
8466<p/>particle: id="4000002" name="u*" antiName="u*bar" spinType="2" chargeType="2" colType="1"
8467 m0="400.00000" mWidth="2.59687" mMin="50.00000" mMax="0.00000"
8468 <br/> channel: onMode="1" bRatio="0.8498980" products="21 2"
8469 <br/> channel: onMode="1" bRatio="0.0216170" products="22 2"
8470 <br/> channel: onMode="1" bRatio="0.0300180" products="23 2"
8471 <br/> channel: onMode="1" bRatio="0.0984660" products="24 1"
8472
8473<p/>particle: id="4000003" name="s*" antiName="s*bar" spinType="2" chargeType="-1" colType="1"
8474 m0="400.00000" mWidth="2.59359" mMin="50.00000" mMax="0.00000"
8475 <br/> channel: onMode="1" bRatio="0.8509730" products="21 3"
8476 <br/> channel: onMode="1" bRatio="0.0054110" products="22 3"
8477 <br/> channel: onMode="1" bRatio="0.0450250" products="23 3"
8478 <br/> channel: onMode="1" bRatio="0.0985910" products="-24 4"
8479
8480<p/>particle: id="4000004" name="c*" antiName="c*bar" spinType="2" chargeType="2" colType="1"
8481 m0="400.00000" mWidth="2.59687" mMin="50.00000" mMax="0.00000"
8482 <br/> channel: onMode="1" bRatio="0.8498980" products="21 4"
8483 <br/> channel: onMode="1" bRatio="0.0216170" products="22 4"
8484 <br/> channel: onMode="1" bRatio="0.0300180" products="23 4"
8485 <br/> channel: onMode="1" bRatio="0.0984660" products="24 3"
8486
8487<p/>particle: id="4000005" name="b*" antiName="b*bar" spinType="2" chargeType="-1" colType="1"
8488 m0="400.00000" mWidth="2.59359" mMin="50.00000" mMax="0.00000"
8489 <br/> channel: onMode="1" bRatio="0.8509730" products="21 5"
8490 <br/> channel: onMode="1" bRatio="0.0054110" products="22 5"
8491 <br/> channel: onMode="1" bRatio="0.0450250" products="23 5"
8492 <br/> channel: onMode="1" bRatio="0.0985910" products="-24 6"
8493
8494<p/>particle: id="4000006" name="t*" antiName="t*bar" spinType="2" chargeType="2" colType="1"
8495 m0="400.00000" mWidth="2.59687" mMin="50.00000" mMax="0.00000"
8496 <br/> channel: onMode="1" bRatio="0.8498980" products="21 6"
8497 <br/> channel: onMode="1" bRatio="0.0216170" products="22 6"
8498 <br/> channel: onMode="1" bRatio="0.0300180" products="23 6"
8499 <br/> channel: onMode="1" bRatio="0.0984660" products="24 5"
8500
8501<p/>particle: id="4000011" name="e*-" antiName="e*bar+" spinType="2" chargeType="-3" colType="0"
8502 m0="400.00000" mWidth="0.42896" mMin="50.00000" mMax="0.00000"
8503 <br/> channel: onMode="1" bRatio="0.2944480" products="22 11"
8504 <br/> channel: onMode="1" bRatio="0.1094500" products="23 11"
8505 <br/> channel: onMode="1" bRatio="0.5961020" products="-24 12"
8506
8507<p/>particle: id="4000012" name="nu*_e0" antiName="nu*_ebar0" spinType="2" chargeType="0" colType="0"
8508 m0="400.00000" mWidth="0.41912" mMin="50.00000" mMax="0.00000"
8509 <br/> channel: onMode="1" bRatio="0.3899060" products="23 12"
8510 <br/> channel: onMode="1" bRatio="0.6100940" products="24 11"
8511
8512<p/>particle: id="4000013" name="mu*-" antiName="mu*bar+" spinType="2" chargeType="-3" colType="0"
8513 m0="400.00000" mWidth="0.42896" mMin="50.00000" mMax="0.00000"
8514 <br/> channel: onMode="1" bRatio="0.2944480" products="22 13"
8515 <br/> channel: onMode="1" bRatio="0.1094500" products="23 13"
8516 <br/> channel: onMode="1" bRatio="0.5961020" products="-24 14"
8517
8518<p/>particle: id="4000014" name="nu*_mu0" antiName="nu*_mubar0" spinType="2" chargeType="0" colType="0"
8519 m0="400.00000" mWidth="0.41912" mMin="50.00000" mMax="0.00000"
8520 <br/> channel: onMode="1" bRatio="0.3899060" products="23 14"
8521 <br/> channel: onMode="1" bRatio="0.6100940" products="24 13"
8522
8523<p/>particle: id="4000015" name="tau*-" antiName="tau*bar+" spinType="2" chargeType="-3" colType="0"
8524 m0="400.00000" mWidth="0.42896" mMin="50.00000" mMax="0.00000"
8525 <br/> channel: onMode="1" bRatio="0.2944480" products="22 15"
8526 <br/> channel: onMode="1" bRatio="0.1094500" products="23 15"
8527 <br/> channel: onMode="1" bRatio="0.5961020" products="-24 16"
8528
8529<p/>particle: id="4000016" name="nu*_tau0" antiName="nu*_taubar0" spinType="2" chargeType="0" colType="0"
8530 m0="400.00000" mWidth="0.41912" mMin="50.00000" mMax="0.00000"
8531 <br/> channel: onMode="1" bRatio="0.3899060" products="23 16"
8532 <br/> channel: onMode="1" bRatio="0.6100940" products="24 15"
8533
8534<p/>particle: id="4900001" name="Dv" antiName="Dvbar" spinType="2" chargeType="-1" colType="1"
8535 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
8536 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="1 4900101"
8537
8538<p/>particle: id="4900002" name="Uv" antiName="Uvbar" spinType="2" chargeType="2" colType="1"
8539 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
8540 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="2 4900101"
8541
8542<p/>particle: id="4900003" name="Sv" antiName="Svbar" spinType="2" chargeType="-1" colType="1"
8543 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
8544 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="3 4900101"
8545
8546<p/>particle: id="4900004" name="Cv" antiName="Cvbar" spinType="2" chargeType="2" colType="1"
8547 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
8548 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="4 4900101"
8549
8550<p/>particle: id="4900005" name="Bv" antiName="Bvbar" spinType="2" chargeType="-1" colType="1"
8551 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
8552 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="5 4900101"
8553
8554<p/>particle: id="4900006" name="Tv" antiName="Tvbar" spinType="2" chargeType="2" colType="1"
8555 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
8556 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="6 4900101"
8557
8558<p/>particle: id="4900011" name="Ev" antiName="Evbar" spinType="2" chargeType="-3" colType="0"
8559 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
8560 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="11 4900101"
8561
8562<p/>particle: id="4900012" name="nuEv" antiName="nuEvbar" spinType="2" chargeType="0" colType="0"
8563 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
8564 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="12 4900101"
8565
8566<p/>particle: id="4900013" name="MUv" antiName="MUvbar" spinType="2" chargeType="-3" colType="0"
8567 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
8568 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="13 4900101"
8569
8570<p/>particle: id="4900014" name="nuMUv" antiName="nuMUvbar" spinType="2" chargeType="0" colType="0"
8571 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
8572 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="14 4900101"
8573
8574<p/>particle: id="4900015" name="TAUv" antiName="TAUvbar" spinType="2" chargeType="-3" colType="0"
8575 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
8576 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="15 4900101"
8577
8578<p/>particle: id="4900016" name="nuTAUv" antiName="nuTAUvbar" spinType="2" chargeType="0" colType="0"
8579 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
8580 <br/> channel: onMode="1" bRatio="1.0000000" meMode="103" products="16 4900101"
8581
8582<p/>particle: id="4900021" name="gv" spinType="3" chargeType="0" colType="0"
8583 m0="0.00000"
8584
8585<p/>particle: id="4900022" name="gammav" spinType="3" chargeType="0" colType="0"
8586 m0="0.00000"
8587 <br/> channel: onMode="0" bRatio="0.05" meMode="91" products="1 -1"
8588 <br/> channel: onMode="0" bRatio="0.20" meMode="91" products="2 -2"
8589 <br/> channel: onMode="0" bRatio="0.05" meMode="91" products="3 -3"
8590 <br/> channel: onMode="0" bRatio="0.20" meMode="91" products="4 -4"
8591 <br/> channel: onMode="0" bRatio="0.05" meMode="91" products="5 -5"
8592 <br/> channel: onMode="0" bRatio="0.15" meMode="91" products="11 -11"
8593 <br/> channel: onMode="0" bRatio="0.00" meMode="91" products="12 -12"
8594 <br/> channel: onMode="0" bRatio="0.15" meMode="91" products="13 -13"
8595 <br/> channel: onMode="0" bRatio="0.00" meMode="91" products="14 -14"
8596 <br/> channel: onMode="0" bRatio="0.15" meMode="91" products="15 -15"
8597 <br/> channel: onMode="0" bRatio="0.00" meMode="91" products="16 -16"
8598
8599<p/>particle: id="4900023" name="Zv" spinType="3" chargeType="0" colType="0"
8600 m0="1000.00000" mWidth="20.00000" mMin="100.00000" mMax="0.00000"
8601 <br/> channel: onMode="1" bRatio="0.075" meMode="102" products="1 -1"
8602 <br/> channel: onMode="1" bRatio="0.075" meMode="102" products="2 -2"
8603 <br/> channel: onMode="1" bRatio="0.075" meMode="102" products="3 -3"
8604 <br/> channel: onMode="1" bRatio="0.075" meMode="102" products="4 -4"
8605 <br/> channel: onMode="1" bRatio="0.075" meMode="102" products="5 -5"
8606 <br/> channel: onMode="1" bRatio="0.075" meMode="102" products="6 -6"
8607 <br/> channel: onMode="1" bRatio="0.025" meMode="102" products="11 -11"
8608 <br/> channel: onMode="1" bRatio="0.025" meMode="102" products="12 -12"
8609 <br/> channel: onMode="1" bRatio="0.025" meMode="102" products="13 -13"
8610 <br/> channel: onMode="1" bRatio="0.025" meMode="102" products="14 -14"
8611 <br/> channel: onMode="1" bRatio="0.025" meMode="102" products="15 -15"
8612 <br/> channel: onMode="1" bRatio="0.025" meMode="102" products="16 -16"
8613 <br/> channel: onMode="1" bRatio="0.400" meMode="102" products="4900101 -4900101"
8614
8615<p/>particle: id="4900101" name="qv" antiName="qvbar" spinType="1" chargeType="0" colType="0"
8616 m0="100.00000"
8617
8618<p/>particle: id="4900111" name="pivDiag" spinType="1" chargeType="0" colType="0"
8619 m0="10.00000"
8620 <br/> channel: onMode="0" bRatio="1.23e-6" meMode="91" products="1 -1"
8621 <br/> channel: onMode="0" bRatio="4.96e-7" meMode="91" products="2 -2"
8622 <br/> channel: onMode="0" bRatio="0.000492" meMode="91" products="3 -3"
8623 <br/> channel: onMode="0" bRatio="0.079384" meMode="91" products="4 -4"
8624 <br/> channel: onMode="0" bRatio="0.8679713" meMode="91" products="5 -5"
8625 <br/> channel: onMode="0" bRatio="4.0e-9" meMode="91" products="11 -11"
8626 <br/> channel: onMode="0" bRatio="0.00" meMode="91" products="12 -12"
8627 <br/> channel: onMode="0" bRatio="0.000184" meMode="91" products="13 -13"
8628 <br/> channel: onMode="0" bRatio="0.00" meMode="91" products="14 -14"
8629 <br/> channel: onMode="0" bRatio="0.051967" meMode="91" products="15 -15"
8630 <br/> channel: onMode="0" bRatio="0.00" meMode="91" products="16 -16"
8631
8632<p/>particle: id="4900113" name="rhovDiag" spinType="3" chargeType="0" colType="0"
8633 m0="10.00000"
8634 <br/> channel: onMode="0" bRatio="0.05" meMode="91" products="1 -1"
8635 <br/> channel: onMode="0" bRatio="0.20" meMode="91" products="2 -2"
8636 <br/> channel: onMode="0" bRatio="0.05" meMode="91" products="3 -3"
8637 <br/> channel: onMode="0" bRatio="0.20" meMode="91" products="4 -4"
8638 <br/> channel: onMode="0" bRatio="0.05" meMode="91" products="5 -5"
8639 <br/> channel: onMode="0" bRatio="0.15" meMode="91" products="11 -11"
8640 <br/> channel: onMode="0" bRatio="0.00" meMode="91" products="12 -12"
8641 <br/> channel: onMode="0" bRatio="0.15" meMode="91" products="13 -13"
8642 <br/> channel: onMode="0" bRatio="0.00" meMode="91" products="14 -14"
8643 <br/> channel: onMode="0" bRatio="0.15" meMode="91" products="15 -15"
8644 <br/> channel: onMode="0" bRatio="0.00" meMode="91" products="16 -16"
8645
8646<p/>particle: id="4900211" name="pivUp" antiName="pivDn" spinType="1" chargeType="0" colType="0"
8647 m0="10.00000"
8648
8649<p/>particle: id="4900213" name="rhovUp" antiName="rhovDn" spinType="3" chargeType="0" colType="0"
8650 m0="10.00000"
8651
8652<p/>particle: id="4900991" name="ggv" spinType="1" chargeType="0" colType="0"
8653 m0="1.00000"
8654
8655<p/>particle: id="5000023" name="Z_KK" spinType="3" chargeType="0" colType="0"
8656 m0="4000.00000" mWidth="240.00000" mMin="1000.00000" mMax="0.00000"
8657
8658<p/>particle: id="5000039" name="Graviton" spinType="5" chargeType="0" colType="0"
8659 m0="0.00000"
8660
8661<p/>particle: id="5100021" name="KKgluon*" spinType="3" chargeType="0" colType="2"
8662 m0="1.000e+03" mWidth="1.7e02" mMin="5.000e+01" mMax="0.000e+00"
8663 <br/> channel: onMode="1" bRatio="0.005" products="1 -1"
8664 <br/> channel: onMode="1" bRatio="0.005" products="2 -2"
8665 <br/> channel: onMode="1" bRatio="0.005" products="3 -3"
8666 <br/> channel: onMode="1" bRatio="0.005" products="4 -4"
8667 <br/> channel: onMode="1" bRatio="0.055" products="5 -5"
8668 <br/> channel: onMode="1" bRatio="0.925" products="6 -6"
8669
8670<p/>particle: id="5100039" name="Graviton*" spinType="5" chargeType="0" colType="0"
8671 m0="1.000e+03" mWidth="1.415e-01" mMin="5.000e+01" mMax="0.000e+00"
8672 <br/> channel: onMode="1" bRatio="0.0633000" products="1 -1"
8673 <br/> channel: onMode="1" bRatio="0.0633000" products="2 -2"
8674 <br/> channel: onMode="1" bRatio="0.0633000" products="3 -3"
8675 <br/> channel: onMode="1" bRatio="0.0632990" products="4 -4"
8676 <br/> channel: onMode="1" bRatio="0.0632950" products="5 -5"
8677 <br/> channel: onMode="1" bRatio="0.0562810" products="6 -6"
8678 <br/> channel: onMode="1" bRatio="0.0204950" products="11 -11"
8679 <br/> channel: onMode="1" bRatio="0.0204950" products="12 -12"
8680 <br/> channel: onMode="1" bRatio="0.0204950" products="13 -13"
8681 <br/> channel: onMode="1" bRatio="0.0204950" products="14 -14"
8682 <br/> channel: onMode="1" bRatio="0.0204950" products="15 -15"
8683 <br/> channel: onMode="1" bRatio="0.0204950" products="16 -16"
8684 <br/> channel: onMode="1" bRatio="0.3279190" products="21 21"
8685 <br/> channel: onMode="1" bRatio="0.0409900" products="22 22"
8686 <br/> channel: onMode="1" bRatio="0.0452360" products="23 23"
8687 <br/> channel: onMode="1" bRatio="0.0901120" products="24 -24"
8688 <br/> channel: onMode="1" bRatio="0.0" products="25 25"
8689
8690<p/>particle: id="9000111" name="a_0(980)0" spinType="1" chargeType="0" colType="0"
8691 m0="0.98350" mWidth="0.06000" mMin="0.70000" mMax="1.50000"
8692 <br/> channel: onMode="1" bRatio="0.9000000" products="221 111"
8693 <br/> channel: onMode="1" bRatio="0.0250000" products="130 130"
8694 <br/> channel: onMode="1" bRatio="0.0250000" products="310 310"
8695 <br/> channel: onMode="1" bRatio="0.0500000" products="321 -321"
8696
8697<p/>particle: id="9000211" name="a_0(980)+" antiName="a_0(980)-" spinType="1" chargeType="3" colType="0"
8698 m0="0.98350" mWidth="0.06000" mMin="0.70000" mMax="1.50000"
8699 <br/> channel: onMode="1" bRatio="0.9000000" products="221 211"
8700 <br/> channel: onMode="1" bRatio="0.1000000" products="321 311"
8701
8702<p/>particle: id="9010221" name="f_0(980)" spinType="1" chargeType="0" colType="0"
8703 m0="1.00000"
8704 <br/> channel: onMode="1" bRatio="0.5200000" products="211 -211"
8705 <br/> channel: onMode="1" bRatio="0.2600000" products="111 111"
8706 <br/> channel: onMode="1" bRatio="0.1100000" products="321 -321"
8707 <br/> channel: onMode="1" bRatio="0.0550000" products="130 130"
8708 <br/> channel: onMode="1" bRatio="0.0550000" products="310 310"
8709
8710<p/>particle: id="9900012" name="nu_Re" spinType="2" chargeType="0" colType="0"
8711 m0="500.00000" mWidth="0.00098" mMin="50.00000" mMax="0.00000"
8712 <br/> channel: onMode="1" bRatio="0.1987400" products="11 -1 2"
8713 <br/> channel: onMode="1" bRatio="0.0102040" products="11 -1 4"
8714 <br/> channel: onMode="1" bRatio="0.0000030" products="11 -1 6"
8715 <br/> channel: onMode="1" bRatio="0.0102050" products="11 -3 2"
8716 <br/> channel: onMode="1" bRatio="0.1983560" products="11 -3 4"
8717 <br/> channel: onMode="1" bRatio="0.0001510" products="11 -3 6"
8718 <br/> channel: onMode="1" bRatio="0.0000060" products="11 -5 2"
8719 <br/> channel: onMode="1" bRatio="0.0003670" products="11 -5 4"
8720 <br/> channel: onMode="1" bRatio="0.0819670" products="11 -5 6"
8721 <br/> channel: onMode="1" bRatio="0.1987400" products="-11 1 -2"
8722 <br/> channel: onMode="1" bRatio="0.0102040" products="-11 1 -4"
8723 <br/> channel: onMode="1" bRatio="0.0000030" products="-11 1 -6"
8724 <br/> channel: onMode="1" bRatio="0.0102050" products="-11 3 -2"
8725 <br/> channel: onMode="1" bRatio="0.1983560" products="-11 3 -4"
8726 <br/> channel: onMode="1" bRatio="0.0001510" products="-11 3 -6"
8727 <br/> channel: onMode="1" bRatio="0.0000060" products="-11 5 -2"
8728 <br/> channel: onMode="1" bRatio="0.0003670" products="-11 5 -4"
8729 <br/> channel: onMode="1" bRatio="0.0819670" products="-11 5 -6"
8730 <br/> channel: onMode="1" bRatio="0.0000000" products="11 -13 9900014"
8731 <br/> channel: onMode="1" bRatio="0.0000000" products="-11 13 9900014"
8732 <br/> channel: onMode="1" bRatio="0.0000000" products="11 -15 9900016"
8733 <br/> channel: onMode="1" bRatio="0.0000000" products="-11 15 9900016"
8734
8735<p/>particle: id="9900014" name="nu_Rmu" spinType="2" chargeType="0" colType="0"
8736 m0="500.00000" mWidth="0.00098" mMin="50.00000" mMax="0.00000"
8737 <br/> channel: onMode="1" bRatio="0.1987760" products="13 -1 2"
8738 <br/> channel: onMode="1" bRatio="0.0102060" products="13 -1 4"
8739 <br/> channel: onMode="1" bRatio="0.0000030" products="13 -1 6"
8740 <br/> channel: onMode="1" bRatio="0.0102070" products="13 -3 2"
8741 <br/> channel: onMode="1" bRatio="0.1983900" products="13 -3 4"
8742 <br/> channel: onMode="1" bRatio="0.0001510" products="13 -3 6"
8743 <br/> channel: onMode="1" bRatio="0.0000060" products="13 -5 2"
8744 <br/> channel: onMode="1" bRatio="0.0003670" products="13 -5 4"
8745 <br/> channel: onMode="1" bRatio="0.0818930" products="13 -5 6"
8746 <br/> channel: onMode="1" bRatio="0.1987760" products="-13 1 -2"
8747 <br/> channel: onMode="1" bRatio="0.0102060" products="-13 1 -4"
8748 <br/> channel: onMode="1" bRatio="0.0000030" products="-13 1 -6"
8749 <br/> channel: onMode="1" bRatio="0.0102070" products="-13 3 -2"
8750 <br/> channel: onMode="1" bRatio="0.1983900" products="-13 3 -4"
8751 <br/> channel: onMode="1" bRatio="0.0001510" products="-13 3 -6"
8752 <br/> channel: onMode="1" bRatio="0.0000060" products="-13 5 -2"
8753 <br/> channel: onMode="1" bRatio="0.0003670" products="-13 5 -4"
8754 <br/> channel: onMode="1" bRatio="0.0818930" products="-13 5 -6"
8755 <br/> channel: onMode="1" bRatio="0.0000000" products="13 -11 9900012"
8756 <br/> channel: onMode="1" bRatio="0.0000000" products="-13 11 9900012"
8757 <br/> channel: onMode="1" bRatio="0.0000000" products="13 -15 9900016"
8758 <br/> channel: onMode="1" bRatio="0.0000000" products="-13 15 9900016"
8759
8760<p/>particle: id="9900016" name="nu_Rtau" spinType="2" chargeType="0" colType="0"
8761 m0="500.00000" mWidth="0.00097" mMin="50.00000" mMax="0.00000"
8762 <br/> channel: onMode="1" bRatio="0.1993440" products="15 -1 2"
8763 <br/> channel: onMode="1" bRatio="0.0102340" products="15 -1 4"
8764 <br/> channel: onMode="1" bRatio="0.0000030" products="15 -1 6"
8765 <br/> channel: onMode="1" bRatio="0.0102360" products="15 -3 2"
8766 <br/> channel: onMode="1" bRatio="0.1989280" products="15 -3 4"
8767 <br/> channel: onMode="1" bRatio="0.0001490" products="15 -3 6"
8768 <br/> channel: onMode="1" bRatio="0.0000060" products="15 -5 2"
8769 <br/> channel: onMode="1" bRatio="0.0003680" products="15 -5 4"
8770 <br/> channel: onMode="1" bRatio="0.0807330" products="15 -5 6"
8771 <br/> channel: onMode="1" bRatio="0.1993440" products="-15 1 -2"
8772 <br/> channel: onMode="1" bRatio="0.0102340" products="-15 1 -4"
8773 <br/> channel: onMode="1" bRatio="0.0000030" products="-15 1 -6"
8774 <br/> channel: onMode="1" bRatio="0.0102360" products="-15 3 -2"
8775 <br/> channel: onMode="1" bRatio="0.1989280" products="-15 3 -4"
8776 <br/> channel: onMode="1" bRatio="0.0001490" products="-15 3 -6"
8777 <br/> channel: onMode="1" bRatio="0.0000060" products="-15 5 -2"
8778 <br/> channel: onMode="1" bRatio="0.0003680" products="-15 5 -4"
8779 <br/> channel: onMode="1" bRatio="0.0807330" products="-15 5 -6"
8780 <br/> channel: onMode="1" bRatio="0.0000000" products="15 -11 9900012"
8781 <br/> channel: onMode="1" bRatio="0.0000000" products="-15 11 9900012"
8782 <br/> channel: onMode="1" bRatio="0.0000000" products="15 -13 9900014"
8783 <br/> channel: onMode="1" bRatio="0.0000000" products="-15 13 9900014"
8784
8785<p/>particle: id="9900023" name="Z_R0" spinType="3" chargeType="0" colType="0"
8786 m0="1.200e+03" mWidth="2.672e+01" mMin="5.000e+01" mMax="0.000e+00"
8787 <br/> channel: onMode="1" bRatio="0.1847380" products="1 -1"
8788 <br/> channel: onMode="1" bRatio="0.1045880" products="2 -2"
8789 <br/> channel: onMode="1" bRatio="0.1847380" products="3 -3"
8790 <br/> channel: onMode="1" bRatio="0.1045870" products="4 -4"
8791 <br/> channel: onMode="1" bRatio="0.1847310" products="5 -5"
8792 <br/> channel: onMode="1" bRatio="0.0958200" products="6 -6"
8793 <br/> channel: onMode="1" bRatio="0.0229020" products="11 -11"
8794 <br/> channel: onMode="1" bRatio="0.0084290" products="12 -12"
8795 <br/> channel: onMode="1" bRatio="0.0156020" products="9900012 9900012"
8796 <br/> channel: onMode="1" bRatio="0.0229020" products="13 -13"
8797 <br/> channel: onMode="1" bRatio="0.0084290" products="14 -14"
8798 <br/> channel: onMode="1" bRatio="0.0156020" products="9900014 9900014"
8799 <br/> channel: onMode="1" bRatio="0.0229020" products="15 -15"
8800 <br/> channel: onMode="1" bRatio="0.0084290" products="16 -16"
8801 <br/> channel: onMode="1" bRatio="0.0156020" products="9900016 9900016"
8802
8803<p/>particle: id="9900024" name="W_R+" antiName="W_R-" spinType="3" chargeType="3" colType="0"
8804 m0="750.00000" mWidth="21.74916" mMin="50.00000" mMax="0.00000"
8805 <br/> channel: onMode="1" bRatio="0.2895900" products="-1 2"
8806 <br/> channel: onMode="1" bRatio="0.0148700" products="-1 4"
8807 <br/> channel: onMode="1" bRatio="0.0000080" products="-1 6"
8808 <br/> channel: onMode="1" bRatio="0.0148700" products="-3 2"
8809 <br/> channel: onMode="1" bRatio="0.2890610" products="-3 4"
8810 <br/> channel: onMode="1" bRatio="0.0004920" products="-3 6"
8811 <br/> channel: onMode="1" bRatio="0.0000090" products="-5 2"
8812 <br/> channel: onMode="1" bRatio="0.0005360" products="-5 4"
8813 <br/> channel: onMode="1" bRatio="0.2791100" products="-5 6"
8814 <br/> channel: onMode="1" bRatio="0.0371510" products="-11 9900012"
8815 <br/> channel: onMode="1" bRatio="0.0371510" products="-13 9900014"
8816 <br/> channel: onMode="1" bRatio="0.0371500" products="-15 9900016"
8817
8818<p/>particle: id="9900041" name="H_L++" antiName="H_L--" spinType="1" chargeType="6" colType="0"
8819 m0="200.00000" mWidth="0.88159" mMin="50.00000" mMax="0.00000"
8820 <br/> channel: onMode="1" bRatio="0.0902660" products="-11 -11"
8821 <br/> channel: onMode="1" bRatio="0.0018050" products="-11 -13"
8822 <br/> channel: onMode="1" bRatio="0.0018050" products="-11 -15"
8823 <br/> channel: onMode="1" bRatio="0.0902660" products="-13 -13"
8824 <br/> channel: onMode="1" bRatio="0.0018050" products="-13 -15"
8825 <br/> channel: onMode="1" bRatio="0.8122630" products="-15 -15"
8826 <br/> channel: onMode="1" bRatio="0.0017900" products="24 24"
8827
8828<p/>particle: id="9900042" name="H_R++" antiName="H_R--" spinType="1" chargeType="6" colType="0"
8829 m0="200.00000" mWidth="0.88001" mMin="50.00000" mMax="0.00000"
8830 <br/> channel: onMode="1" bRatio="0.0904280" products="-11 -11"
8831 <br/> channel: onMode="1" bRatio="0.0018090" products="-11 -13"
8832 <br/> channel: onMode="1" bRatio="0.0018080" products="-11 -15"
8833 <br/> channel: onMode="1" bRatio="0.0904280" products="-13 -13"
8834 <br/> channel: onMode="1" bRatio="0.0018080" products="-13 -15"
8835 <br/> channel: onMode="1" bRatio="0.8137200" products="-15 -15"
8836 <br/> channel: onMode="1" bRatio="0.0000000" products="9900024 9900024"
8837
8838<p/>particle: id="9900110" name="rho_diff0" spinType="0" chargeType="0" colType="0"
8839 m0="0.00000"
8840
8841<p/>particle: id="9900210" name="pi_diffr+" antiName="pi_diffr-" spinType="0" chargeType="3" colType="0"
8842 m0="0.00000"
8843
8844<p/>particle: id="9900220" name="omega_di" spinType="0" chargeType="0" colType="0"
8845 m0="0.00000"
8846
8847<p/>particle: id="9900330" name="phi_diff" spinType="0" chargeType="0" colType="0"
8848 m0="0.00000"
8849
8850<p/>particle: id="9900440" name="J/psi_di" spinType="0" chargeType="0" colType="0"
8851 m0="0.00000"
8852
8853<p/>particle: id="9900441" name="ccbar[1S0(8)]" spinType="1" chargeType="0" colType="2"
8854 m0="3.10000" mWidth="0.01000" mMin="3.10000" mMax="3.10000"
8855 <br/> channel: onMode="1" bRatio="1.0000000" products="443 21"
8856
8857<p/>particle: id="9900443" name="ccbar[3S1(8)]" spinType="3" chargeType="0" colType="2"
8858 m0="3.10000" mWidth="0.01000" mMin="3.10000" mMax="3.10000"
8859 <br/> channel: onMode="1" bRatio="1.0000000" products="443 21"
8860
8861<p/>particle: id="9900551" name="bbbar[1S0(8)]" spinType="1" chargeType="0" colType="2"
8862 m0="9.50000" mWidth="0.01000" mMin="9.50000" mMax="9.50000"
8863 <br/> channel: onMode="1" bRatio="1.0000000" products="553 21"
8864
8865<p/>particle: id="9900553" name="bbbar[3S1(8)]" spinType="3" chargeType="0" colType="2"
8866 m0="9.50000" mWidth="0.01000" mMin="9.50000" mMax="9.50000"
8867 <br/> channel: onMode="1" bRatio="1.0000000" products="553 21"
8868
8869<p/>particle: id="9902110" name="n_diffr0" antiName="n_diffrbar0" spinType="0" chargeType="0" colType="0"
8870 m0="0.00000"
8871
8872<p/>particle: id="9902210" name="p_diffr+" antiName="p_diffrbar-" spinType="0" chargeType="3" colType="0"
8873 m0="0.00000"
8874
8875<p/>particle: id="9910441" name="ccbar[3P0(8)]" spinType="1" chargeType="0" colType="2"
8876 m0="3.10000" mWidth="0.01000" mMin="3.10000" mMax="3.10000"
8877 <br/> channel: onMode="1" bRatio="1.0000000" products="443 21"
8878
8879<p/>particle: id="9910551" name="bbbar[3P0(8)]" spinType="1" chargeType="0" colType="2"
8880 m0="9.50000" mWidth="0.01000" mMin="9.50000" mMax="9.50000"
8881 <br/> channel: onMode="1" bRatio="1.0000000" products="553 21"
8882
8883<input type="hidden" name="saved" value="1"/>
8884
8885<?php
8886echo "<input type='hidden' name='filepath' value='".$_GET["filepath"]."'/>"?>
8887
8888<table width="100%"><tr><td align="right"><input type="submit" value="Save Settings" /></td></tr></table>
8889</form>
8890
8891<?php
8892
8893if($_POST["saved"] == 1)
8894{
8895$filepath = $_POST["filepath"];
8896$handle = fopen($filepath, 'a');
8897
8898if($_POST["1"] != "4")
8899{
8900$data = "ParticleData:modeBreitWigner = ".$_POST["1"]."\n";
8901fwrite($handle,$data);
8902}
8903if($_POST["2"] != "2.5")
8904{
8905$data = "ParticleData:maxEnhanceBW = ".$_POST["2"]."\n";
8906fwrite($handle,$data);
8907}
8908if($_POST["3"] != "0.006")
8909{
8910$data = "ParticleData:mdRun = ".$_POST["3"]."\n";
8911fwrite($handle,$data);
8912}
8913if($_POST["4"] != "0.003")
8914{
8915$data = "ParticleData:muRun = ".$_POST["4"]."\n";
8916fwrite($handle,$data);
8917}
8918if($_POST["5"] != "0.095")
8919{
8920$data = "ParticleData:msRun = ".$_POST["5"]."\n";
8921fwrite($handle,$data);
8922}
8923if($_POST["6"] != "1.25")
8924{
8925$data = "ParticleData:mcRun = ".$_POST["6"]."\n";
8926fwrite($handle,$data);
8927}
8928if($_POST["7"] != "4.20")
8929{
8930$data = "ParticleData:mbRun = ".$_POST["7"]."\n";
8931fwrite($handle,$data);
8932}
8933if($_POST["8"] != "165.0")
8934{
8935$data = "ParticleData:mtRun = ".$_POST["8"]."\n";
8936fwrite($handle,$data);
8937}
8938if($_POST["9"] != "0.125")
8939{
8940$data = "ParticleData:alphaSvalueMRun = ".$_POST["9"]."\n";
8941fwrite($handle,$data);
8942}
8943fclose($handle);
8944}
8945
8946?>
8947</body>
8948</html>
8949
8950<!-- Copyright (C) 2012 Torbjorn Sjostrand -->