~ubuntu-branches/ubuntu/trusty/pythia8/trusty-proposed

« back to all changes in this revision

Viewing changes to htmldoc/ParticleData.html

  • Committer: Package Import Robot
  • Author(s): Lifeng Sun
  • Date: 2012-05-22 11:43:00 UTC
  • Revision ID: package-import@ubuntu.com-20120522114300-0jvsv2vl4o2bo435
Tags: upstream-8.1.65
ImportĀ upstreamĀ versionĀ 8.1.65

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
<h2>Particle Data</h2>
 
10
 
 
11
The structure and operation of the particle data table is described 
 
12
<a href="ParticleDataScheme.html" target="page">here</a>. That page
 
13
also describes how default data properties can be changed. The
 
14
current page provides the actual default values.
 
15
 
 
16
<h3>Main settings</h3>
 
17
 
 
18
Apart from the data itself, the particle data table only contains 
 
19
a few aspects that are available to change:
 
20
 
 
21
<p/><code>mode&nbsp; </code><strong> ParticleData:modeBreitWigner &nbsp;</strong> 
 
22
 (<code>default = <strong>4</strong></code>; <code>minimum = 0</code>; <code>maximum = 4</code>)<br/>
 
23
Selection of particle masses when the <code>mass(id)</code> is called
 
24
to provide a new mass:
 
25
<br/><code>option </code><strong> 0</strong> : 
 
26
mass is fixed at the nominal <i>m_0</i> value.
 
27
  
 
28
<br/><code>option </code><strong> 1</strong> : 
 
29
particles registered as having a mass width are given a mass 
 
30
in the range <i>m_min &lt; m &lt; m_max</i>, according
 
31
to a truncated nonrelativistic Breit-Wigner, i.e. linear in <i>m</i>.
 
32
  
 
33
<br/><code>option </code><strong> 2</strong> : 
 
34
as above, except that the width is made mass-dependent:
 
35
<i>Gamma = Gamma_0 * sqrt( (m^2 - m_thr^2) / (m_0^2 - m_thr^2) )</i>
 
36
where <i>m</i> is the current mass, <i>m_0</i> the nominal one and
 
37
<i>m_thr</i> is the mass threshold, given by the sum of the nominal
 
38
masses of the decay products. In order to decouple production and decay
 
39
the threshold is defined as the branching-ratio-weighted average over
 
40
all allowed decay channels. 
 
41
  
 
42
<br/><code>option </code><strong> 3</strong> :  
 
43
particles registered as having a mass width are given a mass 
 
44
in the range <i>m_min &lt; m &lt; m_max</i>, according
 
45
to a truncated relativistic Breit-Wigner, i.e. quadratic in <i>m</i>.
 
46
  
 
47
<br/><code>option </code><strong> 4</strong> :  
 
48
as 3, but the width is modified as for 2, and the current mass is used 
 
49
for its phase-space prefactor, i.e. <i>m_0 Gamma_0 -> m Gamma(m)</i>.
 
50
  
 
51
<br/><b>Note:</b> this mode only applies to normal hadronic 
 
52
resonances like the <i>rho</i>. The more massive states of the 
 
53
<code>isResonance()</code> type, like <i>Z^0</i> or top, are
 
54
considered separately.
 
55
  
 
56
 
 
57
<p/><code>parm&nbsp; </code><strong> ParticleData:maxEnhanceBW &nbsp;</strong> 
 
58
 (<code>default = <strong>2.5</strong></code>; <code>minimum = 1.</code>; <code>maximum = 5.</code>)<br/>
 
59
The modifications in options 2 and 4 above enhance the large-mass tail 
 
60
of the Breit-Wigners (the mass spectrum develops a dm/m divergence). 
 
61
However, we expect form factors to dampen this tail at masses some distance 
 
62
above the nominal one, so cut off the rise by requiring the actual
 
63
Breit-Wigner weight not to be more than a factor <code> maxEnhanceBW</code>
 
64
above the one obtained with options 1 or 3, respectively. This also
 
65
opens up for a simpler technical handling of mass selection in options
 
66
2 and 4, by using standard hit-and-miss Monte Carlo.
 
67
  
 
68
 
 
69
<p/>
 
70
Since running masses are only calculated for the six quark flavours,
 
71
e.g. to obtain couplings to the Higgs boson(s), there is not an entry
 
72
in the normal tables for each particles, but only the six MSbar mass 
 
73
values below, used as starting point for the running. In addition you
 
74
can pick an <i>alpha_s(M_Z)</i>, which is converted into a first-order
 
75
five-flavour Lambda that is used to determine the rate of the running. 
 
76
(Without any match to four flavours below <i>m_b</i>; if desired, this
 
77
can be fixed by slightly shifted default mass values, since the routines 
 
78
never should be called below the <i>m_b</i> scale anyway.)
 
79
 
 
80
<p/><code>parm&nbsp; </code><strong> ParticleData:mdRun &nbsp;</strong> 
 
81
 (<code>default = <strong>0.006</strong></code>; <code>minimum = 0.003</code>; <code>maximum = 0.008</code>)<br/>
 
82
the d quark MSbar mass at 2 GeV scale.
 
83
  
 
84
 
 
85
<p/><code>parm&nbsp; </code><strong> ParticleData:muRun &nbsp;</strong> 
 
86
 (<code>default = <strong>0.003</strong></code>; <code>minimum = 0.001</code>; <code>maximum = 0.006</code>)<br/>
 
87
the u quark MSbar mass at 2 GeV scale.
 
88
  
 
89
 
 
90
<p/><code>parm&nbsp; </code><strong> ParticleData:msRun &nbsp;</strong> 
 
91
 (<code>default = <strong>0.095</strong></code>; <code>minimum = 0.060</code>; <code>maximum = 0.150</code>)<br/>
 
92
  
 
93
the s quark MSbar mass at 2 GeV scale.
 
94
 
 
95
<p/><code>parm&nbsp; </code><strong> ParticleData:mcRun &nbsp;</strong> 
 
96
 (<code>default = <strong>1.25</strong></code>; <code>minimum = 1.00</code>; <code>maximum = 1.50</code>)<br/>
 
97
  
 
98
the c quark MSbar mass at the mass scale itself.
 
99
 
 
100
<p/><code>parm&nbsp; </code><strong> ParticleData:mbRun &nbsp;</strong> 
 
101
 (<code>default = <strong>4.20</strong></code>; <code>minimum = 4.00</code>; <code>maximum = 4.50</code>)<br/>
 
102
the b quark MSbar mass at the mass scale itself.
 
103
  
 
104
 
 
105
<p/><code>parm&nbsp; </code><strong> ParticleData:mtRun &nbsp;</strong> 
 
106
 (<code>default = <strong>165.0</strong></code>; <code>minimum = 150.0</code>; <code>maximum = 175.0</code>)<br/>
 
107
the t quark MSbar mass at the mass scale itself.
 
108
  
 
109
 
 
110
<p/><code>parm&nbsp; </code><strong> ParticleData:alphaSvalueMRun &nbsp;</strong> 
 
111
 (<code>default = <strong>0.125</strong></code>; <code>minimum = 0.10</code>; <code>maximum = 0.20</code>)<br/>
 
112
the <i>alpha_s(M_Z)</i> value used to define tha rate at which MSbar
 
113
masses run.
 
114
  
 
115
 
 
116
 
 
117
<h3>Comments on the data</h3>
 
118
 
 
119
The starting point for the current data is the 2006 Review of Particle 
 
120
Physics [<a href="Bibliography.html" target="page">Yao06</a>]. All known particle masses, widths and lifetimes
 
121
have been set accordingly, while not-yet-measured particles are kept at
 
122
their values from PYTHIA 6. Decay channels and their branching 
 
123
ratios remain a major worry: many particles do not have one single solidly
 
124
measured branching ratio, and many further do not have known branching 
 
125
ratios that add up to (the neighbourhood of) unity. 
 
126
 
 
127
<p/>
 
128
Uncertainties are especially big for the scalar, pseudovector and tensor
 
129
<i>L = 1</i> multiplets available in PYTHIA. We note that
 
130
some distributions become better described when these multiplets are 
 
131
included in the generation, while others become worse. It is tempting to 
 
132
associate this lackluster performance with the primitive knowledge.
 
133
Not even the multiplets themselves are particularly well known.
 
134
It used to be that the <i>a_0(980)</i> and <i>f_0(980)</i>
 
135
were considered to be members of the scalar multiplet. Nowadays they are 
 
136
commonly assumed to be either four-quark states or of some other exotic 
 
137
character. This means that the PYTHIA 8 PDG particle codes 
 
138
have been changed for these particles, relative to what was used in 
 
139
PYTHIA 6 based on previous PDG editions. Specifically their 
 
140
numbers are now in the 9000000 series, and they have been replaced in the
 
141
scalar multiplet by <i>a_0(1450)</i> and <i>f_0(1370)</i>.
 
142
 
 
143
<p/>
 
144
For charm and bottom mesons the jungle of partial measurements makes 
 
145
it very difficult to construct fully consistent sets of decay channels.
 
146
This part of the program has not yet been brought up to date to the
 
147
2006 RPP. Instead the LHCb decay tables (for EvtGen, but without 
 
148
using the EvtGen matrix-element machinery) and the DELPHI tune for 
 
149
PYTHIA 6 is being used. (This also includes a few non-c/b 
 
150
hadrons that only occur in the c/b decay tables.) This has the 
 
151
advantage that many tests have been made for consistency, but the
 
152
disadvantage that it is not always in agreement with the latest 
 
153
measurements of some specific decay channels. The decays based
 
154
on the LHCb tables (with some modifications) are 411, 421, 431, 441,
 
155
445, 511, 521, 531, 541, 3124, 4122, 4124, 5122, 10441, 10443, 13122, 
 
156
14122, 20443, 23122, 30313, 30323, 30443, 33122, 100113, 100213, 100441, 
 
157
100443, 100553, 9000111, 9000211. Correspondingly the decays based on 
 
158
the DELPHI tables are 415, 425, 435, 515, 525, 535, 4132, 4232, 4332, 
 
159
5132, 5232 and 5332. 
 
160
 
 
161
<h3>The data itself</h3>
 
162
 
 
163
Here comes the default particle data used in the program. Do not touch.
 
164
The meaning of the various properties and the format used are explained
 
165
<a href="ParticleDataScheme.html" target="page">here</a> and the 
 
166
<code>meMode</code> codes <a href="ParticleDecays.html" target="page">here</a>.
 
167
 
 
168
<p/>particle: id="0" name="void" spinType="0" chargeType="0" colType="0" m0="0.0">
 
169
 
 
170
<p/>particle: id="1" name="d" antiName="dbar" spinType="2" chargeType="-1" colType="1"
 
171
          m0="0.33000"
 
172
 
 
173
<p/>particle: id="2" name="u" antiName="ubar" spinType="2" chargeType="2" colType="1"
 
174
          m0="0.33000"
 
175
 
 
176
<p/>particle: id="3" name="s" antiName="sbar" spinType="2" chargeType="-1" colType="1"
 
177
          m0="0.50000"
 
178
 
 
179
<p/>particle: id="4" name="c" antiName="cbar" spinType="2" chargeType="2" colType="1"
 
180
          m0="1.50000"
 
181
 
 
182
<p/>particle: id="5" name="b" antiName="bbar" spinType="2" chargeType="-1" colType="1"
 
183
          m0="4.80000"
 
184
 
 
185
<p/>particle: id="6" name="t" antiName="tbar" spinType="2" chargeType="2" colType="1"
 
186
          m0="171.00000" mWidth="1.40000" mMin="86.00000" mMax="0.00000"
 
187
 <br/>      channel: onMode="1" bRatio="0.0000300" products="24 1"
 
188
 <br/>      channel: onMode="1" bRatio="0.0017650" products="24 3"
 
189
 <br/>      channel: onMode="1" bRatio="0.9982050" products="24 5"
 
190
 <br/>      channel: onMode="0" bRatio="0.0000000" products="37 5"
 
191
 
 
192
<p/>particle: id="7" name="b'" antiName="b'bar" spinType="2" chargeType="-1" colType="1"
 
193
          m0="400.00000"
 
194
 <br/>      channel: onMode="1" bRatio="0.0000000" products="-24 2"
 
195
 <br/>      channel: onMode="1" bRatio="0.0000000" products="-24 4"
 
196
 <br/>      channel: onMode="1" bRatio="0.0000000" products="-24 6"
 
197
 <br/>      channel: onMode="1" bRatio="1.0000000" products="-24 8"
 
198
 
 
199
<p/>particle: id="8" name="t'" antiName="t'bar" spinType="2" chargeType="2" colType="1"
 
200
          m0="400.00000"
 
201
 <br/>      channel: onMode="1" bRatio="0.0000000" products="24 1"
 
202
 <br/>      channel: onMode="1" bRatio="0.0000000" products="24 3"
 
203
 <br/>      channel: onMode="1" bRatio="0.0000000" products="24 5"
 
204
 <br/>      channel: onMode="1" bRatio="1.0000000" products="24 7"
 
205
 
 
206
<p/>particle: id="11" name="e-" antiName="e+" spinType="2" chargeType="-3" colType="0"
 
207
          m0="5.110e-04"
 
208
 
 
209
<p/>particle: id="12" name="nu_e" antiName="nu_ebar" spinType="2" chargeType="0" colType="0"
 
210
          m0="0.00000"
 
211
 
 
212
<p/>particle: id="13" name="mu-" antiName="mu+" spinType="2" chargeType="-3" colType="0"
 
213
          m0="0.10566" tau0="6.58654e+05"
 
214
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="22" products="-12 11 14"
 
215
 
 
216
<p/>particle: id="14" name="nu_mu" antiName="nu_mubar" spinType="2" chargeType="0" colType="0"
 
217
          m0="0.00000"
 
218
 
 
219
<p/>particle: id="15" name="tau-" antiName="tau+" spinType="2" chargeType="-3" colType="0"
 
220
          m0="1.77699" tau0="8.71100e-02"
 
221
 <br/>      channel: onMode="1" bRatio="0.108924" meMode="1521" products="16 -211"
 
222
 <br/>      channel: onMode="1" bRatio="0.006885" meMode="1521" products="16 -321"
 
223
 <br/>      channel: onMode="1" bRatio="0.178345" meMode="1531" products="16  11  -12"
 
224
 <br/>      channel: onMode="1" bRatio="0.173545" meMode="1531" products="16  13  -14"
 
225
 <br/>      channel: onMode="1" bRatio="0.254890" meMode="1532" products="16  111 -211"
 
226
 <br/>      channel: onMode="1" bRatio="0.001513" meMode="1532" products="16  311 -321"
 
227
 <br/>      channel: onMode="1" bRatio="0.000263" meMode="1532" products="16  221 -321"
 
228
 <br/>      channel: onMode="1" bRatio="0.008957" meMode="1533" products="16 -211 -311"
 
229
 <br/>      channel: onMode="1" bRatio="0.004491" meMode="1533" products="16  111 -321"
 
230
 <br/>      channel: onMode="1" bRatio="0.092370" meMode="1541" products="16  111  111 -211"
 
231
 <br/>      channel: onMode="1" bRatio="0.089813" meMode="1541" products="16 -211 -211  211"
 
232
 <br/>      channel: onMode="1" bRatio="0.044435" meMode="1551" products="16  111 -211 -211  211"
 
233
 <br/>      channel: onMode="1" bRatio="0.010313" meMode="1551" products="16  111  111  111 -211"
 
234
 <br/>      channel: onMode="1" bRatio="0.003757" meMode="0" products="16 111 -211 -311"
 
235
 <br/>      channel: onMode="1" bRatio="0.003292" meMode="0" products="16 -211 211 -321"
 
236
 <br/>      channel: onMode="1" bRatio="0.000555" meMode="0" products="16 111 111 -321"
 
237
 <br/>      channel: onMode="1" bRatio="0.001519" meMode="0" products="16 -211 -321 321"
 
238
 <br/>      channel: onMode="1" bRatio="0.001518" meMode="0" products="16 111 311 -321"
 
239
 <br/>      channel: onMode="1" bRatio="0.001087" meMode="0" products="16 130 -211 310"
 
240
 <br/>      channel: onMode="1" bRatio="0.000235" meMode="0" products="16 130 130 -211"
 
241
 <br/>      channel: onMode="1" bRatio="0.000235" meMode="0" products="16 -211 310 310"
 
242
 <br/>      channel: onMode="1" bRatio="0.001762" meMode="0" products="16 22 111 -211"
 
243
 <br/>      channel: onMode="1" bRatio="0.004935" meMode="0" products="16 111 111 -211 -211 211"
 
244
 <br/>      channel: onMode="1" bRatio="0.001744" meMode="0" products="16 111 -211 221"
 
245
 <br/>      channel: onMode="1" bRatio="0.000957" meMode="0" products="16 111 111 111 111 -211"
 
246
 <br/>      channel: onMode="1" bRatio="0.000834" meMode="0" products="16 -211 -211 -211 211 211"
 
247
 <br/>      channel: onMode="1" bRatio="0.000225" meMode="0" products="16 -211 -211 211 221"
 
248
 <br/>      channel: onMode="1" bRatio="0.000145" meMode="0" products="16 111 111 -211 221"
 
249
 <br/>      channel: onMode="1" bRatio="0.000135" meMode="0" products="16 111 111 -211 223"
 
250
 <br/>      channel: onMode="1" bRatio="0.000118" meMode="0" products="16 -211 -211 211 223"
 
251
 <br/>      channel: onMode="1" bRatio="0.000400" meMode="0" products="16 223 -321"
 
252
 <br/>      channel: onMode="1" bRatio="0.000397" meMode="0" products="16 111 111 111 -321"
 
253
 <br/>      channel: onMode="1" bRatio="0.000307" meMode="0" products="16 111 -211 211 -321"
 
254
 <br/>      channel: onMode="1" bRatio="0.000280" meMode="0" products="16 221 -323"
 
255
 <br/>      channel: onMode="1" bRatio="0.000238" meMode="0" products="16 111 111 -211 -311"
 
256
 <br/>      channel: onMode="1" bRatio="0.000225" meMode="0" products="16 -211 -211 211 -311"
 
257
 <br/>      channel: onMode="1" bRatio="0.000297" meMode="0" products="16 111 -211 -311 311"
 
258
 <br/>      channel: onMode="1" bRatio="0.000059" meMode="0" products="16 111 -211 -321 321"
 
259
 
 
260
<p/>particle: id="16" name="nu_tau" antiName="nu_taubar" spinType="2" chargeType="0" colType="0"
 
261
          m0="0.00000"
 
262
 
 
263
<p/>particle: id="17" name="tau'-" antiName="tau'+" spinType="2" chargeType="-3" colType="0"
 
264
          m0="400.00000"
 
265
 <br/>      channel: onMode="1" bRatio="1.0000000" products="-24 18"
 
266
 
 
267
<p/>particle: id="18" name="nu'_tau" antiName="nu'_taubar" spinType="2" chargeType="0" colType="0"
 
268
          m0="400.00000"
 
269
 <br/>      channel: onMode="1" bRatio="1.0000000" products="24 17"
 
270
 
 
271
<p/>particle: id="21" name="g" spinType="3" chargeType="0" colType="2"
 
272
          m0="0.00000"
 
273
 
 
274
<p/>particle: id="22" name="gamma" spinType="3" chargeType="0" colType="0"
 
275
          m0="0.00000"
 
276
 
 
277
<p/>particle: id="23" name="Z0" spinType="3" chargeType="0" colType="0"
 
278
          m0="91.18760" mWidth="2.49520" mMin="10.00000" mMax="0.00000"
 
279
 <br/>      channel: onMode="1" bRatio="0.1539950" products="1 -1"
 
280
 <br/>      channel: onMode="1" bRatio="0.1194200" products="2 -2"
 
281
 <br/>      channel: onMode="1" bRatio="0.1539840" products="3 -3"
 
282
 <br/>      channel: onMode="1" bRatio="0.1192590" products="4 -4"
 
283
 <br/>      channel: onMode="1" bRatio="0.1522720" products="5 -5"
 
284
 <br/>      channel: onMode="1" bRatio="0.0335760" products="11 -11"
 
285
 <br/>      channel: onMode="1" bRatio="0.0668060" products="12 -12"
 
286
 <br/>      channel: onMode="1" bRatio="0.0335760" products="13 -13"
 
287
 <br/>      channel: onMode="1" bRatio="0.0668060" products="14 -14"
 
288
 <br/>      channel: onMode="1" bRatio="0.0335000" products="15 -15"
 
289
 <br/>      channel: onMode="1" bRatio="0.0668060" products="16 -16"
 
290
 
 
291
<p/>particle: id="24" name="W+" antiName="W-" spinType="3" chargeType="3" colType="0"
 
292
          m0="80.40300" mWidth="2.14100" mMin="10.00000" mMax="0.00000"
 
293
 <br/>      channel: onMode="1" bRatio="0.3213690" products="-1 2"
 
294
 <br/>      channel: onMode="1" bRatio="0.0164940" products="-1 4"
 
295
 <br/>      channel: onMode="1" bRatio="0.0165020" products="-3 2"
 
296
 <br/>      channel: onMode="1" bRatio="0.3206150" products="-3 4"
 
297
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-5 2"
 
298
 <br/>      channel: onMode="1" bRatio="0.0005910" products="-5 4"
 
299
 <br/>      channel: onMode="1" bRatio="0.1081660" products="-11 12"
 
300
 <br/>      channel: onMode="1" bRatio="0.1081660" products="-13 14"
 
301
 <br/>      channel: onMode="1" bRatio="0.1080870" products="-15 16"
 
302
 
 
303
<p/>particle: id="25" name="h0(H_1)" spinType="1" chargeType="0" colType="0"
 
304
          m0="125.00000" mWidth="0.00374" mMin="50.00000" mMax="0.00000"
 
305
 <br/>      channel: onMode="1" bRatio="0.0000009" products="1 -1"
 
306
 <br/>      channel: onMode="1" bRatio="0.0000002" products="2 -2"
 
307
 <br/>      channel: onMode="1" bRatio="0.0002361" products="3 -3"
 
308
 <br/>      channel: onMode="1" bRatio="0.0335602" products="4 -4"
 
309
 <br/>      channel: onMode="1" bRatio="0.5876728" products="5 -5"
 
310
 <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
 
311
 <br/>      channel: onMode="1" bRatio="0.0000000" products="11 -11"
 
312
 <br/>      channel: onMode="1" bRatio="0.0002445" products="13 -13"
 
313
 <br/>      channel: onMode="1" bRatio="0.0690800" products="15 -15"
 
314
 <br/>      channel: onMode="1" bRatio="0.0630585" products="21 21"
 
315
 <br/>      channel: onMode="1" bRatio="0.0028438" products="22 22"
 
316
 <br/>      channel: onMode="1" bRatio="0.0017601" products="22 23"
 
317
 <br/>      channel: onMode="1" bRatio="0.0259708" products="23 23"
 
318
 <br/>      channel: onMode="1" bRatio="0.2155720" products="24 -24"
 
319
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1000022"
 
320
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000022"
 
321
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000023"
 
322
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000022"
 
323
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000023"
 
324
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000025"
 
325
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000022"
 
326
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000023"
 
327
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000025"
 
328
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000035"
 
329
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000024"
 
330
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000037"
 
331
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000024"
 
332
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000037"
 
333
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1000001"
 
334
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -2000001"
 
335
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -2000001"
 
336
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 2000001"
 
337
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -1000002"
 
338
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2000002"
 
339
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2000002"
 
340
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2000002"
 
341
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -1000003"
 
342
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -2000003"
 
343
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -2000003"
 
344
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 2000003"
 
345
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -1000004"
 
346
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -2000004"
 
347
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -2000004"
 
348
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 2000004"
 
349
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -1000005"
 
350
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -2000005"
 
351
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -2000005"
 
352
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 2000005"
 
353
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -1000006"
 
354
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -2000006"
 
355
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2000006"
 
356
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 2000006"
 
357
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -1000011"
 
358
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -2000011"
 
359
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -2000011"
 
360
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 2000011"
 
361
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -1000012"
 
362
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -2000012"
 
363
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -2000012"
 
364
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 2000012"
 
365
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -1000013"
 
366
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -2000013"
 
367
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -2000013"
 
368
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 2000013"
 
369
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -1000014"
 
370
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -2000014"
 
371
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -2000014"
 
372
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 2000014"
 
373
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -1000015"
 
374
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -2000015"
 
375
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -2000015"
 
376
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 2000015"
 
377
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -1000016"
 
378
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -2000016"
 
379
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -2000016"
 
380
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 2000016"
 
381
 
 
382
<p/>particle: id="32" name="Z'0" spinType="3" chargeType="0" colType="0"
 
383
          m0="500.00000" mWidth="14.54029" mMin="10.00000" mMax="0.00000"
 
384
 <br/>      channel: onMode="1" bRatio="0.1458350" products="1 -1"
 
385
 <br/>      channel: onMode="1" bRatio="0.1132760" products="2 -2"
 
386
 <br/>      channel: onMode="1" bRatio="0.1458350" products="3 -3"
 
387
 <br/>      channel: onMode="1" bRatio="0.1132710" products="4 -4"
 
388
 <br/>      channel: onMode="1" bRatio="0.1457810" products="5 -5"
 
389
 <br/>      channel: onMode="1" bRatio="0.0490020" products="6 -6"
 
390
 <br/>      channel: onMode="1" bRatio="0.0320250" products="11 -11"
 
391
 <br/>      channel: onMode="1" bRatio="0.0636420" products="12 -12"
 
392
 <br/>      channel: onMode="1" bRatio="0.0320250" products="13 -13"
 
393
 <br/>      channel: onMode="1" bRatio="0.0636420" products="14 -14"
 
394
 <br/>      channel: onMode="1" bRatio="0.0320220" products="15 -15"
 
395
 <br/>      channel: onMode="1" bRatio="0.0636420" products="16 -16"
 
396
 <br/>      channel: onMode="1" bRatio="0.0000000" products="24 -24"
 
397
 
 
398
<p/>particle: id="33" name="Z''0" spinType="3" chargeType="0" colType="0"
 
399
          m0="900.00000"
 
400
 
 
401
<p/>particle: id="34" name="W'+" antiName="W'-" spinType="3" chargeType="3" colType="0"
 
402
          m0="500.00000" mWidth="16.66099" mMin="10.00000" mMax="0.00000"
 
403
 <br/>      channel: onMode="1" bRatio="0.2512250" products="-1 2"
 
404
 <br/>      channel: onMode="1" bRatio="0.0129000" products="-1 4"
 
405
 <br/>      channel: onMode="1" bRatio="0.0000060" products="-1 6"
 
406
 <br/>      channel: onMode="1" bRatio="0.0129000" products="-3 2"
 
407
 <br/>      channel: onMode="1" bRatio="0.2507640" products="-3 4"
 
408
 <br/>      channel: onMode="1" bRatio="0.0003800" products="-3 6"
 
409
 <br/>      channel: onMode="1" bRatio="0.0000080" products="-5 2"
 
410
 <br/>      channel: onMode="1" bRatio="0.0004650" products="-5 4"
 
411
 <br/>      channel: onMode="1" bRatio="0.2154180" products="-5 6"
 
412
 <br/>      channel: onMode="1" bRatio="0.0853120" products="-11 12"
 
413
 <br/>      channel: onMode="1" bRatio="0.0853120" products="-13 14"
 
414
 <br/>      channel: onMode="1" bRatio="0.0853100" products="-15 16"
 
415
 <br/>      channel: onMode="1" bRatio="0.0000000" products="24 23"
 
416
 
 
417
<p/>particle: id="35" name="H0(H_2)" spinType="1" chargeType="0" colType="0"
 
418
          m0="300.00000" mWidth="8.38842" mMin="50.00000" mMax="0.00000"
 
419
 <br/>      channel: onMode="1" bRatio="0.0000000" products="1 -1"
 
420
 <br/>      channel: onMode="1" bRatio="0.0000000" products="2 -2"
 
421
 <br/>      channel: onMode="1" bRatio="0.0000000" products="3 -3"
 
422
 <br/>      channel: onMode="1" bRatio="0.0000490" products="4 -4"
 
423
 <br/>      channel: onMode="1" bRatio="0.0007740" products="5 -5"
 
424
 <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
 
425
 <br/>      channel: onMode="1" bRatio="0.0000000" products="11 -11"
 
426
 <br/>      channel: onMode="1" bRatio="0.0000000" products="13 -13"
 
427
 <br/>      channel: onMode="1" bRatio="0.0000740" products="15 -15"
 
428
 <br/>      channel: onMode="1" bRatio="0.0004170" products="21 21"
 
429
 <br/>      channel: onMode="1" bRatio="0.0000150" products="22 22"
 
430
 <br/>      channel: onMode="1" bRatio="0.0000610" products="22 23"
 
431
 <br/>      channel: onMode="1" bRatio="0.3067100" products="23 23"
 
432
 <br/>      channel: onMode="1" bRatio="0.6890110" products="24 -24"
 
433
 <br/>      channel: onMode="1" bRatio="0.0000000" products="23 25"
 
434
 <br/>      channel: onMode="1" bRatio="0.0028890" products="25 25"
 
435
 <br/>      channel: onMode="1" bRatio="0.0000000" products="24 -37"
 
436
 <br/>      channel: onMode="1" bRatio="0.0000000" products="37 -24"
 
437
 <br/>      channel: onMode="1" bRatio="0.0000000" products="23 36"
 
438
 <br/>      channel: onMode="1" bRatio="0.0000000" products="25 36"
 
439
 <br/>      channel: onMode="1" bRatio="0.0000000" products="36 36"
 
440
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1000022"
 
441
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000022"
 
442
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000023"
 
443
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000022"
 
444
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000023"
 
445
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000025"
 
446
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000022"
 
447
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000023"
 
448
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000025"
 
449
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000035"
 
450
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000024"
 
451
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000037"
 
452
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000024"
 
453
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000037"
 
454
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1000001"
 
455
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -2000001"
 
456
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -2000001"
 
457
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 2000001"
 
458
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -1000002"
 
459
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2000002"
 
460
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2000002"
 
461
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2000002"
 
462
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -1000003"
 
463
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -2000003"
 
464
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -2000003"
 
465
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 2000003"
 
466
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -1000004"
 
467
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -2000004"
 
468
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -2000004"
 
469
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 2000004"
 
470
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -1000005"
 
471
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -2000005"
 
472
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -2000005"
 
473
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 2000005"
 
474
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -1000006"
 
475
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -2000006"
 
476
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2000006"
 
477
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 2000006"
 
478
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -1000011"
 
479
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -2000011"
 
480
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -2000011"
 
481
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 2000011"
 
482
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -1000012"
 
483
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -2000012"
 
484
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -2000012"
 
485
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 2000012"
 
486
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -1000013"
 
487
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -2000013"
 
488
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -2000013"
 
489
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 2000013"
 
490
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -1000014"
 
491
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -2000014"
 
492
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -2000014"
 
493
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 2000014"
 
494
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -1000015"
 
495
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -2000015"
 
496
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -2000015"
 
497
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 2000015"
 
498
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -1000016"
 
499
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -2000016"
 
500
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -2000016"
 
501
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 2000016"
 
502
 
 
503
<p/>particle: id="36" name="A0(H_3)" spinType="1" chargeType="0" colType="0"
 
504
          m0="300.00000" mWidth="3.37520" mMin="50.00000" mMax="0.00000"
 
505
 <br/>      channel: onMode="1" bRatio="0.0000000" products="1 -1"
 
506
 <br/>      channel: onMode="1" bRatio="0.0000000" products="2 -2"
 
507
 <br/>      channel: onMode="1" bRatio="0.0000010" products="3 -3"
 
508
 <br/>      channel: onMode="1" bRatio="0.0001210" products="4 -4"
 
509
 <br/>      channel: onMode="1" bRatio="0.0019240" products="5 -5"
 
510
 <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
 
511
 <br/>      channel: onMode="1" bRatio="0.0000000" products="11 -11"
 
512
 <br/>      channel: onMode="1" bRatio="0.0000010" products="13 -13"
 
513
 <br/>      channel: onMode="1" bRatio="0.0001840" products="15 -15"
 
514
 <br/>      channel: onMode="1" bRatio="0.0031060" products="21 21"
 
515
 <br/>      channel: onMode="1" bRatio="0.0000150" products="22 22"
 
516
 <br/>      channel: onMode="1" bRatio="0.0000030" products="22 23"
 
517
 <br/>      channel: onMode="1" bRatio="0.0000000" products="23 23"
 
518
 <br/>      channel: onMode="1" bRatio="0.0000000" products="24 -24"
 
519
 <br/>      channel: onMode="1" bRatio="0.9946460" products="23 25"
 
520
 <br/>      channel: onMode="1" bRatio="0.0000000" products="25 25"
 
521
 <br/>      channel: onMode="1" bRatio="0.0000000" products="24 -37"
 
522
 <br/>      channel: onMode="1" bRatio="0.0000000" products="37 -24"
 
523
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1000022"
 
524
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000022"
 
525
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000023"
 
526
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000022"
 
527
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000023"
 
528
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000025"
 
529
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000022"
 
530
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000023"
 
531
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000025"
 
532
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000035"
 
533
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000024"
 
534
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000037"
 
535
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000024"
 
536
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000037"
 
537
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1000001"
 
538
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -2000001"
 
539
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -2000001"
 
540
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 2000001"
 
541
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -1000002"
 
542
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2000002"
 
543
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2000002"
 
544
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2000002"
 
545
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -1000003"
 
546
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -2000003"
 
547
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -2000003"
 
548
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 2000003"
 
549
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -1000004"
 
550
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -2000004"
 
551
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -2000004"
 
552
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 2000004"
 
553
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -1000005"
 
554
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -2000005"
 
555
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -2000005"
 
556
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 2000005"
 
557
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -1000006"
 
558
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -2000006"
 
559
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2000006"
 
560
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 2000006"
 
561
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -1000011"
 
562
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -2000011"
 
563
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -2000011"
 
564
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 2000011"
 
565
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -1000012"
 
566
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -2000012"
 
567
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -2000012"
 
568
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 2000012"
 
569
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -1000013"
 
570
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -2000013"
 
571
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -2000013"
 
572
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 2000013"
 
573
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -1000014"
 
574
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -2000014"
 
575
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -2000014"
 
576
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 2000014"
 
577
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -1000015"
 
578
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -2000015"
 
579
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -2000015"
 
580
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 2000015"
 
581
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -1000016"
 
582
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -2000016"
 
583
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -2000016"
 
584
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 2000016"
 
585
 
 
586
<p/>particle: id="37" name="H+" antiName="H-" spinType="1" chargeType="3" colType="0"
 
587
          m0="300.00000" mWidth="4.17669" mMin="50.00000" mMax="0.00000"
 
588
 <br/>      channel: onMode="1" bRatio="0.0000000" products="-1 2"
 
589
 <br/>      channel: onMode="1" bRatio="0.0000210" products="-3 4"
 
590
 <br/>      channel: onMode="1" bRatio="0.0901350" products="-5 6"
 
591
 <br/>      channel: onMode="1" bRatio="0.0000000" products="-11 12"
 
592
 <br/>      channel: onMode="1" bRatio="0.0000130" products="-13 14"
 
593
 <br/>      channel: onMode="1" bRatio="0.0037140" products="-15 16"
 
594
 <br/>      channel: onMode="1" bRatio="0.9061170" products="24 25"
 
595
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1000024"
 
596
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1000037"
 
597
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000024"
 
598
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000037"
 
599
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000024"
 
600
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000037"
 
601
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000024"
 
602
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000037"
 
603
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -1000005"
 
604
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -1000005"
 
605
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2000005"
 
606
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -2000005"
 
607
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 1000002"
 
608
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 1000004"
 
609
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 1000012"
 
610
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 1000014"
 
611
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 1000016"
 
612
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 1000016"
 
613
 
 
614
<p/>particle: id="39" name="Graviton" spinType="5" chargeType="0" colType="0"
 
615
          m0="0.00000"
 
616
 
 
617
<p/>particle: id="40" name="BlackHole" spinType="0" chargeType="0" colType="0"
 
618
          m0="0.00000"
 
619
 
 
620
<p/>particle: id="41" name="R0" antiName="Rbar0" spinType="3" chargeType="0" colType="0"
 
621
          m0="5.000e+03" mWidth="4.173e+02" mMin="1.000e+02" mMax="0.000e+00"
 
622
 <br/>      channel: onMode="1" bRatio="0.2151190" products="1 -3"
 
623
 <br/>      channel: onMode="1" bRatio="0.2151190" products="2 -4"
 
624
 <br/>      channel: onMode="1" bRatio="0.2151190" products="3 -5"
 
625
 <br/>      channel: onMode="1" bRatio="0.2147240" products="4 -6"
 
626
 <br/>      channel: onMode="1" bRatio="0.0699600" products="11 -13"
 
627
 <br/>      channel: onMode="1" bRatio="0.0699590" products="13 -15"
 
628
 
 
629
<p/>particle: id="42" name="LQ_ue" antiName="LQ_uebar" spinType="1" chargeType="-1" colType="1"
 
630
          m0="200.00000" mWidth="0.39162" mMin="50.00000" mMax="0.00000"
 
631
 <br/>      channel: onMode="1" bRatio="1.0000000" products="2 11"
 
632
 
 
633
<p/>particle: id="81" name="specflav" spinType="0" chargeType="0" colType="0"
 
634
          m0="0.00000"
 
635
 
 
636
<p/>particle: id="82" name="rndmflavq" antiName="rndmflavqbar" spinType="0" chargeType="0" colType="0"
 
637
          m0="0.00000"
 
638
 
 
639
<p/>particle: id="83" name="rndmflavg" antiName="rndmflavgbar" spinType="0" chargeType="0" colType="0"
 
640
          m0="0.00000"
 
641
 
 
642
<p/>particle: id="90" name="system" spinType="0" chargeType="0" colType="0"
 
643
          m0="0.00000"
 
644
 
 
645
<p/>particle: id="110" name="Reggeon" spinType="0" chargeType="0" colType="0"
 
646
          m0="0.00000"
 
647
 
 
648
<p/>particle: id="111" name="pi0" spinType="1" chargeType="0" colType="0"
 
649
          m0="0.13498" tau0="2.51000e-05"
 
650
 <br/>      channel: onMode="1" bRatio="0.9879900" products="22 22"
 
651
 <br/>      channel: onMode="1" bRatio="0.0119800" meMode="11" products="22 11 -11"
 
652
 <br/>      channel: onMode="1" bRatio="0.0000300" meMode="13" products="11 -11 11 -11"
 
653
 
 
654
<p/>particle: id="113" name="rho0" spinType="3" chargeType="0" colType="0"
 
655
          m0="0.77550" mWidth="0.14700" mMin="0.30000" mMax="1.50000"
 
656
 <br/>      channel: onMode="1" bRatio="0.9988485" meMode="2" products="211 -211"
 
657
 <br/>      channel: onMode="1" bRatio="0.0006000" products="111 22"
 
658
 <br/>      channel: onMode="1" bRatio="0.0002950" products="221 22"
 
659
 <br/>      channel: onMode="1" bRatio="0.0001010" meMode="1" products="211 -211 111"
 
660
 <br/>      channel: onMode="1" bRatio="0.0000470" products="11 -11"
 
661
 <br/>      channel: onMode="1" bRatio="0.0000455" products="13 -13"
 
662
 <br/>      channel: onMode="1" bRatio="0.0000450" products="111 111 22"
 
663
 <br/>      channel: onMode="1" bRatio="0.0000180" products="211 -211 211 -211"
 
664
 
 
665
<p/>particle: id="115" name="a_20" spinType="5" chargeType="0" colType="0"
 
666
          m0="1.31830" mWidth="0.10700" mMin="1.00000" mMax="1.70000"
 
667
 <br/>      channel: onMode="1" bRatio="0.3483455" products="213 -211"
 
668
 <br/>      channel: onMode="1" bRatio="0.3483455" products="-213 211"
 
669
 <br/>      channel: onMode="1" bRatio="0.1440000" products="221 111"
 
670
 <br/>      channel: onMode="1" bRatio="0.1050000" products="223 211 -211"
 
671
 <br/>      channel: onMode="1" bRatio="0.0245000" products="321 -321"
 
672
 <br/>      channel: onMode="1" bRatio="0.0122500" products="130 130"
 
673
 <br/>      channel: onMode="1" bRatio="0.0122500" products="310 310"
 
674
 <br/>      channel: onMode="1" bRatio="0.0053000" products="331 111"
 
675
 <br/>      channel: onMode="1" bRatio="0.0000090" products="22 22"
 
676
 
 
677
<p/>particle: id="130" name="K_L0" spinType="1" chargeType="0" colType="0"
 
678
          m0="0.49765" tau0="1.53300e+04"
 
679
 <br/>      channel: onMode="1" bRatio="0.1955770" products="111 111 111"
 
680
 <br/>      channel: onMode="1" bRatio="0.1255900" products="211 -211 111"
 
681
 <br/>      channel: onMode="1" bRatio="0.2026300" meMode="22" products="-12 11 211"
 
682
 <br/>      channel: onMode="1" bRatio="0.2026300" meMode="22" products="12 -11 -211"
 
683
 <br/>      channel: onMode="1" bRatio="0.1350900" meMode="22" products="-14 13 211"
 
684
 <br/>      channel: onMode="1" bRatio="0.1350900" meMode="22" products="14 -13 -211"
 
685
 <br/>      channel: onMode="1" bRatio="0.0019760" products="211 -211"
 
686
 <br/>      channel: onMode="1" bRatio="0.0008690" products="111 111"
 
687
 <br/>      channel: onMode="1" bRatio="0.0005480" products="22 22"
 
688
 
 
689
<p/>particle: id="211" name="pi+" antiName="pi-" spinType="1" chargeType="3" colType="0"
 
690
          m0="0.13957" tau0="7.80450e+03"
 
691
 <br/>      channel: onMode="1" bRatio="0.9998770" products="-13 14"
 
692
 <br/>      channel: onMode="1" bRatio="0.0001230" products="-11 12"
 
693
 
 
694
<p/>particle: id="213" name="rho+" antiName="rho-" spinType="3" chargeType="3" colType="0"
 
695
          m0="0.77540" mWidth="0.14940" mMin="0.30000" mMax="1.50000"
 
696
 <br/>      channel: onMode="1" bRatio="0.9995500" meMode="2" products="211 111"
 
697
 <br/>      channel: onMode="1" bRatio="0.0004500" products="211 22"
 
698
 
 
699
<p/>particle: id="215" name="a_2+" antiName="a_2-" spinType="5" chargeType="3" colType="0"
 
700
          m0="1.31830" mWidth="0.10700" mMin="1.00000" mMax="1.70000"
 
701
 <br/>      channel: onMode="1" bRatio="0.3480100" products="213 111"
 
702
 <br/>      channel: onMode="1" bRatio="0.3480100" products="113 211"
 
703
 <br/>      channel: onMode="1" bRatio="0.1440000" products="221 211"
 
704
 <br/>      channel: onMode="1" bRatio="0.1040000" products="223 211 111"
 
705
 <br/>      channel: onMode="1" bRatio="0.0480000" products="321 -311"
 
706
 <br/>      channel: onMode="1" bRatio="0.0053000" products="331 211"
 
707
 <br/>      channel: onMode="1" bRatio="0.0026800" products="211 22"
 
708
 
 
709
<p/>particle: id="221" name="eta" spinType="1" chargeType="0" colType="0"
 
710
          m0="0.54751"
 
711
 <br/>      channel: onMode="1" bRatio="0.3938240" products="22 22"
 
712
 <br/>      channel: onMode="1" bRatio="0.3251200" products="111 111 111"
 
713
 <br/>      channel: onMode="1" bRatio="0.0004400" products="111 22 22"
 
714
 <br/>      channel: onMode="1" bRatio="0.2270000" products="211 -211 111"
 
715
 <br/>      channel: onMode="1" bRatio="0.0469000" products="211 -211 22"
 
716
 <br/>      channel: onMode="1" bRatio="0.0060000" meMode="11" products="22 11 -11"
 
717
 <br/>      channel: onMode="1" bRatio="0.0003100" meMode="11" products="22 13 -13"
 
718
 <br/>      channel: onMode="1" bRatio="0.0000060" products="13 -13"
 
719
 <br/>      channel: onMode="1" bRatio="0.0004000" meMode="12" products="211 -211 11 -11"
 
720
 
 
721
<p/>particle: id="223" name="omega" spinType="3" chargeType="0" colType="0"
 
722
          m0="0.78265" mWidth="0.00849" mMin="0.50000" mMax="1.10000"
 
723
 <br/>      channel: onMode="1" bRatio="0.8924150" meMode="1" products="211 -211 111"
 
724
 <br/>      channel: onMode="1" bRatio="0.0890000" products="111 22"
 
725
 <br/>      channel: onMode="1" bRatio="0.0170000" meMode="2" products="211 -211"
 
726
 <br/>      channel: onMode="1" bRatio="0.0004900" products="221 22"
 
727
 <br/>      channel: onMode="1" bRatio="0.0007700" meMode="11" products="111 11 -11"
 
728
 <br/>      channel: onMode="1" bRatio="0.0000960" meMode="11" products="111 13 -13"
 
729
 <br/>      channel: onMode="1" bRatio="0.0000720" products="11 -11"
 
730
 <br/>      channel: onMode="1" bRatio="0.0000900" products="13 -13"
 
731
 <br/>      channel: onMode="1" bRatio="0.0000670" products="111 111 22"
 
732
 
 
733
<p/>particle: id="225" name="f_2" spinType="5" chargeType="0" colType="0"
 
734
          m0="1.27540" mWidth="0.18500" mMin="0.60000" mMax="2.00000"
 
735
 <br/>      channel: onMode="1" bRatio="0.5653260" products="211 -211"
 
736
 <br/>      channel: onMode="1" bRatio="0.2826600" products="111 111"
 
737
 <br/>      channel: onMode="1" bRatio="0.0710000" products="211 -211 111 111"
 
738
 <br/>      channel: onMode="1" bRatio="0.0280000" products="211 -211 211 -211"
 
739
 <br/>      channel: onMode="1" bRatio="0.0230000" products="321 -321"
 
740
 <br/>      channel: onMode="1" bRatio="0.0115000" products="130 130"
 
741
 <br/>      channel: onMode="1" bRatio="0.0115000" products="310 310"
 
742
 <br/>      channel: onMode="1" bRatio="0.0040000" products="221 221"
 
743
 <br/>      channel: onMode="1" bRatio="0.0030000" products="111 111 111 111"
 
744
 <br/>      channel: onMode="1" bRatio="0.0000140" products="22 22"
 
745
 
 
746
<p/>particle: id="310" name="K_S0" spinType="1" chargeType="0" colType="0"
 
747
          m0="0.49765" tau0="2.68420e+01"
 
748
 <br/>      channel: onMode="1" bRatio="0.6923500" products="211 -211"
 
749
 <br/>      channel: onMode="1" bRatio="0.3069000" products="111 111"
 
750
 <br/>      channel: onMode="1" bRatio="0.0000470" meMode="12" products="211 -211 11 -11"
 
751
 <br/>      channel: onMode="1" bRatio="0.0003500" meMode="22" products="-12 11 211"
 
752
 <br/>      channel: onMode="1" bRatio="0.0003500" meMode="22" products="12 -11 -211"
 
753
 <br/>      channel: onMode="1" bRatio="0.0000030" products="22 22"
 
754
 
 
755
<p/>particle: id="311" name="K0" antiName="Kbar0" spinType="1" chargeType="0" colType="0"
 
756
          m0="0.49765"
 
757
 <br/>      channel: onMode="1" bRatio="0.5000000" products="130"
 
758
 <br/>      channel: onMode="1" bRatio="0.5000000" products="310"
 
759
 
 
760
<p/>particle: id="313" name="K*0" antiName="K*bar0" spinType="3" chargeType="0" colType="0"
 
761
          m0="0.89600" mWidth="0.05030" mMin="0.65000" mMax="1.20000"
 
762
 <br/>      channel: onMode="1" bRatio="0.6650000" meMode="2" products="321 -211"
 
763
 <br/>      channel: onMode="1" bRatio="0.3326900" meMode="2" products="311 111"
 
764
 <br/>      channel: onMode="1" bRatio="0.0023100" products="311 22"
 
765
 
 
766
<p/>particle: id="315" name="K*_2(1430)0" antiName="K*_2(1430)bar0" spinType="5" chargeType="0" colType="0"
 
767
          m0="1.43240" mWidth="0.10900" mMin="1.10000" mMax="1.80000"
 
768
 <br/>      channel: onMode="1" bRatio="0.3340000" products="321 -211"
 
769
 <br/>      channel: onMode="1" bRatio="0.1670000" products="311 111"
 
770
 <br/>      channel: onMode="1" bRatio="0.1650000" products="323 -211"
 
771
 <br/>      channel: onMode="1" bRatio="0.0825000" products="313 111"
 
772
 <br/>      channel: onMode="1" bRatio="0.0890000" products="323 -211 111"
 
773
 <br/>      channel: onMode="1" bRatio="0.0450000" products="313 211 -211"
 
774
 <br/>      channel: onMode="1" bRatio="0.0580000" products="321 -213"
 
775
 <br/>      channel: onMode="1" bRatio="0.0290000" products="311 113"
 
776
 <br/>      channel: onMode="1" bRatio="0.0290000" products="311 223"
 
777
 <br/>      channel: onMode="1" bRatio="0.0015000" products="311 221"
 
778
 
 
779
<p/>particle: id="321" name="K+" antiName="K-" spinType="1" chargeType="3" colType="0"
 
780
          m0="0.49368" tau0="3.71300e+03"
 
781
 <br/>      channel: onMode="1" bRatio="0.6343000" products="-13 14"
 
782
 <br/>      channel: onMode="1" bRatio="0.0000150" products="-11 12"
 
783
 <br/>      channel: onMode="1" bRatio="0.2091100" products="211 111"
 
784
 <br/>      channel: onMode="1" bRatio="0.0559000" products="211 211 -211"
 
785
 <br/>      channel: onMode="1" bRatio="0.0175700" products="211 111 111"
 
786
 <br/>      channel: onMode="1" bRatio="0.0498000" meMode="22" products="12 -11 111"
 
787
 <br/>      channel: onMode="1" bRatio="0.0332000" meMode="22" products="14 -13 111"
 
788
 <br/>      channel: onMode="1" bRatio="0.0000220" products="-11 12 111 111"
 
789
 <br/>      channel: onMode="1" bRatio="0.0000410" products="-11 12 211 -211"
 
790
 <br/>      channel: onMode="1" bRatio="0.0000140" products="-13 14 111 111"
 
791
 <br/>      channel: onMode="1" bRatio="0.0000280" products="-13 14 211 -211"
 
792
 
 
793
<p/>particle: id="323" name="K*+" antiName="K*-" spinType="3" chargeType="3" colType="0"
 
794
          m0="0.89166" mWidth="0.05080" mMin="0.65000" mMax="1.20000"
 
795
 <br/>      channel: onMode="1" bRatio="0.6660000" meMode="2" products="311 211"
 
796
 <br/>      channel: onMode="1" bRatio="0.3330000" meMode="2" products="321 111"
 
797
 <br/>      channel: onMode="1" bRatio="0.0010000" products="321 22"
 
798
 
 
799
<p/>particle: id="325" name="K*_2(1430)+" antiName="K*_2(1430)-" spinType="5" chargeType="3" colType="0"
 
800
          m0="1.42560" mWidth="0.09850" mMin="1.10000" mMax="1.80000"
 
801
 <br/>      channel: onMode="1" bRatio="0.3330000" products="311 211"
 
802
 <br/>      channel: onMode="1" bRatio="0.1660000" products="321 111"
 
803
 <br/>      channel: onMode="1" bRatio="0.1647000" products="313 211"
 
804
 <br/>      channel: onMode="1" bRatio="0.0824000" products="323 111"
 
805
 <br/>      channel: onMode="1" bRatio="0.0890000" products="313 211 111"
 
806
 <br/>      channel: onMode="1" bRatio="0.0450000" products="323 211 -211"
 
807
 <br/>      channel: onMode="1" bRatio="0.0580000" products="311 213"
 
808
 <br/>      channel: onMode="1" bRatio="0.0290000" products="321 113"
 
809
 <br/>      channel: onMode="1" bRatio="0.0290000" products="321 223"
 
810
 <br/>      channel: onMode="1" bRatio="0.0015000" products="321 221"
 
811
 <br/>      channel: onMode="1" bRatio="0.0024000" products="321 22"
 
812
 
 
813
<p/>particle: id="331" name="eta'" spinType="1" chargeType="0" colType="0"
 
814
          m0="0.95778" mWidth="0.00020" mMin="0.95578" mMax="0.95978"
 
815
 <br/>      channel: onMode="1" bRatio="0.4449000" products="211 -211 221"
 
816
 <br/>      channel: onMode="1" bRatio="0.2939500" products="113 22"
 
817
 <br/>      channel: onMode="1" bRatio="0.2080000" products="111 111 221"
 
818
 <br/>      channel: onMode="1" bRatio="0.0303000" products="223 22"
 
819
 <br/>      channel: onMode="1" bRatio="0.0212000" products="22 22"
 
820
 <br/>      channel: onMode="1" bRatio="0.0015500" products="111 111 111"
 
821
 <br/>      channel: onMode="1" bRatio="0.0001000" products="13 -13 22"
 
822
 
 
823
<p/>particle: id="333" name="phi" spinType="3" chargeType="0" colType="0"
 
824
          m0="1.01946" mWidth="0.00426" mMin="1.00000" mMax="1.04000"
 
825
 <br/>      channel: onMode="1" bRatio="0.4919270" meMode="2" products="321 -321"
 
826
 <br/>      channel: onMode="1" bRatio="0.3400000" meMode="2" products="130 310"
 
827
 <br/>      channel: onMode="1" bRatio="0.0420000" products="-213 211"
 
828
 <br/>      channel: onMode="1" bRatio="0.0420000" products="113 111"
 
829
 <br/>      channel: onMode="1" bRatio="0.0420000" products="213 -211"
 
830
 <br/>      channel: onMode="1" bRatio="0.0270000" meMode="1" products="211 -211 111"
 
831
 <br/>      channel: onMode="1" bRatio="0.0130000" products="221 22"
 
832
 <br/>      channel: onMode="1" bRatio="0.0012500" products="111 22"
 
833
 <br/>      channel: onMode="1" bRatio="0.0002970" products="11 -11"
 
834
 <br/>      channel: onMode="1" bRatio="0.0002860" products="13 -13"
 
835
 <br/>      channel: onMode="1" bRatio="0.0001150" meMode="11" products="221 11 -11"
 
836
 <br/>      channel: onMode="1" bRatio="0.0000730" meMode="2" products="211 -211"
 
837
 <br/>      channel: onMode="1" bRatio="0.0000520" products="223 111"
 
838
 
 
839
<p/>particle: id="335" name="f'_2(1525)" spinType="5" chargeType="0" colType="0"
 
840
          m0="1.52500" mWidth="0.07300" mMin="1.10000" mMax="2.00000"
 
841
 <br/>      channel: onMode="1" bRatio="0.4444000" products="321 -321"
 
842
 <br/>      channel: onMode="1" bRatio="0.2222000" products="130 130"
 
843
 <br/>      channel: onMode="1" bRatio="0.2222000" products="310 310"
 
844
 <br/>      channel: onMode="1" bRatio="0.1030000" products="221 221"
 
845
 <br/>      channel: onMode="1" bRatio="0.0041000" products="211 -211"
 
846
 <br/>      channel: onMode="1" bRatio="0.0041000" products="111 111"
 
847
 
 
848
<p/>particle: id="411" name="D+" antiName="D-" spinType="1" chargeType="3" colType="0"
 
849
          m0="1.86930" tau0="3.11800e-01"
 
850
 <br/>      channel: onMode="1" bRatio="0.0004000" products="-13 14"
 
851
 <br/>      channel: onMode="1" bRatio="0.0010000" products="-15 16"
 
852
 <br/>      channel: onMode="1" bRatio="0.0043000" meMode="22" products="-11 12 111"
 
853
 <br/>      channel: onMode="1" bRatio="0.0028000" meMode="22" products="-11 12 113"
 
854
 <br/>      channel: onMode="1" bRatio="0.0026000" meMode="22" products="-11 12 221"
 
855
 <br/>      channel: onMode="1" bRatio="0.0028000" meMode="22" products="-11 12 223"
 
856
 <br/>      channel: onMode="1" bRatio="0.0900000" meMode="22" products="-11 12 311"
 
857
 <br/>      channel: onMode="1" bRatio="0.0554000" meMode="22" products="-11 12 -313"
 
858
 <br/>      channel: onMode="1" bRatio="0.0038000" meMode="22" products="-11 12 -315"
 
859
 <br/>      channel: onMode="1" bRatio="0.0005000" meMode="22" products="-11 12 331"
 
860
 <br/>      channel: onMode="1" bRatio="0.0036000" meMode="22" products="-11 12 -10313"
 
861
 <br/>      channel: onMode="1" bRatio="0.0043000" meMode="22" products="-13 14 111"
 
862
 <br/>      channel: onMode="1" bRatio="0.0028000" meMode="22" products="-13 14 113"
 
863
 <br/>      channel: onMode="1" bRatio="0.0026000" meMode="22" products="-13 14 221"
 
864
 <br/>      channel: onMode="1" bRatio="0.0028000" meMode="22" products="-13 14 223"
 
865
 <br/>      channel: onMode="1" bRatio="0.0874000" meMode="22" products="-13 14 311"
 
866
 <br/>      channel: onMode="1" bRatio="0.0533000" meMode="22" products="-13 14 -313"
 
867
 <br/>      channel: onMode="1" bRatio="0.0038000" meMode="22" products="-13 14 -315"
 
868
 <br/>      channel: onMode="1" bRatio="0.0005000" meMode="22" products="-13 14 331"
 
869
 <br/>      channel: onMode="1" bRatio="0.0036000" meMode="22" products="-13 14 -10313"
 
870
 <br/>      channel: onMode="1" bRatio="0.0014000" meMode="22" products="-11 12 311 111"
 
871
 <br/>      channel: onMode="1" bRatio="0.0027000" meMode="22" products="-11 12 -321 211"
 
872
 <br/>      channel: onMode="1" bRatio="0.0014000" meMode="22" products="-13 14 311 111"
 
873
 <br/>      channel: onMode="1" bRatio="0.0027000" meMode="22" products="-13 14 -321 211"
 
874
 <br/>      channel: onMode="1" bRatio="0.0026000" products="211 111"
 
875
 <br/>      channel: onMode="1" bRatio="0.0010000" products="211 113"
 
876
 <br/>      channel: onMode="1" bRatio="0.0076000" products="221 211"
 
877
 <br/>      channel: onMode="1" bRatio="0.0282000" products="311 211"
 
878
 <br/>      channel: onMode="1" bRatio="0.0210000" products="-313 213"
 
879
 <br/>      channel: onMode="1" bRatio="0.0074000" products="321 311"
 
880
 <br/>      channel: onMode="1" bRatio="0.0042000" products="321 -313"
 
881
 <br/>      channel: onMode="1" bRatio="0.0310000" products="323 311"
 
882
 <br/>      channel: onMode="1" bRatio="0.0180000" products="323 -313"
 
883
 <br/>      channel: onMode="1" bRatio="0.0070000" products="333 211"
 
884
 <br/>      channel: onMode="1" bRatio="0.0115000" products="-10311 211"
 
885
 <br/>      channel: onMode="1" bRatio="0.0800000" products="20213 311"
 
886
 <br/>      channel: onMode="1" bRatio="0.0508000" products="-20313 211"
 
887
 <br/>      channel: onMode="1" bRatio="0.0015000" products="211 111 111"
 
888
 <br/>      channel: onMode="1" bRatio="0.0020000" products="211 211 -211"
 
889
 <br/>      channel: onMode="1" bRatio="0.0030000" products="221 211 111"
 
890
 <br/>      channel: onMode="1" bRatio="0.0970000" products="311 211 111"
 
891
 <br/>      channel: onMode="1" bRatio="0.0050000" products="311 211 113"
 
892
 <br/>      channel: onMode="1" bRatio="0.0100000" products="311 221 211"
 
893
 <br/>      channel: onMode="1" bRatio="0.0050000" products="311 223 211"
 
894
 <br/>      channel: onMode="1" bRatio="0.0010000" products="311 311 211"
 
895
 <br/>      channel: onMode="1" bRatio="0.0010000" products="313 311 211"
 
896
 <br/>      channel: onMode="1" bRatio="0.0100000" products="-313 211 111"
 
897
 <br/>      channel: onMode="1" bRatio="0.0078000" products="-313 211 113"
 
898
 <br/>      channel: onMode="1" bRatio="0.0100000" products="-313 221 211"
 
899
 <br/>      channel: onMode="1" bRatio="0.0050000" products="-313 223 211"
 
900
 <br/>      channel: onMode="1" bRatio="0.0010000" products="-313 311 211"
 
901
 <br/>      channel: onMode="1" bRatio="0.0010000" products="321 311 111"
 
902
 <br/>      channel: onMode="1" bRatio="0.0100000" products="321 311 311"
 
903
 <br/>      channel: onMode="1" bRatio="0.0010000" products="321 -313 111"
 
904
 <br/>      channel: onMode="1" bRatio="0.0046000" products="321 -321 211"
 
905
 <br/>      channel: onMode="1" bRatio="0.0920000" products="-321 211 211"
 
906
 <br/>      channel: onMode="1" bRatio="0.0110000" products="-321 213 211"
 
907
 <br/>      channel: onMode="1" bRatio="0.0010000" products="323 311 111"
 
908
 <br/>      channel: onMode="1" bRatio="0.0010000" products="323 -321 211"
 
909
 <br/>      channel: onMode="1" bRatio="0.0070000" products="-323 211 211"
 
910
 <br/>      channel: onMode="1" bRatio="0.0100000" products="-323 213 211"
 
911
 <br/>      channel: onMode="1" bRatio="0.0010000" products="-323 321 211"
 
912
 <br/>      channel: onMode="1" bRatio="0.0230000" products="333 211 111"
 
913
 <br/>      channel: onMode="1" bRatio="0.0050000" products="211 111 111 111"
 
914
 <br/>      channel: onMode="1" bRatio="0.0090000" products="211 211 -211 111"
 
915
 <br/>      channel: onMode="1" bRatio="0.0020000" products="221 211 111 111"
 
916
 <br/>      channel: onMode="1" bRatio="0.0030000" products="221 211 211 -211"
 
917
 <br/>      channel: onMode="1" bRatio="0.0188000" products="311 211 111 111"
 
918
 <br/>      channel: onMode="1" bRatio="0.0120000" products="-321 211 211 111"
 
919
 <br/>      channel: onMode="1" bRatio="0.0021000" products="211 211 211 -211 -211"
 
920
 <br/>      channel: onMode="1" bRatio="0.0035000" products="311 211 111 111 111"
 
921
 <br/>      channel: onMode="1" bRatio="0.0087000" products="311 211 211 -211 111"
 
922
 <br/>      channel: onMode="1" bRatio="0.0050000" products="-321 211 211 111 111"
 
923
 <br/>      channel: onMode="1" bRatio="0.0022000" products="-321 211 211 211 -211"
 
924
 
 
925
<p/>particle: id="413" name="D*+" antiName="D*-" spinType="3" chargeType="3" colType="0"
 
926
          m0="2.01000"
 
927
 <br/>      channel: onMode="1" bRatio="0.6770000" meMode="2" products="421 211"
 
928
 <br/>      channel: onMode="1" bRatio="0.3070000" meMode="2" products="411 111"
 
929
 <br/>      channel: onMode="1" bRatio="0.0160000" products="411 22"
 
930
 
 
931
<p/>particle: id="415" name="D*_2(2460)+" antiName="D*_2(2460)-" spinType="5" chargeType="3" colType="0"
 
932
          m0="2.45900" mWidth="0.02900" mMin="2.30000" mMax="2.65000"
 
933
 <br/>      channel: onMode="1" bRatio="0.2200000" products="423 211"
 
934
 <br/>      channel: onMode="1" bRatio="0.1100000" products="413 111"
 
935
 <br/>      channel: onMode="1" bRatio="0.3800000" products="421 211"
 
936
 <br/>      channel: onMode="1" bRatio="0.1900000" products="411 111"
 
937
 <br/>      channel: onMode="1" bRatio="0.0670000" products="423 211 111"
 
938
 <br/>      channel: onMode="1" bRatio="0.0330000" products="413 211 -211"
 
939
 
 
940
<p/>particle: id="421" name="D0" antiName="Dbar0" spinType="1" chargeType="0" colType="0"
 
941
          m0="1.86450" tau0="1.22900e-01"
 
942
 <br/>      channel: onMode="1" bRatio="0.0034000" meMode="22" products="-11 12 -211"
 
943
 <br/>      channel: onMode="1" bRatio="0.0022000" meMode="22" products="-11 12 -213"
 
944
 <br/>      channel: onMode="1" bRatio="0.0350000" meMode="22" products="-11 12 -321"
 
945
 <br/>      channel: onMode="1" bRatio="0.0225000" meMode="22" products="-11 12 -323"
 
946
 <br/>      channel: onMode="1" bRatio="0.0015000" meMode="22" products="-11 12 -325"
 
947
 <br/>      channel: onMode="1" bRatio="0.0014000" meMode="22" products="-11 12 -10323"
 
948
 <br/>      channel: onMode="1" bRatio="0.0034000" meMode="22" products="-13 14 -211"
 
949
 <br/>      channel: onMode="1" bRatio="0.0022000" meMode="22" products="-13 14 -213"
 
950
 <br/>      channel: onMode="1" bRatio="0.0340000" meMode="22" products="-13 14 -321"
 
951
 <br/>      channel: onMode="1" bRatio="0.0214000" meMode="22" products="-13 14 -323"
 
952
 <br/>      channel: onMode="1" bRatio="0.0015000" meMode="22" products="-13 14 -325"
 
953
 <br/>      channel: onMode="1" bRatio="0.0014000" meMode="22" products="-13 14 -10323"
 
954
 <br/>      channel: onMode="1" bRatio="0.0011000" meMode="22" products="-11 12 311 -211"
 
955
 <br/>      channel: onMode="1" bRatio="0.0006000" meMode="22" products="-11 12 -321 111"
 
956
 <br/>      channel: onMode="1" bRatio="0.0011000" meMode="22" products="-13 14 311 -211"
 
957
 <br/>      channel: onMode="1" bRatio="0.0006000" meMode="22" products="-13 14 -321 111"
 
958
 <br/>      channel: onMode="1" bRatio="0.0008000" products="111 111"
 
959
 <br/>      channel: onMode="1" bRatio="0.0020000" products="113 111"
 
960
 <br/>      channel: onMode="1" bRatio="0.0006000" products="130 130"
 
961
 <br/>      channel: onMode="1" bRatio="0.0015000" products="211 -211"
 
962
 <br/>      channel: onMode="1" bRatio="0.0040000" products="213 -211"
 
963
 <br/>      channel: onMode="1" bRatio="0.0040000" products="-213 211"
 
964
 <br/>      channel: onMode="1" bRatio="0.0010000" products="221 111"
 
965
 <br/>      channel: onMode="1" bRatio="0.0010000" products="221 221"
 
966
 <br/>      channel: onMode="1" bRatio="0.0006000" products="310 310"
 
967
 <br/>      channel: onMode="1" bRatio="0.0212000" products="311 111"
 
968
 <br/>      channel: onMode="1" bRatio="0.0071000" products="311 221"
 
969
 <br/>      channel: onMode="1" bRatio="0.0210000" products="311 223"
 
970
 <br/>      channel: onMode="1" bRatio="0.0004000" products="313 311"
 
971
 <br/>      channel: onMode="1" bRatio="0.0014000" products="313 -313"
 
972
 <br/>      channel: onMode="1" bRatio="0.0085000" products="-313 111"
 
973
 <br/>      channel: onMode="1" bRatio="0.0146000" products="-313 113"
 
974
 <br/>      channel: onMode="1" bRatio="0.0190000" products="-313 221"
 
975
 <br/>      channel: onMode="1" bRatio="0.0110000" products="-313 223"
 
976
 <br/>      channel: onMode="1" bRatio="0.0008000" products="-313 311"
 
977
 <br/>      channel: onMode="1" bRatio="0.0001500" products="321 -211"
 
978
 <br/>      channel: onMode="1" bRatio="0.0043000" products="321 -321"
 
979
 <br/>      channel: onMode="1" bRatio="0.0383000" products="-321 211"
 
980
 <br/>      channel: onMode="1" bRatio="0.0035000" products="323 -321"
 
981
 <br/>      channel: onMode="1" bRatio="0.0610000" products="-323 213"
 
982
 <br/>      channel: onMode="1" bRatio="0.0018000" products="-323 321"
 
983
 <br/>      channel: onMode="1" bRatio="0.0010000" products="331 111"
 
984
 <br/>      channel: onMode="1" bRatio="0.0172000" products="331 311"
 
985
 <br/>      channel: onMode="1" bRatio="0.0020000" products="331 -313"
 
986
 <br/>      channel: onMode="1" bRatio="0.0007000" products="333 111"
 
987
 <br/>      channel: onMode="1" bRatio="0.0086000" products="333 311"
 
988
 <br/>      channel: onMode="1" bRatio="0.0071000" products="-10313 111"
 
989
 <br/>      channel: onMode="1" bRatio="0.0107000" products="-10323 211"
 
990
 <br/>      channel: onMode="1" bRatio="0.0730000" products="20213 -321"
 
991
 <br/>      channel: onMode="1" bRatio="0.0010000" products="111 111 111"
 
992
 <br/>      channel: onMode="1" bRatio="0.0060000" products="211 -211 111"
 
993
 <br/>      channel: onMode="1" bRatio="0.0270000" products="211 -211 130"
 
994
 <br/>      channel: onMode="1" bRatio="0.0270000" products="310 211 -211"
 
995
 <br/>      channel: onMode="1" bRatio="0.0008000" products="310 310 310"
 
996
 <br/>      channel: onMode="1" bRatio="0.0078000" products="311 111 111"
 
997
 <br/>      channel: onMode="1" bRatio="0.0116000" products="-313 111 111"
 
998
 <br/>      channel: onMode="1" bRatio="0.0225000" products="-313 211 -211"
 
999
 <br/>      channel: onMode="1" bRatio="0.0005000" products="321 -211 111"
 
1000
 <br/>      channel: onMode="1" bRatio="0.0051000" products="321 -321 311"
 
1001
 <br/>      channel: onMode="1" bRatio="0.1390000" products="-321 211 111"
 
1002
 <br/>      channel: onMode="1" bRatio="0.0060000" products="-321 211 113"
 
1003
 <br/>      channel: onMode="1" bRatio="0.0068000" products="-321 213 111"
 
1004
 <br/>      channel: onMode="1" bRatio="0.0100000" products="-321 221 211"
 
1005
 <br/>      channel: onMode="1" bRatio="0.0303000" products="-321 223 211"
 
1006
 <br/>      channel: onMode="1" bRatio="0.0100000" products="-323 211 111"
 
1007
 <br/>      channel: onMode="1" bRatio="0.0075000" products="331 -321 211"
 
1008
 <br/>      channel: onMode="1" bRatio="0.0011000" products="333 211 -211"
 
1009
 <br/>      channel: onMode="1" bRatio="0.0073000" products="211 211 -211 -211"
 
1010
 <br/>      channel: onMode="1" bRatio="0.0050000" products="211 -211 111 111"
 
1011
 <br/>      channel: onMode="1" bRatio="0.0143000" products="311 111 111 111"
 
1012
 <br/>      channel: onMode="1" bRatio="0.0085000" products="311 211 -211 111"
 
1013
 <br/>      channel: onMode="1" bRatio="0.0015000" products="311 311 111 111"
 
1014
 <br/>      channel: onMode="1" bRatio="0.0015000" products="311 311 211 -211"
 
1015
 <br/>      channel: onMode="1" bRatio="0.0030000" products="321 -321 111 111"
 
1016
 <br/>      channel: onMode="1" bRatio="0.0025000" products="321 -321 211 -211"
 
1017
 <br/>      channel: onMode="1" bRatio="0.0257500" products="-321 211 111 111"
 
1018
 <br/>      channel: onMode="1" bRatio="0.0074000" products="-321 211 211 -211"
 
1019
 <br/>      channel: onMode="1" bRatio="0.0177000" products="211 211 -211 -211 111"
 
1020
 <br/>      channel: onMode="1" bRatio="0.0060000" products="211 -211 111 111 111"
 
1021
 <br/>      channel: onMode="1" bRatio="0.0058000" products="311 211 211 -211 -211"
 
1022
 <br/>      channel: onMode="1" bRatio="0.0638000" products="311 211 -211 111 111"
 
1023
 <br/>      channel: onMode="1" bRatio="0.0038000" products="-321 211 111 111 111"
 
1024
 <br/>      channel: onMode="1" bRatio="0.0038000" products="-321 211 211 -211 111"
 
1025
 <br/>      channel: onMode="1" bRatio="0.0192000" products="311 211 -211 111 111 111"
 
1026
 
 
1027
<p/>particle: id="423" name="D*0" antiName="D*bar0" spinType="3" chargeType="0" colType="0"
 
1028
          m0="2.00670"
 
1029
 <br/>      channel: onMode="1" bRatio="0.6190000" meMode="2" products="421 111"
 
1030
 <br/>      channel: onMode="1" bRatio="0.3810000" products="421 22"
 
1031
 
 
1032
<p/>particle: id="425" name="D*_2(2460)0" antiName="D*_2(2460)bar0" spinType="5" chargeType="0" colType="0"
 
1033
          m0="2.46110" mWidth="0.04300" mMin="2.30000" mMax="2.65000"
 
1034
 <br/>      channel: onMode="1" bRatio="0.2200000" products="413 -211"
 
1035
 <br/>      channel: onMode="1" bRatio="0.1100000" products="423 111"
 
1036
 <br/>      channel: onMode="1" bRatio="0.3800000" products="411 -211"
 
1037
 <br/>      channel: onMode="1" bRatio="0.1900000" products="421 111"
 
1038
 <br/>      channel: onMode="1" bRatio="0.0670000" products="413 -211 111"
 
1039
 <br/>      channel: onMode="1" bRatio="0.0330000" products="423 211 -211"
 
1040
 
 
1041
<p/>particle: id="431" name="D_s+" antiName="D_s-" spinType="1" chargeType="3" colType="0"
 
1042
          m0="1.96820" tau0="1.49900e-01"
 
1043
 <br/>      channel: onMode="1" bRatio="0.0061600" products="-13 14"
 
1044
 <br/>      channel: onMode="1" bRatio="0.0640000" products="-15 16"
 
1045
 <br/>      channel: onMode="1" bRatio="0.0307000" meMode="22" products="-11 12 221"
 
1046
 <br/>      channel: onMode="1" bRatio="0.0027000" meMode="22" products="-11 12 311"
 
1047
 <br/>      channel: onMode="1" bRatio="0.0010000" meMode="22" products="-11 12 -313"
 
1048
 <br/>      channel: onMode="1" bRatio="0.0106000" meMode="22" products="-11 12 331"
 
1049
 <br/>      channel: onMode="1" bRatio="0.0242000" meMode="22" products="-11 12 333"
 
1050
 <br/>      channel: onMode="1" bRatio="0.0307000" meMode="22" products="-13 14 221"
 
1051
 <br/>      channel: onMode="1" bRatio="0.0027000" meMode="22" products="-13 14 311"
 
1052
 <br/>      channel: onMode="1" bRatio="0.0010000" meMode="22" products="-13 14 -313"
 
1053
 <br/>      channel: onMode="1" bRatio="0.0106000" meMode="22" products="-13 14 331"
 
1054
 <br/>      channel: onMode="1" bRatio="0.0242000" meMode="22" products="-13 14 333"
 
1055
 <br/>      channel: onMode="1" bRatio="0.0010000" products="211 111"
 
1056
 <br/>      channel: onMode="1" bRatio="0.0004000" products="211 113"
 
1057
 <br/>      channel: onMode="1" bRatio="0.0004000" products="213 111"
 
1058
 <br/>      channel: onMode="1" bRatio="0.0210000" products="221 211"
 
1059
 <br/>      channel: onMode="1" bRatio="0.1310400" products="221 213"
 
1060
 <br/>      channel: onMode="1" bRatio="0.0034000" products="223 211"
 
1061
 <br/>      channel: onMode="1" bRatio="0.0023000" products="225 211"
 
1062
 <br/>      channel: onMode="1" bRatio="0.0040000" products="311 211"
 
1063
 <br/>      channel: onMode="1" bRatio="0.0015000" products="311 213"
 
1064
 <br/>      channel: onMode="1" bRatio="0.0079000" products="313 211"
 
1065
 <br/>      channel: onMode="1" bRatio="0.0050000" products="313 213"
 
1066
 <br/>      channel: onMode="1" bRatio="0.0015000" products="321 113"
 
1067
 <br/>      channel: onMode="1" bRatio="0.0002000" products="321 221"
 
1068
 <br/>      channel: onMode="1" bRatio="0.0440000" products="321 311"
 
1069
 <br/>      channel: onMode="1" bRatio="0.0400000" products="321 -313"
 
1070
 <br/>      channel: onMode="1" bRatio="0.0530000" products="323 311"
 
1071
 <br/>      channel: onMode="1" bRatio="0.0700000" products="323 -313"
 
1072
 <br/>      channel: onMode="1" bRatio="0.0470000" products="331 211"
 
1073
 <br/>      channel: onMode="1" bRatio="0.1220000" products="331 213"
 
1074
 <br/>      channel: onMode="1" bRatio="0.0002000" products="331 321"
 
1075
 <br/>      channel: onMode="1" bRatio="0.0440000" products="333 211"
 
1076
 <br/>      channel: onMode="1" bRatio="0.0820000" products="333 213"
 
1077
 <br/>      channel: onMode="1" bRatio="0.0003000" products="333 321"
 
1078
 <br/>      channel: onMode="1" bRatio="0.0025000" products="20213 311"
 
1079
 <br/>      channel: onMode="1" bRatio="0.0100000" products="9010221 211"
 
1080
 <br/>      channel: onMode="1" bRatio="0.0000500" products="211 111 111"
 
1081
 <br/>      channel: onMode="1" bRatio="0.0000500" products="211 211 -211"
 
1082
 <br/>      channel: onMode="1" bRatio="0.0150000" products="221 211 111"
 
1083
 <br/>      channel: onMode="1" bRatio="0.0010000" products="311 211 111"
 
1084
 <br/>      channel: onMode="1" bRatio="0.0050000" products="313 211 111"
 
1085
 <br/>      channel: onMode="1" bRatio="0.0002000" products="321 221 111"
 
1086
 <br/>      channel: onMode="1" bRatio="0.0030000" products="321 311 111"
 
1087
 <br/>      channel: onMode="1" bRatio="0.0012000" products="321 -313 111"
 
1088
 <br/>      channel: onMode="1" bRatio="0.0002000" products="321 321 -321"
 
1089
 <br/>      channel: onMode="1" bRatio="0.0110000" products="321 -321 211"
 
1090
 <br/>      channel: onMode="1" bRatio="0.0012000" products="323 311 111"
 
1091
 <br/>      channel: onMode="1" bRatio="0.0040000" products="323 -313 111"
 
1092
 <br/>      channel: onMode="1" bRatio="0.0150000" products="331 211 111"
 
1093
 <br/>      channel: onMode="1" bRatio="0.0002000" products="331 321 111"
 
1094
 <br/>      channel: onMode="1" bRatio="0.0100000" products="333 211 111"
 
1095
 <br/>      channel: onMode="1" bRatio="0.0050000" products="221 211 111 111"
 
1096
 <br/>      channel: onMode="1" bRatio="0.0050000" products="221 211 211 -211"
 
1097
 <br/>      channel: onMode="1" bRatio="0.0002000" products="321 221 211 -211"
 
1098
 <br/>      channel: onMode="1" bRatio="0.0010000" products="321 311 111 111"
 
1099
 <br/>      channel: onMode="1" bRatio="0.0010000" products="321 311 211 -211"
 
1100
 <br/>      channel: onMode="1" bRatio="0.0002000" products="331 321 211 -211"
 
1101
 <br/>      channel: onMode="1" bRatio="0.0050000" products="333 211 111 111"
 
1102
 <br/>      channel: onMode="1" bRatio="0.0080000" products="333 211 211 -211"
 
1103
 <br/>      channel: onMode="1" bRatio="0.0043000" products="321 -321 211 211 -211"
 
1104
 
 
1105
<p/>particle: id="433" name="D*_s+" antiName="D*_s-" spinType="3" chargeType="3" colType="0"
 
1106
          m0="2.11200"
 
1107
 <br/>      channel: onMode="1" bRatio="0.9420000" products="431 22"
 
1108
 <br/>      channel: onMode="1" bRatio="0.0580000" meMode="2" products="431 111"
 
1109
 
 
1110
<p/>particle: id="435" name="D*_2s(2573)+" antiName="D*_2s(2573)-" spinType="5" chargeType="3" colType="0"
 
1111
          m0="2.57350" mWidth="0.01500" mMin="2.51000" mMax="2.70000"
 
1112
 <br/>      channel: onMode="1" bRatio="0.0500000" products="413 311"
 
1113
 <br/>      channel: onMode="1" bRatio="0.0500000" products="423 321"
 
1114
 <br/>      channel: onMode="1" bRatio="0.4500000" products="411 311"
 
1115
 <br/>      channel: onMode="1" bRatio="0.4500000" products="421 321"
 
1116
 
 
1117
<p/>particle: id="441" name="eta_c" spinType="1" chargeType="0" colType="0"
 
1118
          m0="2.98040" mWidth="0.02550" mMin="2.78040" mMax="3.18040"
 
1119
 <br/>      channel: onMode="1" bRatio="0.0002800" products="22 22"
 
1120
 <br/>      channel: onMode="1" bRatio="0.0087000" products="113 113"
 
1121
 <br/>      channel: onMode="1" bRatio="0.0173000" products="213 -213"
 
1122
 <br/>      channel: onMode="1" bRatio="0.0042000" products="313 -313"
 
1123
 <br/>      channel: onMode="1" bRatio="0.0043000" products="323 -323"
 
1124
 <br/>      channel: onMode="1" bRatio="0.0026000" products="333 333"
 
1125
 <br/>      channel: onMode="1" bRatio="0.0013000" products="2212 -2212"
 
1126
 <br/>      channel: onMode="1" bRatio="0.0163000" products="221 111 111"
 
1127
 <br/>      channel: onMode="1" bRatio="0.0327000" products="221 211 -211"
 
1128
 <br/>      channel: onMode="1" bRatio="0.0095000" products="311 311 111"
 
1129
 <br/>      channel: onMode="1" bRatio="0.0191000" products="321 311 -211"
 
1130
 <br/>      channel: onMode="1" bRatio="0.0072000" products="321 -313 -211"
 
1131
 <br/>      channel: onMode="1" bRatio="0.0095000" products="321 -321 111"
 
1132
 <br/>      channel: onMode="1" bRatio="0.0191000" products="-321 311 211"
 
1133
 <br/>      channel: onMode="1" bRatio="0.0072000" products="-321 313 211"
 
1134
 <br/>      channel: onMode="1" bRatio="0.0137000" products="331 111 111"
 
1135
 <br/>      channel: onMode="1" bRatio="0.0273000" products="331 211 -211"
 
1136
 <br/>      channel: onMode="1" bRatio="0.0018000" products="333 321 -321"
 
1137
 <br/>      channel: onMode="1" bRatio="0.0033000" products="211 211 -211 -211"
 
1138
 <br/>      channel: onMode="1" bRatio="0.0006000" products="321 321 -321 -321"
 
1139
 <br/>      channel: onMode="1" bRatio="0.0054000" products="321 -321 211 -211"
 
1140
 <br/>      channel: onMode="1" bRatio="0.7886200" meMode="52" products="83 -83"
 
1141
 
 
1142
<p/>particle: id="443" name="J/psi" spinType="3" chargeType="0" colType="0"
 
1143
          m0="3.09692" mWidth="0.00009" mMin="3.09602" mMax="3.09782"
 
1144
 <br/>      channel: onMode="1" bRatio="0.8023950" meMode="43" products="83 -83"
 
1145
 <br/>      channel: onMode="1" bRatio="0.0594000" products="11 -11"
 
1146
 <br/>      channel: onMode="1" bRatio="0.0593000" products="13 -13"
 
1147
 <br/>      channel: onMode="1" bRatio="0.0130000" products="441 22"
 
1148
 <br/>      channel: onMode="1" bRatio="0.0056000" products="113 111"
 
1149
 <br/>      channel: onMode="1" bRatio="0.0056500" products="213 -211"
 
1150
 <br/>      channel: onMode="1" bRatio="0.0056500" products="-213 211"
 
1151
 <br/>      channel: onMode="1" bRatio="0.0036000" products="115 113"
 
1152
 <br/>      channel: onMode="1" bRatio="0.0036000" products="-215 213"
 
1153
 <br/>      channel: onMode="1" bRatio="0.0036000" products="215 -213"
 
1154
 <br/>      channel: onMode="1" bRatio="0.0043000" products="225 223"
 
1155
 <br/>      channel: onMode="1" bRatio="0.0022000" products="313 -315"
 
1156
 <br/>      channel: onMode="1" bRatio="0.0022000" products="323 -325"
 
1157
 <br/>      channel: onMode="1" bRatio="0.0022000" products="-323 325"
 
1158
 <br/>      channel: onMode="1" bRatio="0.0025000" products="321 -323"
 
1159
 <br/>      channel: onMode="1" bRatio="0.0025000" products="-321 323"
 
1160
 <br/>      channel: onMode="1" bRatio="0.0021000" products="311 -313"
 
1161
 <br/>      channel: onMode="1" bRatio="0.0021000" products="-311 313"
 
1162
 <br/>      channel: onMode="1" bRatio="0.0019000" products="20323 -321"
 
1163
 <br/>      channel: onMode="1" bRatio="0.0019000" products="-20323 321"
 
1164
 <br/>      channel: onMode="1" bRatio="0.0015000" products="10213 -211"
 
1165
 <br/>      channel: onMode="1" bRatio="0.0015000" products="-10213 211"
 
1166
 <br/>      channel: onMode="1" bRatio="0.0023000" products="10113 111"
 
1167
 <br/>      channel: onMode="1" bRatio="0.0004800" products="10331 223"
 
1168
 <br/>      channel: onMode="1" bRatio="0.0007400" products="223 221"
 
1169
 <br/>      channel: onMode="1" bRatio="0.0003600" products="10331 333"
 
1170
 <br/>      channel: onMode="1" bRatio="0.0008000" products="333 335"
 
1171
 <br/>      channel: onMode="1" bRatio="0.0006800" products="20333 223"
 
1172
 <br/>      channel: onMode="1" bRatio="0.0007400" products="333 221"
 
1173
 <br/>      channel: onMode="1" bRatio="0.0004500" products="223 111"
 
1174
 <br/>      channel: onMode="1" bRatio="0.0004000" products="333 331"
 
1175
 <br/>      channel: onMode="1" bRatio="0.0003200" products="333 9010221"
 
1176
 <br/>      channel: onMode="1" bRatio="0.0002600" products="333 20223"
 
1177
 <br/>      channel: onMode="1" bRatio="0.0001930" products="113 221"
 
1178
 <br/>      channel: onMode="1" bRatio="0.0001820" products="223 331"
 
1179
 <br/>      channel: onMode="1" bRatio="0.0001400" products="223 9010221"
 
1180
 <br/>      channel: onMode="1" bRatio="0.0001050" products="113 331"
 
1181
 <br/>      channel: onMode="1" bRatio="0.0011000" products="2224 -2224"
 
1182
 <br/>      channel: onMode="1" bRatio="0.0005150" products="3112 -3112"
 
1183
 <br/>      channel: onMode="1" bRatio="0.0005900" products="3314 -3314"
 
1184
 <br/>      channel: onMode="1" bRatio="0.0003200" products="3324 -3324"
 
1185
 <br/>      channel: onMode="1" bRatio="0.0003200" products="3324 -3324"
 
1186
 <br/>      channel: onMode="1" bRatio="0.0001550" products="3114 -3114"
 
1187
 <br/>      channel: onMode="1" bRatio="0.0001550" products="3224 -3224"
 
1188
 
 
1189
<p/>particle: id="445" name="chi_2c" spinType="5" chargeType="0" colType="0"
 
1190
          m0="3.55620" mWidth="0.00206" mMin="3.53620" mMax="3.57620"
 
1191
 <br/>      channel: onMode="1" bRatio="0.0002590" products="22 22"
 
1192
 <br/>      channel: onMode="1" bRatio="0.2020000" products="443 22"
 
1193
 <br/>      channel: onMode="1" bRatio="0.0008900" products="130 130"
 
1194
 <br/>      channel: onMode="1" bRatio="0.0018000" products="211 -211"
 
1195
 <br/>      channel: onMode="1" bRatio="0.0008900" products="310 310"
 
1196
 <br/>      channel: onMode="1" bRatio="0.0047000" products="313 -313"
 
1197
 <br/>      channel: onMode="1" bRatio="0.0009000" products="321 -321"
 
1198
 <br/>      channel: onMode="1" bRatio="0.0024000" products="333 333"
 
1199
 <br/>      channel: onMode="1" bRatio="0.0000680" products="2212 -2212"
 
1200
 <br/>      channel: onMode="1" bRatio="0.0003000" products="3122 -3122"
 
1201
 <br/>      channel: onMode="1" bRatio="0.0046000" products="211 -211 113"
 
1202
 <br/>      channel: onMode="1" bRatio="0.0046000" products="213 -211 111"
 
1203
 <br/>      channel: onMode="1" bRatio="0.0046000" products="-213 211 111"
 
1204
 <br/>      channel: onMode="1" bRatio="0.0015000" products="321 -313 -211"
 
1205
 <br/>      channel: onMode="1" bRatio="0.0015000" products="-321 313 211"
 
1206
 <br/>      channel: onMode="1" bRatio="0.0016000" products="323 311 -211"
 
1207
 <br/>      channel: onMode="1" bRatio="0.0016000" products="-323 311 211"
 
1208
 <br/>      channel: onMode="1" bRatio="0.0102000" products="211 211 -211 -211"
 
1209
 <br/>      channel: onMode="1" bRatio="0.0003000" products="310 310 211 -211"
 
1210
 <br/>      channel: onMode="1" bRatio="0.0012000" products="321 321 -321 -321"
 
1211
 <br/>      channel: onMode="1" bRatio="0.0103000" products="321 -321 211 -211"
 
1212
 <br/>      channel: onMode="1" bRatio="0.0003000" products="321 -321 310 310"
 
1213
 <br/>      channel: onMode="1" bRatio="0.0017000" products="2212 -2212 211 -211"
 
1214
 <br/>      channel: onMode="1" bRatio="0.0107000" products="211 211 211 -211 -211 -211"
 
1215
 <br/>      channel: onMode="1" bRatio="0.7310930" meMode="52" products="83 -83"
 
1216
 
 
1217
<p/>particle: id="511" name="B0" antiName="Bbar0" spinType="1" chargeType="0" colType="0"
 
1218
          m0="5.27940" tau0="4.58700e-01"
 
1219
 <br/>      channel: onMode="1" bRatio="0.0001330" meMode="22" products="12 -11 -211"
 
1220
 <br/>      channel: onMode="1" bRatio="0.0002690" meMode="22" products="12 -11 -213"
 
1221
 <br/>      channel: onMode="1" bRatio="0.0207000" meMode="22" products="12 -11 -411"
 
1222
 <br/>      channel: onMode="1" bRatio="0.0570000" meMode="22" products="12 -11 -413"
 
1223
 <br/>      channel: onMode="1" bRatio="0.0023000" meMode="22" products="12 -11 -415"
 
1224
 <br/>      channel: onMode="1" bRatio="0.0045000" meMode="22" products="12 -11 -10411"
 
1225
 <br/>      channel: onMode="1" bRatio="0.0052000" meMode="22" products="12 -11 -10413"
 
1226
 <br/>      channel: onMode="1" bRatio="0.0083000" meMode="22" products="12 -11 -20413"
 
1227
 <br/>      channel: onMode="1" bRatio="0.0001330" meMode="22" products="14 -13 -211"
 
1228
 <br/>      channel: onMode="1" bRatio="0.0002690" meMode="22" products="14 -13 -213"
 
1229
 <br/>      channel: onMode="1" bRatio="0.0207000" meMode="22" products="14 -13 -411"
 
1230
 <br/>      channel: onMode="1" bRatio="0.0570000" meMode="22" products="14 -13 -413"
 
1231
 <br/>      channel: onMode="1" bRatio="0.0023000" meMode="22" products="14 -13 -415"
 
1232
 <br/>      channel: onMode="1" bRatio="0.0045000" meMode="22" products="14 -13 -10411"
 
1233
 <br/>      channel: onMode="1" bRatio="0.0052000" meMode="22" products="14 -13 -10413"
 
1234
 <br/>      channel: onMode="1" bRatio="0.0083000" meMode="22" products="14 -13 -20413"
 
1235
 <br/>      channel: onMode="1" bRatio="0.0000600" meMode="22" products="16 -15 -211"
 
1236
 <br/>      channel: onMode="1" bRatio="0.0000830" meMode="22" products="16 -15 -213"
 
1237
 <br/>      channel: onMode="1" bRatio="0.0000080" meMode="22" products="16 -15 -215"
 
1238
 <br/>      channel: onMode="1" bRatio="0.0070000" meMode="22" products="16 -15 -411"
 
1239
 <br/>      channel: onMode="1" bRatio="0.0160000" meMode="22" products="16 -15 -413"
 
1240
 <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="16 -15 -415"
 
1241
 <br/>      channel: onMode="1" bRatio="0.0000080" meMode="22" products="16 -15 -10213"
 
1242
 <br/>      channel: onMode="1" bRatio="0.0013000" meMode="22" products="16 -15 -10411"
 
1243
 <br/>      channel: onMode="1" bRatio="0.0013000" meMode="22" products="16 -15 -10413"
 
1244
 <br/>      channel: onMode="1" bRatio="0.0000900" meMode="22" products="16 -15 -20213"
 
1245
 <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="16 -15 -20413"
 
1246
 <br/>      channel: onMode="1" bRatio="0.0000080" meMode="22" products="16 -15 -9000211"
 
1247
 <br/>      channel: onMode="1" bRatio="0.0010000" meMode="22" products="12 -11 -411 111"
 
1248
 <br/>      channel: onMode="1" bRatio="0.0003000" meMode="22" products="12 -11 -413 111"
 
1249
 <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="12 -11 -421 -211"
 
1250
 <br/>      channel: onMode="1" bRatio="0.0007000" meMode="22" products="12 -11 -423 -211"
 
1251
 <br/>      channel: onMode="1" bRatio="0.0010000" meMode="22" products="14 -13 -411 111"
 
1252
 <br/>      channel: onMode="1" bRatio="0.0003000" meMode="22" products="14 -13 -413 111"
 
1253
 <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="14 -13 -421 -211"
 
1254
 <br/>      channel: onMode="1" bRatio="0.0007000" meMode="22" products="14 -13 -423 -211"
 
1255
 <br/>      channel: onMode="1" bRatio="0.0000015" products="111 111"
 
1256
 <br/>      channel: onMode="1" bRatio="0.0000020" products="113 113"
 
1257
 <br/>      channel: onMode="1" bRatio="0.0000060" products="130 111"
 
1258
 <br/>      channel: onMode="1" bRatio="0.0000026" products="130 113"
 
1259
 <br/>      channel: onMode="1" bRatio="0.0000006" products="130 130"
 
1260
 <br/>      channel: onMode="1" bRatio="0.0000046" products="211 -211"
 
1261
 <br/>      channel: onMode="1" bRatio="0.0000300" products="213 -213"
 
1262
 <br/>      channel: onMode="1" bRatio="0.0000010" products="221 111"
 
1263
 <br/>      channel: onMode="1" bRatio="0.0000010" products="221 113"
 
1264
 <br/>      channel: onMode="1" bRatio="0.0000010" products="221 130"
 
1265
 <br/>      channel: onMode="1" bRatio="0.0000010" products="221 221"
 
1266
 <br/>      channel: onMode="1" bRatio="0.0000005" products="223 22"
 
1267
 <br/>      channel: onMode="1" bRatio="0.0000010" products="223 111"
 
1268
 <br/>      channel: onMode="1" bRatio="0.0000010" products="223 113"
 
1269
 <br/>      channel: onMode="1" bRatio="0.0000023" products="223 130"
 
1270
 <br/>      channel: onMode="1" bRatio="0.0000010" products="223 221"
 
1271
 <br/>      channel: onMode="1" bRatio="0.0000010" products="223 223"
 
1272
 <br/>      channel: onMode="1" bRatio="0.0000060" products="310 111"
 
1273
 <br/>      channel: onMode="1" bRatio="0.0000026" products="310 113"
 
1274
 <br/>      channel: onMode="1" bRatio="0.0000010" products="310 221"
 
1275
 <br/>      channel: onMode="1" bRatio="0.0000023" products="310 223"
 
1276
 <br/>      channel: onMode="1" bRatio="0.0000006" products="310 310"
 
1277
 <br/>      channel: onMode="1" bRatio="0.0000401" products="313 22"
 
1278
 <br/>      channel: onMode="1" bRatio="0.0000017" products="313 111"
 
1279
 <br/>      channel: onMode="1" bRatio="0.0000100" products="313 113"
 
1280
 <br/>      channel: onMode="1" bRatio="0.0000190" products="313 221"
 
1281
 <br/>      channel: onMode="1" bRatio="0.0000010" products="313 223"
 
1282
 <br/>      channel: onMode="1" bRatio="0.0000030" products="313 311"
 
1283
 <br/>      channel: onMode="1" bRatio="0.0000010" products="313 -313"
 
1284
 <br/>      channel: onMode="1" bRatio="0.0000180" products="321 -211"
 
1285
 <br/>      channel: onMode="1" bRatio="0.0000099" products="321 -213"
 
1286
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321"
 
1287
 <br/>      channel: onMode="1" bRatio="0.0000130" products="323 -211"
 
1288
 <br/>      channel: onMode="1" bRatio="0.0000200" products="323 -213"
 
1289
 <br/>      channel: onMode="1" bRatio="0.0000020" products="323 -321"
 
1290
 <br/>      channel: onMode="1" bRatio="0.0000010" products="323 -323"
 
1291
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 111"
 
1292
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 113"
 
1293
 <br/>      channel: onMode="1" bRatio="0.0000320" products="331 130"
 
1294
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 221"
 
1295
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 223"
 
1296
 <br/>      channel: onMode="1" bRatio="0.0000320" products="331 310"
 
1297
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 313"
 
1298
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 331"
 
1299
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 111"
 
1300
 <br/>      channel: onMode="1" bRatio="0.0000001" products="333 113"
 
1301
 <br/>      channel: onMode="1" bRatio="0.0000042" products="333 130"
 
1302
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 221"
 
1303
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 223"
 
1304
 <br/>      channel: onMode="1" bRatio="0.0000042" products="333 310"
 
1305
 <br/>      channel: onMode="1" bRatio="0.0000110" products="333 313"
 
1306
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 331"
 
1307
 <br/>      channel: onMode="1" bRatio="0.0000001" products="333 333"
 
1308
 <br/>      channel: onMode="1" bRatio="0.0002700" products="411 -411"
 
1309
 <br/>      channel: onMode="1" bRatio="0.0028000" products="-411 211"
 
1310
 <br/>      channel: onMode="1" bRatio="0.0077000" products="-411 213"
 
1311
 <br/>      channel: onMode="1" bRatio="0.0002000" products="-411 321"
 
1312
 <br/>      channel: onMode="1" bRatio="0.0003700" products="-411 323"
 
1313
 <br/>      channel: onMode="1" bRatio="0.0003350" products="413 -411"
 
1314
 <br/>      channel: onMode="1" bRatio="0.0008300" products="413 -413"
 
1315
 <br/>      channel: onMode="1" bRatio="0.0028000" products="-413 211"
 
1316
 <br/>      channel: onMode="1" bRatio="0.0068000" products="-413 213"
 
1317
 <br/>      channel: onMode="1" bRatio="0.0001700" products="-413 321"
 
1318
 <br/>      channel: onMode="1" bRatio="0.0003800" products="-413 323"
 
1319
 <br/>      channel: onMode="1" bRatio="0.0003350" products="-413 411"
 
1320
 <br/>      channel: onMode="1" bRatio="0.0009000" products="-415 211"
 
1321
 <br/>      channel: onMode="1" bRatio="0.0022000" products="-415 213"
 
1322
 <br/>      channel: onMode="1" bRatio="0.0000100" products="421 313"
 
1323
 <br/>      channel: onMode="1" bRatio="0.0002900" products="-421 111"
 
1324
 <br/>      channel: onMode="1" bRatio="0.0002900" products="-421 113"
 
1325
 <br/>      channel: onMode="1" bRatio="0.0002200" products="-421 221"
 
1326
 <br/>      channel: onMode="1" bRatio="0.0002500" products="-421 223"
 
1327
 <br/>      channel: onMode="1" bRatio="0.0000400" products="-421 311"
 
1328
 <br/>      channel: onMode="1" bRatio="0.0000400" products="-421 313"
 
1329
 <br/>      channel: onMode="1" bRatio="0.0001700" products="-421 331"
 
1330
 <br/>      channel: onMode="1" bRatio="0.0000100" products="423 313"
 
1331
 <br/>      channel: onMode="1" bRatio="0.0002700" products="-423 111"
 
1332
 <br/>      channel: onMode="1" bRatio="0.0002900" products="-423 113"
 
1333
 <br/>      channel: onMode="1" bRatio="0.0002600" products="-423 221"
 
1334
 <br/>      channel: onMode="1" bRatio="0.0004200" products="-423 223"
 
1335
 <br/>      channel: onMode="1" bRatio="0.0000400" products="-423 311"
 
1336
 <br/>      channel: onMode="1" bRatio="0.0000400" products="-423 313"
 
1337
 <br/>      channel: onMode="1" bRatio="0.0001700" products="-423 331"
 
1338
 <br/>      channel: onMode="1" bRatio="0.0000390" products="431 -211"
 
1339
 <br/>      channel: onMode="1" bRatio="0.0000160" products="431 -213"
 
1340
 <br/>      channel: onMode="1" bRatio="0.0090000" products="431 -411"
 
1341
 <br/>      channel: onMode="1" bRatio="0.0126000" products="431 -413"
 
1342
 <br/>      channel: onMode="1" bRatio="0.0042000" products="431 -415"
 
1343
 <br/>      channel: onMode="1" bRatio="0.0000460" products="-431 321"
 
1344
 <br/>      channel: onMode="1" bRatio="0.0000160" products="-431 323"
 
1345
 <br/>      channel: onMode="1" bRatio="0.0000260" products="433 -211"
 
1346
 <br/>      channel: onMode="1" bRatio="0.0000160" products="433 -213"
 
1347
 <br/>      channel: onMode="1" bRatio="0.0090000" products="433 -411"
 
1348
 <br/>      channel: onMode="1" bRatio="0.0240000" products="433 -413"
 
1349
 <br/>      channel: onMode="1" bRatio="0.0040000" products="433 -415"
 
1350
 <br/>      channel: onMode="1" bRatio="0.0000160" products="-433 321"
 
1351
 <br/>      channel: onMode="1" bRatio="0.0000160" products="-433 323"
 
1352
 <br/>      channel: onMode="1" bRatio="0.0006000" products="441 130"
 
1353
 <br/>      channel: onMode="1" bRatio="0.0006000" products="441 310"
 
1354
 <br/>      channel: onMode="1" bRatio="0.0016200" products="441 313"
 
1355
 <br/>      channel: onMode="1" bRatio="0.0000220" products="443 111"
 
1356
 <br/>      channel: onMode="1" bRatio="0.0000160" products="443 113"
 
1357
 <br/>      channel: onMode="1" bRatio="0.0004400" products="443 130"
 
1358
 <br/>      channel: onMode="1" bRatio="0.0000300" products="443 223"
 
1359
 <br/>      channel: onMode="1" bRatio="0.0004400" products="443 310"
 
1360
 <br/>      channel: onMode="1" bRatio="0.0005000" products="443 315"
 
1361
 <br/>      channel: onMode="1" bRatio="0.0000300" products="445 313"
 
1362
 <br/>      channel: onMode="1" bRatio="0.0000001" products="2212 -2212"
 
1363
 <br/>      channel: onMode="1" bRatio="0.0000010" products="10113 111"
 
1364
 <br/>      channel: onMode="1" bRatio="0.0000010" products="10113 221"
 
1365
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10113 311"
 
1366
 <br/>      channel: onMode="1" bRatio="0.0000010" products="10113 331"
 
1367
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10213 -211"
 
1368
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-10213 211"
 
1369
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-10213 321"
 
1370
 <br/>      channel: onMode="1" bRatio="0.0000010" products="10311 111"
 
1371
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 113"
 
1372
 <br/>      channel: onMode="1" bRatio="0.0000030" products="10311 311"
 
1373
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 333"
 
1374
 <br/>      channel: onMode="1" bRatio="0.0015000" products="10313 443"
 
1375
 <br/>      channel: onMode="1" bRatio="0.0000010" products="10321 -211"
 
1376
 <br/>      channel: onMode="1" bRatio="0.0000200" products="10321 -213"
 
1377
 <br/>      channel: onMode="1" bRatio="0.0000020" products="10321 -321"
 
1378
 <br/>      channel: onMode="1" bRatio="0.0002000" products="-10411 211"
 
1379
 <br/>      channel: onMode="1" bRatio="0.0006000" products="-10413 211"
 
1380
 <br/>      channel: onMode="1" bRatio="0.0004000" products="-10413 213"
 
1381
 <br/>      channel: onMode="1" bRatio="0.0012000" products="-10413 431"
 
1382
 <br/>      channel: onMode="1" bRatio="0.0024000" products="-10413 433"
 
1383
 <br/>      channel: onMode="1" bRatio="0.0016000" products="10431 -411"
 
1384
 <br/>      channel: onMode="1" bRatio="0.0016000" products="10431 -413"
 
1385
 <br/>      channel: onMode="1" bRatio="0.0001500" products="10441 130"
 
1386
 <br/>      channel: onMode="1" bRatio="0.0001500" products="10441 310"
 
1387
 <br/>      channel: onMode="1" bRatio="0.0003000" products="10441 313"
 
1388
 <br/>      channel: onMode="1" bRatio="0.0000010" products="20113 111"
 
1389
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 113"
 
1390
 <br/>      channel: onMode="1" bRatio="0.0000010" products="20113 221"
 
1391
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 223"
 
1392
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 311"
 
1393
 <br/>      channel: onMode="1" bRatio="0.0000200" products="20113 313"
 
1394
 <br/>      channel: onMode="1" bRatio="0.0000010" products="20113 331"
 
1395
 <br/>      channel: onMode="1" bRatio="0.0000500" products="20113 20113"
 
1396
 <br/>      channel: onMode="1" bRatio="0.0000400" products="20213 -211"
 
1397
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20213 -213"
 
1398
 <br/>      channel: onMode="1" bRatio="0.0083400" products="20213 -411"
 
1399
 <br/>      channel: onMode="1" bRatio="0.0120000" products="20213 -413"
 
1400
 <br/>      channel: onMode="1" bRatio="0.0000500" products="20213 -20213"
 
1401
 <br/>      channel: onMode="1" bRatio="0.0000400" products="-20213 211"
 
1402
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-20213 213"
 
1403
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-20213 321"
 
1404
 <br/>      channel: onMode="1" bRatio="0.0000200" products="-20213 323"
 
1405
 <br/>      channel: onMode="1" bRatio="0.0000020" products="20313 333"
 
1406
 <br/>      channel: onMode="1" bRatio="0.0001000" products="20313 443"
 
1407
 <br/>      channel: onMode="1" bRatio="0.0001000" products="-20413 211"
 
1408
 <br/>      channel: onMode="1" bRatio="0.0013000" products="-20413 213"
 
1409
 <br/>      channel: onMode="1" bRatio="0.0006000" products="-20413 431"
 
1410
 <br/>      channel: onMode="1" bRatio="0.0012000" products="-20413 433"
 
1411
 <br/>      channel: onMode="1" bRatio="0.0041000" products="20433 -411"
 
1412
 <br/>      channel: onMode="1" bRatio="0.0098000" products="20433 -413"
 
1413
 <br/>      channel: onMode="1" bRatio="0.0002300" products="20443 130"
 
1414
 <br/>      channel: onMode="1" bRatio="0.0002300" products="20443 310"
 
1415
 <br/>      channel: onMode="1" bRatio="0.0003000" products="20443 313"
 
1416
 <br/>      channel: onMode="1" bRatio="0.0000010" products="30313 111"
 
1417
 <br/>      channel: onMode="1" bRatio="0.0000010" products="30313 311"
 
1418
 <br/>      channel: onMode="1" bRatio="0.0000010" products="30323 -211"
 
1419
 <br/>      channel: onMode="1" bRatio="0.0000010" products="30323 -321"
 
1420
 <br/>      channel: onMode="1" bRatio="0.0002400" products="30443 130"
 
1421
 <br/>      channel: onMode="1" bRatio="0.0002400" products="30443 310"
 
1422
 <br/>      channel: onMode="1" bRatio="0.0004800" products="30443 313"
 
1423
 <br/>      channel: onMode="1" bRatio="0.0002900" products="30443 10313"
 
1424
 <br/>      channel: onMode="1" bRatio="0.0000005" products="100113 130"
 
1425
 <br/>      channel: onMode="1" bRatio="0.0000005" products="100113 310"
 
1426
 <br/>      channel: onMode="1" bRatio="0.0002400" products="100441 130"
 
1427
 <br/>      channel: onMode="1" bRatio="0.0002400" products="100441 310"
 
1428
 <br/>      channel: onMode="1" bRatio="0.0006600" products="100441 313"
 
1429
 <br/>      channel: onMode="1" bRatio="0.0003300" products="100443 130"
 
1430
 <br/>      channel: onMode="1" bRatio="0.0003300" products="100443 310"
 
1431
 <br/>      channel: onMode="1" bRatio="0.0006600" products="100443 313"
 
1432
 <br/>      channel: onMode="1" bRatio="0.0004000" products="100443 10313"
 
1433
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 111"
 
1434
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 113"
 
1435
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 221"
 
1436
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 223"
 
1437
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 311"
 
1438
 <br/>      channel: onMode="1" bRatio="0.0000050" products="9000111 313"
 
1439
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 331"
 
1440
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 10113"
 
1441
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 20113"
 
1442
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 9000111"
 
1443
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000211 -211"
 
1444
 <br/>      channel: onMode="1" bRatio="0.0000020" products="9000211 -213"
 
1445
 <br/>      channel: onMode="1" bRatio="0.0000030" products="-9000211 211"
 
1446
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-9000211 213"
 
1447
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-9000211 321"
 
1448
 <br/>      channel: onMode="1" bRatio="0.0000050" products="-9000211 323"
 
1449
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 111"
 
1450
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 113"
 
1451
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 221"
 
1452
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 223"
 
1453
 <br/>      channel: onMode="1" bRatio="0.0000060" products="9010221 311"
 
1454
 <br/>      channel: onMode="1" bRatio="0.0000050" products="9010221 313"
 
1455
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 331"
 
1456
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 10113"
 
1457
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 20113"
 
1458
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 9000111"
 
1459
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 9010221"
 
1460
 <br/>      channel: onMode="1" bRatio="0.0000010" products="111 111 111"
 
1461
 <br/>      channel: onMode="1" bRatio="0.0000010" products="113 111 111"
 
1462
 <br/>      channel: onMode="1" bRatio="0.0000100" products="113 113 111"
 
1463
 <br/>      channel: onMode="1" bRatio="0.0000240" products="211 -211 111"
 
1464
 <br/>      channel: onMode="1" bRatio="0.0000030" products="211 -211 113"
 
1465
 <br/>      channel: onMode="1" bRatio="0.0000100" products="213 -211 111"
 
1466
 <br/>      channel: onMode="1" bRatio="0.0000100" products="213 -213 111"
 
1467
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-213 211 111"
 
1468
 <br/>      channel: onMode="1" bRatio="0.0000010" products="221 111 111"
 
1469
 <br/>      channel: onMode="1" bRatio="0.0000005" products="221 113 111"
 
1470
 <br/>      channel: onMode="1" bRatio="0.0000050" products="221 113 113"
 
1471
 <br/>      channel: onMode="1" bRatio="0.0000170" products="221 211 -211"
 
1472
 <br/>      channel: onMode="1" bRatio="0.0000050" products="221 213 -211"
 
1473
 <br/>      channel: onMode="1" bRatio="0.0000050" products="221 213 -213"
 
1474
 <br/>      channel: onMode="1" bRatio="0.0000050" products="221 -213 211"
 
1475
 <br/>      channel: onMode="1" bRatio="0.0000010" products="221 221 111"
 
1476
 <br/>      channel: onMode="1" bRatio="0.0000002" products="221 221 113"
 
1477
 <br/>      channel: onMode="1" bRatio="0.0000010" products="223 111 111"
 
1478
 <br/>      channel: onMode="1" bRatio="0.0000100" products="223 113 111"
 
1479
 <br/>      channel: onMode="1" bRatio="0.0000030" products="223 211 -211"
 
1480
 <br/>      channel: onMode="1" bRatio="0.0000005" products="223 221 111"
 
1481
 <br/>      channel: onMode="1" bRatio="0.0000050" products="223 221 113"
 
1482
 <br/>      channel: onMode="1" bRatio="0.0000002" products="223 221 221"
 
1483
 <br/>      channel: onMode="1" bRatio="0.0000006" meMode="11" products="311 11 -11"
 
1484
 <br/>      channel: onMode="1" bRatio="0.0000006" meMode="11" products="311 13 -13"
 
1485
 <br/>      channel: onMode="1" bRatio="0.0000001" meMode="11" products="311 15 -15"
 
1486
 <br/>      channel: onMode="1" bRatio="0.0000020" products="311 111 111"
 
1487
 <br/>      channel: onMode="1" bRatio="0.0000050" products="311 113 111"
 
1488
 <br/>      channel: onMode="1" bRatio="0.0000260" products="311 211 -211"
 
1489
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 213 -211"
 
1490
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 -213 211"
 
1491
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 221 111"
 
1492
 <br/>      channel: onMode="1" bRatio="0.0000020" products="311 221 113"
 
1493
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 221 221"
 
1494
 <br/>      channel: onMode="1" bRatio="0.0000050" products="311 223 111"
 
1495
 <br/>      channel: onMode="1" bRatio="0.0000020" products="311 223 221"
 
1496
 <br/>      channel: onMode="1" bRatio="0.0000020" products="311 311 111"
 
1497
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 113"
 
1498
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 221"
 
1499
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 223"
 
1500
 <br/>      channel: onMode="1" bRatio="0.0000480" products="311 311 311"
 
1501
 <br/>      channel: onMode="1" bRatio="0.0000018" meMode="11" products="313 11 -11"
 
1502
 <br/>      channel: onMode="1" bRatio="0.0000014" meMode="11" products="313 13 -13"
 
1503
 <br/>      channel: onMode="1" bRatio="0.0000002" meMode="11" products="313 15 -15"
 
1504
 <br/>      channel: onMode="1" bRatio="0.0000100" products="313 113 111"
 
1505
 <br/>      channel: onMode="1" bRatio="0.0000100" products="313 211 -211"
 
1506
 <br/>      channel: onMode="1" bRatio="0.0000100" products="313 213 -211"
 
1507
 <br/>      channel: onMode="1" bRatio="0.0000100" products="313 -213 211"
 
1508
 <br/>      channel: onMode="1" bRatio="0.0000050" products="313 221 113"
 
1509
 <br/>      channel: onMode="1" bRatio="0.0000100" products="313 223 111"
 
1510
 <br/>      channel: onMode="1" bRatio="0.0000050" products="313 223 221"
 
1511
 <br/>      channel: onMode="1" bRatio="0.0000010" products="313 311 111"
 
1512
 <br/>      channel: onMode="1" bRatio="0.0000010" products="313 -313 111"
 
1513
 <br/>      channel: onMode="1" bRatio="0.0000005" products="313 -313 221"
 
1514
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-313 311 111"
 
1515
 <br/>      channel: onMode="1" bRatio="0.0000020" products="321 -211 111"
 
1516
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -213 111"
 
1517
 <br/>      channel: onMode="1" bRatio="0.0000200" products="321 221 -211"
 
1518
 <br/>      channel: onMode="1" bRatio="0.0000050" products="321 221 -213"
 
1519
 <br/>      channel: onMode="1" bRatio="0.0000050" products="321 223 -211"
 
1520
 <br/>      channel: onMode="1" bRatio="0.0000005" products="321 311 -211"
 
1521
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 -213"
 
1522
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -313 -211"
 
1523
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 111"
 
1524
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 113"
 
1525
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 221"
 
1526
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 223"
 
1527
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -321 313"
 
1528
 <br/>      channel: onMode="1" bRatio="0.0000005" products="-321 311 211"
 
1529
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-321 311 213"
 
1530
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-321 313 211"
 
1531
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 -211 111"
 
1532
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 -211 113"
 
1533
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 -213 111"
 
1534
 <br/>      channel: onMode="1" bRatio="0.0000050" products="323 221 -211"
 
1535
 <br/>      channel: onMode="1" bRatio="0.0000050" products="323 221 -213"
 
1536
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 223 -211"
 
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="323 -323 111"
 
1542
 <br/>      channel: onMode="1" bRatio="0.0000005" products="323 -323 221"
 
1543
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-323 311 211"
 
1544
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-323 313 211"
 
1545
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-323 321 111"
 
1546
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-323 321 311"
 
1547
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 111 111"
 
1548
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 113 111"
 
1549
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 113 113"
 
1550
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 211 -211"
 
1551
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 213 -213"
 
1552
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 221 111"
 
1553
 <br/>      channel: onMode="1" bRatio="0.0000001" products="331 221 113"
 
1554
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 223 111"
 
1555
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 223 113"
 
1556
 <br/>      channel: onMode="1" bRatio="0.0000001" products="331 223 221"
 
1557
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 311 111"
 
1558
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 311 113"
 
1559
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 311 221"
 
1560
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 311 223"
 
1561
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 311 311"
 
1562
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 313 113"
 
1563
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 313 223"
 
1564
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 313 -313"
 
1565
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 -211"
 
1566
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 -213"
 
1567
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 -321"
 
1568
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 323 -211"
 
1569
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 323 -213"
 
1570
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 323 -323"
 
1571
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 331 311"
 
1572
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 113 111"
 
1573
 <br/>      channel: onMode="1" bRatio="0.0000001" products="333 211 -211"
 
1574
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 213 -211"
 
1575
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 -213 211"
 
1576
 <br/>      channel: onMode="1" bRatio="0.0000005" products="333 221 113"
 
1577
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 223 111"
 
1578
 <br/>      channel: onMode="1" bRatio="0.0000100" products="333 311 111"
 
1579
 <br/>      channel: onMode="1" bRatio="0.0000100" products="333 311 113"
 
1580
 <br/>      channel: onMode="1" bRatio="0.0000100" products="333 311 223"
 
1581
 <br/>      channel: onMode="1" bRatio="0.0000001" products="333 311 311"
 
1582
 <br/>      channel: onMode="1" bRatio="0.0000100" products="333 313 111"
 
1583
 <br/>      channel: onMode="1" bRatio="0.0000050" products="333 313 221"
 
1584
 <br/>      channel: onMode="1" bRatio="0.0000100" products="333 321 -211"
 
1585
 <br/>      channel: onMode="1" bRatio="0.0000100" products="333 321 -213"
 
1586
 <br/>      channel: onMode="1" bRatio="0.0000001" products="333 321 -321"
 
1587
 <br/>      channel: onMode="1" bRatio="0.0000100" products="333 323 -211"
 
1588
 <br/>      channel: onMode="1" bRatio="0.0000002" products="333 331 113"
 
1589
 <br/>      channel: onMode="1" bRatio="0.0000020" products="333 331 313"
 
1590
 <br/>      channel: onMode="1" bRatio="0.0000001" products="333 333 111"
 
1591
 <br/>      channel: onMode="1" bRatio="0.0000030" products="333 333 311"
 
1592
 <br/>      channel: onMode="1" bRatio="0.0000030" products="333 333 313"
 
1593
 <br/>      channel: onMode="1" bRatio="0.0015000" products="411 -411 311"
 
1594
 <br/>      channel: onMode="1" bRatio="0.0025000" products="411 -411 313"
 
1595
 <br/>      channel: onMode="1" bRatio="0.0005000" products="-411 211 111"
 
1596
 <br/>      channel: onMode="1" bRatio="0.0011000" products="-411 211 113"
 
1597
 <br/>      channel: onMode="1" bRatio="0.0011000" products="-411 213 111"
 
1598
 <br/>      channel: onMode="1" bRatio="0.0047000" products="413 -411 311"
 
1599
 <br/>      channel: onMode="1" bRatio="0.0025000" products="413 -411 313"
 
1600
 <br/>      channel: onMode="1" bRatio="0.0070000" products="413 -413 311"
 
1601
 <br/>      channel: onMode="1" bRatio="0.0050000" products="413 -413 313"
 
1602
 <br/>      channel: onMode="1" bRatio="0.0008000" products="-413 211 111"
 
1603
 <br/>      channel: onMode="1" bRatio="0.0010000" products="-413 211 113"
 
1604
 <br/>      channel: onMode="1" bRatio="0.0010000" products="-413 213 111"
 
1605
 <br/>      channel: onMode="1" bRatio="0.0018000" products="-413 411 311"
 
1606
 <br/>      channel: onMode="1" bRatio="0.0025000" products="-413 411 313"
 
1607
 <br/>      channel: onMode="1" bRatio="0.0017000" products="421 -411 321"
 
1608
 <br/>      channel: onMode="1" bRatio="0.0025000" products="421 -411 323"
 
1609
 <br/>      channel: onMode="1" bRatio="0.0031000" products="421 -413 321"
 
1610
 <br/>      channel: onMode="1" bRatio="0.0025000" products="421 -413 323"
 
1611
 <br/>      channel: onMode="1" bRatio="0.0005000" products="421 -421 311"
 
1612
 <br/>      channel: onMode="1" bRatio="0.0005000" products="421 -421 313"
 
1613
 <br/>      channel: onMode="1" bRatio="0.0005000" products="-421 211 -211"
 
1614
 <br/>      channel: onMode="1" bRatio="0.0049000" products="423 -411 321"
 
1615
 <br/>      channel: onMode="1" bRatio="0.0025000" products="423 -411 323"
 
1616
 <br/>      channel: onMode="1" bRatio="0.0100000" products="423 -413 321"
 
1617
 <br/>      channel: onMode="1" bRatio="0.0050000" products="423 -413 323"
 
1618
 <br/>      channel: onMode="1" bRatio="0.0005000" products="423 -421 313"
 
1619
 <br/>      channel: onMode="1" bRatio="0.0015000" products="423 -423 311"
 
1620
 <br/>      channel: onMode="1" bRatio="0.0010000" products="423 -423 313"
 
1621
 <br/>      channel: onMode="1" bRatio="0.0005000" products="-423 111 111"
 
1622
 <br/>      channel: onMode="1" bRatio="0.0003000" products="-423 211 -211"
 
1623
 <br/>      channel: onMode="1" bRatio="0.0005000" products="-423 421 313"
 
1624
 <br/>      channel: onMode="1" bRatio="0.0018000" products="431 -411 111"
 
1625
 <br/>      channel: onMode="1" bRatio="0.0037000" products="431 -421 -211"
 
1626
 <br/>      channel: onMode="1" bRatio="0.0018000" products="433 -411 111"
 
1627
 <br/>      channel: onMode="1" bRatio="0.0037000" products="433 -421 -211"
 
1628
 <br/>      channel: onMode="1" bRatio="0.0001000" products="441 311 111"
 
1629
 <br/>      channel: onMode="1" bRatio="0.0002000" products="441 321 -211"
 
1630
 <br/>      channel: onMode="1" bRatio="0.0001000" products="443 311 111"
 
1631
 <br/>      channel: onMode="1" bRatio="0.0002000" products="443 321 -211"
 
1632
 <br/>      channel: onMode="1" bRatio="0.0000900" products="443 333 311"
 
1633
 <br/>      channel: onMode="1" bRatio="0.0001000" products="445 311 111"
 
1634
 <br/>      channel: onMode="1" bRatio="0.0002000" products="445 321 -211"
 
1635
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 111 111"
 
1636
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 113 111"
 
1637
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 211 -211"
 
1638
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 213 -211"
 
1639
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 -213 211"
 
1640
 <br/>      channel: onMode="1" bRatio="0.0000050" products="10311 221 113"
 
1641
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 321 -321"
 
1642
 <br/>      channel: onMode="1" bRatio="0.0000020" products="10311 331 113"
 
1643
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 333 111"
 
1644
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 -211 111"
 
1645
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 -211 113"
 
1646
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 -213 111"
 
1647
 <br/>      channel: onMode="1" bRatio="0.0000050" products="10321 221 -213"
 
1648
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 -321 311"
 
1649
 <br/>      channel: onMode="1" bRatio="0.0000020" products="10321 331 -213"
 
1650
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 333 -211"
 
1651
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-10321 321 311"
 
1652
 <br/>      channel: onMode="1" bRatio="0.0001000" products="10441 311 111"
 
1653
 <br/>      channel: onMode="1" bRatio="0.0002000" products="10441 321 -211"
 
1654
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 111 111"
 
1655
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 211 -211"
 
1656
 <br/>      channel: onMode="1" bRatio="0.0000050" products="20113 221 111"
 
1657
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 311 111"
 
1658
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 321 -211"
 
1659
 <br/>      channel: onMode="1" bRatio="0.0000020" products="20113 331 111"
 
1660
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20213 -211 111"
 
1661
 <br/>      channel: onMode="1" bRatio="0.0000050" products="20213 221 -211"
 
1662
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20213 311 -211"
 
1663
 <br/>      channel: onMode="1" bRatio="0.0000020" products="20213 331 -211"
 
1664
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-20213 211 111"
 
1665
 <br/>      channel: onMode="1" bRatio="0.0000050" products="-20213 221 211"
 
1666
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-20213 311 211"
 
1667
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-20213 321 111"
 
1668
 <br/>      channel: onMode="1" bRatio="0.0000020" products="-20213 331 211"
 
1669
 <br/>      channel: onMode="1" bRatio="0.0000020" products="20313 321 -321"
 
1670
 <br/>      channel: onMode="1" bRatio="0.0000020" products="20313 333 111"
 
1671
 <br/>      channel: onMode="1" bRatio="0.0000010" products="20313 333 221"
 
1672
 <br/>      channel: onMode="1" bRatio="0.0000010" products="20313 333 331"
 
1673
 <br/>      channel: onMode="1" bRatio="0.0000020" products="20323 333 -211"
 
1674
 <br/>      channel: onMode="1" bRatio="0.0002000" products="20443 311 111"
 
1675
 <br/>      channel: onMode="1" bRatio="0.0004000" products="20443 321 -211"
 
1676
 <br/>      channel: onMode="1" bRatio="0.0001400" products="30443 311 111"
 
1677
 <br/>      channel: onMode="1" bRatio="0.0001400" products="30443 321 -211"
 
1678
 <br/>      channel: onMode="1" bRatio="0.0000500" products="100441 311 111"
 
1679
 <br/>      channel: onMode="1" bRatio="0.0000800" products="100441 321 -211"
 
1680
 <br/>      channel: onMode="1" bRatio="0.0002000" products="100443 311 111"
 
1681
 <br/>      channel: onMode="1" bRatio="0.0004000" products="100443 321 -211"
 
1682
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 111 111"
 
1683
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9000111 113 111"
 
1684
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9000111 213 -211"
 
1685
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9000111 -213 211"
 
1686
 <br/>      channel: onMode="1" bRatio="0.0000050" products="9000111 221 113"
 
1687
 <br/>      channel: onMode="1" bRatio="0.0000050" products="9000111 313 111"
 
1688
 <br/>      channel: onMode="1" bRatio="0.0000020" products="9000111 313 221"
 
1689
 <br/>      channel: onMode="1" bRatio="0.0000050" products="9000111 323 -211"
 
1690
 <br/>      channel: onMode="1" bRatio="0.0000020" products="9000111 331 113"
 
1691
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 331 313"
 
1692
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000211 -211 111"
 
1693
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9000211 -211 113"
 
1694
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9000211 -213 111"
 
1695
 <br/>      channel: onMode="1" bRatio="0.0000050" products="9000211 221 -213"
 
1696
 <br/>      channel: onMode="1" bRatio="0.0000020" products="9000211 331 -213"
 
1697
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-9000211 211 111"
 
1698
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-9000211 211 113"
 
1699
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-9000211 213 111"
 
1700
 <br/>      channel: onMode="1" bRatio="0.0000050" products="-9000211 221 213"
 
1701
 <br/>      channel: onMode="1" bRatio="0.0000050" products="-9000211 323 111"
 
1702
 <br/>      channel: onMode="1" bRatio="0.0000020" products="-9000211 323 221"
 
1703
 <br/>      channel: onMode="1" bRatio="0.0000020" products="-9000211 331 213"
 
1704
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-9000211 331 323"
 
1705
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 111 111"
 
1706
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 113 111"
 
1707
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 211 -211"
 
1708
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 213 -211"
 
1709
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 -213 211"
 
1710
 <br/>      channel: onMode="1" bRatio="0.0000050" products="9010221 221 113"
 
1711
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 223 111"
 
1712
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 313 111"
 
1713
 <br/>      channel: onMode="1" bRatio="0.0000050" products="9010221 313 221"
 
1714
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 323 -211"
 
1715
 <br/>      channel: onMode="1" bRatio="0.0000020" products="9010221 331 113"
 
1716
 <br/>      channel: onMode="1" bRatio="0.0000020" products="9010221 331 313"
 
1717
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 333 111"
 
1718
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 333 311"
 
1719
 <br/>      channel: onMode="1" bRatio="0.0000020" products="113 111 111 111"
 
1720
 <br/>      channel: onMode="1" bRatio="0.0000100" products="211 211 -211 -211"
 
1721
 <br/>      channel: onMode="1" bRatio="0.0000100" products="211 -211 111 111"
 
1722
 <br/>      channel: onMode="1" bRatio="0.0000020" products="211 -211 113 111"
 
1723
 <br/>      channel: onMode="1" bRatio="0.0000020" products="213 211 -211 -211"
 
1724
 <br/>      channel: onMode="1" bRatio="0.0000020" products="213 -211 111 111"
 
1725
 <br/>      channel: onMode="1" bRatio="0.0000020" products="-213 211 111 111"
 
1726
 <br/>      channel: onMode="1" bRatio="0.0000020" products="-213 211 211 -211"
 
1727
 <br/>      channel: onMode="1" bRatio="0.0000010" products="221 113 111 111"
 
1728
 <br/>      channel: onMode="1" bRatio="0.0000050" products="221 211 -211 111"
 
1729
 <br/>      channel: onMode="1" bRatio="0.0000010" products="221 211 -211 113"
 
1730
 <br/>      channel: onMode="1" bRatio="0.0000010" products="221 213 -211 111"
 
1731
 <br/>      channel: onMode="1" bRatio="0.0000010" products="221 -213 211 111"
 
1732
 <br/>      channel: onMode="1" bRatio="0.0000020" products="221 221 211 -211"
 
1733
 <br/>      channel: onMode="1" bRatio="0.0000020" products="223 111 111 111"
 
1734
 <br/>      channel: onMode="1" bRatio="0.0000020" products="223 211 -211 111"
 
1735
 <br/>      channel: onMode="1" bRatio="0.0000010" products="223 221 111 111"
 
1736
 <br/>      channel: onMode="1" bRatio="0.0000010" products="223 221 211 -211"
 
1737
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 111 111 111"
 
1738
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 113 111 111"
 
1739
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 211 -211 111"
 
1740
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 211 -211 113"
 
1741
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 213 -211 111"
 
1742
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 -213 211 111"
 
1743
 <br/>      channel: onMode="1" bRatio="0.0000050" products="311 221 111 111"
 
1744
 <br/>      channel: onMode="1" bRatio="0.0000050" products="311 221 113 111"
 
1745
 <br/>      channel: onMode="1" bRatio="0.0000050" products="311 221 211 -211"
 
1746
 <br/>      channel: onMode="1" bRatio="0.0000050" products="311 221 213 -211"
 
1747
 <br/>      channel: onMode="1" bRatio="0.0000050" products="311 221 -213 211"
 
1748
 <br/>      channel: onMode="1" bRatio="0.0000020" products="311 221 221 111"
 
1749
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 223 111 111"
 
1750
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 223 211 -211"
 
1751
 <br/>      channel: onMode="1" bRatio="0.0000050" products="311 223 221 111"
 
1752
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 111 111"
 
1753
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 113 111"
 
1754
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 211 -211"
 
1755
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 213 -211"
 
1756
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 -213 211"
 
1757
 <br/>      channel: onMode="1" bRatio="0.0000005" products="311 311 221 111"
 
1758
 <br/>      channel: onMode="1" bRatio="0.0000005" products="311 311 221 113"
 
1759
 <br/>      channel: onMode="1" bRatio="0.0000002" products="311 311 221 221"
 
1760
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 223 111"
 
1761
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 311 311 111"
 
1762
 <br/>      channel: onMode="1" bRatio="0.0000050" products="311 311 311 221"
 
1763
 <br/>      channel: onMode="1" bRatio="0.0000001" products="311 311 311 311"
 
1764
 <br/>      channel: onMode="1" bRatio="0.0000100" products="313 111 111 111"
 
1765
 <br/>      channel: onMode="1" bRatio="0.0000100" products="313 211 -211 111"
 
1766
 <br/>      channel: onMode="1" bRatio="0.0000050" products="313 221 111 111"
 
1767
 <br/>      channel: onMode="1" bRatio="0.0000050" products="313 221 211 -211"
 
1768
 <br/>      channel: onMode="1" bRatio="0.0000010" products="313 311 111 111"
 
1769
 <br/>      channel: onMode="1" bRatio="0.0000010" products="313 311 211 -211"
 
1770
 <br/>      channel: onMode="1" bRatio="0.0000005" products="313 311 221 111"
 
1771
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-313 311 111 111"
 
1772
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-313 311 211 -211"
 
1773
 <br/>      channel: onMode="1" bRatio="0.0000005" products="-313 311 221 111"
 
1774
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 211 -211 -211"
 
1775
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -211 111 111"
 
1776
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -211 113 111"
 
1777
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 213 -211 -211"
 
1778
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -213 111 111"
 
1779
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -213 211 -211"
 
1780
 <br/>      channel: onMode="1" bRatio="0.0000050" products="321 221 -211 111"
 
1781
 <br/>      channel: onMode="1" bRatio="0.0000050" products="321 221 -211 113"
 
1782
 <br/>      channel: onMode="1" bRatio="0.0000050" products="321 221 -213 111"
 
1783
 <br/>      channel: onMode="1" bRatio="0.0000020" products="321 221 221 -211"
 
1784
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 223 -211 111"
 
1785
 <br/>      channel: onMode="1" bRatio="0.0000050" products="321 223 221 -211"
 
1786
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 -211 113"
 
1787
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 -213 111"
 
1788
 <br/>      channel: onMode="1" bRatio="0.0000005" products="321 311 221 -213"
 
1789
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 223 -211"
 
1790
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 313 311 -211"
 
1791
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -313 -211 111"
 
1792
 <br/>      channel: onMode="1" bRatio="0.0000005" products="321 -313 221 -211"
 
1793
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -313 311 -211"
 
1794
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 321 -321 -211"
 
1795
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 321 -321 -213"
 
1796
 <br/>      channel: onMode="1" bRatio="0.0000001" products="321 321 -321 -321"
 
1797
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 111 111"
 
1798
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 113 111"
 
1799
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 211 -211"
 
1800
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 213 -211"
 
1801
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 -213 211"
 
1802
 <br/>      channel: onMode="1" bRatio="0.0000005" products="321 -321 221 111"
 
1803
 <br/>      channel: onMode="1" bRatio="0.0000005" products="321 -321 221 113"
 
1804
 <br/>      channel: onMode="1" bRatio="0.0000002" products="321 -321 221 221"
 
1805
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 223 111"
 
1806
 <br/>      channel: onMode="1" bRatio="0.0000005" products="321 -321 223 221"
 
1807
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -321 311 111"
 
1808
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -321 311 113"
 
1809
 <br/>      channel: onMode="1" bRatio="0.0000050" products="321 -321 311 221"
 
1810
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -321 311 223"
 
1811
 <br/>      channel: onMode="1" bRatio="0.0000001" products="321 -321 311 311"
 
1812
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-321 311 211 113"
 
1813
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-321 311 213 111"
 
1814
 <br/>      channel: onMode="1" bRatio="0.0000005" products="-321 311 221 213"
 
1815
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-321 311 223 211"
 
1816
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-321 313 211 111"
 
1817
 <br/>      channel: onMode="1" bRatio="0.0000005" products="-321 313 221 211"
 
1818
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 211 -211 -211"
 
1819
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 -211 111 111"
 
1820
 <br/>      channel: onMode="1" bRatio="0.0000050" products="323 221 -211 111"
 
1821
 <br/>      channel: onMode="1" bRatio="0.0000010" products="323 311 -211 111"
 
1822
 <br/>      channel: onMode="1" bRatio="0.0000005" products="323 311 221 -211"
 
1823
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 311 311 -211"
 
1824
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 321 -321 -211"
 
1825
 <br/>      channel: onMode="1" bRatio="0.0000010" products="323 -321 111 111"
 
1826
 <br/>      channel: onMode="1" bRatio="0.0000010" products="323 -321 211 -211"
 
1827
 <br/>      channel: onMode="1" bRatio="0.0000005" products="323 -321 221 111"
 
1828
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-323 311 211 111"
 
1829
 <br/>      channel: onMode="1" bRatio="0.0000005" products="-323 311 221 211"
 
1830
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-323 321 111 111"
 
1831
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-323 321 211 -211"
 
1832
 <br/>      channel: onMode="1" bRatio="0.0000005" products="-323 321 221 111"
 
1833
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-323 321 321 -211"
 
1834
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 113 111 111"
 
1835
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 211 -211 111"
 
1836
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 211 -211 113"
 
1837
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 213 -211 111"
 
1838
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 -213 211 111"
 
1839
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 221 211 -211"
 
1840
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 223 111 111"
 
1841
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 223 211 -211"
 
1842
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 311 111 111"
 
1843
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 311 113 111"
 
1844
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 311 213 -211"
 
1845
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 311 -213 211"
 
1846
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 311 221 111"
 
1847
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 311 223 111"
 
1848
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 311 311 111"
 
1849
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 311 311 113"
 
1850
 <br/>      channel: onMode="1" bRatio="0.0000001" products="331 311 311 221"
 
1851
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 313 111 111"
 
1852
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 313 211 -211"
 
1853
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 313 311 111"
 
1854
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 -313 311 111"
 
1855
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 -211 111"
 
1856
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 -211 113"
 
1857
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 -213 111"
 
1858
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 221 -211"
 
1859
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 223 -211"
 
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.0000002" products="331 321 -321 111"
 
1863
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 321 -321 113"
 
1864
 <br/>      channel: onMode="1" bRatio="0.0000001" products="331 321 -321 221"
 
1865
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 321 -321 223"
 
1866
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 -321 311 213"
 
1867
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 -321 313 211"
 
1868
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 323 -211 111"
 
1869
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 323 311 -211"
 
1870
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 323 -321 111"
 
1871
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 -323 311 211"
 
1872
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 -323 321 111"
 
1873
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 111 111 111"
 
1874
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 211 -211 111"
 
1875
 <br/>      channel: onMode="1" bRatio="0.0000005" products="333 221 111 111"
 
1876
 <br/>      channel: onMode="1" bRatio="0.0000005" products="333 221 211 -211"
 
1877
 <br/>      channel: onMode="1" bRatio="0.0000100" products="333 311 111 111"
 
1878
 <br/>      channel: onMode="1" bRatio="0.0000100" products="333 311 211 -211"
 
1879
 <br/>      channel: onMode="1" bRatio="0.0000050" products="333 311 221 111"
 
1880
 <br/>      channel: onMode="1" bRatio="0.0000001" products="333 311 311 111"
 
1881
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 311 311 311"
 
1882
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 313 311 311"
 
1883
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 -313 311 311"
 
1884
 <br/>      channel: onMode="1" bRatio="0.0000100" products="333 321 -211 111"
 
1885
 <br/>      channel: onMode="1" bRatio="0.0000050" products="333 321 221 -211"
 
1886
 <br/>      channel: onMode="1" bRatio="0.0000001" products="333 321 311 -211"
 
1887
 <br/>      channel: onMode="1" bRatio="0.0000001" products="333 321 -321 111"
 
1888
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 321 -321 311"
 
1889
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 321 -321 313"
 
1890
 <br/>      channel: onMode="1" bRatio="0.0000001" products="333 -321 311 211"
 
1891
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 -323 321 311"
 
1892
 <br/>      channel: onMode="1" bRatio="0.0000002" products="333 331 111 111"
 
1893
 <br/>      channel: onMode="1" bRatio="0.0000002" products="333 331 211 -211"
 
1894
 <br/>      channel: onMode="1" bRatio="0.0000020" products="333 331 311 111"
 
1895
 <br/>      channel: onMode="1" bRatio="0.0000020" products="333 331 321 -211"
 
1896
 <br/>      channel: onMode="1" bRatio="0.0010000" products="-411 211 111 111"
 
1897
 <br/>      channel: onMode="1" bRatio="0.0022000" products="-411 211 211 -211"
 
1898
 <br/>      channel: onMode="1" bRatio="0.0010000" products="-413 211 111 111"
 
1899
 <br/>      channel: onMode="1" bRatio="0.0001000" products="-421 111 111 111"
 
1900
 <br/>      channel: onMode="1" bRatio="0.0010000" products="-421 211 -211 111"
 
1901
 <br/>      channel: onMode="1" bRatio="0.0001000" products="-423 111 111 111"
 
1902
 <br/>      channel: onMode="1" bRatio="0.0010000" products="-423 211 -211 111"
 
1903
 <br/>      channel: onMode="1" bRatio="0.0022000" products="431 -411 111 111"
 
1904
 <br/>      channel: onMode="1" bRatio="0.0030000" products="431 -411 211 -211"
 
1905
 <br/>      channel: onMode="1" bRatio="0.0022000" products="431 -421 -211 111"
 
1906
 <br/>      channel: onMode="1" bRatio="0.0022000" products="433 -411 111 111"
 
1907
 <br/>      channel: onMode="1" bRatio="0.0030000" products="433 -411 211 -211"
 
1908
 <br/>      channel: onMode="1" bRatio="0.0022000" products="433 -421 -211 111"
 
1909
 <br/>      channel: onMode="1" bRatio="0.0001000" products="441 311 111 111"
 
1910
 <br/>      channel: onMode="1" bRatio="0.0002000" products="441 311 211 -211"
 
1911
 <br/>      channel: onMode="1" bRatio="0.0001000" products="441 321 -211 111"
 
1912
 <br/>      channel: onMode="1" bRatio="0.0001000" products="445 311 111 111"
 
1913
 <br/>      channel: onMode="1" bRatio="0.0002000" products="445 311 211 -211"
 
1914
 <br/>      channel: onMode="1" bRatio="0.0001000" products="445 321 -211 111"
 
1915
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 111 111 111"
 
1916
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 211 -211 111"
 
1917
 <br/>      channel: onMode="1" bRatio="0.0000050" products="10311 221 111 111"
 
1918
 <br/>      channel: onMode="1" bRatio="0.0000050" products="10311 221 211 -211"
 
1919
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 311 311 111"
 
1920
 <br/>      channel: onMode="1" bRatio="0.0000050" products="10311 311 311 221"
 
1921
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 321 311 -211"
 
1922
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 321 -321 111"
 
1923
 <br/>      channel: onMode="1" bRatio="0.0000050" products="10311 321 -321 221"
 
1924
 <br/>      channel: onMode="1" bRatio="0.0000050" products="10311 331 111 111"
 
1925
 <br/>      channel: onMode="1" bRatio="0.0000020" products="10311 331 211 -211"
 
1926
 <br/>      channel: onMode="1" bRatio="0.0000020" products="10311 331 311 311"
 
1927
 <br/>      channel: onMode="1" bRatio="0.0000020" products="10311 331 321 -321"
 
1928
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-10311 311 311 111"
 
1929
 <br/>      channel: onMode="1" bRatio="0.0000050" products="-10311 311 311 221"
 
1930
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-10311 321 311 -211"
 
1931
 <br/>      channel: onMode="1" bRatio="0.0000020" products="-10311 331 311 311"
 
1932
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 211 -211 -211"
 
1933
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 -211 111 111"
 
1934
 <br/>      channel: onMode="1" bRatio="0.0000050" products="10321 221 -211 111"
 
1935
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 311 311 -211"
 
1936
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 321 -321 -211"
 
1937
 <br/>      channel: onMode="1" bRatio="0.0000020" products="10321 331 -211 111"
 
1938
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-10321 321 321 -211"
 
1939
 <br/>      channel: onMode="1" bRatio="0.0001000" products="10441 311 111 111"
 
1940
 <br/>      channel: onMode="1" bRatio="0.0002000" products="10441 311 211 -211"
 
1941
 <br/>      channel: onMode="1" bRatio="0.0001000" products="10441 321 -211 111"
 
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.0000020" products="20313 321 -321 111"
 
1945
 <br/>      channel: onMode="1" bRatio="0.0000010" products="20313 321 -321 221"
 
1946
 <br/>      channel: onMode="1" bRatio="0.0000010" products="20313 331 311 311"
 
1947
 <br/>      channel: onMode="1" bRatio="0.0000010" products="20313 331 321 -321"
 
1948
 <br/>      channel: onMode="1" bRatio="0.0000020" products="-20313 311 311 111"
 
1949
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-20313 311 311 221"
 
1950
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-20313 331 311 311"
 
1951
 <br/>      channel: onMode="1" bRatio="0.0000020" products="20323 321 -321 -211"
 
1952
 <br/>      channel: onMode="1" bRatio="0.0000020" products="-20323 321 321 -211"
 
1953
 <br/>      channel: onMode="1" bRatio="0.0002000" products="20443 311 111 111"
 
1954
 <br/>      channel: onMode="1" bRatio="0.0004000" products="20443 311 211 -211"
 
1955
 <br/>      channel: onMode="1" bRatio="0.0002000" products="20443 321 -211 111"
 
1956
 <br/>      channel: onMode="1" bRatio="0.0000700" products="30443 311 111 111"
 
1957
 <br/>      channel: onMode="1" bRatio="0.0001400" products="30443 311 211 -211"
 
1958
 <br/>      channel: onMode="1" bRatio="0.0000700" products="30443 321 -211 111"
 
1959
 <br/>      channel: onMode="1" bRatio="0.0000500" products="100441 311 111 111"
 
1960
 <br/>      channel: onMode="1" bRatio="0.0000800" products="100441 311 211 -211"
 
1961
 <br/>      channel: onMode="1" bRatio="0.0000500" products="100441 321 -211 111"
 
1962
 <br/>      channel: onMode="1" bRatio="0.0001000" products="100443 311 111 111"
 
1963
 <br/>      channel: onMode="1" bRatio="0.0002000" products="100443 311 211 -211"
 
1964
 <br/>      channel: onMode="1" bRatio="0.0001000" products="100443 321 -211 111"
 
1965
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 111 111 111"
 
1966
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 211 -211 111"
 
1967
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000211 211 -211 -211"
 
1968
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000211 -211 111 111"
 
1969
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-9000211 211 111 111"
 
1970
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-9000211 211 211 -211"
 
1971
 <br/>      channel: onMode="1" bRatio="0.0000020" products="9010221 111 111 111"
 
1972
 <br/>      channel: onMode="1" bRatio="0.0000020" products="9010221 211 -211 111"
 
1973
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 221 111 111"
 
1974
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 221 211 -211"
 
1975
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 311 311 111"
 
1976
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 321 311 -211"
 
1977
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 321 -321 111"
 
1978
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 321 -321 311"
 
1979
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 -321 311 211"
 
1980
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 331 111 111"
 
1981
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 331 211 -211"
 
1982
 <br/>      channel: onMode="1" bRatio="0.0000005" products="111 111 111 111 111"
 
1983
 <br/>      channel: onMode="1" bRatio="0.0000010" products="211 211 -211 -211 111"
 
1984
 <br/>      channel: onMode="1" bRatio="0.0000010" products="211 -211 111 111 111"
 
1985
 <br/>      channel: onMode="1" bRatio="0.0000002" products="221 111 111 111 111"
 
1986
 <br/>      channel: onMode="1" bRatio="0.0000005" products="221 211 211 -211 -211"
 
1987
 <br/>      channel: onMode="1" bRatio="0.0000005" products="221 211 -211 111 111"
 
1988
 <br/>      channel: onMode="1" bRatio="0.0000020" products="311 111 111 111 111"
 
1989
 <br/>      channel: onMode="1" bRatio="0.0000020" products="311 211 211 -211 -211"
 
1990
 <br/>      channel: onMode="1" bRatio="0.0000020" products="311 211 -211 111 111"
 
1991
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 221 111 111 111"
 
1992
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 221 211 -211 111"
 
1993
 <br/>      channel: onMode="1" bRatio="0.0000002" products="311 311 111 111 111"
 
1994
 <br/>      channel: onMode="1" bRatio="0.0000002" products="311 311 211 -211 111"
 
1995
 <br/>      channel: onMode="1" bRatio="0.0000001" products="311 311 221 111 111"
 
1996
 <br/>      channel: onMode="1" bRatio="0.0000001" products="311 311 221 211 -211"
 
1997
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 311 311 111 111"
 
1998
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 311 311 211 -211"
 
1999
 <br/>      channel: onMode="1" bRatio="0.0000050" products="311 311 311 221 111"
 
2000
 <br/>      channel: onMode="1" bRatio="0.0000001" products="311 311 311 311 111"
 
2001
 <br/>      channel: onMode="1" bRatio="0.0000020" products="321 211 -211 -211 111"
 
2002
 <br/>      channel: onMode="1" bRatio="0.0000020" products="321 -211 111 111 111"
 
2003
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 221 211 -211 -211"
 
2004
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 221 -211 111 111"
 
2005
 <br/>      channel: onMode="1" bRatio="0.0000002" products="321 311 211 -211 -211"
 
2006
 <br/>      channel: onMode="1" bRatio="0.0000002" products="321 311 -211 111 111"
 
2007
 <br/>      channel: onMode="1" bRatio="0.0000001" products="321 311 221 -211 111"
 
2008
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 311 311 -211 111"
 
2009
 <br/>      channel: onMode="1" bRatio="0.0000050" products="321 311 311 221 -211"
 
2010
 <br/>      channel: onMode="1" bRatio="0.0000001" products="321 311 311 311 -211"
 
2011
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 321 -321 -211 111"
 
2012
 <br/>      channel: onMode="1" bRatio="0.0000050" products="321 321 -321 221 -211"
 
2013
 <br/>      channel: onMode="1" bRatio="0.0000001" products="321 321 -321 311 -211"
 
2014
 <br/>      channel: onMode="1" bRatio="0.0000001" products="321 321 -321 -321 111"
 
2015
 <br/>      channel: onMode="1" bRatio="0.0000001" products="321 321 -321 -321 311"
 
2016
 <br/>      channel: onMode="1" bRatio="0.0000002" products="321 -321 111 111 111"
 
2017
 <br/>      channel: onMode="1" bRatio="0.0000002" products="321 -321 211 -211 111"
 
2018
 <br/>      channel: onMode="1" bRatio="0.0000001" products="321 -321 221 111 111"
 
2019
 <br/>      channel: onMode="1" bRatio="0.0000001" products="321 -321 221 211 -211"
 
2020
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -321 311 111 111"
 
2021
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -321 311 211 -211"
 
2022
 <br/>      channel: onMode="1" bRatio="0.0000050" products="321 -321 311 221 111"
 
2023
 <br/>      channel: onMode="1" bRatio="0.0000001" products="321 -321 311 311 111"
 
2024
 <br/>      channel: onMode="1" bRatio="0.0000001" products="321 -321 311 311 311"
 
2025
 <br/>      channel: onMode="1" bRatio="0.0000001" products="321 -321 -321 311 211"
 
2026
 <br/>      channel: onMode="1" bRatio="0.0000002" products="-321 311 211 111 111"
 
2027
 <br/>      channel: onMode="1" bRatio="0.0000002" products="-321 311 211 211 -211"
 
2028
 <br/>      channel: onMode="1" bRatio="0.0000001" products="-321 311 221 211 111"
 
2029
 <br/>      channel: onMode="1" bRatio="0.0000001" products="-321 311 311 311 211"
 
2030
 <br/>      channel: onMode="1" bRatio="0.0000001" products="331 111 111 111 111"
 
2031
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 211 211 -211 -211"
 
2032
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 211 -211 111 111"
 
2033
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 311 111 111 111"
 
2034
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 311 211 -211 111"
 
2035
 <br/>      channel: onMode="1" bRatio="0.0000001" products="331 311 311 111 111"
 
2036
 <br/>      channel: onMode="1" bRatio="0.0000001" products="331 311 311 211 -211"
 
2037
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 311 311 311 111"
 
2038
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 211 -211 -211"
 
2039
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 -211 111 111"
 
2040
 <br/>      channel: onMode="1" bRatio="0.0000001" products="331 321 311 -211 111"
 
2041
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 311 311 -211"
 
2042
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 321 -321 -211"
 
2043
 <br/>      channel: onMode="1" bRatio="0.0000001" products="331 321 -321 111 111"
 
2044
 <br/>      channel: onMode="1" bRatio="0.0000001" products="331 321 -321 211 -211"
 
2045
 <br/>      channel: onMode="1" bRatio="0.0000050" products="331 321 -321 311 111"
 
2046
 <br/>      channel: onMode="1" bRatio="0.0000001" products="331 -321 311 211 111"
 
2047
 <br/>      channel: onMode="1" bRatio="0.0000001" products="333 311 311 311 111"
 
2048
 <br/>      channel: onMode="1" bRatio="0.0000001" products="333 321 311 311 -211"
 
2049
 <br/>      channel: onMode="1" bRatio="0.0000001" products="333 321 321 -321 -211"
 
2050
 <br/>      channel: onMode="1" bRatio="0.0000001" products="333 321 -321 311 111"
 
2051
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="55" products="-3 1"
 
2052
 <br/>      channel: onMode="1" bRatio="0.0110000" meMode="63" products="-4101 2101"
 
2053
 <br/>      channel: onMode="1" bRatio="0.0220000" meMode="63" products="-4103 2103"
 
2054
 <br/>      channel: onMode="1" bRatio="0.0030000" meMode="63" products="-4301 2101"
 
2055
 <br/>      channel: onMode="1" bRatio="0.0060000" meMode="63" products="-4303 2103"
 
2056
 <br/>      channel: onMode="1" bRatio="0.0000700" meMode="23" products="1 -1 -1 1"
 
2057
 <br/>      channel: onMode="1" bRatio="0.0018000" meMode="23" products="1 -1 -3 1"
 
2058
 <br/>      channel: onMode="1" bRatio="0.0030000" meMode="23" products="2 -1 -2 1"
 
2059
 <br/>      channel: onMode="1" bRatio="0.0020500" meMode="23" products="2 -2 -1 1"
 
2060
 <br/>      channel: onMode="1" bRatio="0.0022000" meMode="23" products="2 -2 -3 1"
 
2061
 <br/>      channel: onMode="1" bRatio="0.0210000" meMode="63" products="2 -3 -4 1"
 
2062
 <br/>      channel: onMode="1" bRatio="0.0180000" meMode="23" products="2 -4 -1 1"
 
2063
 <br/>      channel: onMode="1" bRatio="0.0009000" meMode="23" products="2 -4 -3 1"
 
2064
 <br/>      channel: onMode="1" bRatio="0.0000900" meMode="23" products="3 -3 -1 1"
 
2065
 <br/>      channel: onMode="1" bRatio="0.0015000" meMode="23" products="3 -3 -3 1"
 
2066
 <br/>      channel: onMode="1" bRatio="0.0060000" meMode="43" products="4 -1 -4 1"
 
2067
 <br/>      channel: onMode="1" bRatio="0.0040000" meMode="23" products="4 -3 -2 1"
 
2068
 <br/>      channel: onMode="1" bRatio="0.0740000" meMode="43" products="4 -3 -4 1"
 
2069
 <br/>      channel: onMode="2" bRatio="0.0018920" meMode="22" products="12 -11 1 -2"
 
2070
 <br/>      channel: onMode="2" bRatio="0.0018920" meMode="22" products="14 -13 1 -2"
 
2071
 <br/>      channel: onMode="2" bRatio="0.0012910" products="443 313"
 
2072
 <br/>      channel: onMode="2" bRatio="0.0000500" products="445 130"
 
2073
 <br/>      channel: onMode="2" bRatio="0.0000500" products="445 310"
 
2074
 <br/>      channel: onMode="2" bRatio="0.0000100" products="213 -211 113"
 
2075
 <br/>      channel: onMode="2" bRatio="0.0000100" products="223 213 -211"
 
2076
 <br/>      channel: onMode="2" bRatio="0.0000067" products="313 111 111"
 
2077
 <br/>      channel: onMode="2" bRatio="0.0000100" products="321 -211 113"
 
2078
 <br/>      channel: onMode="2" bRatio="0.0000010" products="321 -321 130"
 
2079
 <br/>      channel: onMode="2" bRatio="0.0000010" products="321 -321 310"
 
2080
 <br/>      channel: onMode="2" bRatio="0.0000070" products="333 311 221"
 
2081
 <br/>      channel: onMode="2" bRatio="0.0005000" products="423 -421 311"
 
2082
 <br/>      channel: onMode="2" bRatio="0.0015000" products="-423 421 311"
 
2083
 <br/>      channel: onMode="2" bRatio="0.0000050" products="9000211 313 -211"
 
2084
 <br/>      channel: onMode="2" bRatio="0.0003118" meMode="31" products="1 -3 22"
 
2085
 <br/>      channel: onMode="2" bRatio="0.0000050" meMode="12" products="1 -3 11 -11"
 
2086
 <br/>      channel: onMode="2" bRatio="0.0000025" meMode="12" products="1 -3 13 -13"
 
2087
 <br/>      channel: onMode="2" bRatio="0.0000002" meMode="12" products="1 -3 15 -15"
 
2088
 <br/>      channel: onMode="2" bRatio="0.3158500" meMode="23" products="2 -1 -4 1"
 
2089
 <br/>      channel: onMode="3" bRatio="0.0018920" meMode="22" products="12 -11 -2 1"
 
2090
 <br/>      channel: onMode="3" bRatio="0.0018920" meMode="22" products="14 -13 -2 1"
 
2091
 <br/>      channel: onMode="3" bRatio="0.0012310" products="443 313"
 
2092
 <br/>      channel: onMode="3" bRatio="0.0000100" products="445 130"
 
2093
 <br/>      channel: onMode="3" bRatio="0.0000100" products="445 310"
 
2094
 <br/>      channel: onMode="3" bRatio="0.0000100" products="-213 211 113"
 
2095
 <br/>      channel: onMode="3" bRatio="0.0000100" products="223 -213 211"
 
2096
 <br/>      channel: onMode="3" bRatio="0.0000067" products="-313 111 111"
 
2097
 <br/>      channel: onMode="3" bRatio="0.0000050" products="321 -211 113"
 
2098
 <br/>      channel: onMode="3" bRatio="0.0000105" products="321 -321 130"
 
2099
 <br/>      channel: onMode="3" bRatio="0.0000105" products="321 -321 310"
 
2100
 <br/>      channel: onMode="3" bRatio="0.0000050" products="333 311 221"
 
2101
 <br/>      channel: onMode="3" bRatio="0.0015000" products="423 -421 311"
 
2102
 <br/>      channel: onMode="3" bRatio="0.0005000" products="-423 421 311"
 
2103
 <br/>      channel: onMode="3" bRatio="0.0000050" products="-9000211 313 211"
 
2104
 <br/>      channel: onMode="3" bRatio="0.0003118" meMode="31" products="-3 1 22"
 
2105
 <br/>      channel: onMode="3" bRatio="0.3160000" meMode="23" products="2 -1 -4 1"
 
2106
 <br/>      channel: onMode="3" bRatio="0.0000050" meMode="12" products="-3 1 11 -11"
 
2107
 <br/>      channel: onMode="3" bRatio="0.0000025" meMode="12" products="-3 1 13 -13"
 
2108
 <br/>      channel: onMode="3" bRatio="0.0000002" meMode="12" products="-3 1 15 -15"
 
2109
 
 
2110
<p/>particle: id="513" name="B*0" antiName="B*bar0" spinType="3" chargeType="0" colType="0"
 
2111
          m0="5.32500"
 
2112
 <br/>      channel: onMode="1" bRatio="1.0000000" products="511 22"
 
2113
 
 
2114
<p/>particle: id="515" name="B*_20" antiName="B*_2bar0" spinType="5" chargeType="0" colType="0"
 
2115
          m0="5.83000" mWidth="0.02000" mMin="5.63000" mMax="6.03000"
 
2116
 <br/>      channel: onMode="1" bRatio="0.3100000" products="523 -211"
 
2117
 <br/>      channel: onMode="1" bRatio="0.1500000" products="513 111"
 
2118
 <br/>      channel: onMode="1" bRatio="0.3100000" products="521 -211"
 
2119
 <br/>      channel: onMode="1" bRatio="0.1500000" products="511 111"
 
2120
 <br/>      channel: onMode="1" bRatio="0.0500000" products="523 -211 111"
 
2121
 <br/>      channel: onMode="1" bRatio="0.0300000" products="513 211 -211"
 
2122
 
 
2123
<p/>particle: id="521" name="B+" antiName="B-" spinType="1" chargeType="3" colType="0"
 
2124
          m0="5.27900" tau0="4.91100e-01"
 
2125
 <br/>      channel: onMode="1" bRatio="0.0000930" products="16 -15"
 
2126
 <br/>      channel: onMode="1" bRatio="0.0000720" meMode="22" products="12 -11 111"
 
2127
 <br/>      channel: onMode="1" bRatio="0.0001450" meMode="22" products="12 -11 113"
 
2128
 <br/>      channel: onMode="1" bRatio="0.0000840" meMode="22" products="12 -11 221"
 
2129
 <br/>      channel: onMode="1" bRatio="0.0001450" meMode="22" products="12 -11 223"
 
2130
 <br/>      channel: onMode="1" bRatio="0.0000840" meMode="22" products="12 -11 331"
 
2131
 <br/>      channel: onMode="1" bRatio="0.0224000" meMode="22" products="12 -11 -421"
 
2132
 <br/>      channel: onMode="1" bRatio="0.0617000" meMode="22" products="12 -11 -423"
 
2133
 <br/>      channel: onMode="1" bRatio="0.0030000" meMode="22" products="12 -11 -425"
 
2134
 <br/>      channel: onMode="1" bRatio="0.0049000" meMode="22" products="12 -11 -10421"
 
2135
 <br/>      channel: onMode="1" bRatio="0.0056000" meMode="22" products="12 -11 -10423"
 
2136
 <br/>      channel: onMode="1" bRatio="0.0090000" meMode="22" products="12 -11 -20423"
 
2137
 <br/>      channel: onMode="1" bRatio="0.0000720" meMode="22" products="14 -13 111"
 
2138
 <br/>      channel: onMode="1" bRatio="0.0001450" meMode="22" products="14 -13 113"
 
2139
 <br/>      channel: onMode="1" bRatio="0.0000840" meMode="22" products="14 -13 221"
 
2140
 <br/>      channel: onMode="1" bRatio="0.0001450" meMode="22" products="14 -13 223"
 
2141
 <br/>      channel: onMode="1" bRatio="0.0000840" meMode="22" products="14 -13 331"
 
2142
 <br/>      channel: onMode="1" bRatio="0.0224000" meMode="22" products="14 -13 -421"
 
2143
 <br/>      channel: onMode="1" bRatio="0.0617000" meMode="22" products="14 -13 -423"
 
2144
 <br/>      channel: onMode="1" bRatio="0.0030000" meMode="22" products="14 -13 -425"
 
2145
 <br/>      channel: onMode="1" bRatio="0.0049000" meMode="22" products="14 -13 -10421"
 
2146
 <br/>      channel: onMode="1" bRatio="0.0056000" meMode="22" products="14 -13 -10423"
 
2147
 <br/>      channel: onMode="1" bRatio="0.0090000" meMode="22" products="14 -13 -20423"
 
2148
 <br/>      channel: onMode="1" bRatio="0.0000300" meMode="22" products="16 -15 111"
 
2149
 <br/>      channel: onMode="1" bRatio="0.0000420" meMode="22" products="16 -15 113"
 
2150
 <br/>      channel: onMode="1" bRatio="0.0000120" meMode="22" products="16 -15 221"
 
2151
 <br/>      channel: onMode="1" bRatio="0.0000420" meMode="22" products="16 -15 223"
 
2152
 <br/>      channel: onMode="1" bRatio="0.0000200" meMode="22" products="16 -15 225"
 
2153
 <br/>      channel: onMode="1" bRatio="0.0000180" meMode="22" products="16 -15 331"
 
2154
 <br/>      channel: onMode="1" bRatio="0.0000200" meMode="22" products="16 -15 335"
 
2155
 <br/>      channel: onMode="1" bRatio="0.0070000" meMode="22" products="16 -15 -421"
 
2156
 <br/>      channel: onMode="1" bRatio="0.0160000" meMode="22" products="16 -15 -423"
 
2157
 <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="16 -15 -425"
 
2158
 <br/>      channel: onMode="1" bRatio="0.0000270" meMode="22" products="16 -15 10113"
 
2159
 <br/>      channel: onMode="1" bRatio="0.0000020" meMode="22" products="16 -15 10221"
 
2160
 <br/>      channel: onMode="1" bRatio="0.0000130" meMode="22" products="16 -15 10223"
 
2161
 <br/>      channel: onMode="1" bRatio="0.0000130" meMode="22" products="16 -15 10333"
 
2162
 <br/>      channel: onMode="1" bRatio="0.0013000" meMode="22" products="16 -15 -10421"
 
2163
 <br/>      channel: onMode="1" bRatio="0.0013000" meMode="22" products="16 -15 -10423"
 
2164
 <br/>      channel: onMode="1" bRatio="0.0000460" meMode="22" products="16 -15 20113"
 
2165
 <br/>      channel: onMode="1" bRatio="0.0000230" meMode="22" products="16 -15 20223"
 
2166
 <br/>      channel: onMode="1" bRatio="0.0000230" meMode="22" products="16 -15 20333"
 
2167
 <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="16 -15 -20423"
 
2168
 <br/>      channel: onMode="1" bRatio="0.0000040" meMode="22" products="16 -15 9000111"
 
2169
 <br/>      channel: onMode="1" bRatio="0.0000020" meMode="22" products="16 -15 9010221"
 
2170
 <br/>      channel: onMode="1" bRatio="0.0019000" meMode="22" products="12 -11 -411 211"
 
2171
 <br/>      channel: onMode="1" bRatio="0.0006000" meMode="22" products="12 -11 -413 211"
 
2172
 <br/>      channel: onMode="1" bRatio="0.0010000" meMode="22" products="12 -11 -421 111"
 
2173
 <br/>      channel: onMode="1" bRatio="0.0003000" meMode="22" products="12 -11 -423 111"
 
2174
 <br/>      channel: onMode="1" bRatio="0.0019000" meMode="22" products="14 -13 -411 211"
 
2175
 <br/>      channel: onMode="1" bRatio="0.0006000" meMode="22" products="14 -13 -413 211"
 
2176
 <br/>      channel: onMode="1" bRatio="0.0010000" meMode="22" products="14 -13 -421 111"
 
2177
 <br/>      channel: onMode="1" bRatio="0.0003000" meMode="22" products="14 -13 -423 111"
 
2178
 <br/>      channel: onMode="1" bRatio="0.0000055" products="211 111"
 
2179
 <br/>      channel: onMode="1" bRatio="0.0000091" products="211 113"
 
2180
 <br/>      channel: onMode="1" bRatio="0.0000120" products="211 130"
 
2181
 <br/>      channel: onMode="1" bRatio="0.0000120" products="213 111"
 
2182
 <br/>      channel: onMode="1" bRatio="0.0000150" products="213 113"
 
2183
 <br/>      channel: onMode="1" bRatio="0.0000048" products="221 211"
 
2184
 <br/>      channel: onMode="1" bRatio="0.0000086" products="221 213"
 
2185
 <br/>      channel: onMode="1" bRatio="0.0000059" products="223 211"
 
2186
 <br/>      channel: onMode="1" bRatio="0.0000130" products="223 213"
 
2187
 <br/>      channel: onMode="1" bRatio="0.0000023" products="225 211"
 
2188
 <br/>      channel: onMode="1" bRatio="0.0000120" products="310 211"
 
2189
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 213"
 
2190
 <br/>      channel: onMode="1" bRatio="0.0000100" products="313 213"
 
2191
 <br/>      channel: onMode="1" bRatio="0.0000120" products="321 111"
 
2192
 <br/>      channel: onMode="1" bRatio="0.0000052" products="321 113"
 
2193
 <br/>      channel: onMode="1" bRatio="0.0000026" products="321 221"
 
2194
 <br/>      channel: onMode="1" bRatio="0.0000051" products="321 223"
 
2195
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311"
 
2196
 <br/>      channel: onMode="1" bRatio="0.0000403" products="323 22"
 
2197
 <br/>      channel: onMode="1" bRatio="0.0000020" products="323 111"
 
2198
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 113"
 
2199
 <br/>      channel: onMode="1" bRatio="0.0000240" products="323 221"
 
2200
 <br/>      channel: onMode="1" bRatio="0.0000010" products="323 223"
 
2201
 <br/>      channel: onMode="1" bRatio="0.0000030" products="323 311"
 
2202
 <br/>      channel: onMode="1" bRatio="0.0000010" products="323 -313"
 
2203
 <br/>      channel: onMode="1" bRatio="0.0000042" products="331 211"
 
2204
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 213"
 
2205
 <br/>      channel: onMode="1" bRatio="0.0000780" products="331 321"
 
2206
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 323"
 
2207
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 211"
 
2208
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 213"
 
2209
 <br/>      channel: onMode="1" bRatio="0.0000090" products="333 321"
 
2210
 <br/>      channel: onMode="1" bRatio="0.0000110" products="333 323"
 
2211
 <br/>      channel: onMode="1" bRatio="0.0000005" products="411 111"
 
2212
 <br/>      channel: onMode="1" bRatio="0.0000110" products="411 311"
 
2213
 <br/>      channel: onMode="1" bRatio="0.0000005" products="413 111"
 
2214
 <br/>      channel: onMode="1" bRatio="0.0000060" products="413 311"
 
2215
 <br/>      channel: onMode="1" bRatio="0.0050000" products="-421 211"
 
2216
 <br/>      channel: onMode="1" bRatio="0.0134000" products="-421 213"
 
2217
 <br/>      channel: onMode="1" bRatio="0.0004100" products="-421 321"
 
2218
 <br/>      channel: onMode="1" bRatio="0.0006100" products="-421 323"
 
2219
 <br/>      channel: onMode="1" bRatio="0.0002700" products="-421 411"
 
2220
 <br/>      channel: onMode="1" bRatio="0.0003350" products="-421 413"
 
2221
 <br/>      channel: onMode="1" bRatio="0.0046000" products="-423 211"
 
2222
 <br/>      channel: onMode="1" bRatio="0.0098000" products="-423 213"
 
2223
 <br/>      channel: onMode="1" bRatio="0.0003600" products="-423 321"
 
2224
 <br/>      channel: onMode="1" bRatio="0.0007700" products="-423 323"
 
2225
 <br/>      channel: onMode="1" bRatio="0.0003350" products="-423 411"
 
2226
 <br/>      channel: onMode="1" bRatio="0.0010400" products="-423 413"
 
2227
 <br/>      channel: onMode="1" bRatio="0.0008000" products="-425 211"
 
2228
 <br/>      channel: onMode="1" bRatio="0.0038000" products="-425 213"
 
2229
 <br/>      channel: onMode="1" bRatio="0.0000200" products="431 111"
 
2230
 <br/>      channel: onMode="1" bRatio="0.0000280" products="431 113"
 
2231
 <br/>      channel: onMode="1" bRatio="0.0129000" products="431 -421"
 
2232
 <br/>      channel: onMode="1" bRatio="0.0124000" products="431 -423"
 
2233
 <br/>      channel: onMode="1" bRatio="0.0042000" products="431 -425"
 
2234
 <br/>      channel: onMode="1" bRatio="0.0000200" products="433 111"
 
2235
 <br/>      channel: onMode="1" bRatio="0.0000280" products="433 113"
 
2236
 <br/>      channel: onMode="1" bRatio="0.0111000" products="433 -421"
 
2237
 <br/>      channel: onMode="1" bRatio="0.0278000" products="433 -423"
 
2238
 <br/>      channel: onMode="1" bRatio="0.0040000" products="433 -425"
 
2239
 <br/>      channel: onMode="1" bRatio="0.0009000" products="441 321"
 
2240
 <br/>      channel: onMode="1" bRatio="0.0012000" products="441 323"
 
2241
 <br/>      channel: onMode="1" bRatio="0.0000400" products="443 211"
 
2242
 <br/>      channel: onMode="1" bRatio="0.0000600" products="443 213"
 
2243
 <br/>      channel: onMode="1" bRatio="0.0010600" products="443 321"
 
2244
 <br/>      channel: onMode="1" bRatio="0.0014300" products="443 323"
 
2245
 <br/>      channel: onMode="1" bRatio="0.0005000" products="443 325"
 
2246
 <br/>      channel: onMode="1" bRatio="0.0000200" products="445 321"
 
2247
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10113 211"
 
2248
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10113 321"
 
2249
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10213 111"
 
2250
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10213 311"
 
2251
 <br/>      channel: onMode="1" bRatio="0.0000700" products="10311 211"
 
2252
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 213"
 
2253
 <br/>      channel: onMode="1" bRatio="0.0000020" products="-10311 321"
 
2254
 <br/>      channel: onMode="1" bRatio="0.0000020" products="10321 111"
 
2255
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 113"
 
2256
 <br/>      channel: onMode="1" bRatio="0.0000020" products="10321 311"
 
2257
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 333"
 
2258
 <br/>      channel: onMode="1" bRatio="0.0018000" products="10323 443"
 
2259
 <br/>      channel: onMode="1" bRatio="0.0009100" products="-10421 211"
 
2260
 <br/>      channel: onMode="1" bRatio="0.0010000" products="-10423 211"
 
2261
 <br/>      channel: onMode="1" bRatio="0.0007000" products="-10423 213"
 
2262
 <br/>      channel: onMode="1" bRatio="0.0012000" products="-10423 431"
 
2263
 <br/>      channel: onMode="1" bRatio="0.0024000" products="-10423 433"
 
2264
 <br/>      channel: onMode="1" bRatio="0.0016000" products="10431 -421"
 
2265
 <br/>      channel: onMode="1" bRatio="0.0016000" products="10431 -423"
 
2266
 <br/>      channel: onMode="1" bRatio="0.0003000" products="10441 321"
 
2267
 <br/>      channel: onMode="1" bRatio="0.0004000" products="10441 323"
 
2268
 <br/>      channel: onMode="1" bRatio="0.0000400" products="20113 211"
 
2269
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 321"
 
2270
 <br/>      channel: onMode="1" bRatio="0.0000200" products="20113 323"
 
2271
 <br/>      channel: onMode="1" bRatio="0.0000400" products="20213 111"
 
2272
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20213 113"
 
2273
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20213 223"
 
2274
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20213 311"
 
2275
 <br/>      channel: onMode="1" bRatio="0.0000200" products="20213 313"
 
2276
 <br/>      channel: onMode="1" bRatio="0.0088700" products="20213 -421"
 
2277
 <br/>      channel: onMode="1" bRatio="0.0159700" products="20213 -423"
 
2278
 <br/>      channel: onMode="1" bRatio="0.0000500" products="20213 20113"
 
2279
 <br/>      channel: onMode="1" bRatio="0.0000020" products="20323 333"
 
2280
 <br/>      channel: onMode="1" bRatio="0.0001000" products="20323 443"
 
2281
 <br/>      channel: onMode="1" bRatio="0.0007500" products="-20423 211"
 
2282
 <br/>      channel: onMode="1" bRatio="0.0022000" products="-20423 213"
 
2283
 <br/>      channel: onMode="1" bRatio="0.0006000" products="-20423 431"
 
2284
 <br/>      channel: onMode="1" bRatio="0.0012000" products="-20423 433"
 
2285
 <br/>      channel: onMode="1" bRatio="0.0041000" products="20433 -421"
 
2286
 <br/>      channel: onMode="1" bRatio="0.0098000" products="20433 -423"
 
2287
 <br/>      channel: onMode="1" bRatio="0.0005700" products="20443 321"
 
2288
 <br/>      channel: onMode="1" bRatio="0.0002900" products="20443 323"
 
2289
 <br/>      channel: onMode="1" bRatio="0.0004800" products="30443 321"
 
2290
 <br/>      channel: onMode="1" bRatio="0.0005000" products="30443 323"
 
2291
 <br/>      channel: onMode="1" bRatio="0.0003000" products="30443 10323"
 
2292
 <br/>      channel: onMode="1" bRatio="0.0000022" products="100113 211"
 
2293
 <br/>      channel: onMode="1" bRatio="0.0000010" products="100113 321"
 
2294
 <br/>      channel: onMode="1" bRatio="0.0003600" products="100441 321"
 
2295
 <br/>      channel: onMode="1" bRatio="0.0004800" products="100441 323"
 
2296
 <br/>      channel: onMode="1" bRatio="0.0006300" products="100443 321"
 
2297
 <br/>      channel: onMode="1" bRatio="0.0006000" products="100443 323"
 
2298
 <br/>      channel: onMode="1" bRatio="0.0004000" products="100443 10323"
 
2299
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 211"
 
2300
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9000111 213"
 
2301
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 321"
 
2302
 <br/>      channel: onMode="1" bRatio="0.0000050" products="9000111 323"
 
2303
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000211 111"
 
2304
 <br/>      channel: onMode="1" bRatio="0.0000020" products="9000211 113"
 
2305
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000211 311"
 
2306
 <br/>      channel: onMode="1" bRatio="0.0000050" products="9000211 313"
 
2307
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 211"
 
2308
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 213"
 
2309
 <br/>      channel: onMode="1" bRatio="0.0000085" products="9010221 321"
 
2310
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 323"
 
2311
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 20213"
 
2312
 <br/>      channel: onMode="1" bRatio="0.0000260" products="211 111 111"
 
2313
 <br/>      channel: onMode="1" bRatio="0.0000100" products="211 113 111"
 
2314
 <br/>      channel: onMode="1" bRatio="0.0000100" products="211 113 113"
 
2315
 <br/>      channel: onMode="1" bRatio="0.0000160" products="211 211 -211"
 
2316
 <br/>      channel: onMode="1" bRatio="0.0000100" products="213 111 111"
 
2317
 <br/>      channel: onMode="1" bRatio="0.0000100" products="213 113 111"
 
2318
 <br/>      channel: onMode="1" bRatio="0.0000100" products="213 211 -211"
 
2319
 <br/>      channel: onMode="1" bRatio="0.0000100" products="213 -213 211"
 
2320
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-213 211 211"
 
2321
 <br/>      channel: onMode="1" bRatio="0.0000010" products="221 211 111"
 
2322
 <br/>      channel: onMode="1" bRatio="0.0000050" products="221 211 113"
 
2323
 <br/>      channel: onMode="1" bRatio="0.0000050" products="221 213 111"
 
2324
 <br/>      channel: onMode="1" bRatio="0.0000050" products="221 213 113"
 
2325
 <br/>      channel: onMode="1" bRatio="0.0000010" products="221 221 211"
 
2326
 <br/>      channel: onMode="1" bRatio="0.0000020" products="221 221 213"
 
2327
 <br/>      channel: onMode="1" bRatio="0.0000100" products="223 211 111"
 
2328
 <br/>      channel: onMode="1" bRatio="0.0000100" products="223 211 113"
 
2329
 <br/>      channel: onMode="1" bRatio="0.0000100" products="223 213 111"
 
2330
 <br/>      channel: onMode="1" bRatio="0.0000050" products="223 221 211"
 
2331
 <br/>      channel: onMode="1" bRatio="0.0000050" products="223 221 213"
 
2332
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 211 111"
 
2333
 <br/>      channel: onMode="1" bRatio="0.0000050" products="311 211 113"
 
2334
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 213 111"
 
2335
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 221 211"
 
2336
 <br/>      channel: onMode="1" bRatio="0.0000050" products="311 221 213"
 
2337
 <br/>      channel: onMode="1" bRatio="0.0000050" products="311 223 211"
 
2338
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 211"
 
2339
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 213"
 
2340
 <br/>      channel: onMode="1" bRatio="0.0000100" products="313 211 111"
 
2341
 <br/>      channel: onMode="1" bRatio="0.0000100" products="313 211 113"
 
2342
 <br/>      channel: onMode="1" bRatio="0.0000100" products="313 213 111"
 
2343
 <br/>      channel: onMode="1" bRatio="0.0000050" products="313 221 211"
 
2344
 <br/>      channel: onMode="1" bRatio="0.0000050" products="313 221 213"
 
2345
 <br/>      channel: onMode="1" bRatio="0.0000100" products="313 223 211"
 
2346
 <br/>      channel: onMode="1" bRatio="0.0000010" products="313 311 211"
 
2347
 <br/>      channel: onMode="1" bRatio="0.0000010" products="313 -313 211"
 
2348
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-313 311 211"
 
2349
 <br/>      channel: onMode="1" bRatio="0.0000006" meMode="11" products="321 11 -11"
 
2350
 <br/>      channel: onMode="1" bRatio="0.0000006" meMode="11" products="321 13 -13"
 
2351
 <br/>      channel: onMode="1" bRatio="0.0000001" meMode="11" products="321 15 -15"
 
2352
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 111 111"
 
2353
 <br/>      channel: onMode="1" bRatio="0.0000050" products="321 113 111"
 
2354
 <br/>      channel: onMode="1" bRatio="0.0000049" products="321 211 -211"
 
2355
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 213 -211"
 
2356
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -213 211"
 
2357
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 221 111"
 
2358
 <br/>      channel: onMode="1" bRatio="0.0000020" products="321 221 113"
 
2359
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 221 221"
 
2360
 <br/>      channel: onMode="1" bRatio="0.0000050" products="321 223 111"
 
2361
 <br/>      channel: onMode="1" bRatio="0.0000020" products="321 223 221"
 
2362
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 111"
 
2363
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 113"
 
2364
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 221"
 
2365
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 223"
 
2366
 <br/>      channel: onMode="1" bRatio="0.0000480" products="321 311 311"
 
2367
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 313 311"
 
2368
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -313 111"
 
2369
 <br/>      channel: onMode="1" bRatio="0.0000005" products="321 -313 221"
 
2370
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -313 311"
 
2371
 <br/>      channel: onMode="1" bRatio="0.0000001" products="321 321 -211"
 
2372
 <br/>      channel: onMode="1" bRatio="0.0000260" products="321 321 -321"
 
2373
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 211"
 
2374
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 213"
 
2375
 <br/>      channel: onMode="1" bRatio="0.0000001" products="-321 211 211"
 
2376
 <br/>      channel: onMode="1" bRatio="0.0000018" meMode="11" products="323 11 -11"
 
2377
 <br/>      channel: onMode="1" bRatio="0.0000014" meMode="11" products="323 13 -13"
 
2378
 <br/>      channel: onMode="1" bRatio="0.0000002" meMode="11" products="323 15 -15"
 
2379
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 111 111"
 
2380
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 113 111"
 
2381
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 211 -211"
 
2382
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 213 -211"
 
2383
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 -213 211"
 
2384
 <br/>      channel: onMode="1" bRatio="0.0000050" products="323 221 111"
 
2385
 <br/>      channel: onMode="1" bRatio="0.0000050" products="323 221 113"
 
2386
 <br/>      channel: onMode="1" bRatio="0.0000020" products="323 221 221"
 
2387
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 223 111"
 
2388
 <br/>      channel: onMode="1" bRatio="0.0000050" products="323 223 221"
 
2389
 <br/>      channel: onMode="1" bRatio="0.0000010" products="323 311 111"
 
2390
 <br/>      channel: onMode="1" bRatio="0.0000005" products="323 311 221"
 
2391
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 311 311"
 
2392
 <br/>      channel: onMode="1" bRatio="0.0000010" products="323 -313 111"
 
2393
 <br/>      channel: onMode="1" bRatio="0.0000005" products="323 -313 221"
 
2394
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 321 -321"
 
2395
 <br/>      channel: onMode="1" bRatio="0.0000010" products="323 -321 211"
 
2396
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-323 321 211"
 
2397
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-323 321 321"
 
2398
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 211 111"
 
2399
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 211 113"
 
2400
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 213 111"
 
2401
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 213 113"
 
2402
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 221 211"
 
2403
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 223 211"
 
2404
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 223 213"
 
2405
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 311 211"
 
2406
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 311 213"
 
2407
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 313 213"
 
2408
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 111"
 
2409
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 113"
 
2410
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 221"
 
2411
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 223"
 
2412
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 311"
 
2413
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 321 -313"
 
2414
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 323 111"
 
2415
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 323 113"
 
2416
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 323 221"
 
2417
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 323 223"
 
2418
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 323 311"
 
2419
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 323 -313"
 
2420
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 331 321"
 
2421
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 211 111"
 
2422
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 211 113"
 
2423
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 213 111"
 
2424
 <br/>      channel: onMode="1" bRatio="0.0000005" products="333 221 211"
 
2425
 <br/>      channel: onMode="1" bRatio="0.0000005" products="333 221 213"
 
2426
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 223 211"
 
2427
 <br/>      channel: onMode="1" bRatio="0.0000100" products="333 311 211"
 
2428
 <br/>      channel: onMode="1" bRatio="0.0000100" products="333 311 213"
 
2429
 <br/>      channel: onMode="1" bRatio="0.0000100" products="333 321 111"
 
2430
 <br/>      channel: onMode="1" bRatio="0.0000100" products="333 321 113"
 
2431
 <br/>      channel: onMode="1" bRatio="0.0000050" products="333 321 221"
 
2432
 <br/>      channel: onMode="1" bRatio="0.0000100" products="333 321 223"
 
2433
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 321 311"
 
2434
 <br/>      channel: onMode="1" bRatio="0.0000100" products="333 323 111"
 
2435
 <br/>      channel: onMode="1" bRatio="0.0000002" products="333 331 211"
 
2436
 <br/>      channel: onMode="1" bRatio="0.0000002" products="333 331 213"
 
2437
 <br/>      channel: onMode="1" bRatio="0.0000020" products="333 331 321"
 
2438
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 333 211"
 
2439
 <br/>      channel: onMode="1" bRatio="0.0000030" products="333 333 321"
 
2440
 <br/>      channel: onMode="1" bRatio="0.0000030" products="333 333 323"
 
2441
 <br/>      channel: onMode="1" bRatio="0.0005000" products="411 -411 321"
 
2442
 <br/>      channel: onMode="1" bRatio="0.0005000" products="411 -411 323"
 
2443
 <br/>      channel: onMode="1" bRatio="0.0010200" products="-411 211 211"
 
2444
 <br/>      channel: onMode="1" bRatio="0.0020000" products="-411 213 211"
 
2445
 <br/>      channel: onMode="1" bRatio="0.0005000" 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="413 -413 321"
 
2448
 <br/>      channel: onMode="1" bRatio="0.0010000" products="413 -413 323"
 
2449
 <br/>      channel: onMode="1" bRatio="0.0012500" products="-413 211 211"
 
2450
 <br/>      channel: onMode="1" bRatio="0.0020000" products="-413 213 211"
 
2451
 <br/>      channel: onMode="1" bRatio="0.0015000" products="-413 411 321"
 
2452
 <br/>      channel: onMode="1" bRatio="0.0005000" products="-413 411 323"
 
2453
 <br/>      channel: onMode="1" bRatio="0.0015000" products="421 -421 321"
 
2454
 <br/>      channel: onMode="1" bRatio="0.0025000" products="421 -421 323"
 
2455
 <br/>      channel: onMode="1" bRatio="0.0005000" products="-421 211 111"
 
2456
 <br/>      channel: onMode="1" bRatio="0.0021000" products="-421 211 113"
 
2457
 <br/>      channel: onMode="1" bRatio="0.0017000" products="-421 411 311"
 
2458
 <br/>      channel: onMode="1" bRatio="0.0025000" products="-421 411 313"
 
2459
 <br/>      channel: onMode="1" bRatio="0.0049000" products="-421 413 311"
 
2460
 <br/>      channel: onMode="1" bRatio="0.0025000" products="-421 413 313"
 
2461
 <br/>      channel: onMode="1" bRatio="0.0047000" products="423 -421 321"
 
2462
 <br/>      channel: onMode="1" bRatio="0.0025000" products="423 -421 323"
 
2463
 <br/>      channel: onMode="1" bRatio="0.0070000" products="423 -423 321"
 
2464
 <br/>      channel: onMode="1" bRatio="0.0050000" products="423 -423 323"
 
2465
 <br/>      channel: onMode="1" bRatio="0.0005000" products="-423 211 111"
 
2466
 <br/>      channel: onMode="1" bRatio="0.0005000" products="-423 211 113"
 
2467
 <br/>      channel: onMode="1" bRatio="0.0005000" products="-423 213 111"
 
2468
 <br/>      channel: onMode="1" bRatio="0.0031000" products="-423 411 311"
 
2469
 <br/>      channel: onMode="1" bRatio="0.0025000" products="-423 411 313"
 
2470
 <br/>      channel: onMode="1" bRatio="0.0100000" products="-423 413 311"
 
2471
 <br/>      channel: onMode="1" bRatio="0.0050000" products="-423 413 313"
 
2472
 <br/>      channel: onMode="1" bRatio="0.0018000" products="-423 421 321"
 
2473
 <br/>      channel: onMode="1" bRatio="0.0025000" products="-423 421 323"
 
2474
 <br/>      channel: onMode="1" bRatio="0.0036000" products="431 -411 211"
 
2475
 <br/>      channel: onMode="1" bRatio="0.0018000" products="431 -421 111"
 
2476
 <br/>      channel: onMode="1" bRatio="0.0037000" products="433 -411 211"
 
2477
 <br/>      channel: onMode="1" bRatio="0.0018000" products="433 -421 111"
 
2478
 <br/>      channel: onMode="1" bRatio="0.0002000" products="441 311 211"
 
2479
 <br/>      channel: onMode="1" bRatio="0.0001000" products="441 321 111"
 
2480
 <br/>      channel: onMode="1" bRatio="0.0002000" products="443 311 211"
 
2481
 <br/>      channel: onMode="1" bRatio="0.0001000" products="443 321 111"
 
2482
 <br/>      channel: onMode="1" bRatio="0.0000900" products="443 333 321"
 
2483
 <br/>      channel: onMode="1" bRatio="0.0002000" products="445 311 211"
 
2484
 <br/>      channel: onMode="1" bRatio="0.0001000" products="445 321 111"
 
2485
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 211 111"
 
2486
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 211 113"
 
2487
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 213 111"
 
2488
 <br/>      channel: onMode="1" bRatio="0.0000050" products="10311 221 213"
 
2489
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 321 311"
 
2490
 <br/>      channel: onMode="1" bRatio="0.0000020" products="10311 331 213"
 
2491
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 333 211"
 
2492
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-10311 321 311"
 
2493
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 111 111"
 
2494
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 113 111"
 
2495
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 213 -211"
 
2496
 <br/>      channel: onMode="1" bRatio="0.0000050" products="10321 221 113"
 
2497
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 321 -321"
 
2498
 <br/>      channel: onMode="1" bRatio="0.0000020" products="10321 331 113"
 
2499
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 333 111"
 
2500
 <br/>      channel: onMode="1" bRatio="0.0000050" products="10321 333 221"
 
2501
 <br/>      channel: onMode="1" bRatio="0.0000020" products="10321 333 331"
 
2502
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-10321 321 321"
 
2503
 <br/>      channel: onMode="1" bRatio="0.0002000" products="10441 311 211"
 
2504
 <br/>      channel: onMode="1" bRatio="0.0001000" products="10441 321 111"
 
2505
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 211 111"
 
2506
 <br/>      channel: onMode="1" bRatio="0.0000050" products="20113 221 211"
 
2507
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 311 211"
 
2508
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 321 111"
 
2509
 <br/>      channel: onMode="1" bRatio="0.0000020" products="20113 331 211"
 
2510
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20213 111 111"
 
2511
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20213 211 -211"
 
2512
 <br/>      channel: onMode="1" bRatio="0.0000050" products="20213 221 111"
 
2513
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20213 311 111"
 
2514
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20213 321 -211"
 
2515
 <br/>      channel: onMode="1" bRatio="0.0000020" products="20213 331 111"
 
2516
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-20213 211 211"
 
2517
 <br/>      channel: onMode="1" bRatio="0.0000020" products="20313 333 211"
 
2518
 <br/>      channel: onMode="1" bRatio="0.0000020" products="20323 321 -321"
 
2519
 <br/>      channel: onMode="1" bRatio="0.0000020" products="20323 333 111"
 
2520
 <br/>      channel: onMode="1" bRatio="0.0000010" products="20323 333 221"
 
2521
 <br/>      channel: onMode="1" bRatio="0.0000010" products="20323 333 331"
 
2522
 <br/>      channel: onMode="1" bRatio="0.0004000" products="20443 311 211"
 
2523
 <br/>      channel: onMode="1" bRatio="0.0002000" products="20443 321 111"
 
2524
 <br/>      channel: onMode="1" bRatio="0.0003000" products="30443 311 211"
 
2525
 <br/>      channel: onMode="1" bRatio="0.0002000" products="30443 321 111"
 
2526
 <br/>      channel: onMode="1" bRatio="0.0000800" products="100441 311 211"
 
2527
 <br/>      channel: onMode="1" bRatio="0.0000500" products="100441 321 111"
 
2528
 <br/>      channel: onMode="1" bRatio="0.0004000" products="100443 311 211"
 
2529
 <br/>      channel: onMode="1" bRatio="0.0002000" products="100443 321 111"
 
2530
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 211 111"
 
2531
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9000111 213 111"
 
2532
 <br/>      channel: onMode="1" bRatio="0.0000050" products="9000111 221 213"
 
2533
 <br/>      channel: onMode="1" bRatio="0.0000050" products="9000111 323 111"
 
2534
 <br/>      channel: onMode="1" bRatio="0.0000020" products="9000111 331 213"
 
2535
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000211 111 111"
 
2536
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9000211 113 111"
 
2537
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9000211 -213 211"
 
2538
 <br/>      channel: onMode="1" bRatio="0.0000050" products="9000211 221 113"
 
2539
 <br/>      channel: onMode="1" bRatio="0.0000050" products="9000211 313 111"
 
2540
 <br/>      channel: onMode="1" bRatio="0.0000020" products="9000211 331 113"
 
2541
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-9000211 211 211"
 
2542
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 211 111"
 
2543
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 211 113"
 
2544
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 213 111"
 
2545
 <br/>      channel: onMode="1" bRatio="0.0000050" products="9010221 221 213"
 
2546
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 223 211"
 
2547
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 313 211"
 
2548
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 323 111"
 
2549
 <br/>      channel: onMode="1" bRatio="0.0000050" products="9010221 323 221"
 
2550
 <br/>      channel: onMode="1" bRatio="0.0000020" products="9010221 331 213"
 
2551
 <br/>      channel: onMode="1" bRatio="0.0000020" products="9010221 331 323"
 
2552
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 333 211"
 
2553
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 333 321"
 
2554
 <br/>      channel: onMode="1" bRatio="0.0000100" products="211 111 111 111"
 
2555
 <br/>      channel: onMode="1" bRatio="0.0000020" products="211 113 111 111"
 
2556
 <br/>      channel: onMode="1" bRatio="0.0000100" products="211 211 -211 111"
 
2557
 <br/>      channel: onMode="1" bRatio="0.0000020" products="211 211 -211 113"
 
2558
 <br/>      channel: onMode="1" bRatio="0.0000020" products="213 111 111 111"
 
2559
 <br/>      channel: onMode="1" bRatio="0.0000020" products="213 211 -211 111"
 
2560
 <br/>      channel: onMode="1" bRatio="0.0000020" products="-213 211 211 111"
 
2561
 <br/>      channel: onMode="1" bRatio="0.0000050" products="221 211 111 111"
 
2562
 <br/>      channel: onMode="1" bRatio="0.0000010" products="221 211 113 111"
 
2563
 <br/>      channel: onMode="1" bRatio="0.0000050" products="221 211 211 -211"
 
2564
 <br/>      channel: onMode="1" bRatio="0.0000010" products="221 213 111 111"
 
2565
 <br/>      channel: onMode="1" bRatio="0.0000010" products="221 213 211 -211"
 
2566
 <br/>      channel: onMode="1" bRatio="0.0000010" products="221 -213 211 211"
 
2567
 <br/>      channel: onMode="1" bRatio="0.0000020" products="221 221 211 111"
 
2568
 <br/>      channel: onMode="1" bRatio="0.0000010" products="221 221 213 111"
 
2569
 <br/>      channel: onMode="1" bRatio="0.0000020" products="223 211 111 111"
 
2570
 <br/>      channel: onMode="1" bRatio="0.0000010" products="223 221 211 111"
 
2571
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 211 111 111"
 
2572
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 211 113 111"
 
2573
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 211 211 -211"
 
2574
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 213 111 111"
 
2575
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 213 211 -211"
 
2576
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 -213 211 211"
 
2577
 <br/>      channel: onMode="1" bRatio="0.0000050" products="311 221 211 111"
 
2578
 <br/>      channel: onMode="1" bRatio="0.0000050" products="311 221 213 111"
 
2579
 <br/>      channel: onMode="1" bRatio="0.0000020" products="311 221 221 211"
 
2580
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 223 211 111"
 
2581
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 211 111"
 
2582
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 211 113"
 
2583
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 213 111"
 
2584
 <br/>      channel: onMode="1" bRatio="0.0000005" products="311 311 221 211"
 
2585
 <br/>      channel: onMode="1" bRatio="0.0000005" products="311 311 221 213"
 
2586
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 223 211"
 
2587
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 311 311 211"
 
2588
 <br/>      channel: onMode="1" bRatio="0.0000100" products="313 211 111 111"
 
2589
 <br/>      channel: onMode="1" bRatio="0.0000100" products="313 211 211 -211"
 
2590
 <br/>      channel: onMode="1" bRatio="0.0000050" products="313 221 211 111"
 
2591
 <br/>      channel: onMode="1" bRatio="0.0000010" products="313 311 211 111"
 
2592
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-313 311 211 111"
 
2593
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 111 111 111"
 
2594
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 113 111 111"
 
2595
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 211 -211 111"
 
2596
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 213 -211 111"
 
2597
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -213 211 111"
 
2598
 <br/>      channel: onMode="1" bRatio="0.0000050" products="321 221 111 111"
 
2599
 <br/>      channel: onMode="1" bRatio="0.0000050" products="321 221 113 111"
 
2600
 <br/>      channel: onMode="1" bRatio="0.0000050" products="321 221 211 -211"
 
2601
 <br/>      channel: onMode="1" bRatio="0.0000020" products="321 221 221 111"
 
2602
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 223 111 111"
 
2603
 <br/>      channel: onMode="1" bRatio="0.0000050" products="321 223 221 111"
 
2604
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 111 111"
 
2605
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 113 111"
 
2606
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 211 -211"
 
2607
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 213 -211"
 
2608
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 -213 211"
 
2609
 <br/>      channel: onMode="1" bRatio="0.0000005" products="321 311 221 111"
 
2610
 <br/>      channel: onMode="1" bRatio="0.0000005" products="321 311 221 113"
 
2611
 <br/>      channel: onMode="1" bRatio="0.0000002" products="321 311 221 221"
 
2612
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 223 111"
 
2613
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 311 311 111"
 
2614
 <br/>      channel: onMode="1" bRatio="0.0000050" products="321 311 311 221"
 
2615
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 311 311"
 
2616
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 313 311 111"
 
2617
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -313 111 111"
 
2618
 <br/>      channel: onMode="1" bRatio="0.0000005" products="321 -313 221 111"
 
2619
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -313 311 111"
 
2620
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 321 -321 111"
 
2621
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 321 -321 113"
 
2622
 <br/>      channel: onMode="1" bRatio="0.0000050" products="321 321 -321 221"
 
2623
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 321 -321 223"
 
2624
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 321 -321 311"
 
2625
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 211 111"
 
2626
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 211 113"
 
2627
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 213 111"
 
2628
 <br/>      channel: onMode="1" bRatio="0.0000005" products="321 -321 221 211"
 
2629
 <br/>      channel: onMode="1" bRatio="0.0000005" products="321 -321 221 213"
 
2630
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 223 211"
 
2631
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -321 311 211"
 
2632
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -321 311 213"
 
2633
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-321 311 213 211"
 
2634
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-321 313 211 211"
 
2635
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 111 111 111"
 
2636
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 211 -211 111"
 
2637
 <br/>      channel: onMode="1" bRatio="0.0000050" products="323 221 111 111"
 
2638
 <br/>      channel: onMode="1" bRatio="0.0000050" products="323 221 211 -211"
 
2639
 <br/>      channel: onMode="1" bRatio="0.0000020" products="323 221 221 111"
 
2640
 <br/>      channel: onMode="1" bRatio="0.0000010" products="323 311 111 111"
 
2641
 <br/>      channel: onMode="1" bRatio="0.0000005" products="323 311 221 111"
 
2642
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 311 311 111"
 
2643
 <br/>      channel: onMode="1" bRatio="0.0000100" products="323 321 -321 111"
 
2644
 <br/>      channel: onMode="1" bRatio="0.0000010" products="323 -321 211 111"
 
2645
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-323 311 211 211"
 
2646
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-323 321 211 111"
 
2647
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-323 321 321 111"
 
2648
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 211 111 111"
 
2649
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 211 113 111"
 
2650
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 211 211 -211"
 
2651
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 213 111 111"
 
2652
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 213 211 -211"
 
2653
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 -213 211 211"
 
2654
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 221 211 111"
 
2655
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 223 211 111"
 
2656
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 311 213 111"
 
2657
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 311 311 211"
 
2658
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 311 311 213"
 
2659
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 313 211 111"
 
2660
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 111 111"
 
2661
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 113 111"
 
2662
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 221 111"
 
2663
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 223 111"
 
2664
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 321 311 111"
 
2665
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 321 311 113"
 
2666
 <br/>      channel: onMode="1" bRatio="0.0000001" products="331 321 311 221"
 
2667
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 311 311"
 
2668
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 321 -313 111"
 
2669
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 321 -321"
 
2670
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 321 -321 211"
 
2671
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 321 -321 213"
 
2672
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 323 111 111"
 
2673
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 323 211 -211"
 
2674
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 323 221 111"
 
2675
 <br/>      channel: onMode="1" bRatio="0.0000002" products="331 323 311 111"
 
2676
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 211 111 111"
 
2677
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 211 211 -211"
 
2678
 <br/>      channel: onMode="1" bRatio="0.0000005" products="333 221 211 111"
 
2679
 <br/>      channel: onMode="1" bRatio="0.0000100" products="333 311 211 111"
 
2680
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 311 311 211"
 
2681
 <br/>      channel: onMode="1" bRatio="0.0000100" products="333 321 111 111"
 
2682
 <br/>      channel: onMode="1" bRatio="0.0000100" products="333 321 211 -211"
 
2683
 <br/>      channel: onMode="1" bRatio="0.0000050" products="333 321 221 111"
 
2684
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 321 311 111"
 
2685
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 321 311 311"
 
2686
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 321 321 -321"
 
2687
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 323 311 311"
 
2688
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 323 321 -321"
 
2689
 <br/>      channel: onMode="1" bRatio="0.0000002" products="333 331 211 111"
 
2690
 <br/>      channel: onMode="1" bRatio="0.0000020" products="333 331 321 111"
 
2691
 <br/>      channel: onMode="1" bRatio="0.0020000" products="-411 211 211 111"
 
2692
 <br/>      channel: onMode="1" bRatio="0.0150000" products="-413 211 211 111"
 
2693
 <br/>      channel: onMode="1" bRatio="0.0050000" products="-421 211 211 -211"
 
2694
 <br/>      channel: onMode="1" bRatio="0.0005000" products="-423 211 111 111"
 
2695
 <br/>      channel: onMode="1" bRatio="0.0005000" products="-423 211 211 -211"
 
2696
 <br/>      channel: onMode="1" bRatio="0.0033000" products="431 -411 211 111"
 
2697
 <br/>      channel: onMode="1" bRatio="0.0008000" products="431 -421 111 111"
 
2698
 <br/>      channel: onMode="1" bRatio="0.0033000" products="431 -421 211 -211"
 
2699
 <br/>      channel: onMode="1" bRatio="0.0033000" products="433 -411 211 111"
 
2700
 <br/>      channel: onMode="1" bRatio="0.0008000" products="433 -421 111 111"
 
2701
 <br/>      channel: onMode="1" bRatio="0.0033000" products="433 -421 211 -211"
 
2702
 <br/>      channel: onMode="1" bRatio="0.0001000" products="441 311 211 111"
 
2703
 <br/>      channel: onMode="1" bRatio="0.0001000" products="441 321 111 111"
 
2704
 <br/>      channel: onMode="1" bRatio="0.0002000" products="441 321 211 -211"
 
2705
 <br/>      channel: onMode="1" bRatio="0.0001000" products="445 311 211 111"
 
2706
 <br/>      channel: onMode="1" bRatio="0.0001000" products="445 321 111 111"
 
2707
 <br/>      channel: onMode="1" bRatio="0.0002000" products="445 321 211 -211"
 
2708
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 211 111 111"
 
2709
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 211 211 -211"
 
2710
 <br/>      channel: onMode="1" bRatio="0.0000050" products="10311 221 211 111"
 
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 211 111"
 
2715
 <br/>      channel: onMode="1" bRatio="0.0000020" products="10311 331 321 311"
 
2716
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-10311 311 311 211"
 
2717
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-10311 321 311 111"
 
2718
 <br/>      channel: onMode="1" bRatio="0.0000050" products="-10311 321 311 221"
 
2719
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-10311 321 321 -211"
 
2720
 <br/>      channel: onMode="1" bRatio="0.0000020" products="-10311 331 321 311"
 
2721
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 111 111 111"
 
2722
 <br/>      channel: onMode="1" bRatio="0.0000050" products="10321 221 111 111"
 
2723
 <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 321 -321 111"
 
2724
 <br/>      channel: onMode="1" bRatio="0.0000050" products="10321 321 -321 221"
 
2725
 <br/>      channel: onMode="1" bRatio="0.0000020" products="10321 331 111 111"
 
2726
 <br/>      channel: onMode="1" bRatio="0.0000020" products="10321 331 321 -321"
 
2727
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-10321 321 321 111"
 
2728
 <br/>      channel: onMode="1" bRatio="0.0000050" products="-10321 321 321 221"
 
2729
 <br/>      channel: onMode="1" bRatio="0.0000020" products="-10321 331 321 321"
 
2730
 <br/>      channel: onMode="1" bRatio="0.0001000" products="10441 311 211 111"
 
2731
 <br/>      channel: onMode="1" bRatio="0.0001000" products="10441 321 111 111"
 
2732
 <br/>      channel: onMode="1" bRatio="0.0002000" products="10441 321 211 -211"
 
2733
 <br/>      channel: onMode="1" bRatio="0.0000020" products="20313 311 311 211"
 
2734
 <br/>      channel: onMode="1" bRatio="0.0000100" products="20313 321 311 111"
 
2735
 <br/>      channel: onMode="1" bRatio="0.0000050" products="20313 321 311 221"
 
2736
 <br/>      channel: onMode="1" bRatio="0.0000020" products="20313 321 -321 211"
 
2737
 <br/>      channel: onMode="1" bRatio="0.0000020" products="20313 331 321 311"
 
2738
 <br/>      channel: onMode="1" bRatio="0.0000020" products="-20313 311 311 211"
 
2739
 <br/>      channel: onMode="1" bRatio="0.0000100" products="-20313 321 311 111"
 
2740
 <br/>      channel: onMode="1" bRatio="0.0000050" products="-20313 321 311 221"
 
2741
 <br/>      channel: onMode="1" bRatio="0.0000020" products="-20313 331 321 311"
 
2742
 <br/>      channel: onMode="1" bRatio="0.0000040" products="20323 311 311 111"
 
2743
 <br/>      channel: onMode="1" bRatio="0.0000020" products="20323 311 311 221"
 
2744
 <br/>      channel: onMode="1" bRatio="0.0000020" products="20323 321 -321 111"
 
2745
 <br/>      channel: onMode="1" bRatio="0.0000010" products="20323 321 -321 221"
 
2746
 <br/>      channel: onMode="1" bRatio="0.0000020" products="20323 331 311 311"
 
2747
 <br/>      channel: onMode="1" bRatio="0.0000010" products="20323 331 321 -321"
 
2748
 <br/>      channel: onMode="1" bRatio="0.0000020" products="-20323 321 321 111"
 
2749
 <br/>      channel: onMode="1" bRatio="0.0002000" products="20443 311 211 111"
 
2750
 <br/>      channel: onMode="1" bRatio="0.0002000" products="20443 321 111 111"
 
2751
 <br/>      channel: onMode="1" bRatio="0.0004000" products="20443 321 211 -211"
 
2752
 <br/>      channel: onMode="1" bRatio="0.0001000" products="30443 311 211 111"
 
2753
 <br/>      channel: onMode="1" bRatio="0.0001000" products="30443 321 111 111"
 
2754
 <br/>      channel: onMode="1" bRatio="0.0002000" products="30443 321 211 -211"
 
2755
 <br/>      channel: onMode="1" bRatio="0.0000500" products="100441 311 211 111"
 
2756
 <br/>      channel: onMode="1" bRatio="0.0000500" products="100441 321 111 111"
 
2757
 <br/>      channel: onMode="1" bRatio="0.0000800" products="100441 321 211 -211"
 
2758
 <br/>      channel: onMode="1" bRatio="0.0001000" products="100443 311 211 111"
 
2759
 <br/>      channel: onMode="1" bRatio="0.0001000" products="100443 321 111 111"
 
2760
 <br/>      channel: onMode="1" bRatio="0.0002000" products="100443 321 211 -211"
 
2761
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 211 111 111"
 
2762
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9000211 111 111 111"
 
2763
 <br/>      channel: onMode="1" bRatio="0.0000010" products="-9000211 211 211 111"
 
2764
 <br/>      channel: onMode="1" bRatio="0.0000020" products="9010221 211 111 111"
 
2765
 <br/>      channel: onMode="1" bRatio="0.0000020" products="9010221 211 211 -211"
 
2766
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 221 211 111"
 
2767
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 311 311 211"
 
2768
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 321 311 111"
 
2769
 <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 321 321 -321"
 
2770
 <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 331 211 111"
 
2771
 <br/>      channel: onMode="1" bRatio="0.0000010" products="211 111 111 111 111"
 
2772
 <br/>      channel: onMode="1" bRatio="0.0000010" products="211 211 -211 111 111"
 
2773
 <br/>      channel: onMode="1" bRatio="0.0000010" products="221 211 111 111 111"
 
2774
 <br/>      channel: onMode="1" bRatio="0.0000010" products="221 211 211 -211 111"
 
2775
 <br/>      channel: onMode="1" bRatio="0.0000020" products="311 211 111 111 111"
 
2776
 <br/>      channel: onMode="1" bRatio="0.0000020" products="311 211 211 -211 111"
 
2777
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 221 211 111 111"
 
2778
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 221 211 211 -211"
 
2779
 <br/>      channel: onMode="1" bRatio="0.0000010" products="311 221 221 211 111"
 
2780
 <br/>      channel: onMode="1" bRatio="0.0000002" products="311 311 211 111 111"
 
2781
 <br/>      channel: onMode="1" bRatio="0.0000002" products="311 311 211 211 -211"
 
2782
 <br/>      channel: onMode="1" bRatio="0.0000001" products="311 311 221 211 111"
 
2783
 <br/>      channel: onMode="1" bRatio="0.0000100" products="311 311 311 211 111"
 
2784
 <br/>      channel: onMode="1" bRatio="0.0000020" products="321 111 111 111 111"
 
2785
 <br/>      channel: onMode="1" bRatio="0.0000020" products="321 211 211 -211 -211"
 
2786
 <br/>      channel: onMode="1" bRatio="0.0000020" products="321 211 -211 111 111"
 
2787
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 221 111 111 111"
 
2788
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 221 211 -211 111"
 
2789
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 221 221 111 111"
 
2790
 <br/>      channel: onMode="1" bRatio="0.0000002" products="321 311 111 111 111"
 
2791
 <br/>      channel: onMode="1" bRatio="0.0000002" products="321 311 211 -211 111"
 
2792
 <br/>      channel: onMode="1" bRatio="0.0000001" products="321 311 221 111 111"
 
2793
 <br/>      channel: onMode="1" bRatio="0.0000001" products="321 311 221 211 -211"
 
2794
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 311 311 111 111"
 
2795
 <br/>      channel: onMode="1" bRatio="0.0000050" products="321 311 311 221 111"
 
2796
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 311 311 111"
 
2797
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 321 -321 111 111"
 
2798
 <br/>      channel: onMode="1" bRatio="0.0000050" products="321 321 -321 221 111"
 
2799
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 321 -321 311 111"
 
2800
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 321 -321 -321 211"
 
2801
 <br/>      channel: onMode="1" bRatio="0.0000002" products="321 -321 211 111 111"
 
2802
 <br/>      channel: onMode="1" bRatio="0.0000002" products="321 -321 211 211 -211"
 
2803
 <br/>      channel: onMode="1" bRatio="0.0000001" products="321 -321 221 211 111"
 
2804
 <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -321 311 211 111"
 
2805
 <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 311 311 211"
 
2806
 <br/>      channel: onMode="1" bRatio="0.0000002" products="-321 311 211 211 111"
 
2807
 <br/>      channel: onMode="1" bRatio="0.0000001" products="-321 311 221 211 211"
 
2808
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 211 111 111 111"
 
2809
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 211 211 -211 111"
 
2810
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 311 211 211 -211"
 
2811
 <br/>      channel: onMode="1" bRatio="0.0000001" products="331 311 311 211 111"
 
2812
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 111 111 111"
 
2813
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 211 -211 111"
 
2814
 <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 221 111 111"
 
2815
 <br/>      channel: onMode="1" bRatio="0.0000001" products="331 321 311 111 111"
 
2816
 <br/>      channel: onMode="1" bRatio="0.0000001" products="331 321 311 211 -211"
 
2817
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 311 311 111"
 
2818
 <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 321 -321 111"
 
2819
 <br/>      channel: onMode="1" bRatio="0.0000001" products="331 321 -321 211 111"
 
2820
 <br/>      channel: onMode="1" bRatio="0.0000001" products="331 -321 311 211 211"
 
2821
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 311 311 311 211"
 
2822
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 321 311 311 111"
 
2823
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 321 321 311 -211"
 
2824
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 321 321 -321 111"
 
2825
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 321 -321 311 211"
 
2826
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="55" products="-3 2"
 
2827
 <br/>      channel: onMode="1" bRatio="0.0330000" meMode="63" products="-4103 2203"
 
2828
 <br/>      channel: onMode="1" bRatio="0.0090000" meMode="63" products="-4303 2203"
 
2829
 <br/>      channel: onMode="1" bRatio="0.0000700" meMode="23" products="1 -1 -1 2"
 
2830
 <br/>      channel: onMode="1" bRatio="0.0018000" meMode="23" products="1 -1 -3 2"
 
2831
 <br/>      channel: onMode="1" bRatio="0.0030000" meMode="23" products="2 -1 -2 2"
 
2832
 <br/>      channel: onMode="1" bRatio="0.0020500" meMode="23" products="2 -2 -1 2"
 
2833
 <br/>      channel: onMode="1" bRatio="0.0022000" meMode="23" products="2 -2 -3 2"
 
2834
 <br/>      channel: onMode="1" bRatio="0.0225000" meMode="43" products="2 -3 -4 2"
 
2835
 <br/>      channel: onMode="1" bRatio="0.0000900" meMode="23" products="3 -3 -1 2"
 
2836
 <br/>      channel: onMode="1" bRatio="0.0015000" meMode="23" products="3 -3 -3 2"
 
2837
 <br/>      channel: onMode="1" bRatio="0.0040000" meMode="43" products="4 -1 -4 2"
 
2838
 <br/>      channel: onMode="1" bRatio="0.0040000" meMode="23" products="4 -3 -2 2"
 
2839
 <br/>      channel: onMode="1" bRatio="0.0740000" meMode="43" products="4 -3 -4 2"
 
2840
 <br/>      channel: onMode="2" bRatio="0.0019480" meMode="22" products="12 -11 2 -2"
 
2841
 <br/>      channel: onMode="2" bRatio="0.0019480" meMode="22" products="14 -13 2 -2"
 
2842
 <br/>      channel: onMode="2" bRatio="0.0000200" products="445 323"
 
2843
 <br/>      channel: onMode="2" bRatio="0.0000010" products="333 321 313 311"
 
2844
 <br/>      channel: onMode="2" bRatio="0.0000020" products="-20313 321 321 -211"
 
2845
 <br/>      channel: onMode="2" bRatio="0.0003118" meMode="31" products="2 -3 22"
 
2846
 <br/>      channel: onMode="2" bRatio="0.2682660" meMode="23" products="2 -1 -4 2"
 
2847
 <br/>      channel: onMode="2" bRatio="0.0000050" meMode="12" products="2 -3 11 -11"
 
2848
 <br/>      channel: onMode="2" bRatio="0.0000025" meMode="12" products="2 -3 13 -13"
 
2849
 <br/>      channel: onMode="2" bRatio="0.0000002" meMode="12" products="2 -3 15 -15"
 
2850
 <br/>      channel: onMode="3" bRatio="0.0019480" meMode="22" products="12 -11 -2 2"
 
2851
 <br/>      channel: onMode="3" bRatio="0.0019480" meMode="22" products="14 -13 -2 2"
 
2852
 <br/>      channel: onMode="3" bRatio="0.0000400" products="445 323"
 
2853
 <br/>      channel: onMode="3" bRatio="0.0000010" products="333 321 -313 311"
 
2854
 <br/>      channel: onMode="3" bRatio="0.0000020" products="20313 321 321 -211"
 
2855
 <br/>      channel: onMode="3" bRatio="0.0003118" meMode="31" products="-3 2 22"
 
2856
 <br/>      channel: onMode="3" bRatio="0.2683360" meMode="23" products="2 -1 -4 2"
 
2857
 <br/>      channel: onMode="3" bRatio="0.0000050" meMode="12" products="-3 2 11 -11"
 
2858
 <br/>      channel: onMode="3" bRatio="0.0000025" meMode="12" products="-3 2 13 -13"
 
2859
 <br/>      channel: onMode="3" bRatio="0.0000002" meMode="12" products="-3 2 15 -15"
 
2860
 
 
2861
<p/>particle: id="523" name="B*+" antiName="B*-" spinType="3" chargeType="3" colType="0"
 
2862
          m0="5.32500"
 
2863
 <br/>      channel: onMode="1" bRatio="1.0000000" products="521 22"
 
2864
 
 
2865
<p/>particle: id="525" name="B*_2+" antiName="B*_2-" spinType="5" chargeType="3" colType="0"
 
2866
          m0="5.83000" mWidth="0.02000" mMin="5.63000" mMax="6.03000"
 
2867
 <br/>      channel: onMode="1" bRatio="0.3100000" products="513 211"
 
2868
 <br/>      channel: onMode="1" bRatio="0.1500000" products="523 111"
 
2869
 <br/>      channel: onMode="1" bRatio="0.3100000" products="511 211"
 
2870
 <br/>      channel: onMode="1" bRatio="0.1500000" products="521 111"
 
2871
 <br/>      channel: onMode="1" bRatio="0.0500000" products="513 211 111"
 
2872
 <br/>      channel: onMode="1" bRatio="0.0300000" products="523 211 -211"
 
2873
 
 
2874
<p/>particle: id="531" name="B_s0" antiName="B_sbar0" spinType="1" chargeType="0" colType="0"
 
2875
          m0="5.36750" tau0="4.39000e-01"
 
2876
 <br/>      channel: onMode="1" bRatio="0.0002000" meMode="22" products="12 -11 -321"
 
2877
 <br/>      channel: onMode="1" bRatio="0.0003000" meMode="22" products="12 -11 -323"
 
2878
 <br/>      channel: onMode="1" bRatio="0.0210000" meMode="22" products="12 -11 -431"
 
2879
 <br/>      channel: onMode="1" bRatio="0.0490000" meMode="22" products="12 -11 -433"
 
2880
 <br/>      channel: onMode="1" bRatio="0.0070000" meMode="22" products="12 -11 -435"
 
2881
 <br/>      channel: onMode="1" bRatio="0.0003000" meMode="22" products="12 -11 -10323"
 
2882
 <br/>      channel: onMode="1" bRatio="0.0040000" meMode="22" products="12 -11 -10431"
 
2883
 <br/>      channel: onMode="1" bRatio="0.0070000" meMode="22" products="12 -11 -10433"
 
2884
 <br/>      channel: onMode="1" bRatio="0.0002000" meMode="22" products="12 -11 -20323"
 
2885
 <br/>      channel: onMode="1" bRatio="0.0040000" meMode="22" products="12 -11 -20433"
 
2886
 <br/>      channel: onMode="1" bRatio="0.0002000" meMode="22" products="14 -13 -321"
 
2887
 <br/>      channel: onMode="1" bRatio="0.0003000" meMode="22" products="14 -13 -323"
 
2888
 <br/>      channel: onMode="1" bRatio="0.0210000" meMode="22" products="14 -13 -431"
 
2889
 <br/>      channel: onMode="1" bRatio="0.0490000" meMode="22" products="14 -13 -433"
 
2890
 <br/>      channel: onMode="1" bRatio="0.0070000" meMode="22" products="14 -13 -435"
 
2891
 <br/>      channel: onMode="1" bRatio="0.0003000" meMode="22" products="14 -13 -10323"
 
2892
 <br/>      channel: onMode="1" bRatio="0.0040000" meMode="22" products="14 -13 -10431"
 
2893
 <br/>      channel: onMode="1" bRatio="0.0070000" meMode="22" products="14 -13 -10433"
 
2894
 <br/>      channel: onMode="1" bRatio="0.0002000" meMode="22" products="14 -13 -20323"
 
2895
 <br/>      channel: onMode="1" bRatio="0.0040000" meMode="22" products="14 -13 -20433"
 
2896
 <br/>      channel: onMode="1" bRatio="0.0080000" meMode="22" products="16 -15 -431"
 
2897
 <br/>      channel: onMode="1" bRatio="0.0160000" meMode="22" products="16 -15 -433"
 
2898
 <br/>      channel: onMode="1" bRatio="0.0028000" meMode="22" products="16 -15 -435"
 
2899
 <br/>      channel: onMode="1" bRatio="0.0018000" meMode="22" products="16 -15 -10431"
 
2900
 <br/>      channel: onMode="1" bRatio="0.0028000" meMode="22" products="16 -15 -10433"
 
2901
 <br/>      channel: onMode="1" bRatio="0.0018000" meMode="22" products="16 -15 -20433"
 
2902
 <br/>      channel: onMode="1" bRatio="0.0000005" products="22 22"
 
2903
 <br/>      channel: onMode="1" bRatio="0.0000100" products="130 130"
 
2904
 <br/>      channel: onMode="1" bRatio="0.0000000" products="211 -211"
 
2905
 <br/>      channel: onMode="1" bRatio="0.0000040" products="221 221"
 
2906
 <br/>      channel: onMode="1" bRatio="0.0000012" products="223 221"
 
2907
 <br/>      channel: onMode="1" bRatio="0.0000100" products="310 310"
 
2908
 <br/>      channel: onMode="1" bRatio="0.0000002" products="311 111"
 
2909
 <br/>      channel: onMode="1" bRatio="0.0000000" products="311 113"
 
2910
 <br/>      channel: onMode="1" bRatio="0.0000002" products="311 221"
 
2911
 <br/>      channel: onMode="1" bRatio="0.0000001" products="311 223"
 
2912
 <br/>      channel: onMode="1" bRatio="0.0000020" products="313 130"
 
2913
 <br/>      channel: onMode="1" bRatio="0.0000020" products="313 310"
 
2914
 <br/>      channel: onMode="1" bRatio="0.0000040" products="313 -313"
 
2915
 <br/>      channel: onMode="1" bRatio="0.0000000" products="-313 111"
 
2916
 <br/>      channel: onMode="1" bRatio="0.0000008" products="-313 113"
 
2917
 <br/>      channel: onMode="1" bRatio="0.0000020" products="-313 130"
 
2918
 <br/>      channel: onMode="1" bRatio="0.0000001" products="-313 221"
 
2919
 <br/>      channel: onMode="1" bRatio="0.0000020" products="-313 310"
 
2920
 <br/>      channel: onMode="1" bRatio="0.0000185" products="321 -321"
 
2921
 <br/>      channel: onMode="1" bRatio="0.0000048" products="-321 211"
 
2922
 <br/>      channel: onMode="1" bRatio="0.0000120" products="-321 213"
 
2923
 <br/>      channel: onMode="1" bRatio="0.0000046" products="323 -321"
 
2924
 <br/>      channel: onMode="1" bRatio="0.0000060" products="323 -323"
 
2925
 <br/>      channel: onMode="1" bRatio="0.0000250" products="-323 211"
 
2926
 <br/>      channel: onMode="1" bRatio="0.0000200" products="-323 213"
 
2927
 <br/>      channel: onMode="1" bRatio="0.0000082" products="-323 321"
 
2928
 <br/>      channel: onMode="1" bRatio="0.0000250" products="331 221"
 
2929
 <br/>      channel: onMode="1" bRatio="0.0000025" products="331 223"
 
2930
 <br/>      channel: onMode="1" bRatio="0.0000001" products="331 311"
 
2931
 <br/>      channel: onMode="1" bRatio="0.0000000" products="331 -313"
 
2932
 <br/>      channel: onMode="1" bRatio="0.0000580" products="331 331"
 
2933
 <br/>      channel: onMode="1" bRatio="0.0000450" products="333 22"
 
2934
 <br/>      channel: onMode="1" bRatio="0.0000213" products="333 221"
 
2935
 <br/>      channel: onMode="1" bRatio="0.0000004" products="333 -313"
 
2936
 <br/>      channel: onMode="1" bRatio="0.0000125" products="333 331"
 
2937
 <br/>      channel: onMode="1" bRatio="0.0000080" products="333 333"
 
2938
 <br/>      channel: onMode="1" bRatio="0.0002000" products="-421 311"
 
2939
 <br/>      channel: onMode="1" bRatio="0.0002000" products="-421 -313"
 
2940
 <br/>      channel: onMode="1" bRatio="0.0002000" products="-423 311"
 
2941
 <br/>      channel: onMode="1" bRatio="0.0002000" products="-423 -313"
 
2942
 <br/>      channel: onMode="1" bRatio="0.0017000" products="431 -411"
 
2943
 <br/>      channel: onMode="1" bRatio="0.0017000" products="431 -413"
 
2944
 <br/>      channel: onMode="1" bRatio="0.0086000" products="431 -431"
 
2945
 <br/>      channel: onMode="1" bRatio="0.0026000" products="-431 211"
 
2946
 <br/>      channel: onMode="1" bRatio="0.0073000" products="-431 213"
 
2947
 <br/>      channel: onMode="1" bRatio="0.0001500" products="-431 321"
 
2948
 <br/>      channel: onMode="1" bRatio="0.0003000" products="-431 323"
 
2949
 <br/>      channel: onMode="1" bRatio="0.0017000" products="433 -411"
 
2950
 <br/>      channel: onMode="1" bRatio="0.0017000" products="433 -413"
 
2951
 <br/>      channel: onMode="1" bRatio="0.0197000" products="433 -433"
 
2952
 <br/>      channel: onMode="1" bRatio="0.0027000" products="-433 211"
 
2953
 <br/>      channel: onMode="1" bRatio="0.0070000" products="-433 213"
 
2954
 <br/>      channel: onMode="1" bRatio="0.0001500" products="-433 321"
 
2955
 <br/>      channel: onMode="1" bRatio="0.0003000" products="-433 323"
 
2956
 <br/>      channel: onMode="1" bRatio="0.0013000" products="-435 211"
 
2957
 <br/>      channel: onMode="1" bRatio="0.0004000" products="441 221"
 
2958
 <br/>      channel: onMode="1" bRatio="0.0008000" products="441 331"
 
2959
 <br/>      channel: onMode="1" bRatio="0.0015000" products="441 333"
 
2960
 <br/>      channel: onMode="1" bRatio="0.0003200" products="443 221"
 
2961
 <br/>      channel: onMode="1" bRatio="0.0000800" products="443 311"
 
2962
 <br/>      channel: onMode="1" bRatio="0.0006400" products="443 331"
 
2963
 <br/>      channel: onMode="1" bRatio="0.0013500" products="443 333"
 
2964
 <br/>      channel: onMode="1" bRatio="0.0002350" products="445 221"
 
2965
 <br/>      channel: onMode="1" bRatio="0.0004650" products="445 331"
 
2966
 <br/>      channel: onMode="1" bRatio="0.0000500" products="10441 221"
 
2967
 <br/>      channel: onMode="1" bRatio="0.0001000" products="10441 331"
 
2968
 <br/>      channel: onMode="1" bRatio="0.0002000" products="10441 333"
 
2969
 <br/>      channel: onMode="1" bRatio="0.0002350" products="10443 221"
 
2970
 <br/>      channel: onMode="1" bRatio="0.0004650" products="10443 331"
 
2971
 <br/>      channel: onMode="1" bRatio="0.0010000" products="10443 333"
 
2972
 <br/>      channel: onMode="1" bRatio="0.0085000" products="20213 -431"
 
2973
 <br/>      channel: onMode="1" bRatio="0.0122000" products="20213 -433"
 
2974
 <br/>      channel: onMode="1" bRatio="0.0008000" products="-20433 211"
 
2975
 <br/>      channel: onMode="1" bRatio="0.0021000" products="-20433 213"
 
2976
 <br/>      channel: onMode="1" bRatio="0.0003000" products="20443 221"
 
2977
 <br/>      channel: onMode="1" bRatio="0.0007000" products="20443 331"
 
2978
 <br/>      channel: onMode="1" bRatio="0.0014000" products="20443 333"
 
2979
 <br/>      channel: onMode="1" bRatio="0.0002000" products="100441 221"
 
2980
 <br/>      channel: onMode="1" bRatio="0.0004000" products="100441 331"
 
2981
 <br/>      channel: onMode="1" bRatio="0.0006000" products="100441 333"
 
2982
 <br/>      channel: onMode="1" bRatio="0.0002350" products="100443 221"
 
2983
 <br/>      channel: onMode="1" bRatio="0.0004650" products="100443 331"
 
2984
 <br/>      channel: onMode="1" bRatio="0.0012000" products="100443 333"
 
2985
 <br/>      channel: onMode="1" bRatio="0.0000023" meMode="11" products="333 11 -11"
 
2986
 <br/>      channel: onMode="1" bRatio="0.0000023" meMode="11" products="333 13 -13"
 
2987
 <br/>      channel: onMode="1" bRatio="0.0007000" products="411 -411 311"
 
2988
 <br/>      channel: onMode="1" bRatio="0.0007000" products="413 -411 311"
 
2989
 <br/>      channel: onMode="1" bRatio="0.0007000" products="421 411 -321"
 
2990
 <br/>      channel: onMode="1" bRatio="0.0007000" products="-421 413 -321"
 
2991
 <br/>      channel: onMode="1" bRatio="0.0096000" products="431 -411 311"
 
2992
 <br/>      channel: onMode="1" bRatio="0.0096000" products="431 421 -321"
 
2993
 <br/>      channel: onMode="1" bRatio="0.0009000" products="-431 211 113"
 
2994
 <br/>      channel: onMode="1" bRatio="0.0009000" products="-431 213 111"
 
2995
 <br/>      channel: onMode="1" bRatio="0.0020000" products="-431 411 311"
 
2996
 <br/>      channel: onMode="1" bRatio="0.0025000" products="-431 411 313"
 
2997
 <br/>      channel: onMode="1" bRatio="0.0050000" products="-431 413 311"
 
2998
 <br/>      channel: onMode="1" bRatio="0.0025000" products="-431 413 313"
 
2999
 <br/>      channel: onMode="1" bRatio="0.0020000" products="-431 421 321"
 
3000
 <br/>      channel: onMode="1" bRatio="0.0025000" products="-431 421 323"
 
3001
 <br/>      channel: onMode="1" bRatio="0.0050000" products="-431 423 321"
 
3002
 <br/>      channel: onMode="1" bRatio="0.0025000" products="-431 423 323"
 
3003
 <br/>      channel: onMode="1" bRatio="0.0096000" products="433 -411 311"
 
3004
 <br/>      channel: onMode="1" bRatio="0.0096000" products="433 -421 -321"
 
3005
 <br/>      channel: onMode="1" bRatio="0.0010000" products="-433 211 113"
 
3006
 <br/>      channel: onMode="1" bRatio="0.0010000" products="-433 213 111"
 
3007
 <br/>      channel: onMode="1" bRatio="0.0050000" products="-433 411 311"
 
3008
 <br/>      channel: onMode="1" bRatio="0.0050000" products="-433 411 313"
 
3009
 <br/>      channel: onMode="1" bRatio="0.0150000" products="-433 413 311"
 
3010
 <br/>      channel: onMode="1" bRatio="0.0030000" products="-433 413 313"
 
3011
 <br/>      channel: onMode="1" bRatio="0.0050000" products="-433 421 321"
 
3012
 <br/>      channel: onMode="1" bRatio="0.0050000" products="-433 421 323"
 
3013
 <br/>      channel: onMode="1" bRatio="0.0150000" products="-433 423 321"
 
3014
 <br/>      channel: onMode="1" bRatio="0.0030000" products="-433 423 323"
 
3015
 <br/>      channel: onMode="1" bRatio="0.0002800" products="441 311 311"
 
3016
 <br/>      channel: onMode="1" bRatio="0.0002800" products="441 321 -321"
 
3017
 <br/>      channel: onMode="1" bRatio="0.0002000" products="443 111 111"
 
3018
 <br/>      channel: onMode="1" bRatio="0.0002000" products="443 211 -211"
 
3019
 <br/>      channel: onMode="1" bRatio="0.0007000" products="443 311 311"
 
3020
 <br/>      channel: onMode="1" bRatio="0.0007000" products="443 321 -321"
 
3021
 <br/>      channel: onMode="1" bRatio="0.0001600" products="445 311 311"
 
3022
 <br/>      channel: onMode="1" bRatio="0.0001600" products="445 321 -321"
 
3023
 <br/>      channel: onMode="1" bRatio="0.0000300" products="10441 311 311"
 
3024
 <br/>      channel: onMode="1" bRatio="0.0000300" products="10441 321 -321"
 
3025
 <br/>      channel: onMode="1" bRatio="0.0001600" products="10443 311 311"
 
3026
 <br/>      channel: onMode="1" bRatio="0.0001600" products="10443 321 -321"
 
3027
 <br/>      channel: onMode="1" bRatio="0.0002600" products="20443 311 311"
 
3028
 <br/>      channel: onMode="1" bRatio="0.0002600" products="20443 321 -321"
 
3029
 <br/>      channel: onMode="1" bRatio="0.0001200" products="100441 311 311"
 
3030
 <br/>      channel: onMode="1" bRatio="0.0001200" products="100441 321 -321"
 
3031
 <br/>      channel: onMode="1" bRatio="0.0002000" products="100443 111 111"
 
3032
 <br/>      channel: onMode="1" bRatio="0.0002000" products="100443 211 -211"
 
3033
 <br/>      channel: onMode="1" bRatio="0.0003000" products="100443 311 311"
 
3034
 <br/>      channel: onMode="1" bRatio="0.0003000" products="100443 321 -321"
 
3035
 <br/>      channel: onMode="1" bRatio="0.0003000" products="411 -411 311 111"
 
3036
 <br/>      channel: onMode="1" bRatio="0.0003000" products="411 -411 -321 211"
 
3037
 <br/>      channel: onMode="1" bRatio="0.0003000" products="413 -411 311 111"
 
3038
 <br/>      channel: onMode="1" bRatio="0.0003000" products="413 -411 -321 211"
 
3039
 <br/>      channel: onMode="1" bRatio="0.0007000" products="-421 411 311 -211"
 
3040
 <br/>      channel: onMode="1" bRatio="0.0007000" products="-421 411 -321 111"
 
3041
 <br/>      channel: onMode="1" bRatio="0.0007000" products="-421 413 311 -211"
 
3042
 <br/>      channel: onMode="1" bRatio="0.0007000" products="-421 413 -321 111"
 
3043
 <br/>      channel: onMode="1" bRatio="0.0024000" products="431 -411 311 111"
 
3044
 <br/>      channel: onMode="1" bRatio="0.0048000" products="431 -411 -321 211"
 
3045
 <br/>      channel: onMode="1" bRatio="0.0048000" products="431 -421 311 -211"
 
3046
 <br/>      channel: onMode="1" bRatio="0.0024000" products="431 -421 -321 111"
 
3047
 <br/>      channel: onMode="1" bRatio="0.0009000" products="-431 211 111 111"
 
3048
 <br/>      channel: onMode="1" bRatio="0.0009000" products="-431 211 211 -211"
 
3049
 <br/>      channel: onMode="1" bRatio="0.0024000" products="433 -411 311 111"
 
3050
 <br/>      channel: onMode="1" bRatio="0.0048000" products="433 -411 -321 211"
 
3051
 <br/>      channel: onMode="1" bRatio="0.0048000" products="433 -421 311 -211"
 
3052
 <br/>      channel: onMode="1" bRatio="0.0024000" products="433 -421 -321 111"
 
3053
 <br/>      channel: onMode="1" bRatio="0.0010000" products="-433 211 111 111"
 
3054
 <br/>      channel: onMode="1" bRatio="0.0077000" products="-433 211 211 -211"
 
3055
 <br/>      channel: onMode="1" bRatio="0.0001000" products="441 221 111 111"
 
3056
 <br/>      channel: onMode="1" bRatio="0.0001000" products="441 221 211 -211"
 
3057
 <br/>      channel: onMode="1" bRatio="0.0002800" products="441 311 311 111"
 
3058
 <br/>      channel: onMode="1" bRatio="0.0002800" products="441 321 -321 111"
 
3059
 <br/>      channel: onMode="1" bRatio="0.0002800" products="441 -321 311 211"
 
3060
 <br/>      channel: onMode="1" bRatio="0.0002000" products="441 331 111 111"
 
3061
 <br/>      channel: onMode="1" bRatio="0.0002000" products="441 331 211 -211"
 
3062
 <br/>      channel: onMode="1" bRatio="0.0004000" products="441 333 111 111"
 
3063
 <br/>      channel: onMode="1" bRatio="0.0004000" products="441 333 211 -211"
 
3064
 <br/>      channel: onMode="1" bRatio="0.0002000" products="443 221 111 111"
 
3065
 <br/>      channel: onMode="1" bRatio="0.0002000" products="443 221 211 -211"
 
3066
 <br/>      channel: onMode="1" bRatio="0.0007000" products="443 311 311 111"
 
3067
 <br/>      channel: onMode="1" bRatio="0.0007000" products="443 321 -321 111"
 
3068
 <br/>      channel: onMode="1" bRatio="0.0007000" products="443 -321 311 211"
 
3069
 <br/>      channel: onMode="1" bRatio="0.0004000" products="443 331 111 111"
 
3070
 <br/>      channel: onMode="1" bRatio="0.0004000" products="443 331 211 -211"
 
3071
 <br/>      channel: onMode="1" bRatio="0.0003900" products="443 333 111 111"
 
3072
 <br/>      channel: onMode="1" bRatio="0.0003900" products="443 333 211 -211"
 
3073
 <br/>      channel: onMode="1" bRatio="0.0001600" products="445 311 311 111"
 
3074
 <br/>      channel: onMode="1" bRatio="0.0001600" products="445 321 -321 111"
 
3075
 <br/>      channel: onMode="1" bRatio="0.0001600" products="445 -321 311 211"
 
3076
 <br/>      channel: onMode="1" bRatio="0.0000300" products="10441 311 311 111"
 
3077
 <br/>      channel: onMode="1" bRatio="0.0000300" products="10441 321 -321 111"
 
3078
 <br/>      channel: onMode="1" bRatio="0.0000300" products="10441 -321 311 211"
 
3079
 <br/>      channel: onMode="1" bRatio="0.0001600" products="10443 311 311 111"
 
3080
 <br/>      channel: onMode="1" bRatio="0.0001600" products="10443 321 -321 111"
 
3081
 <br/>      channel: onMode="1" bRatio="0.0001600" products="10443 -321 311 211"
 
3082
 <br/>      channel: onMode="1" bRatio="0.0001000" products="20443 221 111 111"
 
3083
 <br/>      channel: onMode="1" bRatio="0.0001000" products="20443 221 211 -211"
 
3084
 <br/>      channel: onMode="1" bRatio="0.0002600" products="20443 311 311 111"
 
3085
 <br/>      channel: onMode="1" bRatio="0.0002600" products="20443 321 -321 111"
 
3086
 <br/>      channel: onMode="1" bRatio="0.0002600" products="20443 -321 311 211"
 
3087
 <br/>      channel: onMode="1" bRatio="0.0002000" products="20443 331 111 111"
 
3088
 <br/>      channel: onMode="1" bRatio="0.0002000" products="20443 331 211 -211"
 
3089
 <br/>      channel: onMode="1" bRatio="0.0004000" products="20443 333 111 111"
 
3090
 <br/>      channel: onMode="1" bRatio="0.0004000" products="20443 333 211 -211"
 
3091
 <br/>      channel: onMode="1" bRatio="0.0001200" products="100441 311 311 111"
 
3092
 <br/>      channel: onMode="1" bRatio="0.0001200" products="100441 321 -321 111"
 
3093
 <br/>      channel: onMode="1" bRatio="0.0001200" products="100441 -321 311 211"
 
3094
 <br/>      channel: onMode="1" bRatio="0.0002000" products="100443 221 111 111"
 
3095
 <br/>      channel: onMode="1" bRatio="0.0002000" products="100443 221 211 -211"
 
3096
 <br/>      channel: onMode="1" bRatio="0.0003000" products="100443 311 311 111"
 
3097
 <br/>      channel: onMode="1" bRatio="0.0003000" products="100443 321 -321 111"
 
3098
 <br/>      channel: onMode="1" bRatio="0.0003000" products="100443 -321 311 211"
 
3099
 <br/>      channel: onMode="1" bRatio="0.0004000" products="100443 331 111 111"
 
3100
 <br/>      channel: onMode="1" bRatio="0.0004000" products="100443 331 211 -211"
 
3101
 <br/>      channel: onMode="1" bRatio="0.0003400" products="100443 333 111 111"
 
3102
 <br/>      channel: onMode="1" bRatio="0.0003400" products="100443 333 211 -211"
 
3103
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="55" products="-3 3"
 
3104
 <br/>      channel: onMode="1" bRatio="0.0200000" meMode="63" products="-4301 2101"
 
3105
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="63" products="-4303 2103"
 
3106
 <br/>      channel: onMode="1" bRatio="0.0007000" meMode="23" products="1 -1 -1 3"
 
3107
 <br/>      channel: onMode="1" bRatio="0.0016000" meMode="23" products="1 -1 -3 3"
 
3108
 <br/>      channel: onMode="1" bRatio="0.3574344" meMode="23" products="2 -1 -4 3"
 
3109
 <br/>      channel: onMode="1" bRatio="0.0036000" meMode="23" products="2 -2 -1 3"
 
3110
 <br/>      channel: onMode="1" bRatio="0.0020000" meMode="23" products="2 -2 -3 3"
 
3111
 <br/>      channel: onMode="1" bRatio="0.0172000" meMode="23" products="2 -3 -4 3"
 
3112
 <br/>      channel: onMode="1" bRatio="0.0195000" meMode="23" products="2 -4 -1 3"
 
3113
 <br/>      channel: onMode="1" bRatio="0.0009000" meMode="23" products="2 -4 -3 3"
 
3114
 <br/>      channel: onMode="1" bRatio="0.0009000" meMode="23" products="3 -3 -1 3"
 
3115
 <br/>      channel: onMode="1" bRatio="0.0013000" meMode="23" products="3 -3 -3 3"
 
3116
 <br/>      channel: onMode="1" bRatio="0.0070000" meMode="43" products="4 -1 -4 3"
 
3117
 <br/>      channel: onMode="1" bRatio="0.0040000" meMode="23" products="4 -3 -2 3"
 
3118
 <br/>      channel: onMode="2" bRatio="0.0090000" products="433 -431"
 
3119
 <br/>      channel: onMode="2" bRatio="0.0099000" products="-433 431"
 
3120
 <br/>      channel: onMode="3" bRatio="0.0099000" products="433 -431"
 
3121
 <br/>      channel: onMode="3" bRatio="0.0090000" products="-433 431"
 
3122
 
 
3123
<p/>particle: id="533" name="B*_s0" antiName="B*_sbar0" spinType="3" chargeType="0" colType="0"
 
3124
          m0="5.41280"
 
3125
 <br/>      channel: onMode="1" bRatio="1.0000000" products="531 22"
 
3126
 
 
3127
<p/>particle: id="535" name="B*_2s0" antiName="B*_2sbar0" spinType="5" chargeType="0" colType="0"
 
3128
          m0="6.07000" mWidth="0.02000" mMin="5.87000" mMax="6.27000"
 
3129
 <br/>      channel: onMode="1" bRatio="0.1700000" products="513 311"
 
3130
 <br/>      channel: onMode="1" bRatio="0.1700000" products="523 -321"
 
3131
 <br/>      channel: onMode="1" bRatio="0.3300000" products="511 311"
 
3132
 <br/>      channel: onMode="1" bRatio="0.3300000" products="521 -321"
 
3133
 
 
3134
<p/>particle: id="541" name="B_c+" antiName="B_c-" spinType="1" chargeType="3" colType="0"
 
3135
          m0="6.28600" tau0="1.38000e-01"
 
3136
 <br/>      channel: onMode="1" bRatio="0.0160000" products="16 -15"
 
3137
 <br/>      channel: onMode="1" bRatio="0.0034000" meMode="22" products="-11 12 511"
 
3138
 <br/>      channel: onMode="1" bRatio="0.0058000" meMode="22" products="-11 12 513"
 
3139
 <br/>      channel: onMode="1" bRatio="0.0403000" meMode="22" products="-11 12 531"
 
3140
 <br/>      channel: onMode="1" bRatio="0.0506000" meMode="22" products="-11 12 533"
 
3141
 <br/>      channel: onMode="1" bRatio="0.0000400" meMode="22" products="12 -11 421"
 
3142
 <br/>      channel: onMode="1" bRatio="0.0001800" meMode="22" products="12 -11 423"
 
3143
 <br/>      channel: onMode="1" bRatio="0.0075000" meMode="22" products="12 -11 441"
 
3144
 <br/>      channel: onMode="1" bRatio="0.0190000" meMode="22" products="12 -11 443"
 
3145
 <br/>      channel: onMode="1" bRatio="0.0002000" meMode="22" products="12 -11 100441"
 
3146
 <br/>      channel: onMode="1" bRatio="0.0009400" meMode="22" products="12 -11 100443"
 
3147
 <br/>      channel: onMode="1" bRatio="0.0034000" meMode="22" products="-13 14 511"
 
3148
 <br/>      channel: onMode="1" bRatio="0.0058000" meMode="22" products="-13 14 513"
 
3149
 <br/>      channel: onMode="1" bRatio="0.0403000" meMode="22" products="-13 14 531"
 
3150
 <br/>      channel: onMode="1" bRatio="0.0506000" meMode="22" products="-13 14 533"
 
3151
 <br/>      channel: onMode="1" bRatio="0.0000400" meMode="22" products="14 -13 421"
 
3152
 <br/>      channel: onMode="1" bRatio="0.0001800" meMode="22" products="14 -13 423"
 
3153
 <br/>      channel: onMode="1" bRatio="0.0075000" meMode="22" products="14 -13 441"
 
3154
 <br/>      channel: onMode="1" bRatio="0.0190000" meMode="22" products="14 -13 443"
 
3155
 <br/>      channel: onMode="1" bRatio="0.0002000" meMode="22" products="14 -13 100441"
 
3156
 <br/>      channel: onMode="1" bRatio="0.0009400" meMode="22" products="14 -13 100443"
 
3157
 <br/>      channel: onMode="1" bRatio="0.0000200" meMode="22" products="16 -15 421"
 
3158
 <br/>      channel: onMode="1" bRatio="0.0000800" meMode="22" products="16 -15 423"
 
3159
 <br/>      channel: onMode="1" bRatio="0.0023000" meMode="22" products="16 -15 441"
 
3160
 <br/>      channel: onMode="1" bRatio="0.0048000" meMode="22" products="16 -15 443"
 
3161
 <br/>      channel: onMode="1" bRatio="0.0000160" meMode="22" products="16 -15 100441"
 
3162
 <br/>      channel: onMode="1" bRatio="0.0000800" meMode="22" products="16 -15 100443"
 
3163
 <br/>      channel: onMode="1" bRatio="0.0000200" products="211 113"
 
3164
 <br/>      channel: onMode="1" bRatio="0.0000003" products="421 411"
 
3165
 <br/>      channel: onMode="1" bRatio="0.0000004" products="421 413"
 
3166
 <br/>      channel: onMode="1" bRatio="0.0000530" products="-421 411"
 
3167
 <br/>      channel: onMode="1" bRatio="0.0000490" products="-421 413"
 
3168
 <br/>      channel: onMode="1" bRatio="0.0000003" products="423 411"
 
3169
 <br/>      channel: onMode="1" bRatio="0.0000016" products="423 413"
 
3170
 <br/>      channel: onMode="1" bRatio="0.0000750" products="-423 411"
 
3171
 <br/>      channel: onMode="1" bRatio="0.0003300" products="-423 413"
 
3172
 <br/>      channel: onMode="1" bRatio="0.0000066" products="431 421"
 
3173
 <br/>      channel: onMode="1" bRatio="0.0000048" products="431 -421"
 
3174
 <br/>      channel: onMode="1" bRatio="0.0000063" products="431 423"
 
3175
 <br/>      channel: onMode="1" bRatio="0.0000071" products="431 -423"
 
3176
 <br/>      channel: onMode="1" bRatio="0.0000085" products="433 421"
 
3177
 <br/>      channel: onMode="1" bRatio="0.0000045" products="433 -421"
 
3178
 <br/>      channel: onMode="1" bRatio="0.0000404" products="433 423"
 
3179
 <br/>      channel: onMode="1" bRatio="0.0000260" products="433 -423"
 
3180
 <br/>      channel: onMode="1" bRatio="0.0020000" products="441 211"
 
3181
 <br/>      channel: onMode="1" bRatio="0.0042000" products="441 213"
 
3182
 <br/>      channel: onMode="1" bRatio="0.0001300" products="441 321"
 
3183
 <br/>      channel: onMode="1" bRatio="0.0002000" products="441 323"
 
3184
 <br/>      channel: onMode="1" bRatio="0.0001500" products="441 411"
 
3185
 <br/>      channel: onMode="1" bRatio="0.0001000" products="441 413"
 
3186
 <br/>      channel: onMode="1" bRatio="0.0028000" products="441 431"
 
3187
 <br/>      channel: onMode="1" bRatio="0.0027000" products="441 433"
 
3188
 <br/>      channel: onMode="1" bRatio="0.0013000" products="443 211"
 
3189
 <br/>      channel: onMode="1" bRatio="0.0040000" products="443 213"
 
3190
 <br/>      channel: onMode="1" bRatio="0.0001100" products="443 321"
 
3191
 <br/>      channel: onMode="1" bRatio="0.0002200" products="443 323"
 
3192
 <br/>      channel: onMode="1" bRatio="0.0000900" products="443 411"
 
3193
 <br/>      channel: onMode="1" bRatio="0.0002800" products="443 413"
 
3194
 <br/>      channel: onMode="1" bRatio="0.0017000" products="443 431"
 
3195
 <br/>      channel: onMode="1" bRatio="0.0067000" products="443 433"
 
3196
 <br/>      channel: onMode="1" bRatio="0.0106000" products="511 211"
 
3197
 <br/>      channel: onMode="1" bRatio="0.0096000" products="511 213"
 
3198
 <br/>      channel: onMode="1" bRatio="0.0007000" products="511 321"
 
3199
 <br/>      channel: onMode="1" bRatio="0.0001500" products="511 323"
 
3200
 <br/>      channel: onMode="1" bRatio="0.0095000" products="513 211"
 
3201
 <br/>      channel: onMode="1" bRatio="0.0257000" products="513 213"
 
3202
 <br/>      channel: onMode="1" bRatio="0.0005500" products="513 321"
 
3203
 <br/>      channel: onMode="1" bRatio="0.0005800" products="513 323"
 
3204
 <br/>      channel: onMode="1" bRatio="0.0003700" products="521 111"
 
3205
 <br/>      channel: onMode="1" bRatio="0.0003400" products="521 113"
 
3206
 <br/>      channel: onMode="1" bRatio="0.0198000" products="521 311"
 
3207
 <br/>      channel: onMode="1" bRatio="0.0003300" products="523 111"
 
3208
 <br/>      channel: onMode="1" bRatio="0.0009000" products="523 113"
 
3209
 <br/>      channel: onMode="1" bRatio="0.0160000" products="523 311"
 
3210
 <br/>      channel: onMode="1" bRatio="0.1640000" products="531 211"
 
3211
 <br/>      channel: onMode="1" bRatio="0.0720000" products="531 213"
 
3212
 <br/>      channel: onMode="1" bRatio="0.0106000" products="531 321"
 
3213
 <br/>      channel: onMode="1" bRatio="0.0650000" products="533 211"
 
3214
 <br/>      channel: onMode="1" bRatio="0.2020000" products="533 213"
 
3215
 <br/>      channel: onMode="1" bRatio="0.0037000" products="533 321"
 
3216
 <br/>      channel: onMode="1" bRatio="0.0600502" meMode="42" products="4 -3"
 
3217
 <br/>      channel: onMode="2" bRatio="0.0043000" products="521 313"
 
3218
 <br/>      channel: onMode="2" bRatio="0.0167000" products="523 313"
 
3219
 <br/>      channel: onMode="3" bRatio="0.0043000" products="521 -313"
 
3220
 <br/>      channel: onMode="3" bRatio="0.0167000" products="523 -313"
 
3221
 
 
3222
<p/>particle: id="543" name="B*_c+" antiName="B*_c-" spinType="3" chargeType="3" colType="0"
 
3223
          m0="6.34000"
 
3224
 <br/>      channel: onMode="1" bRatio="1.0000000" products="541 22"
 
3225
 
 
3226
<p/>particle: id="545" name="B*_2c+" antiName="B*_2c-" spinType="5" chargeType="3" colType="0"
 
3227
          m0="7.35000" mWidth="0.02000" mMin="7.20000" mMax="7.50000"
 
3228
 <br/>      channel: onMode="1" bRatio="0.3000000" products="511 411"
 
3229
 <br/>      channel: onMode="1" bRatio="0.3000000" products="521 421"
 
3230
 <br/>      channel: onMode="1" bRatio="0.2000000" products="513 411"
 
3231
 <br/>      channel: onMode="1" bRatio="0.2000000" products="523 421"
 
3232
 
 
3233
<p/>particle: id="551" name="eta_b" spinType="1" chargeType="0" colType="0"
 
3234
          m0="9.40000"
 
3235
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="91" products="21 21"
 
3236
 
 
3237
<p/>particle: id="553" name="Upsilon" spinType="3" chargeType="0" colType="0"
 
3238
          m0="9.46030" mWidth="0.00005" mMin="9.45980" mMax="9.46080"
 
3239
 <br/>      channel: onMode="1" bRatio="0.7757000" meMode="92" products="21 21 21"
 
3240
 <br/>      channel: onMode="1" bRatio="0.0290000" meMode="92" products="22 21 21"
 
3241
 <br/>      channel: onMode="1" bRatio="0.0238000" products="11 -11"
 
3242
 <br/>      channel: onMode="1" bRatio="0.0248000" products="13 -13"
 
3243
 <br/>      channel: onMode="1" bRatio="0.0267000" products="15 -15"
 
3244
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="91" products="1 -1"
 
3245
 <br/>      channel: onMode="1" bRatio="0.0450000" meMode="91" products="2 -2"
 
3246
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="91" products="3 -3"
 
3247
 <br/>      channel: onMode="1" bRatio="0.0450000" meMode="91" products="4 -4"
 
3248
 
 
3249
<p/>particle: id="555" name="chi_2b" spinType="5" chargeType="0" colType="0"
 
3250
          m0="9.91221"
 
3251
 <br/>      channel: onMode="1" bRatio="0.2200000" products="553 22"
 
3252
 <br/>      channel: onMode="1" bRatio="0.7800000" meMode="91" products="21 21"
 
3253
 
 
3254
<p/>particle: id="990" name="Pomeron" spinType="0" chargeType="0" colType="0"
 
3255
          m0="0.00000"
 
3256
 
 
3257
<p/>particle: id="1103" name="dd_1" antiName="dd_1bar" spinType="3" chargeType="-2" colType="-1"
 
3258
          m0="0.77133"
 
3259
 
 
3260
<p/>particle: id="1114" name="Delta-" antiName="Deltabar+" spinType="4" chargeType="-3" colType="0"
 
3261
          m0="1.23400" mWidth="0.12100" mMin="1.08000" mMax="1.60000"
 
3262
 <br/>      channel: onMode="1" bRatio="1.0000000" products="2112 -211"
 
3263
 
 
3264
<p/>particle: id="2101" name="ud_0" antiName="ud_0bar" spinType="1" chargeType="1" colType="-1"
 
3265
          m0="0.57933"
 
3266
 
 
3267
<p/>particle: id="2103" name="ud_1" antiName="ud_1bar" spinType="3" chargeType="1" colType="-1"
 
3268
          m0="0.77133"
 
3269
 
 
3270
<p/>particle: id="2112" name="n0" antiName="nbar0" spinType="2" chargeType="0" colType="0"
 
3271
          m0="0.93957" tau0="2.65500e+14"
 
3272
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="22" products="-12 11 2212"
 
3273
 
 
3274
<p/>particle: id="2114" name="Delta0" antiName="Deltabar0" spinType="4" chargeType="0" colType="0"
 
3275
          m0="1.23300" mWidth="0.11900" mMin="1.08000" mMax="1.60000"
 
3276
 <br/>      channel: onMode="1" bRatio="0.3314000" products="2212 -211"
 
3277
 <br/>      channel: onMode="1" bRatio="0.6630000" products="2112 111"
 
3278
 <br/>      channel: onMode="1" bRatio="0.0056000" products="2112 22"
 
3279
 
 
3280
<p/>particle: id="2203" name="uu_1" antiName="uu_1bar" spinType="3" chargeType="4" colType="-1"
 
3281
          m0="0.77133"
 
3282
 
 
3283
<p/>particle: id="2212" name="p+" antiName="pbar-" spinType="2" chargeType="3" colType="0"
 
3284
          m0="0.93827"
 
3285
 
 
3286
<p/>particle: id="2214" name="Delta+" antiName="Deltabar-" spinType="4" chargeType="3" colType="0"
 
3287
          m0="1.23200" mWidth="0.11700" mMin="1.08000" mMax="1.60000"
 
3288
 <br/>      channel: onMode="1" bRatio="0.6630000" products="2212 111"
 
3289
 <br/>      channel: onMode="1" bRatio="0.3314000" products="2112 211"
 
3290
 <br/>      channel: onMode="1" bRatio="0.0056000" products="2212 22"
 
3291
 
 
3292
<p/>particle: id="2224" name="Delta++" antiName="Deltabar--" spinType="4" chargeType="6" colType="0"
 
3293
          m0="1.23100" mWidth="0.11500" mMin="1.08000" mMax="1.60000"
 
3294
 <br/>      channel: onMode="1" bRatio="1.0000000" products="2212 211"
 
3295
 
 
3296
<p/>particle: id="3101" name="sd_0" antiName="sd_0bar" spinType="1" chargeType="-2" colType="-1"
 
3297
          m0="0.80473"
 
3298
 
 
3299
<p/>particle: id="3103" name="sd_1" antiName="sd_1bar" spinType="3" chargeType="-2" colType="-1"
 
3300
          m0="0.92953"
 
3301
 
 
3302
<p/>particle: id="3112" name="Sigma-" antiName="Sigmabar+" spinType="2" chargeType="-3" colType="0"
 
3303
          m0="1.19745" tau0="4.43400e+01"
 
3304
 <br/>      channel: onMode="1" bRatio="0.9984760" products="2112 -211"
 
3305
 <br/>      channel: onMode="1" bRatio="0.0010170" meMode="22" products="-12 11 2112"
 
3306
 <br/>      channel: onMode="1" bRatio="0.0004500" meMode="22" products="-14 13 2112"
 
3307
 <br/>      channel: onMode="1" bRatio="0.0000570" meMode="22" products="-12 11 3122"
 
3308
 
 
3309
<p/>particle: id="3114" name="Sigma*-" antiName="Sigma*bar+" spinType="4" chargeType="-3" colType="0"
 
3310
          m0="1.38720" mWidth="0.03940" mMin="1.34000" mMax="1.70000"
 
3311
 <br/>      channel: onMode="1" bRatio="0.8800000" products="3122 -211"
 
3312
 <br/>      channel: onMode="1" bRatio="0.0600000" products="3212 -211"
 
3313
 <br/>      channel: onMode="1" bRatio="0.0600000" products="3112 111"
 
3314
 
 
3315
<p/>particle: id="3122" name="Lambda0" antiName="Lambdabar0" spinType="2" chargeType="0" colType="0"
 
3316
          m0="1.11568" tau0="7.89000e+01"
 
3317
 <br/>      channel: onMode="1" bRatio="0.6391610" products="2212 -211"
 
3318
 <br/>      channel: onMode="1" bRatio="0.3581000" products="2112 111"
 
3319
 <br/>      channel: onMode="1" bRatio="0.0017500" products="2112 22"
 
3320
 <br/>      channel: onMode="1" bRatio="0.0008320" meMode="22" products="-12 11 2212"
 
3321
 <br/>      channel: onMode="1" bRatio="0.0001570" meMode="22" products="-14 13 2212"
 
3322
 
 
3323
<p/>particle: id="3124" name="Lambda(1520)0" antiName="Lambda(1520)bar0" spinType="4" chargeType="0" colType="0"
 
3324
          m0="1.51950" mWidth="0.01560" mMin="1.40000" mMax="1.65000"
 
3325
 <br/>      channel: onMode="1" bRatio="0.2300000" products="2212 -321"
 
3326
 <br/>      channel: onMode="1" bRatio="0.2300000" products="2112 -311"
 
3327
 <br/>      channel: onMode="1" bRatio="0.1400000" products="3222 -211"
 
3328
 <br/>      channel: onMode="1" bRatio="0.1400000" products="3112 211"
 
3329
 <br/>      channel: onMode="1" bRatio="0.1400000" products="3212 111"
 
3330
 <br/>      channel: onMode="1" bRatio="0.0333000" products="3122 111 111"
 
3331
 <br/>      channel: onMode="1" bRatio="0.0667000" products="3122 211 -211"
 
3332
 <br/>      channel: onMode="1" bRatio="0.0030000" products="3222 -211 111"
 
3333
 <br/>      channel: onMode="1" bRatio="0.0030000" products="3112 211 111"
 
3334
 <br/>      channel: onMode="1" bRatio="0.0010000" products="3212 111 111"
 
3335
 <br/>      channel: onMode="1" bRatio="0.0020000" products="3212 211 -211"
 
3336
 <br/>      channel: onMode="1" bRatio="0.0110000" products="3122 22"
 
3337
 
 
3338
<p/>particle: id="3201" name="su_0" antiName="su_0bar" spinType="1" chargeType="1" colType="-1"
 
3339
          m0="0.80473"
 
3340
 
 
3341
<p/>particle: id="3203" name="su_1" antiName="su_1bar" spinType="3" chargeType="1" colType="-1"
 
3342
          m0="0.92953"
 
3343
 
 
3344
<p/>particle: id="3212" name="Sigma0" antiName="Sigmabar0" spinType="2" chargeType="0" colType="0"
 
3345
          m0="1.19264"
 
3346
 <br/>      channel: onMode="1" bRatio="0.9950000" products="3122 22"
 
3347
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="11" products="3122 11 -11"
 
3348
 
 
3349
<p/>particle: id="3214" name="Sigma*0" antiName="Sigma*bar0" spinType="4" chargeType="0" colType="0"
 
3350
          m0="1.38370" mWidth="0.03600" mMin="1.34000" mMax="1.70000"
 
3351
 <br/>      channel: onMode="1" bRatio="0.8700000" products="3122 111"
 
3352
 <br/>      channel: onMode="1" bRatio="0.0585000" products="3222 -211"
 
3353
 <br/>      channel: onMode="1" bRatio="0.0585000" products="3112 211"
 
3354
 <br/>      channel: onMode="1" bRatio="0.0130000" products="3122 22"
 
3355
 
 
3356
<p/>particle: id="3222" name="Sigma+" antiName="Sigmabar-" spinType="2" chargeType="3" colType="0"
 
3357
          m0="1.18937" tau0="2.40400e+01"
 
3358
 <br/>      channel: onMode="1" bRatio="0.5156700" products="2212 111"
 
3359
 <br/>      channel: onMode="1" bRatio="0.4830800" products="2112 211"
 
3360
 <br/>      channel: onMode="1" bRatio="0.0012300" products="2212 22"
 
3361
 <br/>      channel: onMode="1" bRatio="0.0000200" meMode="22" products="-11 12 3122"
 
3362
 
 
3363
<p/>particle: id="3224" name="Sigma*+" antiName="Sigma*bar-" spinType="4" chargeType="3" colType="0"
 
3364
          m0="1.38280" mWidth="0.03580" mMin="1.34000" mMax="1.70000"
 
3365
 <br/>      channel: onMode="1" bRatio="0.8800000" products="3122 211"
 
3366
 <br/>      channel: onMode="1" bRatio="0.0600000" products="3222 111"
 
3367
 <br/>      channel: onMode="1" bRatio="0.0600000" products="3212 211"
 
3368
 
 
3369
<p/>particle: id="3303" name="ss_1" antiName="ss_1bar" spinType="3" chargeType="-2" colType="-1"
 
3370
          m0="1.09361"
 
3371
 
 
3372
<p/>particle: id="3312" name="Xi-" antiName="Xibar+" spinType="2" chargeType="-3" colType="0"
 
3373
          m0="1.32131" tau0="4.91000e+01"
 
3374
 <br/>      channel: onMode="1" bRatio="0.9988730" products="3122 -211"
 
3375
 <br/>      channel: onMode="1" bRatio="0.0001270" products="3112 22"
 
3376
 <br/>      channel: onMode="1" bRatio="0.0005630" meMode="22" products="-12 11 3122"
 
3377
 <br/>      channel: onMode="1" bRatio="0.0003500" meMode="22" products="-14 13 3122"
 
3378
 <br/>      channel: onMode="1" bRatio="0.0000870" meMode="22" products="-12 11 3212"
 
3379
 
 
3380
<p/>particle: id="3314" name="Xi*-" antiName="Xi*bar+" spinType="4" chargeType="-3" colType="0"
 
3381
          m0="1.53500" mWidth="0.00990" mMin="1.46000" mMax="1.63000"
 
3382
 <br/>      channel: onMode="1" bRatio="0.6670000" products="3322 -211"
 
3383
 <br/>      channel: onMode="1" bRatio="0.3330000" products="3312 111"
 
3384
 
 
3385
<p/>particle: id="3322" name="Xi0" antiName="Xibar0" spinType="2" chargeType="0" colType="0"
 
3386
          m0="1.31483" tau0="8.71000e+01"
 
3387
 <br/>      channel: onMode="1" bRatio="0.9952250" products="3122 111"
 
3388
 <br/>      channel: onMode="1" bRatio="0.0011700" products="3122 22"
 
3389
 <br/>      channel: onMode="1" bRatio="0.0033300" products="3212 22"
 
3390
 <br/>      channel: onMode="1" bRatio="0.0002700" meMode="22" products="-12 11 3222"
 
3391
 <br/>      channel: onMode="1" bRatio="0.0000050" meMode="22" products="-14 13 3222"
 
3392
 
 
3393
<p/>particle: id="3324" name="Xi*0" antiName="Xi*bar0" spinType="4" chargeType="0" colType="0"
 
3394
          m0="1.53180" mWidth="0.00910" mMin="1.46000" mMax="1.63000"
 
3395
 <br/>      channel: onMode="1" bRatio="0.3330000" products="3322 111"
 
3396
 <br/>      channel: onMode="1" bRatio="0.6670000" products="3312 211"
 
3397
 
 
3398
<p/>particle: id="3334" name="Omega-" antiName="Omegabar+" spinType="4" chargeType="-3" colType="0"
 
3399
          m0="1.67245" tau0="2.46100e+01"
 
3400
 <br/>      channel: onMode="1" bRatio="0.6737600" products="3122 -321"
 
3401
 <br/>      channel: onMode="1" bRatio="0.2340000" products="3322 -211"
 
3402
 <br/>      channel: onMode="1" bRatio="0.0860000" products="3312 111"
 
3403
 <br/>      channel: onMode="1" bRatio="0.0006400" products="3324 -211"
 
3404
 <br/>      channel: onMode="1" bRatio="0.0056000" meMode="22" products="-12 11 3322"
 
3405
 
 
3406
<p/>particle: id="4101" name="cd_0" antiName="cd_0bar" spinType="1" chargeType="1" colType="-1"
 
3407
          m0="1.96908"
 
3408
 
 
3409
<p/>particle: id="4103" name="cd_1" antiName="cd_1bar" spinType="3" chargeType="1" colType="-1"
 
3410
          m0="2.00808"
 
3411
 
 
3412
<p/>particle: id="4112" name="Sigma_c0" antiName="Sigma_cbar0" spinType="2" chargeType="0" colType="0"
 
3413
          m0="2.45376" mWidth="0.00220" mMin="2.43176" mMax="2.47576"
 
3414
 <br/>      channel: onMode="1" bRatio="1.0000000" products="4122 -211"
 
3415
 
 
3416
<p/>particle: id="4114" name="Sigma*_c0" antiName="Sigma*_cbar0" spinType="4" chargeType="0" colType="0"
 
3417
          m0="2.51800" mWidth="0.01610" mMin="2.43000" mMax="2.68000"
 
3418
 <br/>      channel: onMode="1" bRatio="1.0000000" products="4122 -211"
 
3419
 
 
3420
<p/>particle: id="4122" name="Lambda_c+" antiName="Lambda_cbar-" spinType="2" chargeType="3" colType="0"
 
3421
          m0="2.28646" tau0="5.99000e-02"
 
3422
 <br/>      channel: onMode="1" bRatio="0.0030000" meMode="22" products="-11 12 2112"
 
3423
 <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="-11 12 2114"
 
3424
 <br/>      channel: onMode="1" bRatio="0.0180000" meMode="22" products="-11 12 3122"
 
3425
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-11 12 3212"
 
3426
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-11 12 3214"
 
3427
 <br/>      channel: onMode="1" bRatio="0.0030000" meMode="22" products="-13 14 2112"
 
3428
 <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="-13 14 2114"
 
3429
 <br/>      channel: onMode="1" bRatio="0.0180000" meMode="22" products="-13 14 3122"
 
3430
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-13 14 3212"
 
3431
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-13 14 3214"
 
3432
 <br/>      channel: onMode="1" bRatio="0.0060000" meMode="22" products="-11 12 2112 111"
 
3433
 <br/>      channel: onMode="1" bRatio="0.0060000" meMode="22" products="-11 12 2212 -211"
 
3434
 <br/>      channel: onMode="1" bRatio="0.0060000" meMode="22" products="-13 14 2112 111"
 
3435
 <br/>      channel: onMode="1" bRatio="0.0060000" meMode="22" products="-13 14 2212 -211"
 
3436
 <br/>      channel: onMode="1" bRatio="0.0030000" products="2112 211"
 
3437
 <br/>      channel: onMode="1" bRatio="0.0030000" products="2112 213"
 
3438
 <br/>      channel: onMode="1" bRatio="0.0030000" products="2114 211"
 
3439
 <br/>      channel: onMode="1" bRatio="0.0030000" products="2114 213"
 
3440
 <br/>      channel: onMode="1" bRatio="0.0020000" products="2212 111"
 
3441
 <br/>      channel: onMode="1" bRatio="0.0020000" products="2212 113"
 
3442
 <br/>      channel: onMode="1" bRatio="0.0010000" products="2212 221"
 
3443
 <br/>      channel: onMode="1" bRatio="0.0020000" products="2212 223"
 
3444
 <br/>      channel: onMode="1" bRatio="0.0230000" products="2212 311"
 
3445
 <br/>      channel: onMode="1" bRatio="0.0400000" products="2212 -313"
 
3446
 <br/>      channel: onMode="1" bRatio="0.0010000" products="2212 331"
 
3447
 <br/>      channel: onMode="1" bRatio="0.0013000" products="2212 333"
 
3448
 <br/>      channel: onMode="1" bRatio="0.0010000" products="2214 111"
 
3449
 <br/>      channel: onMode="1" bRatio="0.0010000" products="2214 113"
 
3450
 <br/>      channel: onMode="1" bRatio="0.0010000" products="2214 221"
 
3451
 <br/>      channel: onMode="1" bRatio="0.0010000" products="2214 223"
 
3452
 <br/>      channel: onMode="1" bRatio="0.0050000" products="2214 311"
 
3453
 <br/>      channel: onMode="1" bRatio="0.0050000" products="2214 -313"
 
3454
 <br/>      channel: onMode="1" bRatio="0.0010000" products="2214 331"
 
3455
 <br/>      channel: onMode="1" bRatio="0.0010000" products="2224 -211"
 
3456
 <br/>      channel: onMode="1" bRatio="0.0010000" products="2224 -213"
 
3457
 <br/>      channel: onMode="1" bRatio="0.0066000" products="2224 -321"
 
3458
 <br/>      channel: onMode="1" bRatio="0.0250000" products="2224 -323"
 
3459
 <br/>      channel: onMode="1" bRatio="0.0058000" products="3122 211"
 
3460
 <br/>      channel: onMode="1" bRatio="0.0050000" products="3122 213"
 
3461
 <br/>      channel: onMode="1" bRatio="0.0050000" products="3122 321"
 
3462
 <br/>      channel: onMode="1" bRatio="0.0050000" products="3122 323"
 
3463
 <br/>      channel: onMode="1" bRatio="0.0055000" products="3212 211"
 
3464
 <br/>      channel: onMode="1" bRatio="0.0040000" products="3212 213"
 
3465
 <br/>      channel: onMode="1" bRatio="0.0020000" products="3212 321"
 
3466
 <br/>      channel: onMode="1" bRatio="0.0020000" products="3212 323"
 
3467
 <br/>      channel: onMode="1" bRatio="0.0040000" products="3214 211"
 
3468
 <br/>      channel: onMode="1" bRatio="0.0040000" products="3214 213"
 
3469
 <br/>      channel: onMode="1" bRatio="0.0010000" products="3214 321"
 
3470
 <br/>      channel: onMode="1" bRatio="0.0010000" products="3214 323"
 
3471
 <br/>      channel: onMode="1" bRatio="0.0040000" products="3222 111"
 
3472
 <br/>      channel: onMode="1" bRatio="0.0040000" products="3222 113"
 
3473
 <br/>      channel: onMode="1" bRatio="0.0020000" products="3222 221"
 
3474
 <br/>      channel: onMode="1" bRatio="0.0040000" products="3222 223"
 
3475
 <br/>      channel: onMode="1" bRatio="0.0020000" products="3222 311"
 
3476
 <br/>      channel: onMode="1" bRatio="0.0020000" products="3222 313"
 
3477
 <br/>      channel: onMode="1" bRatio="0.0020000" products="3222 331"
 
3478
 <br/>      channel: onMode="1" bRatio="0.0030000" products="3224 111"
 
3479
 <br/>      channel: onMode="1" bRatio="0.0030000" products="3224 113"
 
3480
 <br/>      channel: onMode="1" bRatio="0.0020000" products="3224 221"
 
3481
 <br/>      channel: onMode="1" bRatio="0.0030000" products="3224 223"
 
3482
 <br/>      channel: onMode="1" bRatio="0.0010000" products="3224 311"
 
3483
 <br/>      channel: onMode="1" bRatio="0.0010000" products="3224 313"
 
3484
 <br/>      channel: onMode="1" bRatio="0.0020000" products="3322 321"
 
3485
 <br/>      channel: onMode="1" bRatio="0.0020000" products="3322 323"
 
3486
 <br/>      channel: onMode="1" bRatio="0.0020000" products="3324 321"
 
3487
 <br/>      channel: onMode="1" bRatio="0.0018000" products="9010221 2212"
 
3488
 <br/>      channel: onMode="1" bRatio="0.0300000" meMode="43" products="1 2203"
 
3489
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="43" products="2 2101"
 
3490
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="43" products="2 2103"
 
3491
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="43" products="2 3201"
 
3492
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="43" products="2 3203"
 
3493
 <br/>      channel: onMode="1" bRatio="0.0950000" meMode="43" products="3 2203"
 
3494
 <br/>      channel: onMode="1" bRatio="0.0350000" meMode="43" products="2 -1 1 2101"
 
3495
 <br/>      channel: onMode="1" bRatio="0.1300000" meMode="43" products="2 -1 1 3201"
 
3496
 <br/>      channel: onMode="1" bRatio="0.0570000" meMode="43" products="2 -1 1 3203"
 
3497
 <br/>      channel: onMode="1" bRatio="0.0350000" meMode="43" products="2 -3 1 3201"
 
3498
 
 
3499
<p/>particle: id="4124" name="Lambda_c(2625)+" antiName="Lambda_c(2625)-" spinType="4" chargeType="3" colType="0"
 
3500
          m0="2.62810"
 
3501
 <br/>      channel: onMode="1" bRatio="0.6600000" products="4122 211 -211"
 
3502
 <br/>      channel: onMode="1" bRatio="0.3300000" products="4122 111"
 
3503
 <br/>      channel: onMode="1" bRatio="0.0100000" products="4122 22"
 
3504
 
 
3505
<p/>particle: id="4132" name="Xi_c0" antiName="Xi_cbar0" spinType="2" chargeType="0" colType="0"
 
3506
          m0="2.47100" tau0="3.36000e-02"
 
3507
 <br/>      channel: onMode="1" bRatio="0.0200000" meMode="22" products="-11 12 3 3101"
 
3508
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-11 12 3 3103"
 
3509
 <br/>      channel: onMode="1" bRatio="0.0200000" meMode="22" products="-13 14 3 3101"
 
3510
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-13 14 3 3103"
 
3511
 <br/>      channel: onMode="1" bRatio="0.5400000" meMode="42" products="2 -1 3 3101"
 
3512
 <br/>      channel: onMode="1" bRatio="0.2100000" meMode="42" products="3 3201"
 
3513
 <br/>      channel: onMode="1" bRatio="0.1000000" meMode="42" products="3 3203"
 
3514
 <br/>      channel: onMode="1" bRatio="0.1000000" meMode="42" products="2 3303"
 
3515
 
 
3516
<p/>particle: id="4201" name="cu_0" antiName="cu_0bar" spinType="1" chargeType="4" colType="-1"
 
3517
          m0="1.96908"
 
3518
 
 
3519
<p/>particle: id="4203" name="cu_1" antiName="cu_1bar" spinType="3" chargeType="4" colType="-1"
 
3520
          m0="2.00808"
 
3521
 
 
3522
<p/>particle: id="4212" name="Sigma_c+" antiName="Sigma_cbar-" spinType="2" chargeType="3" colType="0"
 
3523
          m0="2.45290" mWidth="0.00220" mMin="2.43090" mMax="2.47490"
 
3524
 <br/>      channel: onMode="1" bRatio="1.0000000" products="4122 111"
 
3525
 
 
3526
<p/>particle: id="4214" name="Sigma*_c+" antiName="Sigma*_cbar-" spinType="4" chargeType="3" colType="0"
 
3527
          m0="2.51750" mWidth="0.01550" mMin="2.43000" mMax="2.68000"
 
3528
 <br/>      channel: onMode="1" bRatio="1.0000000" products="4122 111"
 
3529
 
 
3530
<p/>particle: id="4222" name="Sigma_c++" antiName="Sigma_cbar--" spinType="2" chargeType="6" colType="0"
 
3531
          m0="2.45402" mWidth="0.00220" mMin="2.43202" mMax="2.47602"
 
3532
 <br/>      channel: onMode="1" bRatio="1.0000000" products="4122 211"
 
3533
 
 
3534
<p/>particle: id="4224" name="Sigma*_c++" antiName="Sigma*_cbar--" spinType="4" chargeType="6" colType="0"
 
3535
          m0="2.51840" mWidth="0.01490" mMin="2.43000" mMax="2.68000"
 
3536
 <br/>      channel: onMode="1" bRatio="1.0000000" products="4122 211"
 
3537
 
 
3538
<p/>particle: id="4232" name="Xi_c+" antiName="Xi_cbar-" spinType="2" chargeType="3" colType="0"
 
3539
          m0="2.46790" tau0="1.32000e-01"
 
3540
 <br/>      channel: onMode="1" bRatio="0.0280000" meMode="22" products="-11 12 3 3201"
 
3541
 <br/>      channel: onMode="1" bRatio="0.0070000" meMode="22" products="-11 12 3 3203"
 
3542
 <br/>      channel: onMode="1" bRatio="0.0280000" meMode="22" products="-13 14 3 3201"
 
3543
 <br/>      channel: onMode="1" bRatio="0.0070000" meMode="22" products="-13 14 3 3203"
 
3544
 <br/>      channel: onMode="1" bRatio="0.9300000" meMode="42" products="2 -1 3 3201"
 
3545
 
 
3546
<p/>particle: id="4301" name="cs_0" antiName="cs_0bar" spinType="1" chargeType="1" colType="-1"
 
3547
          m0="2.15432"
 
3548
 
 
3549
<p/>particle: id="4303" name="cs_1" antiName="cs_1bar" spinType="3" chargeType="1" colType="-1"
 
3550
          m0="2.17967"
 
3551
 
 
3552
<p/>particle: id="4312" name="Xi'_c0" antiName="Xi'_cbar0" spinType="2" chargeType="0" colType="0"
 
3553
          m0="2.57800"
 
3554
 <br/>      channel: onMode="1" bRatio="1.0000000" products="4132 22"
 
3555
 
 
3556
<p/>particle: id="4314" name="Xi*_c0" antiName="Xi*_cbar0" spinType="4" chargeType="0" colType="0"
 
3557
          m0="2.64610"
 
3558
 <br/>      channel: onMode="1" bRatio="0.5000000" products="4132 111"
 
3559
 <br/>      channel: onMode="1" bRatio="0.5000000" products="4132 22"
 
3560
 
 
3561
<p/>particle: id="4322" name="Xi'_c+" antiName="Xi'_cbar-" spinType="2" chargeType="3" colType="0"
 
3562
          m0="2.57570"
 
3563
 <br/>      channel: onMode="1" bRatio="1.0000000" products="4232 22"
 
3564
 
 
3565
<p/>particle: id="4324" name="Xi*_c+" antiName="Xi*_cbar-" spinType="4" chargeType="3" colType="0"
 
3566
          m0="2.64660"
 
3567
 <br/>      channel: onMode="1" bRatio="0.5000000" products="4232 111"
 
3568
 <br/>      channel: onMode="1" bRatio="0.5000000" products="4232 22"
 
3569
 
 
3570
<p/>particle: id="4332" name="Omega_c0" antiName="Omega_cbar0" spinType="2" chargeType="0" colType="0"
 
3571
          m0="2.69750" tau0="2.10000e-02"
 
3572
 <br/>      channel: onMode="1" bRatio="0.0180000" meMode="22" products="-11 12 3 3303"
 
3573
 <br/>      channel: onMode="1" bRatio="0.0180000" meMode="22" products="-13 14 3 3303"
 
3574
 <br/>      channel: onMode="1" bRatio="0.9640000" meMode="42" products="2 -1 3 3303"
 
3575
 
 
3576
<p/>particle: id="4334" name="Omega*_c0" antiName="Omega*_cbar0" spinType="4" chargeType="0" colType="0"
 
3577
          m0="2.80000"
 
3578
 <br/>      channel: onMode="1" bRatio="1.0000000" products="4332 22"
 
3579
 
 
3580
<p/>particle: id="4403" name="cc_1" antiName="cc_1bar" spinType="3" chargeType="4" colType="-1"
 
3581
          m0="3.27531"
 
3582
 
 
3583
<p/>particle: id="4412" name="Xi_cc+" antiName="Xi_ccbar-" spinType="2" chargeType="3" colType="0"
 
3584
          m0="3.59798" tau0="1.00000e-01"
 
3585
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
 
3586
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
 
3587
 <br/>      channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
 
3588
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
 
3589
 
 
3590
<p/>particle: id="4414" name="Xi*_cc+" antiName="Xi*_ccbar-" spinType="4" chargeType="3" colType="0"
 
3591
          m0="3.65648" tau0="1.00000e-01"
 
3592
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
 
3593
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
 
3594
 <br/>      channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
 
3595
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
 
3596
 
 
3597
<p/>particle: id="4422" name="Xi_cc++" antiName="Xi_ccbar--" spinType="2" chargeType="6" colType="0"
 
3598
          m0="3.59798" tau0="1.00000e-01"
 
3599
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
 
3600
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
 
3601
 <br/>      channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
 
3602
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
 
3603
 
 
3604
<p/>particle: id="4424" name="Xi*_cc++" antiName="Xi*_ccbar--" spinType="4" chargeType="6" colType="0"
 
3605
          m0="3.65648" tau0="1.00000e-01"
 
3606
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
 
3607
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
 
3608
 <br/>      channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
 
3609
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
 
3610
 
 
3611
<p/>particle: id="4432" name="Omega_cc+" antiName="Omega_ccbar-" spinType="2" chargeType="3" colType="0"
 
3612
          m0="3.78663" tau0="1.00000e-01"
 
3613
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
 
3614
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
 
3615
 <br/>      channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
 
3616
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
 
3617
 
 
3618
<p/>particle: id="4434" name="Omega*_cc+" antiName="Omega*_ccbar-" spinType="4" chargeType="3" colType="0"
 
3619
          m0="3.82466" tau0="1.00000e-01"
 
3620
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
 
3621
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
 
3622
 <br/>      channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
 
3623
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
 
3624
 
 
3625
<p/>particle: id="4444" name="Omega*_ccc++" antiName="Omega*_cccbar--" spinType="4" chargeType="6" colType="0"
 
3626
          m0="4.91594" tau0="1.00000e-01"
 
3627
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
 
3628
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
 
3629
 <br/>      channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
 
3630
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
 
3631
 
 
3632
<p/>particle: id="5101" name="bd_0" antiName="bd_0bar" spinType="1" chargeType="-2" colType="-1"
 
3633
          m0="5.38897"
 
3634
 
 
3635
<p/>particle: id="5103" name="bd_1" antiName="bd_1bar" spinType="3" chargeType="-2" colType="-1"
 
3636
          m0="5.40145"
 
3637
 
 
3638
<p/>particle: id="5112" name="Sigma_b-" antiName="Sigma_bbar+" spinType="2" chargeType="-3" colType="0"
 
3639
          m0="5.80000"
 
3640
 <br/>      channel: onMode="1" bRatio="1.0000000" products="5122 -211"
 
3641
 
 
3642
<p/>particle: id="5114" name="Sigma*_b-" antiName="Sigma*_bbar+" spinType="4" chargeType="-3" colType="0"
 
3643
          m0="5.81000"
 
3644
 <br/>      channel: onMode="1" bRatio="1.0000000" products="5122 -211"
 
3645
 
 
3646
<p/>particle: id="5122" name="Lambda_b0" antiName="Lambda_bbar0" spinType="2" chargeType="0" colType="0"
 
3647
          m0="5.62400" tau0="3.69000e-01"
 
3648
 <br/>      channel: onMode="1" bRatio="0.0546000" meMode="22" products="-12 11 4122"
 
3649
 <br/>      channel: onMode="1" bRatio="0.0096000" meMode="22" products="-12 11 4124"
 
3650
 <br/>      channel: onMode="1" bRatio="0.0128000" meMode="22" products="-12 11 14122"
 
3651
 <br/>      channel: onMode="1" bRatio="0.0546000" meMode="22" products="-14 13 4122"
 
3652
 <br/>      channel: onMode="1" bRatio="0.0096000" meMode="22" products="-14 13 4124"
 
3653
 <br/>      channel: onMode="1" bRatio="0.0128000" meMode="22" products="-14 13 14122"
 
3654
 <br/>      channel: onMode="1" bRatio="0.0172000" meMode="22" products="-16 15 4122"
 
3655
 <br/>      channel: onMode="1" bRatio="0.0032000" meMode="22" products="-16 15 4124"
 
3656
 <br/>      channel: onMode="1" bRatio="0.0043000" meMode="22" products="-16 15 14122"
 
3657
 <br/>      channel: onMode="1" bRatio="0.0008000" products="2112 421"
 
3658
 <br/>      channel: onMode="1" bRatio="0.0000048" products="2212 -211"
 
3659
 <br/>      channel: onMode="1" bRatio="0.0000185" products="2212 -321"
 
3660
 <br/>      channel: onMode="1" bRatio="0.0000650" products="3122 22"
 
3661
 <br/>      channel: onMode="1" bRatio="0.0000050" products="3122 113"
 
3662
 <br/>      channel: onMode="1" bRatio="0.0000200" products="3122 333"
 
3663
 <br/>      channel: onMode="1" bRatio="0.0008000" products="3122 -421"
 
3664
 <br/>      channel: onMode="1" bRatio="0.0010000" products="3122 441"
 
3665
 <br/>      channel: onMode="1" bRatio="0.0004700" products="3122 443"
 
3666
 <br/>      channel: onMode="1" bRatio="0.0000590" products="3124 22"
 
3667
 <br/>      channel: onMode="1" bRatio="0.0006000" products="4112 111"
 
3668
 <br/>      channel: onMode="1" bRatio="0.0004000" products="4112 221"
 
3669
 <br/>      channel: onMode="1" bRatio="0.0005000" products="4112 331"
 
3670
 <br/>      channel: onMode="1" bRatio="0.0400000" products="4122 -211"
 
3671
 <br/>      channel: onMode="1" bRatio="0.0100000" products="4122 -213"
 
3672
 <br/>      channel: onMode="1" bRatio="0.0005500" products="4122 -321"
 
3673
 <br/>      channel: onMode="1" bRatio="0.0220000" products="4122 -431"
 
3674
 <br/>      channel: onMode="1" bRatio="0.0440000" products="4122 -433"
 
3675
 <br/>      channel: onMode="1" bRatio="0.0003000" products="4132 311"
 
3676
 <br/>      channel: onMode="1" bRatio="0.0006000" products="4212 -211"
 
3677
 <br/>      channel: onMode="1" bRatio="0.0005000" products="4312 311"
 
3678
 <br/>      channel: onMode="1" bRatio="0.0200000" products="-20213 4122"
 
3679
 <br/>      channel: onMode="1" bRatio="0.0000570" products="23122 22"
 
3680
 <br/>      channel: onMode="1" bRatio="0.0000560" products="33122 22"
 
3681
 <br/>      channel: onMode="1" bRatio="0.0003800" products="100443 3122"
 
3682
 <br/>      channel: onMode="1" bRatio="0.0220000" products="4122 211 -211 -211"
 
3683
 <br/>      channel: onMode="1" bRatio="0.0200000" products="3122 311 211 211 -211 -211"
 
3684
 <br/>      channel: onMode="1" bRatio="0.0120000" meMode="22" products="-2 1 2 2101"
 
3685
 <br/>      channel: onMode="1" bRatio="0.4411147" meMode="23" products="-2 1 4 2101"
 
3686
 <br/>      channel: onMode="1" bRatio="0.0910000" meMode="43" products="-2 4 1 2101"
 
3687
 <br/>      channel: onMode="1" bRatio="0.0120000" meMode="22" products="-4 3 2 2101"
 
3688
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="43" products="-4 3 4 2101"
 
3689
 
 
3690
<p/>particle: id="5132" name="Xi_b-" antiName="Xi_bbar+" spinType="2" chargeType="-3" colType="0"
 
3691
          m0="5.84000" tau0="3.64000e-01"
 
3692
 <br/>      channel: onMode="1" bRatio="0.1080010" meMode="22" products="-12 11 4 3101"
 
3693
 <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="-12 11 2 3101"
 
3694
 <br/>      channel: onMode="1" bRatio="0.1080000" meMode="22" products="-14 13 4 3101"
 
3695
 <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="-14 13 2 3101"
 
3696
 <br/>      channel: onMode="1" bRatio="0.0250000" meMode="22" products="-16 15 4 3101"
 
3697
 <br/>      channel: onMode="1" bRatio="0.0010000" meMode="22" products="-16 15 4 3101"
 
3698
 <br/>      channel: onMode="1" bRatio="0.0010000" products="443 3312"
 
3699
 <br/>      channel: onMode="1" bRatio="0.0004370" products="100443 3312"
 
3700
 <br/>      channel: onMode="1" bRatio="0.0004710" products="20443 3312"
 
3701
 <br/>      channel: onMode="1" bRatio="0.0000900" products="445 3312"
 
3702
 <br/>      channel: onMode="1" bRatio="0.0004900" products="441 3312"
 
3703
 <br/>      channel: onMode="1" bRatio="0.0015000" products="443 3314"
 
3704
 <br/>      channel: onMode="1" bRatio="0.0006560" products="100443 3314"
 
3705
 <br/>      channel: onMode="1" bRatio="0.0007060" products="20443 3314"
 
3706
 <br/>      channel: onMode="1" bRatio="0.0001350" products="445 3314"
 
3707
 <br/>      channel: onMode="1" bRatio="0.0007350" products="441 3314"
 
3708
 <br/>      channel: onMode="1" bRatio="0.0012000" products="443 -321 3122"
 
3709
 <br/>      channel: onMode="1" bRatio="0.0005240" products="100443 -321 3122"
 
3710
 <br/>      channel: onMode="1" bRatio="0.0005650" products="20443 -321 3122"
 
3711
 <br/>      channel: onMode="1" bRatio="0.0001080" products="445 -321 3122"
 
3712
 <br/>      channel: onMode="1" bRatio="0.0005880" products="441 -321 3122"
 
3713
 <br/>      channel: onMode="1" bRatio="0.0006000" products="443 -311 3112"
 
3714
 <br/>      channel: onMode="1" bRatio="0.0002620" products="100443 -311 3112"
 
3715
 <br/>      channel: onMode="1" bRatio="0.0002830" products="20443 -311 3112"
 
3716
 <br/>      channel: onMode="1" bRatio="0.0000540" products="445 -311 3112"
 
3717
 <br/>      channel: onMode="1" bRatio="0.0002940" products="441 -311 3112"
 
3718
 <br/>      channel: onMode="1" bRatio="0.0038200" meMode="43" products="443 3 3101"
 
3719
 <br/>      channel: onMode="1" bRatio="0.0016690" meMode="43" products="100443 3 3101"
 
3720
 <br/>      channel: onMode="1" bRatio="0.0017990" meMode="43" products="20443 3 3101"
 
3721
 <br/>      channel: onMode="1" bRatio="0.0003440" meMode="43" products="445 3 3101"
 
3722
 <br/>      channel: onMode="1" bRatio="0.0018720" meMode="43" products="441 3 3101"
 
3723
 <br/>      channel: onMode="1" bRatio="0.1096770" meMode="22" products="-2 1 4 3101"
 
3724
 <br/>      channel: onMode="1" bRatio="0.2632250" meMode="22" products="-2 4 1 3101"
 
3725
 <br/>      channel: onMode="1" bRatio="0.0658060" meMode="42" products="-2 1 4 3101"
 
3726
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 1 3101"
 
3727
 <br/>      channel: onMode="1" bRatio="0.0057720" meMode="22" products="-2 3 4 3101"
 
3728
 <br/>      channel: onMode="1" bRatio="0.0138540" meMode="22" products="-2 4 3 3101"
 
3729
 <br/>      channel: onMode="1" bRatio="0.0034630" meMode="42" products="-2 3 4 3101"
 
3730
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 3 3101"
 
3731
 <br/>      channel: onMode="1" bRatio="0.0090000" meMode="22" products="-2 1 2 3101"
 
3732
 <br/>      channel: onMode="1" bRatio="0.0060000" meMode="22" products="-2 2 1 3101"
 
3733
 <br/>      channel: onMode="1" bRatio="0.0230000" meMode="63" products="-431 4 3101"
 
3734
 <br/>      channel: onMode="1" bRatio="0.0230000" meMode="63" products="-433 4 3101"
 
3735
 <br/>      channel: onMode="1" bRatio="0.0130000" products="-431 4132"
 
3736
 <br/>      channel: onMode="1" bRatio="0.0090000" products="-431 4314"
 
3737
 <br/>      channel: onMode="1" bRatio="0.0090000" products="-433 4132"
 
3738
 <br/>      channel: onMode="1" bRatio="0.0230000" products="-433 4314"
 
3739
 <br/>      channel: onMode="1" bRatio="0.0080000" meMode="22" products="-421 -321 4 3101"
 
3740
 <br/>      channel: onMode="1" bRatio="0.0080000" meMode="22" products="-411 -311 4 3101"
 
3741
 <br/>      channel: onMode="1" bRatio="0.0320000" meMode="22" products="-423 -321 4 3101"
 
3742
 <br/>      channel: onMode="1" bRatio="0.0320000" meMode="22" products="-413 -311 4 3101"
 
3743
 <br/>      channel: onMode="1" bRatio="0.0770000" meMode="42" products="4122 -2203 3101"
 
3744
 
 
3745
<p/>particle: id="5142" name="Xi_bc0" antiName="Xi_bcbar0" spinType="2" chargeType="0" colType="0"
 
3746
          m0="7.00575" tau0="3.64000e-01"
 
3747
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
 
3748
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
 
3749
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
 
3750
 <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
 
3751
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
 
3752
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
 
3753
 <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
 
3754
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
 
3755
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
 
3756
 
 
3757
<p/>particle: id="5201" name="bu_0" antiName="bu_0bar" spinType="1" chargeType="1" colType="-1"
 
3758
          m0="5.38897"
 
3759
 
 
3760
<p/>particle: id="5203" name="bu_1" antiName="bu_1bar" spinType="3" chargeType="1" colType="-1"
 
3761
          m0="5.40145"
 
3762
 
 
3763
<p/>particle: id="5212" name="Sigma_b0" antiName="Sigma_bbar0" spinType="2" chargeType="0" colType="0"
 
3764
          m0="5.80000"
 
3765
 <br/>      channel: onMode="1" bRatio="1.0000000" products="5122 111"
 
3766
 
 
3767
<p/>particle: id="5214" name="Sigma*_b0" antiName="Sigma*_bbar0" spinType="4" chargeType="0" colType="0"
 
3768
          m0="5.81000"
 
3769
 <br/>      channel: onMode="1" bRatio="1.0000000" products="5122 111"
 
3770
 
 
3771
<p/>particle: id="5222" name="Sigma_b+" antiName="Sigma_bbar-" spinType="2" chargeType="3" colType="0"
 
3772
          m0="5.80000"
 
3773
 <br/>      channel: onMode="1" bRatio="1.0000000" products="5122 211"
 
3774
 
 
3775
<p/>particle: id="5224" name="Sigma*_b+" antiName="Sigma*_bbar-" spinType="4" chargeType="3" colType="0"
 
3776
          m0="5.81000"
 
3777
 <br/>      channel: onMode="1" bRatio="1.0000000" products="5122 211"
 
3778
 
 
3779
<p/>particle: id="5232" name="Xi_b0" antiName="Xi_bbar0" spinType="2" chargeType="0" colType="0"
 
3780
          m0="5.84000" tau0="3.64000e-01"
 
3781
 <br/>      channel: onMode="1" bRatio="0.1080010" meMode="22" products="-12 11 4 3201"
 
3782
 <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="-12 11 2 3201"
 
3783
 <br/>      channel: onMode="1" bRatio="0.1080000" meMode="22" products="-14 13 4 3201"
 
3784
 <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="-14 13 2 3201"
 
3785
 <br/>      channel: onMode="1" bRatio="0.0250000" meMode="22" products="-16 15 4 3201"
 
3786
 <br/>      channel: onMode="1" bRatio="0.0010000" meMode="22" products="-16 15 4 3201"
 
3787
 <br/>      channel: onMode="1" bRatio="0.0010000" products="443 3322"
 
3788
 <br/>      channel: onMode="1" bRatio="0.0004370" products="100443 3322"
 
3789
 <br/>      channel: onMode="1" bRatio="0.0004710" products="20443 3322"
 
3790
 <br/>      channel: onMode="1" bRatio="0.0000900" products="445 3322"
 
3791
 <br/>      channel: onMode="1" bRatio="0.0004900" products="441 3322"
 
3792
 <br/>      channel: onMode="1" bRatio="0.0015000" products="443 3324"
 
3793
 <br/>      channel: onMode="1" bRatio="0.0006560" products="100443 3324"
 
3794
 <br/>      channel: onMode="1" bRatio="0.0007060" products="20443 3324"
 
3795
 <br/>      channel: onMode="1" bRatio="0.0001350" products="445 3324"
 
3796
 <br/>      channel: onMode="1" bRatio="0.0007350" products="441 3324"
 
3797
 <br/>      channel: onMode="1" bRatio="0.0012000" products="443 -321 3222"
 
3798
 <br/>      channel: onMode="1" bRatio="0.0005240" products="100443 -321 3222"
 
3799
 <br/>      channel: onMode="1" bRatio="0.0005650" products="20443 -321 3222"
 
3800
 <br/>      channel: onMode="1" bRatio="0.0001080" products="445 -321 3222"
 
3801
 <br/>      channel: onMode="1" bRatio="0.0005880" products="441 -321 3222"
 
3802
 <br/>      channel: onMode="1" bRatio="0.0006000" products="443 -311 3212"
 
3803
 <br/>      channel: onMode="1" bRatio="0.0002620" products="100443 -311 3212"
 
3804
 <br/>      channel: onMode="1" bRatio="0.0002830" products="20443 -311 3212"
 
3805
 <br/>      channel: onMode="1" bRatio="0.0000540" products="445 -311 3212"
 
3806
 <br/>      channel: onMode="1" bRatio="0.0002940" products="441 -311 3212"
 
3807
 <br/>      channel: onMode="1" bRatio="0.0038200" meMode="43" products="443 3 3201"
 
3808
 <br/>      channel: onMode="1" bRatio="0.0016690" meMode="43" products="100443 3 3201"
 
3809
 <br/>      channel: onMode="1" bRatio="0.0017990" meMode="43" products="20443 3 3201"
 
3810
 <br/>      channel: onMode="1" bRatio="0.0003440" meMode="43" products="445 3 3201"
 
3811
 <br/>      channel: onMode="1" bRatio="0.0018720" meMode="43" products="441 3 3201"
 
3812
 <br/>      channel: onMode="1" bRatio="0.1096770" meMode="22" products="-2 1 4 3201"
 
3813
 <br/>      channel: onMode="1" bRatio="0.2632250" meMode="22" products="-2 4 1 3201"
 
3814
 <br/>      channel: onMode="1" bRatio="0.0658060" meMode="42" products="-2 1 4 3201"
 
3815
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 1 3201"
 
3816
 <br/>      channel: onMode="1" bRatio="0.0057720" meMode="22" products="-2 3 4 3201"
 
3817
 <br/>      channel: onMode="1" bRatio="0.0138540" meMode="22" products="-2 4 3 3201"
 
3818
 <br/>      channel: onMode="1" bRatio="0.0034630" meMode="42" products="-2 3 4 3201"
 
3819
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 3 3201"
 
3820
 <br/>      channel: onMode="1" bRatio="0.0090000" meMode="22" products="-2 1 2 3201"
 
3821
 <br/>      channel: onMode="1" bRatio="0.0060000" meMode="22" products="-2 2 1 3201"
 
3822
 <br/>      channel: onMode="1" bRatio="0.0230000" meMode="63" products="-431 4 3201"
 
3823
 <br/>      channel: onMode="1" bRatio="0.0230000" meMode="63" products="-433 4 3201"
 
3824
 <br/>      channel: onMode="1" bRatio="0.0130000" products="-431 4232"
 
3825
 <br/>      channel: onMode="1" bRatio="0.0090000" products="-431 4324"
 
3826
 <br/>      channel: onMode="1" bRatio="0.0090000" products="-433 4232"
 
3827
 <br/>      channel: onMode="1" bRatio="0.0230000" products="-433 4324"
 
3828
 <br/>      channel: onMode="1" bRatio="0.0080000" meMode="22" products="-421 -321 4 3201"
 
3829
 <br/>      channel: onMode="1" bRatio="0.0080000" meMode="22" products="-411 -311 4 3201"
 
3830
 <br/>      channel: onMode="1" bRatio="0.0320000" meMode="22" products="-423 -321 4 3201"
 
3831
 <br/>      channel: onMode="1" bRatio="0.0320000" meMode="22" products="-413 -311 4 3201"
 
3832
 <br/>      channel: onMode="1" bRatio="0.0770000" meMode="42" products="4122 -2203 3201"
 
3833
 
 
3834
<p/>particle: id="5242" name="Xi_bc+" antiName="Xi_bcbar-" spinType="2" chargeType="3" colType="0"
 
3835
          m0="7.00575" tau0="3.64000e-01"
 
3836
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
 
3837
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
 
3838
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
 
3839
 <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
 
3840
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
 
3841
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
 
3842
 <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
 
3843
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
 
3844
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
 
3845
 
 
3846
<p/>particle: id="5301" name="bs_0" antiName="bs_0bar" spinType="1" chargeType="-2" colType="-1"
 
3847
          m0="5.56725"
 
3848
 
 
3849
<p/>particle: id="5303" name="bs_1" antiName="bs_1bar" spinType="3" chargeType="-2" colType="-1"
 
3850
          m0="5.57536"
 
3851
 
 
3852
<p/>particle: id="5312" name="Xi'_b-" antiName="Xi'_bbar+" spinType="2" chargeType="-3" colType="0"
 
3853
          m0="5.96000"
 
3854
 <br/>      channel: onMode="1" bRatio="1.0000000" products="5132 22"
 
3855
 
 
3856
<p/>particle: id="5314" name="Xi*_b-" antiName="Xi*_bbar+" spinType="4" chargeType="-3" colType="0"
 
3857
          m0="5.97000"
 
3858
 <br/>      channel: onMode="1" bRatio="1.0000000" products="5132 22"
 
3859
 
 
3860
<p/>particle: id="5322" name="Xi'_b0" antiName="Xi'_bbar0" spinType="2" chargeType="0" colType="0"
 
3861
          m0="5.96000"
 
3862
 <br/>      channel: onMode="1" bRatio="1.0000000" products="5232 22"
 
3863
 
 
3864
<p/>particle: id="5324" name="Xi*_b0" antiName="Xi*_bbar0" spinType="4" chargeType="0" colType="0"
 
3865
          m0="5.97000"
 
3866
 <br/>      channel: onMode="1" bRatio="1.0000000" products="5232 22"
 
3867
 
 
3868
<p/>particle: id="5332" name="Omega_b-" antiName="Omega_bbar+" spinType="2" chargeType="-3" colType="0"
 
3869
          m0="6.12000" tau0="3.64000e-01"
 
3870
 <br/>      channel: onMode="1" bRatio="0.1080010" meMode="22" products="-12 11 4 3303"
 
3871
 <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="-12 11 2 3303"
 
3872
 <br/>      channel: onMode="1" bRatio="0.1080000" meMode="22" products="-14 13 4 3303"
 
3873
 <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="-14 13 2 3303"
 
3874
 <br/>      channel: onMode="1" bRatio="0.0250000" meMode="22" products="-16 15 4 3303"
 
3875
 <br/>      channel: onMode="1" bRatio="0.0010000" meMode="22" products="-16 15 4 3303"
 
3876
 <br/>      channel: onMode="1" bRatio="0.0025000" products="443 3334"
 
3877
 <br/>      channel: onMode="1" bRatio="0.0010930" products="100443 3334"
 
3878
 <br/>      channel: onMode="1" bRatio="0.0011770" products="20443 3334"
 
3879
 <br/>      channel: onMode="1" bRatio="0.0002250" products="445 3334"
 
3880
 <br/>      channel: onMode="1" bRatio="0.0012250" products="441 3334"
 
3881
 <br/>      channel: onMode="1" bRatio="0.0012000" products="443 -321 3322"
 
3882
 <br/>      channel: onMode="1" bRatio="0.0005240" products="100443 -321 3322"
 
3883
 <br/>      channel: onMode="1" bRatio="0.0005650" products="20443 -321 3322"
 
3884
 <br/>      channel: onMode="1" bRatio="0.0001080" products="445 -321 3322"
 
3885
 <br/>      channel: onMode="1" bRatio="0.0005880" products="441 -321 3322"
 
3886
 <br/>      channel: onMode="1" bRatio="0.0006000" products="443 -311 3312"
 
3887
 <br/>      channel: onMode="1" bRatio="0.0002620" products="100443 -311 3312"
 
3888
 <br/>      channel: onMode="1" bRatio="0.0002830" products="20443 -311 3312"
 
3889
 <br/>      channel: onMode="1" bRatio="0.0000540" products="445 -311 3312"
 
3890
 <br/>      channel: onMode="1" bRatio="0.0002940" products="441 -311 3312"
 
3891
 <br/>      channel: onMode="1" bRatio="0.0038200" meMode="43" products="443 3 3303"
 
3892
 <br/>      channel: onMode="1" bRatio="0.0016690" meMode="43" products="100443 3 3303"
 
3893
 <br/>      channel: onMode="1" bRatio="0.0017990" meMode="43" products="20443 3 3303"
 
3894
 <br/>      channel: onMode="1" bRatio="0.0003440" meMode="43" products="445 3 3303"
 
3895
 <br/>      channel: onMode="1" bRatio="0.0018720" meMode="43" products="441 3 3303"
 
3896
 <br/>      channel: onMode="1" bRatio="0.1096770" meMode="22" products="-2 1 4 3303"
 
3897
 <br/>      channel: onMode="1" bRatio="0.2632250" meMode="22" products="-2 4 1 3303"
 
3898
 <br/>      channel: onMode="1" bRatio="0.0658060" meMode="42" products="-2 1 4 3303"
 
3899
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 1 3303"
 
3900
 <br/>      channel: onMode="1" bRatio="0.0057720" meMode="22" products="-2 3 4 3303"
 
3901
 <br/>      channel: onMode="1" bRatio="0.0138540" meMode="22" products="-2 4 3 3303"
 
3902
 <br/>      channel: onMode="1" bRatio="0.0034630" meMode="42" products="-2 3 4 3303"
 
3903
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 3 3303"
 
3904
 <br/>      channel: onMode="1" bRatio="0.0090000" meMode="22" products="-2 1 2 3303"
 
3905
 <br/>      channel: onMode="1" bRatio="0.0060000" meMode="22" products="-2 2 1 3303"
 
3906
 <br/>      channel: onMode="1" bRatio="0.0230000" meMode="63" products="-431 4 3303"
 
3907
 <br/>      channel: onMode="1" bRatio="0.0230000" meMode="63" products="-433 4 3303"
 
3908
 <br/>      channel: onMode="1" bRatio="0.0130000" products="-431 4332"
 
3909
 <br/>      channel: onMode="1" bRatio="0.0090000" products="-431 4334"
 
3910
 <br/>      channel: onMode="1" bRatio="0.0090000" products="-433 4332"
 
3911
 <br/>      channel: onMode="1" bRatio="0.0230000" products="-433 4334"
 
3912
 <br/>      channel: onMode="1" bRatio="0.0080000" meMode="22" products="-421 -321 4 3303"
 
3913
 <br/>      channel: onMode="1" bRatio="0.0080000" meMode="22" products="-411 -311 4 3303"
 
3914
 <br/>      channel: onMode="1" bRatio="0.0320000" meMode="22" products="-423 -321 4 3303"
 
3915
 <br/>      channel: onMode="1" bRatio="0.0320000" meMode="22" products="-413 -311 4 3303"
 
3916
 <br/>      channel: onMode="1" bRatio="0.0770000" meMode="42" products="4122 -2203 3303"
 
3917
 
 
3918
<p/>particle: id="5334" name="Omega*_b-" antiName="Omega*_bbar+" spinType="4" chargeType="-3" colType="0"
 
3919
          m0="6.13000"
 
3920
 <br/>      channel: onMode="1" bRatio="1.0000000" products="5332 22"
 
3921
 
 
3922
<p/>particle: id="5342" name="Omega_bc0" antiName="Omega_bcbar0" spinType="2" chargeType="0" colType="0"
 
3923
          m0="7.19099" tau0="3.64000e-01"
 
3924
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
 
3925
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
 
3926
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
 
3927
 <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
 
3928
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
 
3929
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
 
3930
 <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
 
3931
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
 
3932
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
 
3933
 
 
3934
<p/>particle: id="5401" name="bc_0" antiName="bc_0bar" spinType="1" chargeType="1" colType="-1"
 
3935
          m0="6.67143"
 
3936
 
 
3937
<p/>particle: id="5403" name="bc_1" antiName="bc_1bar" spinType="3" chargeType="1" colType="-1"
 
3938
          m0="6.67397"
 
3939
 
 
3940
<p/>particle: id="5412" name="Xi'_bc0" antiName="Xi'_bcbar0" spinType="2" chargeType="0" colType="0"
 
3941
          m0="7.03724" tau0="3.64000e-01"
 
3942
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
 
3943
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
 
3944
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
 
3945
 <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
 
3946
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
 
3947
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
 
3948
 <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
 
3949
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
 
3950
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
 
3951
 
 
3952
<p/>particle: id="5414" name="Xi*_bc0" antiName="Xi*_bcbar0" spinType="4" chargeType="0" colType="0"
 
3953
          m0="7.04850" tau0="3.64000e-01"
 
3954
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
 
3955
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
 
3956
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
 
3957
 <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
 
3958
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
 
3959
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
 
3960
 <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
 
3961
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
 
3962
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
 
3963
 
 
3964
<p/>particle: id="5422" name="Xi'_bc+" antiName="Xi'_bcbar-" spinType="2" chargeType="3" colType="0"
 
3965
          m0="7.03724" tau0="3.64000e-01"
 
3966
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
 
3967
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
 
3968
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
 
3969
 <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
 
3970
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
 
3971
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
 
3972
 <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
 
3973
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
 
3974
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
 
3975
 
 
3976
<p/>particle: id="5424" name="Xi*_bc+" antiName="Xi*_bcbar-" spinType="4" chargeType="3" colType="0"
 
3977
          m0="7.04850" tau0="3.64000e-01"
 
3978
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
 
3979
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
 
3980
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
 
3981
 <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
 
3982
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
 
3983
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
 
3984
 <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
 
3985
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
 
3986
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
 
3987
 
 
3988
<p/>particle: id="5432" name="Omega'_bc0" antiName="Omega'_bcbar0" spinType="2" chargeType="0" colType="0"
 
3989
          m0="7.21101" tau0="3.64000e-01"
 
3990
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
 
3991
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
 
3992
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
 
3993
 <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
 
3994
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
 
3995
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
 
3996
 <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
 
3997
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
 
3998
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
 
3999
 
 
4000
<p/>particle: id="5434" name="Omega*_bc0" antiName="Omega*_bcbar0" spinType="4" chargeType="0" colType="0"
 
4001
          m0="7.21900" tau0="3.64000e-01"
 
4002
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
 
4003
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
 
4004
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
 
4005
 <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
 
4006
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
 
4007
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
 
4008
 <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
 
4009
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
 
4010
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
 
4011
 
 
4012
<p/>particle: id="5442" name="Omega_bcc+" antiName="Omega_bccbar-" spinType="2" chargeType="3" colType="0"
 
4013
          m0="8.30945" tau0="3.64000e-01"
 
4014
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
 
4015
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
 
4016
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
 
4017
 <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
 
4018
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
 
4019
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
 
4020
 <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
 
4021
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
 
4022
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
 
4023
 
 
4024
<p/>particle: id="5444" name="Omega*_bcc+" antiName="Omega*_bccbar-" spinType="4" chargeType="3" colType="0"
 
4025
          m0="8.31325" tau0="3.64000e-01"
 
4026
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
 
4027
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
 
4028
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
 
4029
 <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
 
4030
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
 
4031
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
 
4032
 <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
 
4033
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
 
4034
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
 
4035
 
 
4036
<p/>particle: id="5503" name="bb_1" antiName="bb_1bar" spinType="3" chargeType="-2" colType="-1"
 
4037
          m0="10.07354"
 
4038
 
 
4039
<p/>particle: id="5512" name="Xi_bb-" antiName="Xi_bbbar+" spinType="2" chargeType="-3" colType="0"
 
4040
          m0="10.42272" tau0="3.64000e-01"
 
4041
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
 
4042
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
 
4043
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
 
4044
 <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
 
4045
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
 
4046
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
 
4047
 <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
 
4048
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
 
4049
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
 
4050
 
 
4051
<p/>particle: id="5514" name="Xi*_bb-" antiName="Xi*_bbbar+" spinType="4" chargeType="-3" colType="0"
 
4052
          m0="10.44144" tau0="3.64000e-01"
 
4053
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
 
4054
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
 
4055
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
 
4056
 <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
 
4057
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
 
4058
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
 
4059
 <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
 
4060
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
 
4061
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
 
4062
 
 
4063
<p/>particle: id="5522" name="Xi_bb0" antiName="Xi_bbbar0" spinType="2" chargeType="0" colType="0"
 
4064
          m0="10.42272" tau0="3.64000e-01"
 
4065
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
 
4066
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
 
4067
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
 
4068
 <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
 
4069
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
 
4070
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
 
4071
 <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
 
4072
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
 
4073
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
 
4074
 
 
4075
<p/>particle: id="5524" name="Xi*_bb0" antiName="Xi*_bbbar0" spinType="4" chargeType="0" colType="0"
 
4076
          m0="10.44144" tau0="3.64000e-01"
 
4077
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
 
4078
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
 
4079
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
 
4080
 <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
 
4081
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
 
4082
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
 
4083
 <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
 
4084
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
 
4085
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
 
4086
 
 
4087
<p/>particle: id="5532" name="Omega_bb-" antiName="Omega_bbbar+" spinType="2" chargeType="-3" colType="0"
 
4088
          m0="10.60209" tau0="3.64000e-01"
 
4089
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
 
4090
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
 
4091
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
 
4092
 <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
 
4093
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
 
4094
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
 
4095
 <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
 
4096
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
 
4097
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
 
4098
 
 
4099
<p/>particle: id="5534" name="Omega*_bb-" antiName="Omega*_bbbar+" spinType="4" chargeType="-3" colType="0"
 
4100
          m0="10.61426" tau0="3.64000e-01"
 
4101
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
 
4102
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
 
4103
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
 
4104
 <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
 
4105
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
 
4106
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
 
4107
 <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
 
4108
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
 
4109
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
 
4110
 
 
4111
<p/>particle: id="5542" name="Omega_bbc0" antiName="Omega_bbcbar0" spinType="2" chargeType="0" colType="0"
 
4112
          m0="11.70767" tau0="3.64000e-01"
 
4113
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
 
4114
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
 
4115
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
 
4116
 <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
 
4117
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
 
4118
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
 
4119
 <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
 
4120
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
 
4121
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
 
4122
 
 
4123
<p/>particle: id="5544" name="Omega*_bbc0" antiName="Omega*_bbcbar0" spinType="4" chargeType="0" colType="0"
 
4124
          m0="11.71147" tau0="3.64000e-01"
 
4125
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
 
4126
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
 
4127
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
 
4128
 <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
 
4129
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
 
4130
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
 
4131
 <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
 
4132
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
 
4133
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
 
4134
 
 
4135
<p/>particle: id="5554" name="Omega*_bbb-" antiName="Omega*_bbbbar+" spinType="4" chargeType="-3" colType="0"
 
4136
          m0="15.11061" tau0="3.64000e-01"
 
4137
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
 
4138
 <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
 
4139
 <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
 
4140
 <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
 
4141
 <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
 
4142
 <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
 
4143
 <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
 
4144
 <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
 
4145
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
 
4146
 
 
4147
<p/>particle: id="10111" name="a_0(1450)0" spinType="1" chargeType="0" colType="0"
 
4148
          m0="1.47400" mWidth="0.26500" mMin="1.00000" mMax="2.00000"
 
4149
 <br/>      channel: onMode="1" bRatio="0.3000000" products="111 221"
 
4150
 <br/>      channel: onMode="1" bRatio="0.1000000" products="111 331"
 
4151
 <br/>      channel: onMode="1" bRatio="0.1200000" products="321 -321"
 
4152
 <br/>      channel: onMode="1" bRatio="0.0600000" products="130 130"
 
4153
 <br/>      channel: onMode="1" bRatio="0.0600000" products="310 310"
 
4154
 <br/>      channel: onMode="1" bRatio="0.1800000" products="223 211 -211"
 
4155
 <br/>      channel: onMode="1" bRatio="0.1800000" products="223 111 111"
 
4156
 
 
4157
<p/>particle: id="10113" name="b_1(1235)0" spinType="3" chargeType="0" colType="0"
 
4158
          m0="1.23000" mWidth="0.14200" mMin="0.95000" mMax="1.70000"
 
4159
 <br/>      channel: onMode="1" bRatio="1.0000000" products="223 111"
 
4160
 
 
4161
<p/>particle: id="10211" name="a_0(1450)+" antiName="a_0(1450)-" spinType="1" chargeType="3" colType="0"
 
4162
          m0="1.47400" mWidth="0.26500" mMin="1.00000" mMax="2.00000"
 
4163
 <br/>      channel: onMode="1" bRatio="0.3000000" products="211 221"
 
4164
 <br/>      channel: onMode="1" bRatio="0.1000000" products="211 331"
 
4165
 <br/>      channel: onMode="1" bRatio="0.2400000" products="321 -311"
 
4166
 <br/>      channel: onMode="1" bRatio="0.3600000" products="223 211 111"
 
4167
 
 
4168
<p/>particle: id="10213" name="b_1(1235)+" antiName="b_1(1235)-" spinType="3" chargeType="3" colType="0"
 
4169
          m0="1.23000" mWidth="0.14200" mMin="0.95000" mMax="1.70000"
 
4170
 <br/>      channel: onMode="1" bRatio="0.9984000" products="223 211"
 
4171
 <br/>      channel: onMode="1" bRatio="0.0016000" products="211 22"
 
4172
 
 
4173
<p/>particle: id="10221" name="f_0(1370)" spinType="1" chargeType="0" colType="0"
 
4174
          m0="1.35000" mWidth="0.20000" mMin="1.00000" mMax="2.00000"
 
4175
 <br/>      channel: onMode="1" bRatio="0.2000000" products="113 111"
 
4176
 <br/>      channel: onMode="1" bRatio="0.2000000" products="213 -213"
 
4177
 <br/>      channel: onMode="1" bRatio="0.1000000" products="111 111 111 111"
 
4178
 <br/>      channel: onMode="1" bRatio="0.2000000" products="211 -211"
 
4179
 <br/>      channel: onMode="1" bRatio="0.1000000" products="111 111"
 
4180
 <br/>      channel: onMode="1" bRatio="0.0500000" products="321 -321"
 
4181
 <br/>      channel: onMode="1" bRatio="0.0250000" products="130 130"
 
4182
 <br/>      channel: onMode="1" bRatio="0.0250000" products="310 310"
 
4183
 <br/>      channel: onMode="1" bRatio="0.1000000" products="221 221"
 
4184
 
 
4185
<p/>particle: id="10223" name="h_1(1170)" spinType="3" chargeType="0" colType="0"
 
4186
          m0="1.17000" mWidth="0.36000" mMin="0.95000" mMax="2.00000"
 
4187
 <br/>      channel: onMode="1" bRatio="0.3330000" products="213 -211"
 
4188
 <br/>      channel: onMode="1" bRatio="0.3340000" products="113 111"
 
4189
 <br/>      channel: onMode="1" bRatio="0.3330000" products="-213 211"
 
4190
 
 
4191
<p/>particle: id="10311" name="K*_0(1430)0" antiName="K*_0(1430)bar0" spinType="1" chargeType="0" colType="0"
 
4192
          m0="1.41400" mWidth="0.29000" mMin="0.70000" mMax="2.20000"
 
4193
 <br/>      channel: onMode="1" bRatio="0.6670000" products="321 -211"
 
4194
 <br/>      channel: onMode="1" bRatio="0.3330000" products="311 111"
 
4195
 
 
4196
<p/>particle: id="10313" name="K_1(1270)0" antiName="K_1(1270)bar0" spinType="3" chargeType="0" colType="0"
 
4197
          m0="1.27200" mWidth="0.09000" mMin="1.00000" mMax="2.00000"
 
4198
 <br/>      channel: onMode="1" bRatio="0.2900000" products="321 -213"
 
4199
 <br/>      channel: onMode="1" bRatio="0.1450000" products="311 113"
 
4200
 <br/>      channel: onMode="1" bRatio="0.1900000" products="10321 -211"
 
4201
 <br/>      channel: onMode="1" bRatio="0.0950000" products="10311 111"
 
4202
 <br/>      channel: onMode="1" bRatio="0.1100000" products="323 -211"
 
4203
 <br/>      channel: onMode="1" bRatio="0.0550000" products="313 111"
 
4204
 <br/>      channel: onMode="1" bRatio="0.1150000" products="311 223"
 
4205
 
 
4206
<p/>particle: id="10321" name="K*_0(1430)+" antiName="K*_0(1430)-" spinType="1" chargeType="3" colType="0"
 
4207
          m0="1.41400" mWidth="0.29000" mMin="0.70000" mMax="2.20000"
 
4208
 <br/>      channel: onMode="1" bRatio="0.6670000" products="311 211"
 
4209
 <br/>      channel: onMode="1" bRatio="0.3330000" products="321 111"
 
4210
 
 
4211
<p/>particle: id="10323" name="K_1(1270)+" antiName="K_1(1270)-" spinType="3" chargeType="3" colType="0"
 
4212
          m0="1.27200" mWidth="0.09000" mMin="1.00000" mMax="2.00000"
 
4213
 <br/>      channel: onMode="1" bRatio="0.2900000" products="311 213"
 
4214
 <br/>      channel: onMode="1" bRatio="0.1450000" products="321 113"
 
4215
 <br/>      channel: onMode="1" bRatio="0.1900000" products="10311 211"
 
4216
 <br/>      channel: onMode="1" bRatio="0.0950000" products="10321 111"
 
4217
 <br/>      channel: onMode="1" bRatio="0.1100000" products="313 211"
 
4218
 <br/>      channel: onMode="1" bRatio="0.0550000" products="323 111"
 
4219
 <br/>      channel: onMode="1" bRatio="0.1150000" products="321 223"
 
4220
 
 
4221
<p/>particle: id="10331" name="f_0(1710)" spinType="1" chargeType="0" colType="0"
 
4222
          m0="1.71800" mWidth="0.13700" mMin="1.10000" mMax="2.40000"
 
4223
 <br/>      channel: onMode="1" bRatio="0.3000000" products="321 -321"
 
4224
 <br/>      channel: onMode="1" bRatio="0.1500000" products="130 130"
 
4225
 <br/>      channel: onMode="1" bRatio="0.1500000" products="310 310"
 
4226
 <br/>      channel: onMode="1" bRatio="0.3000000" products="221 221"
 
4227
 <br/>      channel: onMode="1" bRatio="0.0500000" products="211 -211"
 
4228
 <br/>      channel: onMode="1" bRatio="0.0500000" products="111 111"
 
4229
 
 
4230
<p/>particle: id="10333" name="h_1(1380)" spinType="3" chargeType="0" colType="0"
 
4231
          m0="1.38600" mWidth="0.09100" mMin="1.38000" mMax="1.60000"
 
4232
 <br/>      channel: onMode="1" bRatio="0.2500000" products="313 -311"
 
4233
 <br/>      channel: onMode="1" bRatio="0.2500000" products="-313 311"
 
4234
 <br/>      channel: onMode="1" bRatio="0.2500000" products="323 -321"
 
4235
 <br/>      channel: onMode="1" bRatio="0.2500000" products="-323 321"
 
4236
 
 
4237
<p/>particle: id="10411" name="D*_0+" antiName="D*_0-" spinType="1" chargeType="3" colType="0"
 
4238
          m0="2.27200" mWidth="0.05000" mMin="2.05000" mMax="2.50000"
 
4239
 <br/>      channel: onMode="1" bRatio="0.6670000" products="421 211"
 
4240
 <br/>      channel: onMode="1" bRatio="0.3330000" products="411 111"
 
4241
 
 
4242
<p/>particle: id="10413" name="D_1+" antiName="D_1-" spinType="3" chargeType="3" colType="0"
 
4243
          m0="2.42400" mWidth="0.02000" mMin="2.22400" mMax="2.62400"
 
4244
 <br/>      channel: onMode="1" bRatio="0.6670000" products="423 211"
 
4245
 <br/>      channel: onMode="1" bRatio="0.3330000" products="413 111"
 
4246
 
 
4247
<p/>particle: id="10421" name="D*_00" antiName="D*_0bar0" spinType="1" chargeType="0" colType="0"
 
4248
          m0="2.27200" mWidth="0.05000" mMin="2.05000" mMax="2.50000"
 
4249
 <br/>      channel: onMode="1" bRatio="0.6670000" products="411 -211"
 
4250
 <br/>      channel: onMode="1" bRatio="0.3330000" products="421 111"
 
4251
 
 
4252
<p/>particle: id="10423" name="D_10" antiName="D_1bar0" spinType="3" chargeType="0" colType="0"
 
4253
          m0="2.42230" mWidth="0.02040" mMin="2.21830" mMax="2.62630"
 
4254
 <br/>      channel: onMode="1" bRatio="0.6670000" products="413 -211"
 
4255
 <br/>      channel: onMode="1" bRatio="0.3330000" products="423 111"
 
4256
 
 
4257
<p/>particle: id="10431" name="D*_0s+" antiName="D*_0s-" spinType="1" chargeType="3" colType="0"
 
4258
          m0="2.50000" mWidth="0.05000" mMin="2.40000" mMax="2.80000"
 
4259
 <br/>      channel: onMode="1" bRatio="0.5000000" products="411 311"
 
4260
 <br/>      channel: onMode="1" bRatio="0.5000000" products="421 321"
 
4261
 
 
4262
<p/>particle: id="10433" name="D_1s+" antiName="D_1s-" spinType="3" chargeType="3" colType="0"
 
4263
          m0="2.53535"
 
4264
 <br/>      channel: onMode="1" bRatio="0.5000000" products="423 321"
 
4265
 <br/>      channel: onMode="1" bRatio="0.5000000" products="413 311"
 
4266
 
 
4267
<p/>particle: id="10441" name="chi_0c" spinType="1" chargeType="0" colType="0"
 
4268
          m0="3.41476" mWidth="0.01040" mMin="3.31076" mMax="3.51876"
 
4269
 <br/>      channel: onMode="1" bRatio="0.0002600" products="22 22"
 
4270
 <br/>      channel: onMode="1" bRatio="0.0021000" products="130 130"
 
4271
 <br/>      channel: onMode="1" bRatio="0.0049000" products="211 -211"
 
4272
 <br/>      channel: onMode="1" bRatio="0.0021000" products="221 221"
 
4273
 <br/>      channel: onMode="1" bRatio="0.0021000" products="310 310"
 
4274
 <br/>      channel: onMode="1" bRatio="0.0016000" products="313 -313"
 
4275
 <br/>      channel: onMode="1" bRatio="0.0060000" products="321 -321"
 
4276
 <br/>      channel: onMode="1" bRatio="0.0010000" products="333 333"
 
4277
 <br/>      channel: onMode="1" bRatio="0.0200000" products="443 22"
 
4278
 <br/>      channel: onMode="1" bRatio="0.0002200" products="2212 -2212"
 
4279
 <br/>      channel: onMode="1" bRatio="0.0005000" products="3122 -3122"
 
4280
 <br/>      channel: onMode="1" bRatio="0.0028000" products="9010221 9010221"
 
4281
 <br/>      channel: onMode="1" bRatio="0.0100000" products="211 -211 113"
 
4282
 <br/>      channel: onMode="1" bRatio="0.0100000" products="213 -211 111"
 
4283
 <br/>      channel: onMode="1" bRatio="0.0100000" products="-213 211 111"
 
4284
 <br/>      channel: onMode="1" bRatio="0.0032000" products="321 -313 -211"
 
4285
 <br/>      channel: onMode="1" bRatio="0.0032000" products="-321 313 211"
 
4286
 <br/>      channel: onMode="1" bRatio="0.0043000" products="323 311 -211"
 
4287
 <br/>      channel: onMode="1" bRatio="0.0043000" products="-323 311 211"
 
4288
 <br/>      channel: onMode="1" bRatio="0.0134000" products="211 211 -211 -211"
 
4289
 <br/>      channel: onMode="1" bRatio="0.0021000" products="321 321 -321 -321"
 
4290
 <br/>      channel: onMode="1" bRatio="0.0153000" products="321 -321 211 -211"
 
4291
 <br/>      channel: onMode="1" bRatio="0.0022000" products="2212 -2212 211 -211"
 
4292
 <br/>      channel: onMode="1" bRatio="0.0098000" products="211 211 211 -211 -211 -211"
 
4293
 <br/>      channel: onMode="1" bRatio="0.8686200" meMode="52" products="83 -83"
 
4294
 
 
4295
<p/>particle: id="10443" name="h_1c" spinType="3" chargeType="0" colType="0"
 
4296
          m0="3.46000" mWidth="0.01000" mMin="3.36000" mMax="3.56000"
 
4297
 <br/>      channel: onMode="1" bRatio="0.5000000" products="441 22"
 
4298
 <br/>      channel: onMode="1" bRatio="0.0100000" products="443 111"
 
4299
 <br/>      channel: onMode="1" bRatio="0.4900000" meMode="42" products="83 -83"
 
4300
 
 
4301
<p/>particle: id="10511" name="B*_00" antiName="B*_0bar0" spinType="1" chargeType="0" colType="0"
 
4302
          m0="5.68000" mWidth="0.05000" mMin="5.58000" mMax="5.78000"
 
4303
 <br/>      channel: onMode="1" bRatio="0.6670000" products="521 -211"
 
4304
 <br/>      channel: onMode="1" bRatio="0.3330000" products="511 111"
 
4305
 
 
4306
<p/>particle: id="10513" name="B_10" antiName="B_1bar0" spinType="3" chargeType="0" colType="0"
 
4307
          m0="5.73000" mWidth="0.05000" mMin="5.63000" mMax="5.83000"
 
4308
 <br/>      channel: onMode="1" bRatio="0.6670000" products="523 -211"
 
4309
 <br/>      channel: onMode="1" bRatio="0.3330000" products="513 111"
 
4310
 
 
4311
<p/>particle: id="10521" name="B*_0+" antiName="B*_0-" spinType="1" chargeType="3" colType="0"
 
4312
          m0="5.68000" mWidth="0.05000" mMin="5.58000" mMax="5.78000"
 
4313
 <br/>      channel: onMode="1" bRatio="0.6670000" products="511 211"
 
4314
 <br/>      channel: onMode="1" bRatio="0.3330000" products="521 111"
 
4315
 
 
4316
<p/>particle: id="10523" name="B_1+" antiName="B_1-" spinType="3" chargeType="3" colType="0"
 
4317
          m0="5.73000" mWidth="0.05000" mMin="5.63000" mMax="5.83000"
 
4318
 <br/>      channel: onMode="1" bRatio="0.6670000" products="513 211"
 
4319
 <br/>      channel: onMode="1" bRatio="0.3330000" products="523 111"
 
4320
 
 
4321
<p/>particle: id="10531" name="B*_0s0" antiName="B*_0sbar0" spinType="1" chargeType="0" colType="0"
 
4322
          m0="5.92000" mWidth="0.05000" mMin="5.82000" mMax="6.02000"
 
4323
 <br/>      channel: onMode="1" bRatio="0.5000000" products="521 -321"
 
4324
 <br/>      channel: onMode="1" bRatio="0.5000000" products="511 -311"
 
4325
 
 
4326
<p/>particle: id="10533" name="B_1s0" antiName="B_1sbar0" spinType="3" chargeType="0" colType="0"
 
4327
          m0="5.97000" mWidth="0.05000" mMin="5.87000" mMax="6.07000"
 
4328
 <br/>      channel: onMode="1" bRatio="0.5000000" products="523 -321"
 
4329
 <br/>      channel: onMode="1" bRatio="0.5000000" products="513 -311"
 
4330
 
 
4331
<p/>particle: id="10541" name="B*_0c+" antiName="B*_0c-" spinType="1" chargeType="3" colType="0"
 
4332
          m0="7.25000" mWidth="0.05000" mMin="7.20000" mMax="7.30000"
 
4333
 <br/>      channel: onMode="1" bRatio="0.5000000" products="511 411"
 
4334
 <br/>      channel: onMode="1" bRatio="0.5000000" products="521 421"
 
4335
 
 
4336
<p/>particle: id="10543" name="B_1c+" antiName="B_1c-" spinType="3" chargeType="3" colType="0"
 
4337
          m0="7.30000" mWidth="0.05000" mMin="7.20000" mMax="7.40000"
 
4338
 <br/>      channel: onMode="1" bRatio="0.5000000" products="513 411"
 
4339
 <br/>      channel: onMode="1" bRatio="0.5000000" products="523 421"
 
4340
 
 
4341
<p/>particle: id="10551" name="chi_0b" spinType="1" chargeType="0" colType="0"
 
4342
          m0="9.85944"
 
4343
 <br/>      channel: onMode="1" bRatio="0.9800000" meMode="91" products="21 21"
 
4344
 <br/>      channel: onMode="1" bRatio="0.0200000" products="553 22"
 
4345
 
 
4346
<p/>particle: id="10553" name="h_1b" spinType="3" chargeType="0" colType="0"
 
4347
          m0="9.87500" mWidth="0.01000" mMin="9.85500" mMax="9.89500"
 
4348
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="91" products="21 21"
 
4349
 
 
4350
<p/>particle: id="13122" name="Lambda(1405)0" antiName="Lambda(1405)bar0" spinType="2" chargeType="0" colType="0"
 
4351
          m0="1.40600" mWidth="0.05000" mMin="1.32000" mMax="1.80000"
 
4352
 <br/>      channel: onMode="1" bRatio="0.3333000" products="3222 -211"
 
4353
 <br/>      channel: onMode="1" bRatio="0.3333000" products="3112 211"
 
4354
 <br/>      channel: onMode="1" bRatio="0.3334000" products="3212 111"
 
4355
 
 
4356
<p/>particle: id="14122" name="Lambda_c(2593)+" antiName="Lambda_c(2593)-" spinType="2" chargeType="3" colType="0"
 
4357
          m0="2.59540" mWidth="0.00360" mMin="2.57000" mMax="2.63000"
 
4358
 <br/>      channel: onMode="1" bRatio="0.2400000" products="4222 -211"
 
4359
 <br/>      channel: onMode="1" bRatio="0.2400000" products="4112 211"
 
4360
 <br/>      channel: onMode="1" bRatio="0.1800000" products="4122 211 -211"
 
4361
 <br/>      channel: onMode="1" bRatio="0.2400000" products="4212 111"
 
4362
 <br/>      channel: onMode="1" bRatio="0.0900000" products="4122 111 111"
 
4363
 <br/>      channel: onMode="1" bRatio="0.0100000" products="4122 22"
 
4364
 
 
4365
<p/>particle: id="20113" name="a_1(1260)0" spinType="3" chargeType="0" colType="0"
 
4366
          m0="1.23000" mWidth="0.40000" mMin="0.93000" mMax="2.00000"
 
4367
 <br/>      channel: onMode="1" bRatio="0.3300000" products="213 -211"
 
4368
 <br/>      channel: onMode="1" bRatio="0.3300000" products="-213 211"
 
4369
 <br/>      channel: onMode="1" bRatio="0.3400000" products="113 111"
 
4370
 
 
4371
<p/>particle: id="20213" name="a_1(1260)+" antiName="a_1(1260)-" spinType="3" chargeType="3" colType="0"
 
4372
          m0="1.23000" mWidth="0.40000" mMin="0.93000" mMax="2.00000"
 
4373
 <br/>      channel: onMode="1" bRatio="0.5000000" products="113 211"
 
4374
 <br/>      channel: onMode="1" bRatio="0.5000000" products="213 111"
 
4375
 
 
4376
<p/>particle: id="20223" name="f_1(1285)" spinType="3" chargeType="0" colType="0"
 
4377
          m0="1.28180" mWidth="0.02420" mMin="1.20000" mMax="1.50000"
 
4378
 <br/>      channel: onMode="1" bRatio="0.1200000" products="9000211 -211"
 
4379
 <br/>      channel: onMode="1" bRatio="0.1200000" products="9000111 111"
 
4380
 <br/>      channel: onMode="1" bRatio="0.1200000" products="-9000211 211"
 
4381
 <br/>      channel: onMode="1" bRatio="0.0800000" products="221 211 -211"
 
4382
 <br/>      channel: onMode="1" bRatio="0.0800000" products="221 111 111"
 
4383
 <br/>      channel: onMode="1" bRatio="0.1100000" products="113 211 -211"
 
4384
 <br/>      channel: onMode="1" bRatio="0.0740000" products="213 -211 111"
 
4385
 <br/>      channel: onMode="1" bRatio="0.0740000" products="113 111 111"
 
4386
 <br/>      channel: onMode="1" bRatio="0.0740000" products="-213 211 111"
 
4387
 <br/>      channel: onMode="1" bRatio="0.0230000" products="321 -321 111"
 
4388
 <br/>      channel: onMode="1" bRatio="0.0230000" products="321 -311 -211"
 
4389
 <br/>      channel: onMode="1" bRatio="0.0230000" products="311 -311 111"
 
4390
 <br/>      channel: onMode="1" bRatio="0.0230000" products="311 -321 211"
 
4391
 <br/>      channel: onMode="1" bRatio="0.0552600" products="113 22"
 
4392
 <br/>      channel: onMode="1" bRatio="0.0007400" products="333 22"
 
4393
 
 
4394
<p/>particle: id="20313" name="K_1(1400)0" antiName="K_1(1400)bar0" spinType="3" chargeType="0" colType="0"
 
4395
          m0="1.40200" mWidth="0.17400" mMin="1.10000" mMax="2.00000"
 
4396
 <br/>      channel: onMode="1" bRatio="0.6270000" products="323 -211"
 
4397
 <br/>      channel: onMode="1" bRatio="0.3130000" products="313 111"
 
4398
 <br/>      channel: onMode="1" bRatio="0.0200000" products="321 -213"
 
4399
 <br/>      channel: onMode="1" bRatio="0.0100000" products="311 113"
 
4400
 <br/>      channel: onMode="1" bRatio="0.0200000" products="311 10221"
 
4401
 <br/>      channel: onMode="1" bRatio="0.0100000" products="311 223"
 
4402
 
 
4403
<p/>particle: id="20323" name="K_1(1400)+" antiName="K_1(1400)-" spinType="3" chargeType="3" colType="0"
 
4404
          m0="1.40200" mWidth="0.17400" mMin="1.10000" mMax="2.00000"
 
4405
 <br/>      channel: onMode="1" bRatio="0.6270000" products="313 211"
 
4406
 <br/>      channel: onMode="1" bRatio="0.3130000" products="323 111"
 
4407
 <br/>      channel: onMode="1" bRatio="0.0200000" products="311 213"
 
4408
 <br/>      channel: onMode="1" bRatio="0.0100000" products="321 113"
 
4409
 <br/>      channel: onMode="1" bRatio="0.0200000" products="321 10221"
 
4410
 <br/>      channel: onMode="1" bRatio="0.0100000" products="321 223"
 
4411
 
 
4412
<p/>particle: id="20333" name="f_1(1420)" spinType="3" chargeType="0" colType="0"
 
4413
          m0="1.42630" mWidth="0.05490" mMin="1.40000" mMax="1.80000"
 
4414
 <br/>      channel: onMode="1" bRatio="0.2500000" products="313 -311"
 
4415
 <br/>      channel: onMode="1" bRatio="0.2500000" products="-313 311"
 
4416
 <br/>      channel: onMode="1" bRatio="0.2500000" products="323 -321"
 
4417
 <br/>      channel: onMode="1" bRatio="0.2500000" products="-323 321"
 
4418
 
 
4419
<p/>particle: id="20413" name="D*_1+" antiName="D*_1-" spinType="3" chargeType="3" colType="0"
 
4420
          m0="2.42700" mWidth="0.38400" mMin="2.15000" mMax="3.00000"
 
4421
 <br/>      channel: onMode="1" bRatio="0.6670000" products="423 211"
 
4422
 <br/>      channel: onMode="1" bRatio="0.3330000" products="413 111"
 
4423
 
 
4424
<p/>particle: id="20423" name="D*_10" antiName="D*_1bar0" spinType="3" chargeType="0" colType="0"
 
4425
          m0="2.42700" mWidth="0.38400" mMin="2.15000" mMax="3.00000"
 
4426
 <br/>      channel: onMode="1" bRatio="0.6670000" products="413 -211"
 
4427
 <br/>      channel: onMode="1" bRatio="0.3330000" products="423 111"
 
4428
 
 
4429
<p/>particle: id="20433" name="D*_1s+" antiName="D*_1s-" spinType="3" chargeType="3" colType="0"
 
4430
          m0="2.46000" mWidth="0.03000" mMin="2.40000" mMax="2.60000"
 
4431
 <br/>      channel: onMode="1" bRatio="0.7600000" products="433 111"
 
4432
 <br/>      channel: onMode="1" bRatio="0.2400000" products="433 22"
 
4433
 
 
4434
<p/>particle: id="20443" name="chi_1c" spinType="3" chargeType="0" colType="0"
 
4435
          m0="3.51066" mWidth="0.00089" mMin="3.50176" mMax="3.51956"
 
4436
 <br/>      channel: onMode="1" bRatio="0.3560000" products="443 22"
 
4437
 <br/>      channel: onMode="1" bRatio="0.0000100" products="130 130"
 
4438
 <br/>      channel: onMode="1" bRatio="0.0000100" products="310 310"
 
4439
 <br/>      channel: onMode="1" bRatio="0.0016000" products="313 -313"
 
4440
 <br/>      channel: onMode="1" bRatio="0.0000720" products="2212 -2212"
 
4441
 <br/>      channel: onMode="1" bRatio="0.0003000" products="3122 -3122"
 
4442
 <br/>      channel: onMode="1" bRatio="0.0020000" products="211 -211 113"
 
4443
 <br/>      channel: onMode="1" bRatio="0.0020000" products="213 -211 111"
 
4444
 <br/>      channel: onMode="1" bRatio="0.0020000" products="-213 211 111"
 
4445
 <br/>      channel: onMode="1" bRatio="0.0025000" products="321 311 -211"
 
4446
 <br/>      channel: onMode="1" bRatio="0.0002000" products="321 -313 -211"
 
4447
 <br/>      channel: onMode="1" bRatio="0.0025000" products="-321 311 211"
 
4448
 <br/>      channel: onMode="1" bRatio="0.0002000" products="-321 313 211"
 
4449
 <br/>      channel: onMode="1" bRatio="0.0009000" products="323 311 -211"
 
4450
 <br/>      channel: onMode="1" bRatio="0.0009000" products="-323 311 211"
 
4451
 <br/>      channel: onMode="1" bRatio="0.0062000" products="211 211 -211 -211"
 
4452
 <br/>      channel: onMode="1" bRatio="0.0008000" products="310 310 211 -211"
 
4453
 <br/>      channel: onMode="1" bRatio="0.0004000" products="321 321 -321 -321"
 
4454
 <br/>      channel: onMode="1" bRatio="0.0038000" products="321 -321 211 -211"
 
4455
 <br/>      channel: onMode="1" bRatio="0.0003000" products="321 -321 310 310"
 
4456
 <br/>      channel: onMode="1" bRatio="0.0005000" products="2212 -2212 211 -211"
 
4457
 <br/>      channel: onMode="1" bRatio="0.0058000" products="211 211 211 -211 -211 -211"
 
4458
 <br/>      channel: onMode="1" bRatio="0.6110080" meMode="52" products="83 -83"
 
4459
 
 
4460
<p/>particle: id="20513" name="B*_10" antiName="B*_1bar0" spinType="3" chargeType="0" colType="0"
 
4461
          m0="5.78000" mWidth="0.05000" mMin="5.68000" mMax="5.88000"
 
4462
 <br/>      channel: onMode="1" bRatio="0.6670000" products="523 -211"
 
4463
 <br/>      channel: onMode="1" bRatio="0.3330000" products="513 111"
 
4464
 
 
4465
<p/>particle: id="20523" name="B*_1+" antiName="B*_1-" spinType="3" chargeType="3" colType="0"
 
4466
          m0="5.78000" mWidth="0.05000" mMin="5.68000" mMax="5.88000"
 
4467
 <br/>      channel: onMode="1" bRatio="0.6670000" products="513 211"
 
4468
 <br/>      channel: onMode="1" bRatio="0.3330000" products="523 111"
 
4469
 
 
4470
<p/>particle: id="20533" name="B*_1s0" antiName="B*_1sbar0" spinType="3" chargeType="0" colType="0"
 
4471
          m0="6.02000" mWidth="0.05000" mMin="5.92000" mMax="6.12000"
 
4472
 <br/>      channel: onMode="1" bRatio="0.5000000" products="523 -321"
 
4473
 <br/>      channel: onMode="1" bRatio="0.5000000" products="513 -311"
 
4474
 
 
4475
<p/>particle: id="20543" name="B*_1c+" antiName="B*_1c-" spinType="3" chargeType="3" colType="0"
 
4476
          m0="7.30000" mWidth="0.05000" mMin="7.20000" mMax="7.40000"
 
4477
 <br/>      channel: onMode="1" bRatio="0.5000000" products="513 411"
 
4478
 <br/>      channel: onMode="1" bRatio="0.5000000" products="523 421"
 
4479
 
 
4480
<p/>particle: id="20553" name="chi_1b" spinType="3" chargeType="0" colType="0"
 
4481
          m0="9.89278"
 
4482
 <br/>      channel: onMode="1" bRatio="0.3500000" products="553 22"
 
4483
 <br/>      channel: onMode="1" bRatio="0.6500000" meMode="91" products="21 21"
 
4484
 
 
4485
<p/>particle: id="23122" name="Lambda(1600)0" antiName="Lambda(1600)bar0" spinType="2" chargeType="0" colType="0"
 
4486
          m0="1.60000" mWidth="0.15000" mMin="1.42000" mMax="2.20000"
 
4487
 <br/>      channel: onMode="1" bRatio="0.1760000" products="2212 -321"
 
4488
 <br/>      channel: onMode="1" bRatio="0.1760000" products="2112 -311"
 
4489
 <br/>      channel: onMode="1" bRatio="0.2160000" products="3222 -211"
 
4490
 <br/>      channel: onMode="1" bRatio="0.2160000" products="3112 211"
 
4491
 <br/>      channel: onMode="1" bRatio="0.2160000" products="3212 111"
 
4492
 
 
4493
<p/>particle: id="30313" name="K*(1680)0" antiName="K*(1680)bar0" spinType="3" chargeType="0" colType="0"
 
4494
          m0="1.71700" mWidth="0.32200" mMin="1.05000" mMax="2.50000"
 
4495
 <br/>      channel: onMode="1" bRatio="0.2580000" products="321 -211"
 
4496
 <br/>      channel: onMode="1" bRatio="0.1290000" products="311 111"
 
4497
 <br/>      channel: onMode="1" bRatio="0.2093000" products="323 -211"
 
4498
 <br/>      channel: onMode="1" bRatio="0.1047000" products="313 111"
 
4499
 <br/>      channel: onMode="1" bRatio="0.1993000" products="-213 321"
 
4500
 <br/>      channel: onMode="1" bRatio="0.0997000" products="113 311"
 
4501
 
 
4502
<p/>particle: id="30323" name="K*(1680)+" antiName="K*(1680)-" spinType="3" chargeType="3" colType="0"
 
4503
          m0="1.71700" mWidth="0.32200" mMin="1.05000" mMax="2.50000"
 
4504
 <br/>      channel: onMode="1" bRatio="0.2580000" products="311 211"
 
4505
 <br/>      channel: onMode="1" bRatio="0.1290000" products="321 111"
 
4506
 <br/>      channel: onMode="1" bRatio="0.2093000" products="313 211"
 
4507
 <br/>      channel: onMode="1" bRatio="0.1047000" products="323 111"
 
4508
 <br/>      channel: onMode="1" bRatio="0.1993000" products="213 311"
 
4509
 <br/>      channel: onMode="1" bRatio="0.0997000" products="113 321"
 
4510
 
 
4511
<p/>particle: id="30443" name="psi(3770)" spinType="3" chargeType="0" colType="0"
 
4512
          m0="3.77110" mWidth="0.02300" mMin="3.54110" mMax="4.00110"
 
4513
 <br/>      channel: onMode="1" bRatio="0.4243000" products="411 -411"
 
4514
 <br/>      channel: onMode="1" bRatio="0.5723000" products="421 -421"
 
4515
 <br/>      channel: onMode="1" bRatio="0.0034000" products="443 211 -211"
 
4516
 
 
4517
<p/>particle: id="33122" name="Lambda(1670)0" antiName="Lambda(1670)bar0" spinType="2" chargeType="0" colType="0"
 
4518
          m0="1.67000" mWidth="0.03500" mMin="1.42000" mMax="2.00000"
 
4519
 <br/>      channel: onMode="1" bRatio="0.1000000" products="2212 -321"
 
4520
 <br/>      channel: onMode="1" bRatio="0.1000000" products="2112 -311"
 
4521
 <br/>      channel: onMode="1" bRatio="0.1600000" products="3222 -211"
 
4522
 <br/>      channel: onMode="1" bRatio="0.1600000" products="3112 211"
 
4523
 <br/>      channel: onMode="1" bRatio="0.1600000" products="3212 111"
 
4524
 <br/>      channel: onMode="1" bRatio="0.3200000" products="3122 221"
 
4525
 
 
4526
<p/>particle: id="100113" name="rho(1450)0" spinType="3" chargeType="0" colType="0"
 
4527
          m0="1.45900" mWidth="0.14700" mMin="1.00000" mMax="2.20000"
 
4528
 <br/>      channel: onMode="1" bRatio="0.4000000" products="211 -211"
 
4529
 <br/>      channel: onMode="1" bRatio="0.3500000" products="211 -211 211 -211"
 
4530
 <br/>      channel: onMode="1" bRatio="0.1500000" products="211 -211 111 111"
 
4531
 <br/>      channel: onMode="1" bRatio="0.1000000" products="111 111 111 111"
 
4532
 
 
4533
<p/>particle: id="100213" name="rho(1450)+" antiName="rho(1450)-" spinType="3" chargeType="3" colType="0"
 
4534
          m0="1.45900" mWidth="0.14700" mMin="1.00000" mMax="2.20000"
 
4535
 <br/>      channel: onMode="1" bRatio="0.4000000" products="211 111"
 
4536
 <br/>      channel: onMode="1" bRatio="0.4000000" products="211 211 -211 111"
 
4537
 <br/>      channel: onMode="1" bRatio="0.2000000" products="211 111 111 111"
 
4538
 
 
4539
<p/>particle: id="100441" name="eta_c(2S)" spinType="1" chargeType="0" colType="0"
 
4540
          m0="3.63800" mWidth="0.01400" mMin="3.49800" mMax="3.77800"
 
4541
 <br/>      channel: onMode="1" bRatio="0.0190000" products="321 -311 -211"
 
4542
 <br/>      channel: onMode="1" bRatio="0.0190000" products="-321 311 211"
 
4543
 <br/>      channel: onMode="1" bRatio="0.0095000" products="111 321 -321"
 
4544
 <br/>      channel: onMode="1" bRatio="0.0095000" products="311 -311 111"
 
4545
 <br/>      channel: onMode="1" bRatio="0.9430000" meMode="52" products="83 -83"
 
4546
 
 
4547
<p/>particle: id="100443" name="psi(2S)" spinType="3" chargeType="0" colType="0"
 
4548
          m0="3.68609" mWidth="0.00034" mMin="3.68269" mMax="3.68949"
 
4549
 <br/>      channel: onMode="1" bRatio="0.0073500" products="11 -11"
 
4550
 <br/>      channel: onMode="1" bRatio="0.0073000" products="13 -13"
 
4551
 <br/>      channel: onMode="1" bRatio="0.0028000" products="15 -15"
 
4552
 <br/>      channel: onMode="1" bRatio="0.0000080" products="113 111"
 
4553
 <br/>      channel: onMode="1" bRatio="0.0000800" products="211 -211"
 
4554
 <br/>      channel: onMode="1" bRatio="0.0000080" products="213 -211"
 
4555
 <br/>      channel: onMode="1" bRatio="0.0000080" products="-213 211"
 
4556
 <br/>      channel: onMode="1" bRatio="0.0000300" products="221 113"
 
4557
 <br/>      channel: onMode="1" bRatio="0.0000250" products="223 111"
 
4558
 <br/>      channel: onMode="1" bRatio="0.0000010" products="223 221"
 
4559
 <br/>      channel: onMode="1" bRatio="0.0002100" products="225 22"
 
4560
 <br/>      channel: onMode="1" bRatio="0.0000520" products="310 130"
 
4561
 <br/>      channel: onMode="1" bRatio="0.0000460" products="313 311"
 
4562
 <br/>      channel: onMode="1" bRatio="0.0000460" products="-313 311"
 
4563
 <br/>      channel: onMode="1" bRatio="0.0001000" products="321 -321"
 
4564
 <br/>      channel: onMode="1" bRatio="0.0000065" products="323 -321"
 
4565
 <br/>      channel: onMode="1" bRatio="0.0000065" products="-323 321"
 
4566
 <br/>      channel: onMode="1" bRatio="0.0001500" products="331 22"
 
4567
 <br/>      channel: onMode="1" bRatio="0.0000010" products="333 111"
 
4568
 <br/>      channel: onMode="1" bRatio="0.0000200" products="333 221"
 
4569
 <br/>      channel: onMode="1" bRatio="0.0032000" products="441 22"
 
4570
 <br/>      channel: onMode="1" bRatio="0.0013000" products="443 111"
 
4571
 <br/>      channel: onMode="1" bRatio="0.0324000" products="443 221"
 
4572
 <br/>      channel: onMode="1" bRatio="0.0933000" products="445 22"
 
4573
 <br/>      channel: onMode="1" bRatio="0.0002100" products="2212 -2212"
 
4574
 <br/>      channel: onMode="1" bRatio="0.0001300" products="2224 -2224"
 
4575
 <br/>      channel: onMode="1" bRatio="0.0001800" products="3122 -3122"
 
4576
 <br/>      channel: onMode="1" bRatio="0.0001200" products="3212 -3212"
 
4577
 <br/>      channel: onMode="1" bRatio="0.0001100" products="3224 -3224"
 
4578
 <br/>      channel: onMode="1" bRatio="0.0000900" products="3312 -3312"
 
4579
 <br/>      channel: onMode="1" bRatio="0.0002140" products="10113 111"
 
4580
 <br/>      channel: onMode="1" bRatio="0.0002140" products="10213 -211"
 
4581
 <br/>      channel: onMode="1" bRatio="0.0002140" products="-10213 211"
 
4582
 <br/>      channel: onMode="1" bRatio="0.0010000" products="10323 -321"
 
4583
 <br/>      channel: onMode="1" bRatio="0.0010000" products="-10323 321"
 
4584
 <br/>      channel: onMode="1" bRatio="0.0922000" products="10441 22"
 
4585
 <br/>      channel: onMode="1" bRatio="0.0008000" products="10443 111"
 
4586
 <br/>      channel: onMode="1" bRatio="0.0907000" products="20443 22"
 
4587
 <br/>      channel: onMode="1" bRatio="0.0001640" products="211 -211 111"
 
4588
 <br/>      channel: onMode="1" bRatio="0.0004200" products="211 -211 113"
 
4589
 <br/>      channel: onMode="1" bRatio="0.0001500" products="321 -321 223"
 
4590
 <br/>      channel: onMode="1" bRatio="0.0001500" products="333 211 -211"
 
4591
 <br/>      channel: onMode="1" bRatio="0.0000600" products="333 321 -321"
 
4592
 <br/>      channel: onMode="1" bRatio="0.1658000" products="443 111 111"
 
4593
 <br/>      channel: onMode="1" bRatio="0.3366000" products="443 211 -211"
 
4594
 <br/>      channel: onMode="1" bRatio="0.0001400" products="2212 -2212 111"
 
4595
 <br/>      channel: onMode="1" bRatio="0.0002200" products="310 310 211 -211"
 
4596
 <br/>      channel: onMode="1" bRatio="0.0016000" products="321 -321 211 -211"
 
4597
 <br/>      channel: onMode="1" bRatio="0.0008000" products="2212 -2212 211 -211"
 
4598
 <br/>      channel: onMode="1" bRatio="0.0030000" products="211 211 -211 -211 111"
 
4599
 <br/>      channel: onMode="1" bRatio="0.0001500" products="211 211 211 -211 -211 -211"
 
4600
 <br/>      channel: onMode="1" bRatio="0.0035000" products="211 211 211 -211 -211 -211 111"
 
4601
 <br/>      channel: onMode="1" bRatio="0.0168000" meMode="53" products="83 -83"
 
4602
 <br/>      channel: onMode="1" bRatio="0.1258780" meMode="92" products="21 21 21"
 
4603
 <br/>      channel: onMode="1" bRatio="0.0089380" meMode="92" products="22 21 21"
 
4604
 
 
4605
<p/>particle: id="100553" name="Upsilon(2S)" spinType="3" chargeType="0" colType="0"
 
4606
          m0="10.02327" mWidth="0.00003" mMin="10.02297" mMax="10.02357"
 
4607
 <br/>      channel: onMode="1" bRatio="0.0191000" products="11 -11"
 
4608
 <br/>      channel: onMode="1" bRatio="0.0193000" products="13 -13"
 
4609
 <br/>      channel: onMode="1" bRatio="0.0170000" products="15 -15"
 
4610
 <br/>      channel: onMode="1" bRatio="0.0670000" products="555 22"
 
4611
 <br/>      channel: onMode="1" bRatio="0.0430000" products="10551 22"
 
4612
 <br/>      channel: onMode="1" bRatio="0.0660000" products="20553 22"
 
4613
 <br/>      channel: onMode="1" bRatio="0.0900000" products="553 111 111"
 
4614
 <br/>      channel: onMode="1" bRatio="0.1850000" products="553 211 -211"
 
4615
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="91" products="1 -1"
 
4616
 <br/>      channel: onMode="1" bRatio="0.0200000" meMode="91" products="2 -2"
 
4617
 <br/>      channel: onMode="1" bRatio="0.0050000" meMode="91" products="3 -3"
 
4618
 <br/>      channel: onMode="1" bRatio="0.0200000" meMode="91" products="4 -4"
 
4619
 <br/>      channel: onMode="1" bRatio="0.4276000" meMode="92" products="21 21 21"
 
4620
 <br/>      channel: onMode="1" bRatio="0.0160000" meMode="92" products="22 21 21"
 
4621
 
 
4622
<p/>particle: id="1000001" name="~d_L" antiName="~d_Lbar" spinType="1" chargeType="-1" colType="1"
 
4623
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
4624
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 1"
 
4625
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 2"
 
4626
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 2"
 
4627
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1"
 
4628
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"
 
4629
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"
 
4630
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1"
 
4631
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -24"
 
4632
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -24"
 
4633
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -37"
 
4634
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -37"
 
4635
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1"
 
4636
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"
 
4637
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"
 
4638
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"
 
4639
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"
 
4640
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"
 
4641
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"
 
4642
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"
 
4643
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"
 
4644
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"
 
4645
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1"
 
4646
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2"
 
4647
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3"
 
4648
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4"
 
4649
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5"
 
4650
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6"
 
4651
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1"
 
4652
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2"
 
4653
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3"
 
4654
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4"
 
4655
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5"
 
4656
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6"
 
4657
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1"
 
4658
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2"
 
4659
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3"
 
4660
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4"
 
4661
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5"
 
4662
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6"
 
4663
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3"
 
4664
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -5"
 
4665
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3"
 
4666
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -5"
 
4667
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3"
 
4668
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -5"
 
4669
 
 
4670
<p/>particle: id="1000002" name="~u_L" antiName="~u_Lbar" spinType="1" chargeType="2" colType="1"
 
4671
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
4672
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 2"
 
4673
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1"
 
4674
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1"
 
4675
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2"
 
4676
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2"
 
4677
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2"
 
4678
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2"
 
4679
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 24"
 
4680
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 24"
 
4681
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 37"
 
4682
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 37"
 
4683
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"
 
4684
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"
 
4685
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"
 
4686
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"
 
4687
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"
 
4688
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"
 
4689
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"
 
4690
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"
 
4691
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"
 
4692
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"
 
4693
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"
 
4694
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"
 
4695
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"
 
4696
 
 
4697
<p/>particle: id="1000003" name="~s_L" antiName="~s_Lbar" spinType="1" chargeType="-1" colType="1"
 
4698
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
4699
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 3"
 
4700
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 4"
 
4701
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 4"
 
4702
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3"
 
4703
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"
 
4704
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"
 
4705
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3"
 
4706
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -24"
 
4707
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -24"
 
4708
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -37"
 
4709
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -37"
 
4710
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3"
 
4711
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"
 
4712
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"
 
4713
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"
 
4714
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"
 
4715
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"
 
4716
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"
 
4717
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"
 
4718
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"
 
4719
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"
 
4720
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1"
 
4721
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2"
 
4722
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3"
 
4723
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4"
 
4724
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5"
 
4725
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6"
 
4726
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1"
 
4727
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2"
 
4728
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3"
 
4729
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4"
 
4730
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5"
 
4731
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6"
 
4732
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1"
 
4733
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2"
 
4734
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3"
 
4735
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4"
 
4736
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5"
 
4737
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6"
 
4738
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1"
 
4739
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -5"
 
4740
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1"
 
4741
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -5"
 
4742
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1"
 
4743
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -5"
 
4744
 
 
4745
<p/>particle: id="1000004" name="~c_L" antiName="~c_Lbar" spinType="1" chargeType="2" colType="1"
 
4746
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
4747
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 4"
 
4748
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3"
 
4749
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3"
 
4750
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4"
 
4751
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4"
 
4752
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4"
 
4753
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4"
 
4754
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 24"
 
4755
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 24"
 
4756
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 37"
 
4757
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 37"
 
4758
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4"
 
4759
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"
 
4760
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"
 
4761
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"
 
4762
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"
 
4763
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"
 
4764
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"
 
4765
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"
 
4766
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"
 
4767
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"
 
4768
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"
 
4769
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"
 
4770
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"
 
4771
 
 
4772
<p/>particle: id="1000005" name="~b_1" antiName="~b_1bar" spinType="1" chargeType="-1" colType="1"
 
4773
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
4774
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 5"
 
4775
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 6"
 
4776
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 6"
 
4777
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5"
 
4778
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"
 
4779
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"
 
4780
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5"
 
4781
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -24"
 
4782
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -24"
 
4783
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -37"
 
4784
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -37"
 
4785
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5"
 
4786
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"
 
4787
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"
 
4788
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"
 
4789
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"
 
4790
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"
 
4791
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"
 
4792
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"
 
4793
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"
 
4794
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"
 
4795
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1"
 
4796
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2"
 
4797
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3"
 
4798
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4"
 
4799
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5"
 
4800
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6"
 
4801
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1"
 
4802
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2"
 
4803
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3"
 
4804
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4"
 
4805
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5"
 
4806
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6"
 
4807
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1"
 
4808
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2"
 
4809
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3"
 
4810
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4"
 
4811
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5"
 
4812
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6"
 
4813
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1"
 
4814
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3"
 
4815
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1"
 
4816
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3"
 
4817
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1"
 
4818
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3"
 
4819
 
 
4820
<p/>particle: id="1000006" name="~t_1" antiName="~t_1bar" spinType="1" chargeType="2" colType="1"
 
4821
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
4822
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 6"
 
4823
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5"
 
4824
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5"
 
4825
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6"
 
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 6"
 
4828
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6"
 
4829
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 24"
 
4830
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 24"
 
4831
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 37"
 
4832
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 37"
 
4833
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6"
 
4834
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4"
 
4835
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"
 
4836
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"
 
4837
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"
 
4838
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"
 
4839
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"
 
4840
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"
 
4841
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"
 
4842
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"
 
4843
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"
 
4844
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"
 
4845
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"
 
4846
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"
 
4847
 
 
4848
<p/>particle: id="1000011" name="~e_L-" antiName="~e_L+" spinType="1" chargeType="-3" colType="0"
 
4849
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
4850
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 11"
 
4851
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 12"
 
4852
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 12"
 
4853
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 11"
 
4854
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 11"
 
4855
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 11"
 
4856
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 11"
 
4857
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -24"
 
4858
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -24"
 
4859
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -37"
 
4860
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13"
 
4861
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15"
 
4862
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11"
 
4863
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15"
 
4864
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11"
 
4865
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13"
 
4866
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 11"
 
4867
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 13"
 
4868
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 15"
 
4869
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 11"
 
4870
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 13"
 
4871
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 15"
 
4872
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"
 
4873
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"
 
4874
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"
 
4875
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"
 
4876
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"
 
4877
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"
 
4878
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"
 
4879
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"
 
4880
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"
 
4881
 
 
4882
<p/>particle: id="1000012" name="~nu_eL" antiName="~nu_eLbar" spinType="1" chargeType="0" colType="0"
 
4883
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
4884
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 12"
 
4885
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 11"
 
4886
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 11"
 
4887
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 12"
 
4888
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 12"
 
4889
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 12"
 
4890
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 12"
 
4891
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 24"
 
4892
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 24"
 
4893
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 37"
 
4894
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 37"
 
4895
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 11"
 
4896
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 13"
 
4897
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 15"
 
4898
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 11"
 
4899
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 13"
 
4900
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 15"
 
4901
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 1"
 
4902
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 3"
 
4903
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 5"
 
4904
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 1"
 
4905
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 3"
 
4906
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 5"
 
4907
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 1"
 
4908
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 3"
 
4909
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 5"
 
4910
 
 
4911
<p/>particle: id="1000013" name="~mu_L-" antiName="~mu_L+" spinType="1" chargeType="-3" colType="0"
 
4912
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
4913
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 13"
 
4914
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 14"
 
4915
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 14"
 
4916
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 13"
 
4917
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 13"
 
4918
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 13"
 
4919
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 13"
 
4920
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -24"
 
4921
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -24"
 
4922
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -37"
 
4923
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -37"
 
4924
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13"
 
4925
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15"
 
4926
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11"
 
4927
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15"
 
4928
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11"
 
4929
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13"
 
4930
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 11"
 
4931
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 13"
 
4932
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 15"
 
4933
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 11"
 
4934
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 13"
 
4935
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 15"
 
4936
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"
 
4937
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"
 
4938
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"
 
4939
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"
 
4940
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"
 
4941
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"
 
4942
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"
 
4943
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"
 
4944
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"
 
4945
 
 
4946
<p/>particle: id="1000014" name="~nu_muL" antiName="~nu_muLbar" spinType="1" chargeType="0" colType="0"
 
4947
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
4948
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 14"
 
4949
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 13"
 
4950
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 13"
 
4951
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 14"
 
4952
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 14"
 
4953
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 14"
 
4954
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 14"
 
4955
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 24"
 
4956
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 24"
 
4957
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 37"
 
4958
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 37"
 
4959
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 11"
 
4960
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 13"
 
4961
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 15"
 
4962
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 11"
 
4963
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 13"
 
4964
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 15"
 
4965
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 1"
 
4966
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 3"
 
4967
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 5"
 
4968
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 1"
 
4969
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 3"
 
4970
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 5"
 
4971
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 1"
 
4972
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 3"
 
4973
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 5"
 
4974
 
 
4975
<p/>particle: id="1000015" name="~tau_1-" antiName="~tau_1+" spinType="1" chargeType="-3" colType="0"
 
4976
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
4977
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 15"
 
4978
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 16"
 
4979
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 16"
 
4980
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 15"
 
4981
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 15"
 
4982
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 15"
 
4983
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 15"
 
4984
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -24"
 
4985
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -24"
 
4986
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -37"
 
4987
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -37"
 
4988
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13"
 
4989
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15"
 
4990
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11"
 
4991
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15"
 
4992
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11"
 
4993
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13"
 
4994
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 11"
 
4995
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 13"
 
4996
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 15"
 
4997
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 11"
 
4998
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 13"
 
4999
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 15"
 
5000
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"
 
5001
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"
 
5002
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"
 
5003
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"
 
5004
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"
 
5005
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"
 
5006
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"
 
5007
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"
 
5008
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"
 
5009
 
 
5010
<p/>particle: id="1000016" name="~nu_tauL" antiName="~nu_tauLbar" spinType="1" chargeType="0" colType="0"
 
5011
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
5012
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 16"
 
5013
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 15"
 
5014
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 15"
 
5015
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 16"
 
5016
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 16"
 
5017
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 16"
 
5018
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 16"
 
5019
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 24"
 
5020
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 24"
 
5021
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 37"
 
5022
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 37"
 
5023
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 11"
 
5024
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 13"
 
5025
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 15"
 
5026
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 11"
 
5027
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 13"
 
5028
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 15"
 
5029
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 1"
 
5030
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 3"
 
5031
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 5"
 
5032
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 1"
 
5033
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 3"
 
5034
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 5"
 
5035
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 1"
 
5036
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 3"
 
5037
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 5"
 
5038
 
 
5039
<p/>particle: id="1000021" name="~g" spinType="2" chargeType="0" colType="2"
 
5040
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
5041
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 21"
 
5042
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1"
 
5043
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 1"
 
5044
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -1"
 
5045
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 1"
 
5046
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2"
 
5047
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2"
 
5048
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2"
 
5049
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 2"
 
5050
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -3"
 
5051
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 3"
 
5052
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -3"
 
5053
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 3"
 
5054
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -4"
 
5055
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 4"
 
5056
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -4"
 
5057
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 4"
 
5058
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -5"
 
5059
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 5"
 
5060
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -5"
 
5061
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 5"
 
5062
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -6"
 
5063
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 6"
 
5064
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -6"
 
5065
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000006 6"
 
5066
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -1"
 
5067
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -3"
 
5068
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -5"
 
5069
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -2"
 
5070
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -4"
 
5071
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -6"
 
5072
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -1"
 
5073
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -3"
 
5074
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -5"
 
5075
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -2"
 
5076
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -4"
 
5077
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6 -6"
 
5078
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1 -1"
 
5079
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3 -3"
 
5080
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5 -5"
 
5081
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2 -2"
 
5082
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4 -4"
 
5083
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6 -6"
 
5084
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1 -1"
 
5085
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3 -3"
 
5086
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5 -5"
 
5087
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2 -2"
 
5088
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4 -4"
 
5089
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6 -6"
 
5090
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -2"
 
5091
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 2"
 
5092
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -4"
 
5093
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 4"
 
5094
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -6"
 
5095
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 6"
 
5096
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1 -2"
 
5097
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 2"
 
5098
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -4"
 
5099
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 4"
 
5100
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -6"
 
5101
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 6"
 
5102
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 1"
 
5103
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -1"
 
5104
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 1"
 
5105
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -1"
 
5106
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 3"
 
5107
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -3"
 
5108
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 3"
 
5109
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -3"
 
5110
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 5"
 
5111
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -5"
 
5112
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 5"
 
5113
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -5"
 
5114
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 1"
 
5115
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -1"
 
5116
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 1"
 
5117
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -1"
 
5118
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 3"
 
5119
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -3"
 
5120
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 3"
 
5121
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -3"
 
5122
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 5"
 
5123
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -5"
 
5124
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 5"
 
5125
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -5"
 
5126
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 1"
 
5127
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -1"
 
5128
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 1"
 
5129
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -1"
 
5130
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 3"
 
5131
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -3"
 
5132
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 3"
 
5133
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -3"
 
5134
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 5"
 
5135
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -5"
 
5136
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 5"
 
5137
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -5"
 
5138
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 1"
 
5139
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -1"
 
5140
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 1"
 
5141
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -1"
 
5142
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 3"
 
5143
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -3"
 
5144
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 3"
 
5145
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -3"
 
5146
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 5"
 
5147
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -5"
 
5148
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 5"
 
5149
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -5"
 
5150
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 1"
 
5151
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -1"
 
5152
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 1"
 
5153
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -1"
 
5154
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 3"
 
5155
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -3"
 
5156
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 3"
 
5157
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -3"
 
5158
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 5"
 
5159
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -5"
 
5160
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 5"
 
5161
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -5"
 
5162
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 1"
 
5163
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -1"
 
5164
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 1"
 
5165
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -1"
 
5166
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 3"
 
5167
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -3"
 
5168
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 3"
 
5169
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -3"
 
5170
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 5"
 
5171
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -5"
 
5172
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 5"
 
5173
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -5"
 
5174
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 1"
 
5175
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -1"
 
5176
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 1"
 
5177
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -1"
 
5178
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 3"
 
5179
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -3"
 
5180
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 3"
 
5181
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -3"
 
5182
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 5"
 
5183
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -5"
 
5184
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 5"
 
5185
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -5"
 
5186
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 1"
 
5187
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -1"
 
5188
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 1"
 
5189
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -1"
 
5190
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 3"
 
5191
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -3"
 
5192
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 3"
 
5193
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -3"
 
5194
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 5"
 
5195
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -5"
 
5196
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 5"
 
5197
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -5"
 
5198
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 1"
 
5199
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -1"
 
5200
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 1"
 
5201
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -1"
 
5202
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 3"
 
5203
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -3"
 
5204
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 3"
 
5205
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -3"
 
5206
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 5"
 
5207
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -5"
 
5208
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 5"
 
5209
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -5"
 
5210
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -3"
 
5211
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 3"
 
5212
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -5"
 
5213
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 5"
 
5214
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3 -5"
 
5215
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 3 5"
 
5216
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -3"
 
5217
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 3"
 
5218
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -5"
 
5219
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 5"
 
5220
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3 -5"
 
5221
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 3 5"
 
5222
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -3"
 
5223
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 3"
 
5224
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -5"
 
5225
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 5"
 
5226
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3 -5"
 
5227
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 3 5"
 
5228
 
 
5229
<p/>particle: id="1000022" name="~chi_10" spinType="2" chargeType="0" colType="0"
 
5230
          m0="500.00000" mWidth="1.00000" mMin="20.00000" mMax="0.00000"
 
5231
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 22"
 
5232
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 23"
 
5233
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 25"
 
5234
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 35"
 
5235
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 36"
 
5236
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 11"
 
5237
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -11"
 
5238
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 13"
 
5239
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -13"
 
5240
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 15"
 
5241
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -15"
 
5242
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 11"
 
5243
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -11"
 
5244
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 13"
 
5245
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -13"
 
5246
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 15"
 
5247
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -15"
 
5248
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 11"
 
5249
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -11"
 
5250
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 13"
 
5251
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -13"
 
5252
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 15"
 
5253
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -15"
 
5254
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 11"
 
5255
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -11"
 
5256
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 13"
 
5257
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -13"
 
5258
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 15"
 
5259
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -15"
 
5260
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 11"
 
5261
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -11"
 
5262
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 13"
 
5263
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -13"
 
5264
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 15"
 
5265
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -15"
 
5266
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 11"
 
5267
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -11"
 
5268
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 13"
 
5269
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -13"
 
5270
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 15"
 
5271
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -15"
 
5272
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 1"
 
5273
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -1"
 
5274
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 1"
 
5275
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -1"
 
5276
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 3"
 
5277
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -3"
 
5278
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 3"
 
5279
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -3"
 
5280
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 5"
 
5281
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -5"
 
5282
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 5"
 
5283
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -5"
 
5284
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 1"
 
5285
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -1"
 
5286
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 1"
 
5287
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -1"
 
5288
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 3"
 
5289
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -3"
 
5290
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 3"
 
5291
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -3"
 
5292
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 5"
 
5293
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -5"
 
5294
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 5"
 
5295
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -5"
 
5296
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 1"
 
5297
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -1"
 
5298
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 1"
 
5299
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -1"
 
5300
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 3"
 
5301
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -3"
 
5302
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 3"
 
5303
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -3"
 
5304
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 5"
 
5305
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -5"
 
5306
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 5"
 
5307
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -5"
 
5308
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 1"
 
5309
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -1"
 
5310
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 1"
 
5311
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -1"
 
5312
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 3"
 
5313
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -3"
 
5314
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 3"
 
5315
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -3"
 
5316
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 5"
 
5317
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -5"
 
5318
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 5"
 
5319
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -5"
 
5320
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 1"
 
5321
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -1"
 
5322
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 1"
 
5323
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -1"
 
5324
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 3"
 
5325
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -3"
 
5326
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 3"
 
5327
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -3"
 
5328
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 5"
 
5329
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -5"
 
5330
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 5"
 
5331
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -5"
 
5332
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 1"
 
5333
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -1"
 
5334
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 1"
 
5335
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -1"
 
5336
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 3"
 
5337
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -3"
 
5338
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 3"
 
5339
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -3"
 
5340
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 5"
 
5341
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -5"
 
5342
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 5"
 
5343
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -5"
 
5344
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 1"
 
5345
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -1"
 
5346
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 1"
 
5347
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -1"
 
5348
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 3"
 
5349
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -3"
 
5350
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 3"
 
5351
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -3"
 
5352
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 5"
 
5353
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -5"
 
5354
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 5"
 
5355
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -5"
 
5356
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 1"
 
5357
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -1"
 
5358
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 1"
 
5359
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -1"
 
5360
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 3"
 
5361
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -3"
 
5362
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 3"
 
5363
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -3"
 
5364
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 5"
 
5365
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -5"
 
5366
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 5"
 
5367
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -5"
 
5368
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 1"
 
5369
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -1"
 
5370
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 1"
 
5371
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -1"
 
5372
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 3"
 
5373
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -3"
 
5374
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 3"
 
5375
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -3"
 
5376
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 5"
 
5377
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -5"
 
5378
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 5"
 
5379
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -5"
 
5380
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -3"
 
5381
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 3"
 
5382
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -5"
 
5383
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 5"
 
5384
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3 -5"
 
5385
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 3 5"
 
5386
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -3"
 
5387
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 3"
 
5388
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -5"
 
5389
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 5"
 
5390
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3 -5"
 
5391
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 3 5"
 
5392
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -3"
 
5393
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 3"
 
5394
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -5"
 
5395
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 5"
 
5396
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3 -5"
 
5397
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 3 5"
 
5398
 
 
5399
<p/>particle: id="1000023" name="~chi_20" spinType="2" chargeType="0" colType="0"
 
5400
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
5401
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 22"
 
5402
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 23"
 
5403
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 25"
 
5404
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 35"
 
5405
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 36"
 
5406
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 22"
 
5407
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 23"
 
5408
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 11 -11"
 
5409
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 13 -13"
 
5410
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 15 -15"
 
5411
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 12 -12"
 
5412
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 14 -14"
 
5413
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 16 -16"
 
5414
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -1"
 
5415
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -3"
 
5416
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -5"
 
5417
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -2"
 
5418
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -4"
 
5419
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 25"
 
5420
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 35"
 
5421
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 36"
 
5422
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -24"
 
5423
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 24"
 
5424
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 11 -12"
 
5425
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -11 12"
 
5426
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 13 -14"
 
5427
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -13 14"
 
5428
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 15 -16"
 
5429
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -15 16"
 
5430
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -2"
 
5431
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 2"
 
5432
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -4"
 
5433
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 4"
 
5434
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -24"
 
5435
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 24"
 
5436
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 11 -12"
 
5437
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -11 12"
 
5438
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 13 -14"
 
5439
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -13 14"
 
5440
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 15 -16"
 
5441
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -15 16"
 
5442
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1 -2"
 
5443
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 2"
 
5444
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -4"
 
5445
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 4"
 
5446
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -37"
 
5447
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 37"
 
5448
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -37"
 
5449
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 37"
 
5450
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1"
 
5451
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 1"
 
5452
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -1"
 
5453
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 1"
 
5454
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2"
 
5455
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2"
 
5456
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2"
 
5457
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 2"
 
5458
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -3"
 
5459
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 3"
 
5460
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -3"
 
5461
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 3"
 
5462
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -4"
 
5463
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 4"
 
5464
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -4"
 
5465
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 4"
 
5466
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -5"
 
5467
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 5"
 
5468
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -5"
 
5469
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 5"
 
5470
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -6"
 
5471
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 6"
 
5472
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -6"
 
5473
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000006 6"
 
5474
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -11"
 
5475
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 11"
 
5476
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -11"
 
5477
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000011 11"
 
5478
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -12"
 
5479
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 12"
 
5480
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -12"
 
5481
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000012 12"
 
5482
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -13"
 
5483
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 13"
 
5484
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -13"
 
5485
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000013 13"
 
5486
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -14"
 
5487
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 14"
 
5488
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -14"
 
5489
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000014 14"
 
5490
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -15"
 
5491
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 15"
 
5492
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -15"
 
5493
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 15"
 
5494
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -16"
 
5495
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 16"
 
5496
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -16"
 
5497
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000016 16"
 
5498
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -1"
 
5499
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -3"
 
5500
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -5"
 
5501
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -2"
 
5502
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -4"
 
5503
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 11"
 
5504
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -11"
 
5505
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 13"
 
5506
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -13"
 
5507
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 15"
 
5508
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -15"
 
5509
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 11"
 
5510
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -11"
 
5511
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 13"
 
5512
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -13"
 
5513
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 15"
 
5514
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -15"
 
5515
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 11"
 
5516
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -11"
 
5517
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 13"
 
5518
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -13"
 
5519
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 15"
 
5520
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -15"
 
5521
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 11"
 
5522
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -11"
 
5523
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 13"
 
5524
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -13"
 
5525
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 15"
 
5526
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -15"
 
5527
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 11"
 
5528
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -11"
 
5529
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 13"
 
5530
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -13"
 
5531
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 15"
 
5532
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -15"
 
5533
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 11"
 
5534
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -11"
 
5535
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 13"
 
5536
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -13"
 
5537
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 15"
 
5538
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -15"
 
5539
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 1"
 
5540
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -1"
 
5541
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 1"
 
5542
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -1"
 
5543
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 3"
 
5544
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -3"
 
5545
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 3"
 
5546
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -3"
 
5547
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 5"
 
5548
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -5"
 
5549
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 5"
 
5550
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -5"
 
5551
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 1"
 
5552
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -1"
 
5553
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 1"
 
5554
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -1"
 
5555
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 3"
 
5556
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -3"
 
5557
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 3"
 
5558
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -3"
 
5559
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 5"
 
5560
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -5"
 
5561
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 5"
 
5562
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -5"
 
5563
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 1"
 
5564
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -1"
 
5565
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 1"
 
5566
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -1"
 
5567
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 3"
 
5568
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -3"
 
5569
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 3"
 
5570
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -3"
 
5571
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 5"
 
5572
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -5"
 
5573
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 5"
 
5574
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -5"
 
5575
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 1"
 
5576
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -1"
 
5577
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 1"
 
5578
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -1"
 
5579
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 3"
 
5580
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -3"
 
5581
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 3"
 
5582
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -3"
 
5583
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 5"
 
5584
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -5"
 
5585
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 5"
 
5586
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -5"
 
5587
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 1"
 
5588
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -1"
 
5589
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 1"
 
5590
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -1"
 
5591
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 3"
 
5592
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -3"
 
5593
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 3"
 
5594
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -3"
 
5595
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 5"
 
5596
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -5"
 
5597
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 5"
 
5598
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -5"
 
5599
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 1"
 
5600
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -1"
 
5601
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 1"
 
5602
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -1"
 
5603
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 3"
 
5604
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -3"
 
5605
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 3"
 
5606
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -3"
 
5607
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 5"
 
5608
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -5"
 
5609
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 5"
 
5610
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -5"
 
5611
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 1"
 
5612
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -1"
 
5613
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 1"
 
5614
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -1"
 
5615
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 3"
 
5616
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -3"
 
5617
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 3"
 
5618
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -3"
 
5619
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 5"
 
5620
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -5"
 
5621
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 5"
 
5622
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -5"
 
5623
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 1"
 
5624
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -1"
 
5625
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 1"
 
5626
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -1"
 
5627
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 3"
 
5628
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -3"
 
5629
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 3"
 
5630
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -3"
 
5631
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 5"
 
5632
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -5"
 
5633
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 5"
 
5634
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -5"
 
5635
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 1"
 
5636
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -1"
 
5637
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 1"
 
5638
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -1"
 
5639
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 3"
 
5640
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -3"
 
5641
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 3"
 
5642
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -3"
 
5643
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 5"
 
5644
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -5"
 
5645
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 5"
 
5646
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -5"
 
5647
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -3"
 
5648
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 3"
 
5649
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -5"
 
5650
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 5"
 
5651
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3 -5"
 
5652
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 3 5"
 
5653
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -3"
 
5654
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 3"
 
5655
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -5"
 
5656
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 5"
 
5657
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3 -5"
 
5658
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 3 5"
 
5659
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -3"
 
5660
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 3"
 
5661
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -5"
 
5662
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 5"
 
5663
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3 -5"
 
5664
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 3 5"
 
5665
 
 
5666
<p/>particle: id="1000024" name="~chi_1+" antiName="~chi_1-" spinType="2" chargeType="3" colType="0"
 
5667
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
5668
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 24"
 
5669
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 37"
 
5670
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 24"
 
5671
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -11 12"
 
5672
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -13 14"
 
5673
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -15 16"
 
5674
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -1 2"
 
5675
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -3 4"
 
5676
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 24"
 
5677
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -11 12"
 
5678
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -13 14"
 
5679
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -15 16"
 
5680
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -1 2"
 
5681
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -3 4"
 
5682
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 24"
 
5683
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -11 12"
 
5684
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -13 14"
 
5685
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -15 16"
 
5686
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -1 2"
 
5687
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -3 4"
 
5688
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 24"
 
5689
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -11 12"
 
5690
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -13 14"
 
5691
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -15 16"
 
5692
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -1 2"
 
5693
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -3 4"
 
5694
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 37"
 
5695
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 37"
 
5696
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 37"
 
5697
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 37"
 
5698
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -1"
 
5699
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -1"
 
5700
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 2"
 
5701
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 2"
 
5702
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -3"
 
5703
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -3"
 
5704
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 4"
 
5705
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 4"
 
5706
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -5"
 
5707
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -5"
 
5708
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 6"
 
5709
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 6"
 
5710
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -11"
 
5711
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -11"
 
5712
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 12"
 
5713
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000011 12"
 
5714
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -13"
 
5715
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -13"
 
5716
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 14"
 
5717
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000013 14"
 
5718
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -15"
 
5719
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -15"
 
5720
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 16"
 
5721
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 16"
 
5722
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -1 2"
 
5723
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -3 4"
 
5724
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 12"
 
5725
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -11"
 
5726
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 11"
 
5727
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 14"
 
5728
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -13"
 
5729
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 13"
 
5730
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 16"
 
5731
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -15"
 
5732
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 15"
 
5733
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 12"
 
5734
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -11"
 
5735
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 11"
 
5736
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 14"
 
5737
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -13"
 
5738
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 13"
 
5739
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 16"
 
5740
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -15"
 
5741
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 15"
 
5742
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 12"
 
5743
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 11"
 
5744
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 14"
 
5745
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 13"
 
5746
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 16"
 
5747
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 15"
 
5748
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 12"
 
5749
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -11"
 
5750
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 11"
 
5751
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 14"
 
5752
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -13"
 
5753
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 13"
 
5754
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 16"
 
5755
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -15"
 
5756
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 15"
 
5757
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 12"
 
5758
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 11"
 
5759
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 14"
 
5760
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 13"
 
5761
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 16"
 
5762
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 15"
 
5763
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 12"
 
5764
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 11"
 
5765
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 14"
 
5766
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 13"
 
5767
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 16"
 
5768
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 15"
 
5769
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 2"
 
5770
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 2"
 
5771
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 1"
 
5772
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -1"
 
5773
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 4"
 
5774
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 4"
 
5775
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 3"
 
5776
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -3"
 
5777
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 6"
 
5778
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 6"
 
5779
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 5"
 
5780
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -5"
 
5781
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 2"
 
5782
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 2"
 
5783
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 1"
 
5784
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -1"
 
5785
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 4"
 
5786
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 4"
 
5787
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 3"
 
5788
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -3"
 
5789
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 6"
 
5790
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 6"
 
5791
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 5"
 
5792
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -5"
 
5793
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 2"
 
5794
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 2"
 
5795
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 1"
 
5796
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -1"
 
5797
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 4"
 
5798
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 4"
 
5799
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 3"
 
5800
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -3"
 
5801
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 6"
 
5802
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 6"
 
5803
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 5"
 
5804
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -5"
 
5805
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 2"
 
5806
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 2"
 
5807
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 1"
 
5808
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -1"
 
5809
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 4"
 
5810
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 4"
 
5811
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 3"
 
5812
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -3"
 
5813
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 6"
 
5814
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 6"
 
5815
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 5"
 
5816
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -5"
 
5817
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 2"
 
5818
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 2"
 
5819
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 1"
 
5820
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -1"
 
5821
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 4"
 
5822
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 4"
 
5823
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 3"
 
5824
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -3"
 
5825
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 6"
 
5826
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 6"
 
5827
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 5"
 
5828
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -5"
 
5829
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 2"
 
5830
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 2"
 
5831
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 1"
 
5832
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -1"
 
5833
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 4"
 
5834
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 4"
 
5835
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 3"
 
5836
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -3"
 
5837
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 6"
 
5838
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 6"
 
5839
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 5"
 
5840
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -5"
 
5841
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 2"
 
5842
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 2"
 
5843
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 1"
 
5844
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -1"
 
5845
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 4"
 
5846
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 4"
 
5847
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 3"
 
5848
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -3"
 
5849
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 6"
 
5850
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 6"
 
5851
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 5"
 
5852
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -5"
 
5853
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 2"
 
5854
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 2"
 
5855
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 1"
 
5856
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -1"
 
5857
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 4"
 
5858
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 4"
 
5859
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 3"
 
5860
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -3"
 
5861
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 6"
 
5862
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 6"
 
5863
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 5"
 
5864
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -5"
 
5865
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 2"
 
5866
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 2"
 
5867
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 1"
 
5868
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -1"
 
5869
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 4"
 
5870
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 4"
 
5871
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 3"
 
5872
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -3"
 
5873
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 6"
 
5874
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 6"
 
5875
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 5"
 
5876
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -5"
 
5877
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 2 3"
 
5878
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -1 -3"
 
5879
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 2 5"
 
5880
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -1 -5"
 
5881
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 4 1"
 
5882
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 4 3"
 
5883
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3 -3"
 
5884
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 4 5"
 
5885
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3 -5"
 
5886
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 6 1"
 
5887
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 6 3"
 
5888
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 6 5"
 
5889
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5 -5"
 
5890
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 4 1"
 
5891
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 4 5"
 
5892
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -3 -5"
 
5893
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 6 1"
 
5894
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 6 3"
 
5895
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 6 5"
 
5896
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5 -5"
 
5897
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 6 1"
 
5898
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 6 3"
 
5899
 
 
5900
<p/>particle: id="1000025" name="~chi_30" spinType="2" chargeType="0" colType="0"
 
5901
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
5902
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 22"
 
5903
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 23"
 
5904
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 25"
 
5905
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 35"
 
5906
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 36"
 
5907
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 22"
 
5908
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 23"
 
5909
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 11 -11"
 
5910
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 13 -13"
 
5911
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 15 -15"
 
5912
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 12 -12"
 
5913
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 14 -14"
 
5914
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 16 -16"
 
5915
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -1"
 
5916
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -3"
 
5917
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -5"
 
5918
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -2"
 
5919
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -4"
 
5920
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 25"
 
5921
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 35"
 
5922
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 36"
 
5923
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 22"
 
5924
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 23"
 
5925
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 11 -11"
 
5926
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 13 -13"
 
5927
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 15 -15"
 
5928
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 12 -12"
 
5929
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 14 -14"
 
5930
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 16 -16"
 
5931
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -1"
 
5932
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -3"
 
5933
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -5"
 
5934
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -2"
 
5935
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -4"
 
5936
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 25"
 
5937
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 35"
 
5938
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 36"
 
5939
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -24"
 
5940
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 24"
 
5941
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 11 -12"
 
5942
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -11 12"
 
5943
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 13 -14"
 
5944
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -13 14"
 
5945
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 15 -16"
 
5946
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -15 16"
 
5947
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -2"
 
5948
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 2"
 
5949
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -4"
 
5950
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 4"
 
5951
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -24"
 
5952
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 24"
 
5953
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 11 -12"
 
5954
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -11 12"
 
5955
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 13 -14"
 
5956
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -13 14"
 
5957
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 15 -16"
 
5958
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -15 16"
 
5959
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1 -2"
 
5960
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 2"
 
5961
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -4"
 
5962
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 4"
 
5963
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -37"
 
5964
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 37"
 
5965
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -37"
 
5966
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 37"
 
5967
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1"
 
5968
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 1"
 
5969
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -1"
 
5970
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 1"
 
5971
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2"
 
5972
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2"
 
5973
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2"
 
5974
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 2"
 
5975
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -3"
 
5976
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 3"
 
5977
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -3"
 
5978
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 3"
 
5979
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -4"
 
5980
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 4"
 
5981
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -4"
 
5982
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 4"
 
5983
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -5"
 
5984
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 5"
 
5985
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -5"
 
5986
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 5"
 
5987
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -6"
 
5988
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 6"
 
5989
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -6"
 
5990
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000006 6"
 
5991
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -11"
 
5992
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 11"
 
5993
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -11"
 
5994
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000011 11"
 
5995
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -12"
 
5996
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 12"
 
5997
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -12"
 
5998
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000012 12"
 
5999
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -13"
 
6000
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 13"
 
6001
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -13"
 
6002
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000013 13"
 
6003
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -14"
 
6004
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 14"
 
6005
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -14"
 
6006
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000014 14"
 
6007
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -15"
 
6008
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 15"
 
6009
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -15"
 
6010
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 15"
 
6011
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -16"
 
6012
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 16"
 
6013
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -16"
 
6014
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000016 16"
 
6015
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -1"
 
6016
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -3"
 
6017
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -5"
 
6018
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -2"
 
6019
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -4"
 
6020
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 11"
 
6021
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -11"
 
6022
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 13"
 
6023
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -13"
 
6024
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 15"
 
6025
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -15"
 
6026
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 11"
 
6027
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -11"
 
6028
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 13"
 
6029
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -13"
 
6030
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 15"
 
6031
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -15"
 
6032
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 11"
 
6033
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -11"
 
6034
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 13"
 
6035
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -13"
 
6036
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 15"
 
6037
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -15"
 
6038
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 11"
 
6039
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -11"
 
6040
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 13"
 
6041
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -13"
 
6042
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 15"
 
6043
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -15"
 
6044
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 11"
 
6045
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -11"
 
6046
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 13"
 
6047
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -13"
 
6048
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 15"
 
6049
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -15"
 
6050
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 11"
 
6051
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -11"
 
6052
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 13"
 
6053
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -13"
 
6054
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 15"
 
6055
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -15"
 
6056
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 1"
 
6057
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -1"
 
6058
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 1"
 
6059
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -1"
 
6060
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 3"
 
6061
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -3"
 
6062
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 3"
 
6063
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -3"
 
6064
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 5"
 
6065
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -5"
 
6066
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 5"
 
6067
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -5"
 
6068
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 1"
 
6069
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -1"
 
6070
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 1"
 
6071
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -1"
 
6072
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 3"
 
6073
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -3"
 
6074
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 3"
 
6075
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -3"
 
6076
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 5"
 
6077
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -5"
 
6078
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 5"
 
6079
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -5"
 
6080
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 1"
 
6081
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -1"
 
6082
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 1"
 
6083
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -1"
 
6084
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 3"
 
6085
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -3"
 
6086
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 3"
 
6087
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -3"
 
6088
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 5"
 
6089
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -5"
 
6090
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 5"
 
6091
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -5"
 
6092
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 1"
 
6093
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -1"
 
6094
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 1"
 
6095
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -1"
 
6096
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 3"
 
6097
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -3"
 
6098
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 3"
 
6099
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -3"
 
6100
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 5"
 
6101
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -5"
 
6102
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 5"
 
6103
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -5"
 
6104
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 1"
 
6105
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -1"
 
6106
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 1"
 
6107
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -1"
 
6108
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 3"
 
6109
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -3"
 
6110
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 3"
 
6111
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -3"
 
6112
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 5"
 
6113
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -5"
 
6114
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 5"
 
6115
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -5"
 
6116
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 1"
 
6117
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -1"
 
6118
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 1"
 
6119
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -1"
 
6120
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 3"
 
6121
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -3"
 
6122
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 3"
 
6123
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -3"
 
6124
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 5"
 
6125
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -5"
 
6126
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 5"
 
6127
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -5"
 
6128
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 1"
 
6129
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -1"
 
6130
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 1"
 
6131
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -1"
 
6132
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 3"
 
6133
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -3"
 
6134
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 3"
 
6135
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -3"
 
6136
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 5"
 
6137
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -5"
 
6138
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 5"
 
6139
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -5"
 
6140
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 1"
 
6141
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -1"
 
6142
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 1"
 
6143
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -1"
 
6144
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 3"
 
6145
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -3"
 
6146
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 3"
 
6147
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -3"
 
6148
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 5"
 
6149
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -5"
 
6150
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 5"
 
6151
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -5"
 
6152
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 1"
 
6153
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -1"
 
6154
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 1"
 
6155
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -1"
 
6156
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 3"
 
6157
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -3"
 
6158
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 3"
 
6159
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -3"
 
6160
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 5"
 
6161
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -5"
 
6162
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 5"
 
6163
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -5"
 
6164
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -3"
 
6165
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 3"
 
6166
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -5"
 
6167
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 5"
 
6168
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3 -5"
 
6169
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 3 5"
 
6170
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -3"
 
6171
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 3"
 
6172
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -5"
 
6173
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 5"
 
6174
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3 -5"
 
6175
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 3 5"
 
6176
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -3"
 
6177
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 3"
 
6178
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -5"
 
6179
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 5"
 
6180
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3 -5"
 
6181
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 3 5"
 
6182
 
 
6183
<p/>particle: id="1000035" name="~chi_40" spinType="2" chargeType="0" colType="0"
 
6184
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
6185
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 22"
 
6186
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 23"
 
6187
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 25"
 
6188
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 35"
 
6189
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 36"
 
6190
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 22"
 
6191
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 23"
 
6192
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 11 -11"
 
6193
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 13 -13"
 
6194
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 15 -15"
 
6195
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 12 -12"
 
6196
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 14 -14"
 
6197
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 16 -16"
 
6198
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -1"
 
6199
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -3"
 
6200
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -5"
 
6201
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -2"
 
6202
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -4"
 
6203
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 25"
 
6204
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 35"
 
6205
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 36"
 
6206
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 22"
 
6207
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 23"
 
6208
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 11 -11"
 
6209
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 13 -13"
 
6210
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 15 -15"
 
6211
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 12 -12"
 
6212
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 14 -14"
 
6213
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 16 -16"
 
6214
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -1"
 
6215
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -3"
 
6216
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -5"
 
6217
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -2"
 
6218
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -4"
 
6219
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 25"
 
6220
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 35"
 
6221
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 36"
 
6222
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 22"
 
6223
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 23"
 
6224
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 11 -11"
 
6225
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 13 -13"
 
6226
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 15 -15"
 
6227
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 12 -12"
 
6228
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 14 -14"
 
6229
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 16 -16"
 
6230
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1 -1"
 
6231
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3 -3"
 
6232
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5 -5"
 
6233
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2 -2"
 
6234
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4 -4"
 
6235
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 25"
 
6236
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 35"
 
6237
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 36"
 
6238
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -24"
 
6239
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 24"
 
6240
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 11 -12"
 
6241
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -11 12"
 
6242
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 13 -14"
 
6243
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -13 14"
 
6244
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 15 -16"
 
6245
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -15 16"
 
6246
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -2"
 
6247
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 2"
 
6248
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -4"
 
6249
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 4"
 
6250
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -24"
 
6251
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 24"
 
6252
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 11 -12"
 
6253
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -11 12"
 
6254
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 13 -14"
 
6255
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -13 14"
 
6256
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 15 -16"
 
6257
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -15 16"
 
6258
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1 -2"
 
6259
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 2"
 
6260
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -4"
 
6261
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 4"
 
6262
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -37"
 
6263
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 37"
 
6264
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -37"
 
6265
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 37"
 
6266
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1"
 
6267
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 1"
 
6268
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -1"
 
6269
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 1"
 
6270
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2"
 
6271
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2"
 
6272
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2"
 
6273
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 2"
 
6274
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -3"
 
6275
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 3"
 
6276
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -3"
 
6277
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 3"
 
6278
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -4"
 
6279
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 4"
 
6280
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -4"
 
6281
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 4"
 
6282
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -5"
 
6283
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 5"
 
6284
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -5"
 
6285
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 5"
 
6286
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -6"
 
6287
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 6"
 
6288
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -6"
 
6289
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000006 6"
 
6290
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -11"
 
6291
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 11"
 
6292
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -11"
 
6293
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000011 11"
 
6294
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -12"
 
6295
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 12"
 
6296
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -12"
 
6297
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000012 12"
 
6298
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -13"
 
6299
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 13"
 
6300
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -13"
 
6301
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000013 13"
 
6302
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -14"
 
6303
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 14"
 
6304
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -14"
 
6305
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000014 14"
 
6306
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -15"
 
6307
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 15"
 
6308
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -15"
 
6309
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 15"
 
6310
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -16"
 
6311
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 16"
 
6312
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -16"
 
6313
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000016 16"
 
6314
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -1"
 
6315
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -3"
 
6316
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -5"
 
6317
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -2"
 
6318
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -4"
 
6319
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 11"
 
6320
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -11"
 
6321
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 13"
 
6322
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -13"
 
6323
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 15"
 
6324
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -15"
 
6325
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 11"
 
6326
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -11"
 
6327
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 13"
 
6328
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -13"
 
6329
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 15"
 
6330
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -15"
 
6331
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 11"
 
6332
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -11"
 
6333
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 13"
 
6334
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -13"
 
6335
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 15"
 
6336
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -15"
 
6337
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 11"
 
6338
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -11"
 
6339
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 13"
 
6340
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -13"
 
6341
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 15"
 
6342
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -15"
 
6343
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 11"
 
6344
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -11"
 
6345
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 13"
 
6346
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -13"
 
6347
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 15"
 
6348
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -15"
 
6349
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 11"
 
6350
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -11"
 
6351
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 13"
 
6352
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -13"
 
6353
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 15"
 
6354
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -15"
 
6355
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 1"
 
6356
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -1"
 
6357
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 1"
 
6358
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -1"
 
6359
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 3"
 
6360
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -3"
 
6361
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 3"
 
6362
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -3"
 
6363
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 5"
 
6364
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -5"
 
6365
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 5"
 
6366
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -5"
 
6367
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 1"
 
6368
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -1"
 
6369
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 1"
 
6370
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -1"
 
6371
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 3"
 
6372
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -3"
 
6373
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 3"
 
6374
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -3"
 
6375
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 5"
 
6376
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -5"
 
6377
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 5"
 
6378
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -5"
 
6379
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 1"
 
6380
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -1"
 
6381
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 1"
 
6382
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -1"
 
6383
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 3"
 
6384
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -3"
 
6385
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 3"
 
6386
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -3"
 
6387
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 5"
 
6388
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -5"
 
6389
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 5"
 
6390
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -5"
 
6391
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 1"
 
6392
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -1"
 
6393
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 1"
 
6394
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -1"
 
6395
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 3"
 
6396
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -3"
 
6397
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 3"
 
6398
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -3"
 
6399
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 5"
 
6400
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -5"
 
6401
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 5"
 
6402
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -5"
 
6403
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 1"
 
6404
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -1"
 
6405
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 1"
 
6406
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -1"
 
6407
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 3"
 
6408
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -3"
 
6409
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 3"
 
6410
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -3"
 
6411
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 5"
 
6412
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -5"
 
6413
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 5"
 
6414
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -5"
 
6415
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 1"
 
6416
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -1"
 
6417
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 1"
 
6418
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -1"
 
6419
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 3"
 
6420
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -3"
 
6421
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 3"
 
6422
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -3"
 
6423
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 5"
 
6424
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -5"
 
6425
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 5"
 
6426
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -5"
 
6427
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 1"
 
6428
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -1"
 
6429
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 1"
 
6430
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -1"
 
6431
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 3"
 
6432
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -3"
 
6433
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 3"
 
6434
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -3"
 
6435
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 5"
 
6436
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -5"
 
6437
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 5"
 
6438
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -5"
 
6439
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 1"
 
6440
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -1"
 
6441
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 1"
 
6442
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -1"
 
6443
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 3"
 
6444
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -3"
 
6445
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 3"
 
6446
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -3"
 
6447
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 5"
 
6448
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -5"
 
6449
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 5"
 
6450
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -5"
 
6451
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 1"
 
6452
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -1"
 
6453
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 1"
 
6454
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -1"
 
6455
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 3"
 
6456
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -3"
 
6457
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 3"
 
6458
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -3"
 
6459
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 5"
 
6460
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -5"
 
6461
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 5"
 
6462
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -5"
 
6463
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -3"
 
6464
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 3"
 
6465
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -5"
 
6466
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 5"
 
6467
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3 -5"
 
6468
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 3 5"
 
6469
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -3"
 
6470
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 3"
 
6471
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -5"
 
6472
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 5"
 
6473
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3 -5"
 
6474
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 3 5"
 
6475
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -3"
 
6476
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 3"
 
6477
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -5"
 
6478
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 5"
 
6479
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3 -5"
 
6480
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 3 5"
 
6481
 
 
6482
<p/>particle: id="1000037" name="~chi_2+" antiName="~chi_2-" spinType="2" chargeType="3" colType="0"
 
6483
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
6484
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 24"
 
6485
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 37"
 
6486
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 23"
 
6487
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 11 -11"
 
6488
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 13 -13"
 
6489
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 15 -15"
 
6490
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 12 -12"
 
6491
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 14 -14"
 
6492
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 16 -16"
 
6493
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -1"
 
6494
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -3"
 
6495
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -5"
 
6496
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 2 -2"
 
6497
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 4 -4"
 
6498
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 25"
 
6499
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 35"
 
6500
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 36"
 
6501
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 24"
 
6502
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -11 12"
 
6503
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -13 14"
 
6504
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -15 16"
 
6505
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -1 2"
 
6506
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -3 4"
 
6507
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 24"
 
6508
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -11 12"
 
6509
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -13 14"
 
6510
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -15 16"
 
6511
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -1 2"
 
6512
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -3 4"
 
6513
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 24"
 
6514
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -11 12"
 
6515
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -13 14"
 
6516
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -15 16"
 
6517
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -1 2"
 
6518
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -3 4"
 
6519
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 24"
 
6520
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -11 12"
 
6521
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -13 14"
 
6522
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -15 16"
 
6523
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -1 2"
 
6524
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -3 4"
 
6525
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 37"
 
6526
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 37"
 
6527
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 37"
 
6528
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 37"
 
6529
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -1"
 
6530
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -1"
 
6531
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 2"
 
6532
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 2"
 
6533
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -3"
 
6534
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -3"
 
6535
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 4"
 
6536
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 4"
 
6537
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -5"
 
6538
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -5"
 
6539
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 6"
 
6540
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 6"
 
6541
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -11"
 
6542
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -11"
 
6543
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 12"
 
6544
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000011 12"
 
6545
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -13"
 
6546
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -13"
 
6547
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 14"
 
6548
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000013 14"
 
6549
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -15"
 
6550
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -15"
 
6551
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 16"
 
6552
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 16"
 
6553
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -1 2"
 
6554
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -3 4"
 
6555
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 12"
 
6556
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -11"
 
6557
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 11"
 
6558
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 14"
 
6559
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -13"
 
6560
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 13"
 
6561
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 16"
 
6562
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -15"
 
6563
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 15"
 
6564
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 12"
 
6565
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -11"
 
6566
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 11"
 
6567
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 14"
 
6568
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -13"
 
6569
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 13"
 
6570
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 16"
 
6571
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -15"
 
6572
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 15"
 
6573
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 12"
 
6574
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 12 -11"
 
6575
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 11"
 
6576
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 14"
 
6577
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 12 -13"
 
6578
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 13"
 
6579
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 16"
 
6580
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 12 -15"
 
6581
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 15"
 
6582
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 12"
 
6583
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -11"
 
6584
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 11"
 
6585
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 14"
 
6586
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -13"
 
6587
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 13"
 
6588
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 16"
 
6589
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -15"
 
6590
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 15"
 
6591
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 12"
 
6592
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 12 -11"
 
6593
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 11"
 
6594
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 14"
 
6595
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 12 -13"
 
6596
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 13"
 
6597
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 16"
 
6598
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 12 -15"
 
6599
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 15"
 
6600
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 12"
 
6601
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 14 -11"
 
6602
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 11"
 
6603
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 14"
 
6604
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 14 -13"
 
6605
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 13"
 
6606
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 16"
 
6607
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 14 -15"
 
6608
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 15"
 
6609
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 2"
 
6610
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 2"
 
6611
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 1"
 
6612
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -1"
 
6613
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 4"
 
6614
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 4"
 
6615
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 3"
 
6616
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -3"
 
6617
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 6"
 
6618
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 6"
 
6619
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 5"
 
6620
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -5"
 
6621
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 2"
 
6622
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 2"
 
6623
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 1"
 
6624
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -1"
 
6625
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 4"
 
6626
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 4"
 
6627
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 3"
 
6628
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -3"
 
6629
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 6"
 
6630
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 6"
 
6631
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 5"
 
6632
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -5"
 
6633
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 2"
 
6634
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 2"
 
6635
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 1"
 
6636
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -1"
 
6637
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 4"
 
6638
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 4"
 
6639
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 3"
 
6640
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -3"
 
6641
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 6"
 
6642
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 6"
 
6643
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 5"
 
6644
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -5"
 
6645
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 2"
 
6646
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 2"
 
6647
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 1"
 
6648
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -1"
 
6649
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 4"
 
6650
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 4"
 
6651
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 3"
 
6652
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -3"
 
6653
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 6"
 
6654
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 6"
 
6655
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 5"
 
6656
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -5"
 
6657
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 2"
 
6658
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 2"
 
6659
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 1"
 
6660
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -1"
 
6661
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 4"
 
6662
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 4"
 
6663
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 3"
 
6664
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -3"
 
6665
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 6"
 
6666
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 6"
 
6667
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 5"
 
6668
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -5"
 
6669
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 2"
 
6670
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 2"
 
6671
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 1"
 
6672
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -1"
 
6673
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 4"
 
6674
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 4"
 
6675
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 3"
 
6676
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -3"
 
6677
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 6"
 
6678
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 6"
 
6679
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 5"
 
6680
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -5"
 
6681
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 2"
 
6682
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 2"
 
6683
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 1"
 
6684
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -1"
 
6685
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 4"
 
6686
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 4"
 
6687
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 3"
 
6688
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -3"
 
6689
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 6"
 
6690
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 6"
 
6691
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 5"
 
6692
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -5"
 
6693
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 2"
 
6694
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 2"
 
6695
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 1"
 
6696
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -1"
 
6697
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 4"
 
6698
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 4"
 
6699
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 3"
 
6700
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -3"
 
6701
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 6"
 
6702
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 6"
 
6703
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 5"
 
6704
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -5"
 
6705
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 2"
 
6706
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 2"
 
6707
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 1"
 
6708
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -1"
 
6709
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 4"
 
6710
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 4"
 
6711
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 3"
 
6712
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -3"
 
6713
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 6"
 
6714
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 6"
 
6715
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 5"
 
6716
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -5"
 
6717
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 2 3"
 
6718
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -1 -3"
 
6719
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 2 5"
 
6720
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -1 -5"
 
6721
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 4 1"
 
6722
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 4 3"
 
6723
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3 -3"
 
6724
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 4 5"
 
6725
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3 -5"
 
6726
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 6 1"
 
6727
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 6 3"
 
6728
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 6 5"
 
6729
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5 -5"
 
6730
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 4 1"
 
6731
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 4 5"
 
6732
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -3 -5"
 
6733
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 6 1"
 
6734
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 6 3"
 
6735
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 6 5"
 
6736
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5 -5"
 
6737
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 6 1"
 
6738
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 6 3"
 
6739
 
 
6740
<p/>particle: id="1000039" name="~Gravitino" spinType="0" chargeType="0" colType="0"
 
6741
          m0="1.000e-03"
 
6742
 
 
6743
<p/>particle: id="1000045" name="~chi_50" spinType="2" chargeType="0" colType="0"
 
6744
          m0="500.00000" mMin="10.00000" mMax="0.00000"
 
6745
 
 
6746
<p/>particle: id="1000512" name="R0(~b dbar)" antiName="R0(~bbar d)" spinType="2" chargeType="0" colType="0"
 
6747
          m0="500.00000" tau0="1e-05"
 
6748
 
 
6749
<p/>particle: id="1000522" name="R-(~b ubar)" antiName="R+(~bbar u)" spinType="2" chargeType="-3" colType="0"
 
6750
          m0="500.00000" tau0="1e-05"
 
6751
 
 
6752
<p/>particle: id="1000532" name="R0(~b sbar)" antiName="R0(~bbar s)" spinType="2" chargeType="0" colType="0"
 
6753
          m0="500.00000" tau0="1e-05"
 
6754
 
 
6755
<p/>particle: id="1000542" name="R-(~b cbar)" antiName="R+(~bbar c)" spinType="2" chargeType="-3" colType="0"
 
6756
          m0="500.00000" tau0="1e-05"
 
6757
 
 
6758
<p/>particle: id="1000552" name="R0(~b bbar)" antiName="R0(~bbar b)" spinType="2" chargeType="0" colType="0"
 
6759
          m0="500.00000" tau0="1e-05"
 
6760
 
 
6761
<p/>particle: id="1000612" name="R+(~t dbar)" antiName="R-(~tbar d)" spinType="2" chargeType="3" colType="0"
 
6762
          m0="500.00000" tau0="1e-05"
 
6763
 
 
6764
<p/>particle: id="1000622" name="R0(~t ubar)" antiName="R0(~tbar u)" spinType="2" chargeType="0" colType="0"
 
6765
          m0="500.00000" tau0="1e-05"
 
6766
 
 
6767
<p/>particle: id="1000632" name="R+(~t sbar)" antiName="R-(~tbar s)" spinType="2" chargeType="3" colType="0"
 
6768
          m0="500.00000" tau0="1e-05"
 
6769
 
 
6770
<p/>particle: id="1000642" name="R0(~t cbar)" antiName="R0(~tbar c)" spinType="2" chargeType="0" colType="0"
 
6771
          m0="500.00000" tau0="1e-05"
 
6772
 
 
6773
<p/>particle: id="1000652" name="R+(~t bbar)" antiName="R-(~tbar b)" spinType="2" chargeType="3" colType="0"
 
6774
          m0="500.00000" tau0="1e-05"
 
6775
 
 
6776
<p/>particle: id="1000993" name="R0(~g g)" spinType="3" chargeType="0" colType="0"
 
6777
          m0="500.00000" tau0="1e-05"
 
6778
 
 
6779
<p/>particle: id="1005113" name="R-(~b dd1)" antiName="Rbar+(~b dd1)" spinType="3" chargeType="-3" colType="0"
 
6780
          m0="500.00000" tau0="1e-05"
 
6781
 
 
6782
<p/>particle: id="1005211" name="R0(~b ud0)" antiName="Rbar0(~b ud0)" spinType="1" chargeType="0" colType="0"
 
6783
          m0="500.00000" tau0="1e-05"
 
6784
 
 
6785
<p/>particle: id="1005213" name="R0(~b ud1)" antiName="Rbar0(~b ud1)" spinType="3" chargeType="0" colType="0"
 
6786
          m0="500.00000" tau0="1e-05"
 
6787
 
 
6788
<p/>particle: id="1005223" name="R+(~b uu1)" antiName="Rbar-(~b uu1)" spinType="3" chargeType="3" colType="0"
 
6789
          m0="500.00000" tau0="1e-05"
 
6790
 
 
6791
<p/>particle: id="1005311" name="R-(~b sd0)" antiName="Rbar+(~b sd0)" spinType="1" chargeType="-3" colType="0"
 
6792
          m0="500.00000" tau0="1e-05"
 
6793
 
 
6794
<p/>particle: id="1005313" name="R-(~b sd1)" antiName="Rbar+(~b sd1)" spinType="3" chargeType="-3" colType="0"
 
6795
          m0="500.00000" tau0="1e-05"
 
6796
 
 
6797
<p/>particle: id="1005321" name="R0(~b su0)" antiName="Rbar0(~b su0)" spinType="1" chargeType="0" colType="0"
 
6798
          m0="500.00000" tau0="1e-05"
 
6799
 
 
6800
<p/>particle: id="1005323" name="R0(~b su1)" antiName="Rbar0(~b su1)" spinType="3" chargeType="0" colType="0"
 
6801
          m0="500.00000" tau0="1e-05"
 
6802
 
 
6803
<p/>particle: id="1005333" name="R-(~b ss1)" antiName="Rbar+(~b ss1)" spinType="3" chargeType="-3" colType="0"
 
6804
          m0="500.00000" tau0="1e-05"
 
6805
 
 
6806
<p/>particle: id="1006113" name="R0(~t dd1)" antiName="Rbar0(~t dd1)" spinType="3" chargeType="0" colType="0"
 
6807
          m0="500.00000" tau0="1e-05"
 
6808
 
 
6809
<p/>particle: id="1006211" name="R+(~t ud0)" antiName="Rbar-(~t ud0)" spinType="1" chargeType="3" colType="0"
 
6810
          m0="500.00000" tau0="1e-05"
 
6811
 
 
6812
<p/>particle: id="1006213" name="R+(~t ud1)" antiName="Rbar-(~t ud1)" spinType="3" chargeType="3" colType="0"
 
6813
          m0="500.00000" tau0="1e-05"
 
6814
 
 
6815
<p/>particle: id="1006223" name="R++(~t uu1)" antiName="Rbar--(~t uu1)" spinType="3" chargeType="6" colType="0"
 
6816
          m0="500.00000" tau0="1e-05"
 
6817
 
 
6818
<p/>particle: id="1006311" name="R-(~t sd0)" antiName="Rbar+(~t sd0)" spinType="1" chargeType="0" colType="0"
 
6819
          m0="500.00000" tau0="1e-05"
 
6820
 
 
6821
<p/>particle: id="1006313" name="R-(~t sd1)" antiName="Rbar+(~t sd1)" spinType="3" chargeType="0" colType="0"
 
6822
          m0="500.00000" tau0="1e-05"
 
6823
 
 
6824
<p/>particle: id="1006321" name="R0(~t su0)" antiName="Rbar0(~t su0)" spinType="1" chargeType="3" colType="0"
 
6825
          m0="500.00000" tau0="1e-05"
 
6826
 
 
6827
<p/>particle: id="1006323" name="R0(~t su1)" antiName="Rbar0(~t su1)" spinType="3" chargeType="3" colType="0"
 
6828
          m0="500.00000" tau0="1e-05"
 
6829
 
 
6830
<p/>particle: id="1006333" name="R0(~t ss1)" antiName="Rbar0(~t ss1)" spinType="3" chargeType="0" colType="0"
 
6831
          m0="500.00000" tau0="1e-05"
 
6832
 
 
6833
<p/>particle: id="1009002" name="Rtemp(~g q)" antiName="Rtemp(~g qbar)" spinType="2" chargeType="0" colType="1"
 
6834
          m0="500.00000" tau0="1e-05"
 
6835
 
 
6836
<p/>particle: id="1009113" name="R0(~g d dbar)" spinType="3" chargeType="0" colType="0"
 
6837
          m0="500.00000" tau0="1e-05"
 
6838
 
 
6839
<p/>particle: id="1009213" name="R+(~g u dbar)" antiName="R-(~g d ubar)" spinType="3" chargeType="3" colType="0"
 
6840
          m0="500.00000" tau0="1e-05"
 
6841
 
 
6842
<p/>particle: id="1009223" name="R0(~g u ubar)" spinType="3" chargeType="0" colType="0"
 
6843
          m0="500.00000" tau0="1e-05"
 
6844
 
 
6845
<p/>particle: id="1009313" name="R0(~g d sbar)" antiName="R0(~g s dbar)" spinType="3" chargeType="0" colType="0"
 
6846
          m0="500.00000" tau0="1e-05"
 
6847
 
 
6848
<p/>particle: id="1009323" name="R+(~g u sbar)" antiName="R-(~g s ubar)" spinType="3" chargeType="3" colType="0"
 
6849
          m0="500.00000" tau0="1e-05"
 
6850
 
 
6851
<p/>particle: id="1009333" name="R0(~g s sbar)" spinType="3" chargeType="0" colType="0"
 
6852
          m0="500.00000" tau0="1e-05"
 
6853
 
 
6854
<p/>particle: id="1009413" name="R+(~g c dbar)" antiName="R-(~g d cbar)" spinType="3" chargeType="3" colType="0"
 
6855
          m0="500.00000" tau0="1e-05"
 
6856
 
 
6857
<p/>particle: id="1009423" name="R0(~g c ubar)" antiName="R0(~g u cbar)" spinType="3" chargeType="0" colType="0"
 
6858
          m0="500.00000" tau0="1e-05"
 
6859
 
 
6860
<p/>particle: id="1009433" name="R+(~g c sbar)" antiName="R-(~g s cbar)" spinType="3" chargeType="3" colType="0"
 
6861
          m0="500.00000" tau0="1e-05"
 
6862
 
 
6863
<p/>particle: id="1009443" name="R0(~g c cbar)" spinType="3" chargeType="0" colType="0"
 
6864
          m0="500.00000" tau0="1e-05"
 
6865
 
 
6866
<p/>particle: id="1009513" name="R0(~g d bbar)" antiName="R0(~g b dbar)" spinType="3" chargeType="0" colType="0"
 
6867
          m0="500.00000" tau0="1e-05"
 
6868
 
 
6869
<p/>particle: id="1009523" name="R+(~g u bbar)" antiName="R-(~g b ubar)" spinType="3" chargeType="3" colType="0"
 
6870
          m0="500.00000" tau0="1e-05"
 
6871
 
 
6872
<p/>particle: id="1009533" name="R0(~g s bbar)" antiName="R0(~g b sbar)" spinType="3" chargeType="0" colType="0"
 
6873
          m0="500.00000" tau0="1e-05"
 
6874
 
 
6875
<p/>particle: id="1009543" name="R+(~g c bbar)" antiName="R-(~g b cbar)" spinType="3" chargeType="3" colType="0"
 
6876
          m0="500.00000" tau0="1e-05"
 
6877
 
 
6878
<p/>particle: id="1009553" name="R0(~g b bbar)" spinType="3" chargeType="0" colType="0"
 
6879
          m0="500.00000" tau0="1e-05"
 
6880
 
 
6881
<p/>particle: id="1091114" name="R-(~g ddd)" antiName="Rbar+(~g ddd)" spinType="4" chargeType="-3" colType="0"
 
6882
          m0="500.00000" tau0="1e-05"
 
6883
 
 
6884
<p/>particle: id="1092114" name="R0(~g udd)" antiName="Rbar0(~g udd)" spinType="4" chargeType="0" colType="0"
 
6885
          m0="500.00000" tau0="1e-05"
 
6886
 
 
6887
<p/>particle: id="1092214" name="R+(~g uud)" antiName="Rbar-(~g uud)" spinType="4" chargeType="3" colType="0"
 
6888
          m0="500.00000" tau0="1e-05"
 
6889
 
 
6890
<p/>particle: id="1092224" name="R++(~g uuu)" antiName="Rbar--(~g uuu)" spinType="4" chargeType="6" colType="0"
 
6891
          m0="500.00000" tau0="1e-05"
 
6892
 
 
6893
<p/>particle: id="1093114" name="R-(~g sdd)" antiName="Rbar+(~g sdd)" spinType="4" chargeType="-3" colType="0"
 
6894
          m0="500.00000" tau0="1e-05"
 
6895
 
 
6896
<p/>particle: id="1093214" name="R0(~g sud)" antiName="Rbar0(~g sud)" spinType="4" chargeType="0" colType="0"
 
6897
          m0="500.00000" tau0="1e-05"
 
6898
 
 
6899
<p/>particle: id="1093224" name="R+(~g suu)" antiName="Rbar-(~g suu)" spinType="4" chargeType="3" colType="0"
 
6900
          m0="500.00000" tau0="1e-05"
 
6901
 
 
6902
<p/>particle: id="1093314" name="R-(~g ssd)" antiName="Rbar+(~g ssd)" spinType="4" chargeType="-3" colType="0"
 
6903
           m0="500.00000" tau0="1e-05"
 
6904
 
 
6905
<p/>particle: id="1093324" name="R0(~g ssu)" antiName="Rbar0(~g ssu)" spinType="4" chargeType="0" colType="0"
 
6906
           m0="500.00000" tau0="1e-05"
 
6907
 
 
6908
<p/>particle: id="1093334" name="R-(~g sss)" antiName="Rbar+(~g sss)" spinType="4" chargeType="-3" colType="0"
 
6909
           m0="500.00000" tau0="1e-05"
 
6910
 
 
6911
<p/>particle: id="1094114" name="R0(~g cdd)" antiName="Rbar0(~g cdd)" spinType="4" chargeType="0" colType="0"
 
6912
           m0="500.00000" tau0="1e-05"
 
6913
 
 
6914
<p/>particle: id="1094214" name="R+(~g cud)" antiName="Rbar-(~g cud)" spinType="4" chargeType="3" colType="0"
 
6915
           m0="500.00000" tau0="1e-05"
 
6916
 
 
6917
<p/>particle: id="1094224" name="R++(~g cuu)" antiName="Rbar--(~g cuu)" spinType="4" chargeType="6" colType="0"
 
6918
           m0="500.00000" tau0="1e-05"
 
6919
 
 
6920
<p/>particle: id="1094314" name="R0(~g csd)" antiName="Rbar0(~g csd)" spinType="4" chargeType="0" colType="0"
 
6921
           m0="500.00000" tau0="1e-05"
 
6922
 
 
6923
<p/>particle: id="1094324" name="R+(~g csu)" antiName="Rbar-(~g csu)" spinType="4" chargeType="3" colType="0"
 
6924
           m0="500.00000" tau0="1e-05"
 
6925
 
 
6926
<p/>particle: id="1094334" name="R0(~g css)" antiName="Rbar0(~g css)" spinType="4" chargeType="0" colType="0"
 
6927
           m0="500.00000" tau0="1e-05"
 
6928
 
 
6929
<p/>particle: id="1095114" name="R-(~g bdd)" antiName="Rbar+(~g bdd)" spinType="4" chargeType="-3" colType="0"
 
6930
           m0="500.00000" tau0="1e-05"
 
6931
 
 
6932
<p/>particle: id="1095214" name="R0(~g bud)" antiName="Rbar0(~g bud)" spinType="4" chargeType="0" colType="0"
 
6933
           m0="500.00000" tau0="1e-05"
 
6934
 
 
6935
<p/>particle: id="1095224" name="R+(~g buu)" antiName="Rbar-(~g buu)" spinType="4" chargeType="3" colType="0"
 
6936
           m0="500.00000" tau0="1e-05"
 
6937
 
 
6938
<p/>particle: id="1095314" name="R-(~g bsd)" antiName="Rbar+(~g bsd)" spinType="4" chargeType="-3" colType="0"
 
6939
           m0="500.00000" tau0="1e-05"
 
6940
 
 
6941
<p/>particle: id="1095324" name="R0(~g bsu)" antiName="Rbar0(~g bsu)" spinType="4" chargeType="0" colType="0"
 
6942
           m0="500.00000" tau0="1e-05"
 
6943
 
 
6944
<p/>particle: id="1095334" name="R-(~g bss)" antiName="Rbar+(~g bss)" spinType="4" chargeType="-3" colType="0"
 
6945
           m0="500.00000" tau0="1e-05"
 
6946
 
 
6947
<p/>particle: id="2000001" name="~d_R" antiName="~d_Rbar" spinType="1" chargeType="-1" colType="1"
 
6948
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
6949
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 1"
 
6950
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 2"
 
6951
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 2"
 
6952
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1"
 
6953
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"
 
6954
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"
 
6955
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1"
 
6956
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 23"
 
6957
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 25"
 
6958
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 35"
 
6959
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 36"
 
6960
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -24"
 
6961
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -24"
 
6962
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -37"
 
6963
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -37"
 
6964
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1"
 
6965
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"
 
6966
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"
 
6967
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"
 
6968
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"
 
6969
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"
 
6970
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"
 
6971
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"
 
6972
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"
 
6973
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"
 
6974
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1"
 
6975
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2"
 
6976
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3"
 
6977
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4"
 
6978
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5"
 
6979
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6"
 
6980
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1"
 
6981
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2"
 
6982
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3"
 
6983
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4"
 
6984
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5"
 
6985
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6"
 
6986
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1"
 
6987
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2"
 
6988
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3"
 
6989
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4"
 
6990
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5"
 
6991
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6"
 
6992
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3"
 
6993
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -5"
 
6994
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3"
 
6995
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -5"
 
6996
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3"
 
6997
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -5"
 
6998
 
 
6999
<p/>particle: id="2000002" name="~u_R" antiName="~u_Rbar" spinType="1" chargeType="2" colType="1"
 
7000
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
7001
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 2"
 
7002
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1"
 
7003
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1"
 
7004
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2"
 
7005
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2"
 
7006
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2"
 
7007
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2"
 
7008
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 23"
 
7009
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 25"
 
7010
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 35"
 
7011
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 36"
 
7012
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 24"
 
7013
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 24"
 
7014
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 37"
 
7015
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 37"
 
7016
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"
 
7017
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"
 
7018
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"
 
7019
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"
 
7020
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"
 
7021
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"
 
7022
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"
 
7023
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"
 
7024
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"
 
7025
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"
 
7026
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"
 
7027
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"
 
7028
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"
 
7029
 
 
7030
<p/>particle: id="2000003" name="~s_R" antiName="~s_Rbar" spinType="1" chargeType="-1" colType="1"
 
7031
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
7032
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 3"
 
7033
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 4"
 
7034
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 4"
 
7035
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3"
 
7036
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"
 
7037
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"
 
7038
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3"
 
7039
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 23"
 
7040
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 25"
 
7041
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 35"
 
7042
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 36"
 
7043
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -24"
 
7044
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -24"
 
7045
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -37"
 
7046
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -37"
 
7047
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3"
 
7048
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"
 
7049
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"
 
7050
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"
 
7051
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"
 
7052
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"
 
7053
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"
 
7054
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"
 
7055
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"
 
7056
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"
 
7057
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1"
 
7058
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2"
 
7059
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3"
 
7060
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4"
 
7061
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5"
 
7062
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6"
 
7063
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1"
 
7064
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2"
 
7065
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3"
 
7066
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4"
 
7067
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5"
 
7068
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6"
 
7069
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1"
 
7070
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2"
 
7071
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3"
 
7072
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4"
 
7073
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5"
 
7074
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6"
 
7075
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1"
 
7076
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -5"
 
7077
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1"
 
7078
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -5"
 
7079
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1"
 
7080
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -5"
 
7081
 
 
7082
<p/>particle: id="2000004" name="~c_R" antiName="~c_Rbar" spinType="1" chargeType="2" colType="1"
 
7083
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
7084
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 4"
 
7085
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3"
 
7086
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3"
 
7087
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4"
 
7088
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4"
 
7089
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4"
 
7090
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4"
 
7091
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 23"
 
7092
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 25"
 
7093
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 35"
 
7094
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 36"
 
7095
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 24"
 
7096
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 24"
 
7097
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 37"
 
7098
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 37"
 
7099
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4"
 
7100
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"
 
7101
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"
 
7102
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"
 
7103
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"
 
7104
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"
 
7105
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"
 
7106
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"
 
7107
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"
 
7108
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"
 
7109
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"
 
7110
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"
 
7111
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"
 
7112
 
 
7113
<p/>particle: id="2000005" name="~b_2" antiName="~b_2bar" spinType="1" chargeType="-1" colType="1"
 
7114
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
7115
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 5"
 
7116
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 6"
 
7117
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 6"
 
7118
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5"
 
7119
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"
 
7120
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"
 
7121
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5"
 
7122
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 23"
 
7123
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 25"
 
7124
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 35"
 
7125
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 36"
 
7126
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -24"
 
7127
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -24"
 
7128
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -37"
 
7129
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -37"
 
7130
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5"
 
7131
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"
 
7132
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"
 
7133
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"
 
7134
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"
 
7135
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"
 
7136
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"
 
7137
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"
 
7138
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"
 
7139
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"
 
7140
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1"
 
7141
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2"
 
7142
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3"
 
7143
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4"
 
7144
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5"
 
7145
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6"
 
7146
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1"
 
7147
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2"
 
7148
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3"
 
7149
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4"
 
7150
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5"
 
7151
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6"
 
7152
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1"
 
7153
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2"
 
7154
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3"
 
7155
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4"
 
7156
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5"
 
7157
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6"
 
7158
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1"
 
7159
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3"
 
7160
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1"
 
7161
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3"
 
7162
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1"
 
7163
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3"
 
7164
 
 
7165
<p/>particle: id="2000006" name="~t_2" antiName="~t_2bar" spinType="1" chargeType="2" colType="1"
 
7166
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
7167
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 6"
 
7168
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5"
 
7169
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5"
 
7170
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6"
 
7171
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6"
 
7172
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6"
 
7173
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6"
 
7174
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 23"
 
7175
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 25"
 
7176
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 35"
 
7177
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 36"
 
7178
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 24"
 
7179
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 24"
 
7180
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 37"
 
7181
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 37"
 
7182
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6"
 
7183
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"
 
7184
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"
 
7185
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"
 
7186
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"
 
7187
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"
 
7188
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"
 
7189
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"
 
7190
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"
 
7191
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"
 
7192
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"
 
7193
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"
 
7194
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"
 
7195
 
 
7196
<p/>particle: id="2000011" name="~e_R-" antiName="~e_R+" spinType="1" chargeType="-3" colType="0"
 
7197
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
7198
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 11"
 
7199
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 12"
 
7200
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 12"
 
7201
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 11"
 
7202
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 11"
 
7203
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 11"
 
7204
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 11"
 
7205
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 23"
 
7206
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 25"
 
7207
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 35"
 
7208
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 36"
 
7209
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -24"
 
7210
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -24"
 
7211
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -37"
 
7212
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -37"
 
7213
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13"
 
7214
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15"
 
7215
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11"
 
7216
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15"
 
7217
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11"
 
7218
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13"
 
7219
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 11"
 
7220
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 13"
 
7221
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 15"
 
7222
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 11"
 
7223
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 13"
 
7224
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 15"
 
7225
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"
 
7226
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"
 
7227
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"
 
7228
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"
 
7229
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"
 
7230
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"
 
7231
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"
 
7232
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"
 
7233
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"
 
7234
 
 
7235
<p/>particle: id="2000012" name="~nu_eR" antiName="~nu_eRbar" spinType="1" chargeType="0" colType="0"
 
7236
          m0="500.00000"
 
7237
 
 
7238
<p/>particle: id="2000013" name="~mu_R-" antiName="~mu_R+" spinType="1" chargeType="-3" colType="0"
 
7239
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
7240
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 13"
 
7241
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 14"
 
7242
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 14"
 
7243
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 13"
 
7244
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 13"
 
7245
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 13"
 
7246
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 13"
 
7247
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 23"
 
7248
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 25"
 
7249
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 35"
 
7250
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 36"
 
7251
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -24"
 
7252
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -24"
 
7253
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -37"
 
7254
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -37"
 
7255
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13"
 
7256
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15"
 
7257
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11"
 
7258
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15"
 
7259
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11"
 
7260
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13"
 
7261
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 11"
 
7262
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 13"
 
7263
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 15"
 
7264
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 11"
 
7265
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 13"
 
7266
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 15"
 
7267
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"
 
7268
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"
 
7269
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"
 
7270
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"
 
7271
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"
 
7272
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"
 
7273
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"
 
7274
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"
 
7275
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"
 
7276
 
 
7277
<p/>particle: id="2000014" name="~nu_muR" antiName="~nu_muRbar" spinType="1" chargeType="0" colType="0"
 
7278
          m0="500.00000"
 
7279
 
 
7280
<p/>particle: id="2000015" name="~tau_2-" antiName="~tau_2+" spinType="1" chargeType="-3" colType="0"
 
7281
          m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
7282
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 15"
 
7283
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 16"
 
7284
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 16"
 
7285
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 15"
 
7286
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 15"
 
7287
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 15"
 
7288
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 15"
 
7289
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 23"
 
7290
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 25"
 
7291
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 35"
 
7292
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 36"
 
7293
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -24"
 
7294
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -24"
 
7295
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -37"
 
7296
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -37"
 
7297
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13"
 
7298
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15"
 
7299
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11"
 
7300
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15"
 
7301
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11"
 
7302
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13"
 
7303
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 11"
 
7304
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 13"
 
7305
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 15"
 
7306
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 11"
 
7307
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 13"
 
7308
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 15"
 
7309
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"
 
7310
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"
 
7311
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"
 
7312
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"
 
7313
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"
 
7314
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"
 
7315
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"
 
7316
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"
 
7317
 <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"
 
7318
 
 
7319
<p/>particle: id="2000016" name="~nu_tauR" antiName="~nu_tauRbar" spinType="1" chargeType="0" colType="0"
 
7320
          m0="500.00000"
 
7321
 
 
7322
<p/>particle: id="3000111" name="pi_tc0" spinType="1" chargeType="0" colType="0"
 
7323
          m0="110.00000" mWidth="0.02911" mMin="50.00000" mMax="0.00000"
 
7324
 <br/>      channel: onMode="1" bRatio="0.0174310" products="3 -3"
 
7325
 <br/>      channel: onMode="1" bRatio="0.0540480" products="4 -4"
 
7326
 <br/>      channel: onMode="1" bRatio="0.8576940" products="5 -5"
 
7327
 <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
 
7328
 <br/>      channel: onMode="1" bRatio="0.0000000" products="11 -11"
 
7329
 <br/>      channel: onMode="1" bRatio="0.0002500" products="13 -13"
 
7330
 <br/>      channel: onMode="1" bRatio="0.0705780" products="15 -15"
 
7331
 <br/>      channel: onMode="1" bRatio="0.0000000" products="21 21"
 
7332
 
 
7333
<p/>particle: id="3000113" name="rho_tc0" spinType="3" chargeType="0" colType="0"
 
7334
          m0="210.00000" mWidth="0.86860" mMin="50.00000" mMax="0.00000"
 
7335
 <br/>      channel: onMode="1" bRatio="0.1440510" products="24 -24"
 
7336
 <br/>      channel: onMode="1" bRatio="0.3519020" products="24 -3000211"
 
7337
 <br/>      channel: onMode="1" bRatio="0.3519020" products="3000211 -24"
 
7338
 <br/>      channel: onMode="1" bRatio="0.0000000" products="3000211 -3000211"
 
7339
 <br/>      channel: onMode="1" bRatio="0.0821070" products="22 3000111"
 
7340
 <br/>      channel: onMode="1" bRatio="0.0295660" products="22 3000221"
 
7341
 <br/>      channel: onMode="1" bRatio="0.0015110" products="23 3000111"
 
7342
 <br/>      channel: onMode="1" bRatio="0.0007260" products="23 3000221"
 
7343
 <br/>      channel: onMode="1" bRatio="0.0045180" products="1 -1"
 
7344
 <br/>      channel: onMode="1" bRatio="0.0065220" products="2 -2"
 
7345
 <br/>      channel: onMode="1" bRatio="0.0045180" products="3 -3"
 
7346
 <br/>      channel: onMode="1" bRatio="0.0065220" products="4 -4"
 
7347
 <br/>      channel: onMode="1" bRatio="0.0045130" products="5 -5"
 
7348
 <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
 
7349
 <br/>      channel: onMode="1" bRatio="0.0029080" products="11 -11"
 
7350
 <br/>      channel: onMode="1" bRatio="0.0009730" products="12 -12"
 
7351
 <br/>      channel: onMode="1" bRatio="0.0029080" products="13 -13"
 
7352
 <br/>      channel: onMode="1" bRatio="0.0009730" products="14 -14"
 
7353
 <br/>      channel: onMode="1" bRatio="0.0029080" products="15 -15"
 
7354
 <br/>      channel: onMode="1" bRatio="0.0009730" products="16 -16"
 
7355
 
 
7356
<p/>particle: id="3000211" name="pi_tc+" antiName="pi_tc-" spinType="1" chargeType="3" colType="0"
 
7357
          m0="110.00000" mWidth="0.01741" mMin="50.00000" mMax="0.00000"
 
7358
 <br/>      channel: onMode="1" bRatio="0.0227480" products="4 -1"
 
7359
 <br/>      channel: onMode="1" bRatio="0.0265760" products="4 -3"
 
7360
 <br/>      channel: onMode="1" bRatio="0.3594860" products="2 -5"
 
7361
 <br/>      channel: onMode="1" bRatio="0.5615810" products="4 -5"
 
7362
 <br/>      channel: onMode="1" bRatio="0.0000000" products="24 5 -5"
 
7363
 <br/>      channel: onMode="1" bRatio="0.0000000" products="-11 12"
 
7364
 <br/>      channel: onMode="1" bRatio="0.0001040" products="-13 14"
 
7365
 <br/>      channel: onMode="1" bRatio="0.0295040" products="-15 16"
 
7366
 
 
7367
<p/>particle: id="3000213" name="rho_tc+" antiName="rho_tc-" spinType="3" chargeType="3" colType="0"
 
7368
          m0="210.00000" mWidth="0.62395" mMin="50.00000" mMax="0.00000"
 
7369
 <br/>      channel: onMode="1" bRatio="0.1439820" products="24 23"
 
7370
 <br/>      channel: onMode="1" bRatio="0.4898880" products="24 3000111"
 
7371
 <br/>      channel: onMode="1" bRatio="0.1951000" products="3000211 23"
 
7372
 <br/>      channel: onMode="1" bRatio="0.0000000" products="3000211 3000111"
 
7373
 <br/>      channel: onMode="1" bRatio="0.1143020" products="3000211 22"
 
7374
 <br/>      channel: onMode="1" bRatio="0.0084260" products="24 3000221"
 
7375
 <br/>      channel: onMode="1" bRatio="0.0148680" products="-1 2"
 
7376
 <br/>      channel: onMode="1" bRatio="0.0007630" products="-1 4"
 
7377
 <br/>      channel: onMode="1" bRatio="0.0000000" products="-1 6"
 
7378
 <br/>      channel: onMode="1" bRatio="0.0007630" products="-3 2"
 
7379
 <br/>      channel: onMode="1" bRatio="0.0148400" products="-3 4"
 
7380
 <br/>      channel: onMode="1" bRatio="0.0000030" products="-3 6"
 
7381
 <br/>      channel: onMode="1" bRatio="0.0000000" products="-5 2"
 
7382
 <br/>      channel: onMode="1" bRatio="0.0000270" products="-5 4"
 
7383
 <br/>      channel: onMode="1" bRatio="0.0019450" products="-5 6"
 
7384
 <br/>      channel: onMode="1" bRatio="0.0050300" products="-11 12"
 
7385
 <br/>      channel: onMode="1" bRatio="0.0050300" products="-13 14"
 
7386
 <br/>      channel: onMode="1" bRatio="0.0050300" products="-15 16"
 
7387
 
 
7388
<p/>particle: id="3000221" name="pi'_tc0" spinType="1" chargeType="0" colType="0"
 
7389
          m0="110.00000" mWidth="0.04536" mMin="50.00000" mMax="0.00000"
 
7390
 <br/>      channel: onMode="1" bRatio="0.0111850" products="3 -3"
 
7391
 <br/>      channel: onMode="1" bRatio="0.0346810" products="4 -4"
 
7392
 <br/>      channel: onMode="1" bRatio="0.5503540" products="5 -5"
 
7393
 <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
 
7394
 <br/>      channel: onMode="1" bRatio="0.0000000" products="11 -11"
 
7395
 <br/>      channel: onMode="1" bRatio="0.0001600" products="13 -13"
 
7396
 <br/>      channel: onMode="1" bRatio="0.0452870" products="15 -15"
 
7397
 <br/>      channel: onMode="1" bRatio="0.3583330" products="21 21"
 
7398
 
 
7399
<p/>particle: id="3000223" name="omega_tc" spinType="3" chargeType="0" colType="0"
 
7400
          m0="210.00000" mWidth="0.19192" mMin="50.00000" mMax="0.00000"
 
7401
 <br/>      channel: onMode="1" bRatio="0.1337760" products="22 3000111"
 
7402
 <br/>      channel: onMode="1" bRatio="0.0032840" products="23 3000111"
 
7403
 <br/>      channel: onMode="1" bRatio="0.3716900" products="22 3000221"
 
7404
 <br/>      channel: onMode="1" bRatio="0.0068380" products="23 3000221"
 
7405
 <br/>      channel: onMode="1" bRatio="0.0309540" products="24 -3000211"
 
7406
 <br/>      channel: onMode="1" bRatio="0.0309540" products="3000211 -24"
 
7407
 <br/>      channel: onMode="1" bRatio="0.0016300" products="24 -24"
 
7408
 <br/>      channel: onMode="1" bRatio="0.0000000" products="3000211 -3000211"
 
7409
 <br/>      channel: onMode="1" bRatio="0.0472240" products="1 -1"
 
7410
 <br/>      channel: onMode="1" bRatio="0.0737370" products="2 -2"
 
7411
 <br/>      channel: onMode="1" bRatio="0.0472240" products="3 -3"
 
7412
 <br/>      channel: onMode="1" bRatio="0.0737320" products="4 -4"
 
7413
 <br/>      channel: onMode="1" bRatio="0.0471790" products="5 -5"
 
7414
 <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
 
7415
 <br/>      channel: onMode="1" bRatio="0.0347610" products="11 -11"
 
7416
 <br/>      channel: onMode="1" bRatio="0.0091660" products="12 -12"
 
7417
 <br/>      channel: onMode="1" bRatio="0.0347610" products="13 -13"
 
7418
 <br/>      channel: onMode="1" bRatio="0.0091660" products="14 -14"
 
7419
 <br/>      channel: onMode="1" bRatio="0.0347590" products="15 -15"
 
7420
 <br/>      channel: onMode="1" bRatio="0.0091660" products="16 -16"
 
7421
 
 
7422
<p/>particle: id="3000331" name="eta_tc0" spinType="1" chargeType="0" colType="2"
 
7423
          m0="350.00000" mWidth="0.09511" mMin="50.00000" mMax="0.00000"
 
7424
 <br/>      channel: onMode="1" bRatio="0.4457810" products="5 -5"
 
7425
 <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
 
7426
 <br/>      channel: onMode="1" bRatio="0.5542190" products="21 21"
 
7427
 
 
7428
<p/>particle: id="3100021" name="V8_tc" spinType="1" chargeType="0" colType="2"
 
7429
          m0="500.00000" mWidth="123.27638" mMin="50.00000" mMax="0.00000"
 
7430
 <br/>      channel: onMode="1" bRatio="0.0090690" products="1 -1"
 
7431
 <br/>      channel: onMode="1" bRatio="0.0090690" products="2 -2"
 
7432
 <br/>      channel: onMode="1" bRatio="0.0090690" products="3 -3"
 
7433
 <br/>      channel: onMode="1" bRatio="0.0090690" products="4 -4"
 
7434
 <br/>      channel: onMode="1" bRatio="0.5101470" products="5 -5"
 
7435
 <br/>      channel: onMode="1" bRatio="0.4535760" products="6 -6"
 
7436
 
 
7437
<p/>particle: id="3100111" name="pi_22_1_tc" spinType="1" chargeType="0" colType="0"
 
7438
          m0="125.00000" mWidth="0.02296" mMin="50.00000" mMax="0.00000"
 
7439
 <br/>      channel: onMode="1" bRatio="0.0000000" products="1 -1"
 
7440
 <br/>      channel: onMode="1" bRatio="0.0000000" products="2 -2"
 
7441
 <br/>      channel: onMode="1" bRatio="0.0000000" products="3 -3"
 
7442
 <br/>      channel: onMode="1" bRatio="0.0000000" products="4 -4"
 
7443
 <br/>      channel: onMode="1" bRatio="0.0000000" products="5 -5"
 
7444
 <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
 
7445
 <br/>      channel: onMode="1" bRatio="1.0000000" products="21 21"
 
7446
 
 
7447
<p/>particle: id="3100113" name="rho_11_tc" spinType="3" chargeType="0" colType="2"
 
7448
          m0="400.00000" mWidth="23.26819" mMin="50.00000" mMax="0.00000"
 
7449
 <br/>      channel: onMode="1" bRatio="0.0011280" products="1 -1"
 
7450
 <br/>      channel: onMode="1" bRatio="0.0011280" products="2 -2"
 
7451
 <br/>      channel: onMode="1" bRatio="0.0011280" products="3 -3"
 
7452
 <br/>      channel: onMode="1" bRatio="0.0011280" products="4 -4"
 
7453
 <br/>      channel: onMode="1" bRatio="0.5710470" products="5 -5"
 
7454
 <br/>      channel: onMode="1" bRatio="0.3822880" products="6 -6"
 
7455
 <br/>      channel: onMode="1" bRatio="0.0421530" products="21 21"
 
7456
 
 
7457
<p/>particle: id="3200111" name="pi_22_8_tc" spinType="1" chargeType="0" colType="2"
 
7458
          m0="250.00000" mWidth="0.18886" mMin="50.00000" mMax="0.00000"
 
7459
 <br/>      channel: onMode="1" bRatio="0.0000000" products="1 -1"
 
7460
 <br/>      channel: onMode="1" bRatio="0.0000000" products="2 -2"
 
7461
 <br/>      channel: onMode="1" bRatio="0.0000000" products="3 -3"
 
7462
 <br/>      channel: onMode="1" bRatio="0.0000000" products="4 -4"
 
7463
 <br/>      channel: onMode="1" bRatio="0.0000000" products="5 -5"
 
7464
 <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
 
7465
 <br/>      channel: onMode="1" bRatio="1.0000000" products="21 21"
 
7466
 
 
7467
<p/>particle: id="3200113" name="rho_12_tc" spinType="3" chargeType="0" colType="2"
 
7468
          m0="350.00000" mWidth="2.86306" mMin="50.00000" mMax="0.00000"
 
7469
 <br/>      channel: onMode="1" bRatio="0.0165970" products="1 -1"
 
7470
 <br/>      channel: onMode="1" bRatio="0.0165970" products="2 -2"
 
7471
 <br/>      channel: onMode="1" bRatio="0.0165970" products="3 -3"
 
7472
 <br/>      channel: onMode="1" bRatio="0.0165970" products="4 -4"
 
7473
 <br/>      channel: onMode="1" bRatio="0.9336100" products="5 -5"
 
7474
 <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
 
7475
 
 
7476
<p/>particle: id="3300113" name="rho_21_tc" spinType="3" chargeType="0" colType="2"
 
7477
          m0="350.00000"
 
7478
 <br/>      channel: onMode="1" bRatio="0.0165970" products="1 -1"
 
7479
 <br/>      channel: onMode="1" bRatio="0.0165970" products="2 -2"
 
7480
 <br/>      channel: onMode="1" bRatio="0.0165970" products="3 -3"
 
7481
 <br/>      channel: onMode="1" bRatio="0.0165970" products="4 -4"
 
7482
 <br/>      channel: onMode="1" bRatio="0.9336100" products="5 -5"
 
7483
 <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
 
7484
 
 
7485
<p/>particle: id="3400113" name="rho_22_tc" spinType="3" chargeType="0" colType="2"
 
7486
          m0="300.00000" mWidth="3.45903" mMin="50.00000" mMax="0.00000"
 
7487
 <br/>      channel: onMode="1" bRatio="0.0551500" products="1 -1"
 
7488
 <br/>      channel: onMode="1" bRatio="0.0551500" products="2 -2"
 
7489
 <br/>      channel: onMode="1" bRatio="0.0551500" products="3 -3"
 
7490
 <br/>      channel: onMode="1" bRatio="0.0551500" products="4 -4"
 
7491
 <br/>      channel: onMode="1" bRatio="0.3446900" products="5 -5"
 
7492
 <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
 
7493
 <br/>      channel: onMode="1" bRatio="0.2289980" products="21 21"
 
7494
 <br/>      channel: onMode="1" bRatio="0.1642080" products="3100111 21"
 
7495
 <br/>      channel: onMode="1" bRatio="0.0415030" products="3200111 21"
 
7496
 
 
7497
<p/>particle: id="4000001" name="d*" antiName="d*bar" spinType="2" chargeType="-1" colType="1"
 
7498
          m0="400.00000" mWidth="2.59359" mMin="50.00000" mMax="0.00000"
 
7499
 <br/>      channel: onMode="1" bRatio="0.8509730" products="21 1"
 
7500
 <br/>      channel: onMode="1" bRatio="0.0054110" products="22 1"
 
7501
 <br/>      channel: onMode="1" bRatio="0.0450250" products="23 1"
 
7502
 <br/>      channel: onMode="1" bRatio="0.0985910" products="-24 2"
 
7503
 
 
7504
<p/>particle: id="4000002" name="u*" antiName="u*bar" spinType="2" chargeType="2" colType="1"
 
7505
          m0="400.00000" mWidth="2.59687" mMin="50.00000" mMax="0.00000"
 
7506
 <br/>      channel: onMode="1" bRatio="0.8498980" products="21 2"
 
7507
 <br/>      channel: onMode="1" bRatio="0.0216170" products="22 2"
 
7508
 <br/>      channel: onMode="1" bRatio="0.0300180" products="23 2"
 
7509
 <br/>      channel: onMode="1" bRatio="0.0984660" products="24 1"
 
7510
 
 
7511
<p/>particle: id="4000003" name="s*" antiName="s*bar" spinType="2" chargeType="-1" colType="1"
 
7512
          m0="400.00000" mWidth="2.59359" mMin="50.00000" mMax="0.00000"
 
7513
 <br/>      channel: onMode="1" bRatio="0.8509730" products="21 3"
 
7514
 <br/>      channel: onMode="1" bRatio="0.0054110" products="22 3"
 
7515
 <br/>      channel: onMode="1" bRatio="0.0450250" products="23 3"
 
7516
 <br/>      channel: onMode="1" bRatio="0.0985910" products="-24 4"
 
7517
 
 
7518
<p/>particle: id="4000004" name="c*" antiName="c*bar" spinType="2" chargeType="2" colType="1"
 
7519
          m0="400.00000" mWidth="2.59687" mMin="50.00000" mMax="0.00000"
 
7520
 <br/>      channel: onMode="1" bRatio="0.8498980" products="21 4"
 
7521
 <br/>      channel: onMode="1" bRatio="0.0216170" products="22 4"
 
7522
 <br/>      channel: onMode="1" bRatio="0.0300180" products="23 4"
 
7523
 <br/>      channel: onMode="1" bRatio="0.0984660" products="24 3"
 
7524
 
 
7525
<p/>particle: id="4000005" name="b*" antiName="b*bar" spinType="2" chargeType="-1" colType="1"
 
7526
          m0="400.00000" mWidth="2.59359" mMin="50.00000" mMax="0.00000"
 
7527
 <br/>      channel: onMode="1" bRatio="0.8509730" products="21 5"
 
7528
 <br/>      channel: onMode="1" bRatio="0.0054110" products="22 5"
 
7529
 <br/>      channel: onMode="1" bRatio="0.0450250" products="23 5"
 
7530
 <br/>      channel: onMode="1" bRatio="0.0985910" products="-24 6"
 
7531
 
 
7532
<p/>particle: id="4000006" name="t*" antiName="t*bar" spinType="2" chargeType="2" colType="1"
 
7533
          m0="400.00000" mWidth="2.59687" mMin="50.00000" mMax="0.00000"
 
7534
 <br/>      channel: onMode="1" bRatio="0.8498980" products="21 6"
 
7535
 <br/>      channel: onMode="1" bRatio="0.0216170" products="22 6"
 
7536
 <br/>      channel: onMode="1" bRatio="0.0300180" products="23 6"
 
7537
 <br/>      channel: onMode="1" bRatio="0.0984660" products="24 5"
 
7538
 
 
7539
<p/>particle: id="4000011" name="e*-" antiName="e*bar+" spinType="2" chargeType="-3" colType="0"
 
7540
          m0="400.00000" mWidth="0.42896" mMin="50.00000" mMax="0.00000"
 
7541
 <br/>      channel: onMode="1" bRatio="0.2944480" products="22 11"
 
7542
 <br/>      channel: onMode="1" bRatio="0.1094500" products="23 11"
 
7543
 <br/>      channel: onMode="1" bRatio="0.5961020" products="-24 12"
 
7544
 
 
7545
<p/>particle: id="4000012" name="nu*_e0" antiName="nu*_ebar0" spinType="2" chargeType="0" colType="0"
 
7546
          m0="400.00000" mWidth="0.41912" mMin="50.00000" mMax="0.00000"
 
7547
 <br/>      channel: onMode="1" bRatio="0.3899060" products="23 12"
 
7548
 <br/>      channel: onMode="1" bRatio="0.6100940" products="24 11"
 
7549
 
 
7550
<p/>particle: id="4000013" name="mu*-" antiName="mu*bar+" spinType="2" chargeType="-3" colType="0"
 
7551
          m0="400.00000" mWidth="0.42896" mMin="50.00000" mMax="0.00000"
 
7552
 <br/>      channel: onMode="1" bRatio="0.2944480" products="22 13"
 
7553
 <br/>      channel: onMode="1" bRatio="0.1094500" products="23 13"
 
7554
 <br/>      channel: onMode="1" bRatio="0.5961020" products="-24 14"
 
7555
 
 
7556
<p/>particle: id="4000014" name="nu*_mu0" antiName="nu*_mubar0" spinType="2" chargeType="0" colType="0"
 
7557
          m0="400.00000" mWidth="0.41912" mMin="50.00000" mMax="0.00000"
 
7558
 <br/>      channel: onMode="1" bRatio="0.3899060" products="23 14"
 
7559
 <br/>      channel: onMode="1" bRatio="0.6100940" products="24 13"
 
7560
 
 
7561
<p/>particle: id="4000015" name="tau*-" antiName="tau*bar+" spinType="2" chargeType="-3" colType="0"
 
7562
          m0="400.00000" mWidth="0.42896" mMin="50.00000" mMax="0.00000"
 
7563
 <br/>      channel: onMode="1" bRatio="0.2944480" products="22 15"
 
7564
 <br/>      channel: onMode="1" bRatio="0.1094500" products="23 15"
 
7565
 <br/>      channel: onMode="1" bRatio="0.5961020" products="-24 16"
 
7566
 
 
7567
<p/>particle: id="4000016" name="nu*_tau0" antiName="nu*_taubar0" spinType="2" chargeType="0" colType="0"
 
7568
          m0="400.00000" mWidth="0.41912" mMin="50.00000" mMax="0.00000"
 
7569
 <br/>      channel: onMode="1" bRatio="0.3899060" products="23 16"
 
7570
 <br/>      channel: onMode="1" bRatio="0.6100940" products="24 15"
 
7571
 
 
7572
<p/>particle: id="4900001" name="Dv" antiName="Dvbar" spinType="2" chargeType="-1" colType="1"
 
7573
          m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
7574
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1 4900101"
 
7575
 
 
7576
<p/>particle: id="4900002" name="Uv" antiName="Uvbar" spinType="2" chargeType="2" colType="1"
 
7577
          m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
7578
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="2 4900101"
 
7579
 
 
7580
<p/>particle: id="4900003" name="Sv" antiName="Svbar" spinType="2" chargeType="-1" colType="1"
 
7581
          m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
7582
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="3 4900101"
 
7583
 
 
7584
<p/>particle: id="4900004" name="Cv" antiName="Cvbar" spinType="2" chargeType="2" colType="1"
 
7585
          m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
7586
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="4 4900101"
 
7587
 
 
7588
<p/>particle: id="4900005" name="Bv" antiName="Bvbar" spinType="2" chargeType="-1" colType="1"
 
7589
          m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
7590
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="5 4900101"
 
7591
 
 
7592
<p/>particle: id="4900006" name="Tv" antiName="Tvbar" spinType="2" chargeType="2" colType="1"
 
7593
          m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
7594
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="6 4900101"
 
7595
 
 
7596
<p/>particle: id="4900011" name="Ev" antiName="Evbar" spinType="2" chargeType="-3" colType="0"
 
7597
          m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
7598
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="11 4900101"
 
7599
 
 
7600
<p/>particle: id="4900012" name="nuEv" antiName="nuEvbar" spinType="2" chargeType="0" colType="0"
 
7601
          m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
7602
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="12 4900101"
 
7603
 
 
7604
<p/>particle: id="4900013" name="MUv" antiName="MUvbar" spinType="2" chargeType="-3" colType="0"
 
7605
          m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
7606
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="13 4900101"
 
7607
 
 
7608
<p/>particle: id="4900014" name="nuMUv" antiName="nuMUvbar" spinType="2" chargeType="0" colType="0"
 
7609
          m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
7610
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="14 4900101"
 
7611
 
 
7612
<p/>particle: id="4900015" name="TAUv" antiName="TAUvbar" spinType="2" chargeType="-3" colType="0"
 
7613
          m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
7614
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="15 4900101"
 
7615
 
 
7616
<p/>particle: id="4900016" name="nuTAUv" antiName="nuTAUvbar" spinType="2" chargeType="0" colType="0"
 
7617
          m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
 
7618
 <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="16 4900101"
 
7619
 
 
7620
<p/>particle: id="4900021" name="gv" spinType="3" chargeType="0" colType="0"
 
7621
          m0="0.00000"
 
7622
 
 
7623
<p/>particle: id="4900022" name="gammav" spinType="3" chargeType="0" colType="0"
 
7624
          m0="0.00000"
 
7625
 <br/>      channel: onMode="0" bRatio="0.05" meMode="91" products="1 -1"
 
7626
 <br/>      channel: onMode="0" bRatio="0.20" meMode="91" products="2 -2"
 
7627
 <br/>      channel: onMode="0" bRatio="0.05" meMode="91" products="3 -3"
 
7628
 <br/>      channel: onMode="0" bRatio="0.20" meMode="91" products="4 -4"
 
7629
 <br/>      channel: onMode="0" bRatio="0.05" meMode="91" products="5 -5"
 
7630
 <br/>      channel: onMode="0" bRatio="0.15" meMode="91" products="11 -11"
 
7631
 <br/>      channel: onMode="0" bRatio="0.00" meMode="91" products="12 -12"
 
7632
 <br/>      channel: onMode="0" bRatio="0.15" meMode="91" products="13 -13"
 
7633
 <br/>      channel: onMode="0" bRatio="0.00" meMode="91" products="14 -14"
 
7634
 <br/>      channel: onMode="0" bRatio="0.15" meMode="91" products="15 -15"
 
7635
 <br/>      channel: onMode="0" bRatio="0.00" meMode="91" products="16 -16"
 
7636
 
 
7637
<p/>particle: id="4900023" name="Zv" spinType="3" chargeType="0" colType="0"
 
7638
          m0="1000.00000" mWidth="20.00000" mMin="100.00000" mMax="0.00000"
 
7639
 <br/>      channel: onMode="1" bRatio="0.075" meMode="102" products="1 -1"
 
7640
 <br/>      channel: onMode="1" bRatio="0.075" meMode="102" products="2 -2"
 
7641
 <br/>      channel: onMode="1" bRatio="0.075" meMode="102" products="3 -3"
 
7642
 <br/>      channel: onMode="1" bRatio="0.075" meMode="102" products="4 -4"
 
7643
 <br/>      channel: onMode="1" bRatio="0.075" meMode="102" products="5 -5"
 
7644
 <br/>      channel: onMode="1" bRatio="0.075" meMode="102" products="6 -6"
 
7645
 <br/>      channel: onMode="1" bRatio="0.025" meMode="102" products="11 -11"
 
7646
 <br/>      channel: onMode="1" bRatio="0.025" meMode="102" products="12 -12"
 
7647
 <br/>      channel: onMode="1" bRatio="0.025" meMode="102" products="13 -13"
 
7648
 <br/>      channel: onMode="1" bRatio="0.025" meMode="102" products="14 -14"
 
7649
 <br/>      channel: onMode="1" bRatio="0.025" meMode="102" products="15 -15"
 
7650
 <br/>      channel: onMode="1" bRatio="0.025" meMode="102" products="16 -16"
 
7651
 <br/>      channel: onMode="1" bRatio="0.400" meMode="102" products="4900101 -4900101"
 
7652
 
 
7653
<p/>particle: id="4900101" name="qv" antiName="qvbar" spinType="1" chargeType="0" colType="0"
 
7654
          m0="100.00000"
 
7655
 
 
7656
<p/>particle: id="4900111" name="pivDiag" spinType="1" chargeType="0" colType="0"
 
7657
          m0="10.00000"
 
7658
 <br/>      channel: onMode="0" bRatio="1.23e-6" meMode="91" products="1 -1"
 
7659
 <br/>      channel: onMode="0" bRatio="4.96e-7" meMode="91" products="2 -2"
 
7660
 <br/>      channel: onMode="0" bRatio="0.000492" meMode="91" products="3 -3"
 
7661
 <br/>      channel: onMode="0" bRatio="0.079384" meMode="91" products="4 -4"
 
7662
 <br/>      channel: onMode="0" bRatio="0.8679713" meMode="91" products="5 -5"
 
7663
 <br/>      channel: onMode="0" bRatio="4.0e-9" meMode="91" products="11 -11"
 
7664
 <br/>      channel: onMode="0" bRatio="0.00" meMode="91" products="12 -12"
 
7665
 <br/>      channel: onMode="0" bRatio="0.000184" meMode="91" products="13 -13"
 
7666
 <br/>      channel: onMode="0" bRatio="0.00" meMode="91" products="14 -14"
 
7667
 <br/>      channel: onMode="0" bRatio="0.051967" meMode="91" products="15 -15"
 
7668
 <br/>      channel: onMode="0" bRatio="0.00" meMode="91" products="16 -16"
 
7669
 
 
7670
<p/>particle: id="4900113" name="rhovDiag" spinType="3" chargeType="0" colType="0"
 
7671
          m0="10.00000"
 
7672
 <br/>      channel: onMode="0" bRatio="0.05" meMode="91" products="1 -1"
 
7673
 <br/>      channel: onMode="0" bRatio="0.20" meMode="91" products="2 -2"
 
7674
 <br/>      channel: onMode="0" bRatio="0.05" meMode="91" products="3 -3"
 
7675
 <br/>      channel: onMode="0" bRatio="0.20" meMode="91" products="4 -4"
 
7676
 <br/>      channel: onMode="0" bRatio="0.05" meMode="91" products="5 -5"
 
7677
 <br/>      channel: onMode="0" bRatio="0.15" meMode="91" products="11 -11"
 
7678
 <br/>      channel: onMode="0" bRatio="0.00" meMode="91" products="12 -12"
 
7679
 <br/>      channel: onMode="0" bRatio="0.15" meMode="91" products="13 -13"
 
7680
 <br/>      channel: onMode="0" bRatio="0.00" meMode="91" products="14 -14"
 
7681
 <br/>      channel: onMode="0" bRatio="0.15" meMode="91" products="15 -15"
 
7682
 <br/>      channel: onMode="0" bRatio="0.00" meMode="91" products="16 -16"
 
7683
 
 
7684
<p/>particle: id="4900211" name="pivUp" antiName="pivDn" spinType="1" chargeType="0" colType="0"
 
7685
          m0="10.00000"
 
7686
 
 
7687
<p/>particle: id="4900213" name="rhovUp" antiName="rhovDn" spinType="3" chargeType="0" colType="0"
 
7688
          m0="10.00000"
 
7689
 
 
7690
<p/>particle: id="4900991" name="ggv" spinType="1" chargeType="0" colType="0"
 
7691
          m0="1.00000"
 
7692
 
 
7693
<p/>particle: id="5000023" name="Z_KK" spinType="3" chargeType="0" colType="0"
 
7694
          m0="4000.00000" mWidth="240.00000" mMin="1000.00000" mMax="0.00000"
 
7695
 
 
7696
<p/>particle: id="5000039" name="Graviton" spinType="5" chargeType="0" colType="0"
 
7697
           m0="0.00000"
 
7698
 
 
7699
<p/>particle: id="5100021" name="KKgluon*" spinType="3" chargeType="0" colType="2"
 
7700
           m0="1.000e+03" mWidth="1.7e02" mMin="5.000e+01" mMax="0.000e+00"
 
7701
  <br/      channel: onMode="1" bRatio="0.005" products="1 -1"
 
7702
  <br/>      channel: onMode="1" bRatio="0.005" products="2 -2"
 
7703
  <br/>      channel: onMode="1" bRatio="0.005" products="3 -3"
 
7704
  <br/>      channel: onMode="1" bRatio="0.005" products="4 -4"
 
7705
  <br/>      channel: onMode="1" bRatio="0.055" products="5 -5"
 
7706
  <br/>      channel: onMode="1" bRatio="0.925" products="6 -6"
 
7707
 
 
7708
<p/>particle: id="5100039" name="Graviton*" spinType="5" chargeType="0" colType="0"
 
7709
          m0="1.000e+03" mWidth="1.415e-01" mMin="5.000e+01" mMax="0.000e+00"
 
7710
 <br/>      channel: onMode="1" bRatio="0.0633000" products="1 -1"
 
7711
 <br/>      channel: onMode="1" bRatio="0.0633000" products="2 -2"
 
7712
 <br/>      channel: onMode="1" bRatio="0.0633000" products="3 -3"
 
7713
 <br/>      channel: onMode="1" bRatio="0.0632990" products="4 -4"
 
7714
 <br/>      channel: onMode="1" bRatio="0.0632950" products="5 -5"
 
7715
 <br/>      channel: onMode="1" bRatio="0.0562810" products="6 -6"
 
7716
 <br/>      channel: onMode="1" bRatio="0.0204950" products="11 -11"
 
7717
 <br/>      channel: onMode="1" bRatio="0.0204950" products="12 -12"
 
7718
 <br/>      channel: onMode="1" bRatio="0.0204950" products="13 -13"
 
7719
 <br/>      channel: onMode="1" bRatio="0.0204950" products="14 -14"
 
7720
 <br/>      channel: onMode="1" bRatio="0.0204950" products="15 -15"
 
7721
 <br/>      channel: onMode="1" bRatio="0.0204950" products="16 -16"
 
7722
 <br/>      channel: onMode="1" bRatio="0.3279190" products="21 21"
 
7723
 <br/>      channel: onMode="1" bRatio="0.0409900" products="22 22"
 
7724
 <br/>      channel: onMode="1" bRatio="0.0452360" products="23 23"
 
7725
 <br/>      channel: onMode="1" bRatio="0.0901120" products="24 -24"
 
7726
 <br/>      channel: onMode="1" bRatio="0.0"       products="25 25"
 
7727
 
 
7728
<p/>particle: id="9000111" name="a_0(980)0" spinType="1" chargeType="0" colType="0"
 
7729
          m0="0.98350" mWidth="0.06000" mMin="0.70000" mMax="1.50000"
 
7730
 <br/>      channel: onMode="1" bRatio="0.9000000" products="221 111"
 
7731
 <br/>      channel: onMode="1" bRatio="0.0250000" products="130 130"
 
7732
 <br/>      channel: onMode="1" bRatio="0.0250000" products="310 310"
 
7733
 <br/>      channel: onMode="1" bRatio="0.0500000" products="321 -321"
 
7734
 
 
7735
<p/>particle: id="9000211" name="a_0(980)+" antiName="a_0(980)-" spinType="1" chargeType="3" colType="0"
 
7736
          m0="0.98350" mWidth="0.06000" mMin="0.70000" mMax="1.50000"
 
7737
 <br/>      channel: onMode="1" bRatio="0.9000000" products="221 211"
 
7738
 <br/>      channel: onMode="1" bRatio="0.1000000" products="321 311"
 
7739
 
 
7740
<p/>particle: id="9010221" name="f_0(980)" spinType="1" chargeType="0" colType="0"
 
7741
          m0="1.00000"
 
7742
 <br/>      channel: onMode="1" bRatio="0.5200000" products="211 -211"
 
7743
 <br/>      channel: onMode="1" bRatio="0.2600000" products="111 111"
 
7744
 <br/>      channel: onMode="1" bRatio="0.1100000" products="321 -321"
 
7745
 <br/>      channel: onMode="1" bRatio="0.0550000" products="130 130"
 
7746
 <br/>      channel: onMode="1" bRatio="0.0550000" products="310 310"
 
7747
 
 
7748
<p/>particle: id="9900012" name="nu_Re" spinType="2" chargeType="0" colType="0"
 
7749
          m0="500.00000" mWidth="0.00098" mMin="50.00000" mMax="0.00000"
 
7750
 <br/>      channel: onMode="1" bRatio="0.1987400" products="11 -1 2"
 
7751
 <br/>      channel: onMode="1" bRatio="0.0102040" products="11 -1 4"
 
7752
 <br/>      channel: onMode="1" bRatio="0.0000030" products="11 -1 6"
 
7753
 <br/>      channel: onMode="1" bRatio="0.0102050" products="11 -3 2"
 
7754
 <br/>      channel: onMode="1" bRatio="0.1983560" products="11 -3 4"
 
7755
 <br/>      channel: onMode="1" bRatio="0.0001510" products="11 -3 6"
 
7756
 <br/>      channel: onMode="1" bRatio="0.0000060" products="11 -5 2"
 
7757
 <br/>      channel: onMode="1" bRatio="0.0003670" products="11 -5 4"
 
7758
 <br/>      channel: onMode="1" bRatio="0.0819670" products="11 -5 6"
 
7759
 <br/>      channel: onMode="1" bRatio="0.1987400" products="-11 1 -2"
 
7760
 <br/>      channel: onMode="1" bRatio="0.0102040" products="-11 1 -4"
 
7761
 <br/>      channel: onMode="1" bRatio="0.0000030" products="-11 1 -6"
 
7762
 <br/>      channel: onMode="1" bRatio="0.0102050" products="-11 3 -2"
 
7763
 <br/>      channel: onMode="1" bRatio="0.1983560" products="-11 3 -4"
 
7764
 <br/>      channel: onMode="1" bRatio="0.0001510" products="-11 3 -6"
 
7765
 <br/>      channel: onMode="1" bRatio="0.0000060" products="-11 5 -2"
 
7766
 <br/>      channel: onMode="1" bRatio="0.0003670" products="-11 5 -4"
 
7767
 <br/>      channel: onMode="1" bRatio="0.0819670" products="-11 5 -6"
 
7768
 <br/>      channel: onMode="1" bRatio="0.0000000" products="11 -13 9900014"
 
7769
 <br/>      channel: onMode="1" bRatio="0.0000000" products="-11 13 9900014"
 
7770
 <br/>      channel: onMode="1" bRatio="0.0000000" products="11 -15 9900016"
 
7771
 <br/>      channel: onMode="1" bRatio="0.0000000" products="-11 15 9900016"
 
7772
 
 
7773
<p/>particle: id="9900014" name="nu_Rmu" spinType="2" chargeType="0" colType="0"
 
7774
          m0="500.00000" mWidth="0.00098" mMin="50.00000" mMax="0.00000"
 
7775
 <br/>      channel: onMode="1" bRatio="0.1987760" products="13 -1 2"
 
7776
 <br/>      channel: onMode="1" bRatio="0.0102060" products="13 -1 4"
 
7777
 <br/>      channel: onMode="1" bRatio="0.0000030" products="13 -1 6"
 
7778
 <br/>      channel: onMode="1" bRatio="0.0102070" products="13 -3 2"
 
7779
 <br/>      channel: onMode="1" bRatio="0.1983900" products="13 -3 4"
 
7780
 <br/>      channel: onMode="1" bRatio="0.0001510" products="13 -3 6"
 
7781
 <br/>      channel: onMode="1" bRatio="0.0000060" products="13 -5 2"
 
7782
 <br/>      channel: onMode="1" bRatio="0.0003670" products="13 -5 4"
 
7783
 <br/>      channel: onMode="1" bRatio="0.0818930" products="13 -5 6"
 
7784
 <br/>      channel: onMode="1" bRatio="0.1987760" products="-13 1 -2"
 
7785
 <br/>      channel: onMode="1" bRatio="0.0102060" products="-13 1 -4"
 
7786
 <br/>      channel: onMode="1" bRatio="0.0000030" products="-13 1 -6"
 
7787
 <br/>      channel: onMode="1" bRatio="0.0102070" products="-13 3 -2"
 
7788
 <br/>      channel: onMode="1" bRatio="0.1983900" products="-13 3 -4"
 
7789
 <br/>      channel: onMode="1" bRatio="0.0001510" products="-13 3 -6"
 
7790
 <br/>      channel: onMode="1" bRatio="0.0000060" products="-13 5 -2"
 
7791
 <br/>      channel: onMode="1" bRatio="0.0003670" products="-13 5 -4"
 
7792
 <br/>      channel: onMode="1" bRatio="0.0818930" products="-13 5 -6"
 
7793
 <br/>      channel: onMode="1" bRatio="0.0000000" products="13 -11 9900012"
 
7794
 <br/>      channel: onMode="1" bRatio="0.0000000" products="-13 11 9900012"
 
7795
 <br/>      channel: onMode="1" bRatio="0.0000000" products="13 -15 9900016"
 
7796
 <br/>      channel: onMode="1" bRatio="0.0000000" products="-13 15 9900016"
 
7797
 
 
7798
<p/>particle: id="9900016" name="nu_Rtau" spinType="2" chargeType="0" colType="0"
 
7799
          m0="500.00000" mWidth="0.00097" mMin="50.00000" mMax="0.00000"
 
7800
 <br/>      channel: onMode="1" bRatio="0.1993440" products="15 -1 2"
 
7801
 <br/>      channel: onMode="1" bRatio="0.0102340" products="15 -1 4"
 
7802
 <br/>      channel: onMode="1" bRatio="0.0000030" products="15 -1 6"
 
7803
 <br/>      channel: onMode="1" bRatio="0.0102360" products="15 -3 2"
 
7804
 <br/>      channel: onMode="1" bRatio="0.1989280" products="15 -3 4"
 
7805
 <br/>      channel: onMode="1" bRatio="0.0001490" products="15 -3 6"
 
7806
 <br/>      channel: onMode="1" bRatio="0.0000060" products="15 -5 2"
 
7807
 <br/>      channel: onMode="1" bRatio="0.0003680" products="15 -5 4"
 
7808
 <br/>      channel: onMode="1" bRatio="0.0807330" products="15 -5 6"
 
7809
 <br/>      channel: onMode="1" bRatio="0.1993440" products="-15 1 -2"
 
7810
 <br/>      channel: onMode="1" bRatio="0.0102340" products="-15 1 -4"
 
7811
 <br/>      channel: onMode="1" bRatio="0.0000030" products="-15 1 -6"
 
7812
 <br/>      channel: onMode="1" bRatio="0.0102360" products="-15 3 -2"
 
7813
 <br/>      channel: onMode="1" bRatio="0.1989280" products="-15 3 -4"
 
7814
 <br/>      channel: onMode="1" bRatio="0.0001490" products="-15 3 -6"
 
7815
 <br/>      channel: onMode="1" bRatio="0.0000060" products="-15 5 -2"
 
7816
 <br/>      channel: onMode="1" bRatio="0.0003680" products="-15 5 -4"
 
7817
 <br/>      channel: onMode="1" bRatio="0.0807330" products="-15 5 -6"
 
7818
 <br/>      channel: onMode="1" bRatio="0.0000000" products="15 -11 9900012"
 
7819
 <br/>      channel: onMode="1" bRatio="0.0000000" products="-15 11 9900012"
 
7820
 <br/>      channel: onMode="1" bRatio="0.0000000" products="15 -13 9900014"
 
7821
 <br/>      channel: onMode="1" bRatio="0.0000000" products="-15 13 9900014"
 
7822
 
 
7823
<p/>particle: id="9900023" name="Z_R0" spinType="3" chargeType="0" colType="0"
 
7824
          m0="1.200e+03" mWidth="2.672e+01" mMin="5.000e+01" mMax="0.000e+00"
 
7825
 <br/>      channel: onMode="1" bRatio="0.1847380" products="1 -1"
 
7826
 <br/>      channel: onMode="1" bRatio="0.1045880" products="2 -2"
 
7827
 <br/>      channel: onMode="1" bRatio="0.1847380" products="3 -3"
 
7828
 <br/>      channel: onMode="1" bRatio="0.1045870" products="4 -4"
 
7829
 <br/>      channel: onMode="1" bRatio="0.1847310" products="5 -5"
 
7830
 <br/>      channel: onMode="1" bRatio="0.0958200" products="6 -6"
 
7831
 <br/>      channel: onMode="1" bRatio="0.0229020" products="11 -11"
 
7832
 <br/>      channel: onMode="1" bRatio="0.0084290" products="12 -12"
 
7833
 <br/>      channel: onMode="1" bRatio="0.0156020" products="9900012 9900012"
 
7834
 <br/>      channel: onMode="1" bRatio="0.0229020" products="13 -13"
 
7835
 <br/>      channel: onMode="1" bRatio="0.0084290" products="14 -14"
 
7836
 <br/>      channel: onMode="1" bRatio="0.0156020" products="9900014 9900014"
 
7837
 <br/>      channel: onMode="1" bRatio="0.0229020" products="15 -15"
 
7838
 <br/>      channel: onMode="1" bRatio="0.0084290" products="16 -16"
 
7839
 <br/>      channel: onMode="1" bRatio="0.0156020" products="9900016 9900016"
 
7840
 
 
7841
<p/>particle: id="9900024" name="W_R+" antiName="W_R-" spinType="3" chargeType="3" colType="0"
 
7842
          m0="750.00000" mWidth="21.74916" mMin="50.00000" mMax="0.00000"
 
7843
 <br/>      channel: onMode="1" bRatio="0.2895900" products="-1 2"
 
7844
 <br/>      channel: onMode="1" bRatio="0.0148700" products="-1 4"
 
7845
 <br/>      channel: onMode="1" bRatio="0.0000080" products="-1 6"
 
7846
 <br/>      channel: onMode="1" bRatio="0.0148700" products="-3 2"
 
7847
 <br/>      channel: onMode="1" bRatio="0.2890610" products="-3 4"
 
7848
 <br/>      channel: onMode="1" bRatio="0.0004920" products="-3 6"
 
7849
 <br/>      channel: onMode="1" bRatio="0.0000090" products="-5 2"
 
7850
 <br/>      channel: onMode="1" bRatio="0.0005360" products="-5 4"
 
7851
 <br/>      channel: onMode="1" bRatio="0.2791100" products="-5 6"
 
7852
 <br/>      channel: onMode="1" bRatio="0.0371510" products="-11 9900012"
 
7853
 <br/>      channel: onMode="1" bRatio="0.0371510" products="-13 9900014"
 
7854
 <br/>      channel: onMode="1" bRatio="0.0371500" products="-15 9900016"
 
7855
 
 
7856
<p/>particle: id="9900041" name="H_L++" antiName="H_L--" spinType="1" chargeType="6" colType="0"
 
7857
          m0="200.00000" mWidth="0.88159" mMin="50.00000" mMax="0.00000"
 
7858
 <br/>      channel: onMode="1" bRatio="0.0902660" products="-11 -11"
 
7859
 <br/>      channel: onMode="1" bRatio="0.0018050" products="-11 -13"
 
7860
 <br/>      channel: onMode="1" bRatio="0.0018050" products="-11 -15"
 
7861
 <br/>      channel: onMode="1" bRatio="0.0902660" products="-13 -13"
 
7862
 <br/>      channel: onMode="1" bRatio="0.0018050" products="-13 -15"
 
7863
 <br/>      channel: onMode="1" bRatio="0.8122630" products="-15 -15"
 
7864
 <br/>      channel: onMode="1" bRatio="0.0017900" products="24 24"
 
7865
 
 
7866
<p/>particle: id="9900042" name="H_R++" antiName="H_R--" spinType="1" chargeType="6" colType="0"
 
7867
          m0="200.00000" mWidth="0.88001" mMin="50.00000" mMax="0.00000"
 
7868
 <br/>      channel: onMode="1" bRatio="0.0904280" products="-11 -11"
 
7869
 <br/>      channel: onMode="1" bRatio="0.0018090" products="-11 -13"
 
7870
 <br/>      channel: onMode="1" bRatio="0.0018080" products="-11 -15"
 
7871
 <br/>      channel: onMode="1" bRatio="0.0904280" products="-13 -13"
 
7872
 <br/>      channel: onMode="1" bRatio="0.0018080" products="-13 -15"
 
7873
 <br/>      channel: onMode="1" bRatio="0.8137200" products="-15 -15"
 
7874
 <br/>      channel: onMode="1" bRatio="0.0000000" products="9900024 9900024"
 
7875
 
 
7876
<p/>particle: id="9900110" name="rho_diff0" spinType="0" chargeType="0" colType="0"
 
7877
          m0="0.00000"
 
7878
 
 
7879
<p/>particle: id="9900210" name="pi_diffr+" antiName="pi_diffr-" spinType="0" chargeType="3" colType="0"
 
7880
          m0="0.00000"
 
7881
 
 
7882
<p/>particle: id="9900220" name="omega_di" spinType="0" chargeType="0" colType="0"
 
7883
          m0="0.00000"
 
7884
 
 
7885
<p/>particle: id="9900330" name="phi_diff" spinType="0" chargeType="0" colType="0"
 
7886
          m0="0.00000"
 
7887
 
 
7888
<p/>particle: id="9900440" name="J/psi_di" spinType="0" chargeType="0" colType="0"
 
7889
          m0="0.00000"
 
7890
 
 
7891
<p/>particle: id="9900441" name="ccbar[1S0(8)]" spinType="1" chargeType="0" colType="2"
 
7892
          m0="3.10000" mWidth="0.01000" mMin="3.10000" mMax="3.10000"
 
7893
 <br/>      channel: onMode="1" bRatio="1.0000000" products="443 21"
 
7894
 
 
7895
<p/>particle: id="9900443" name="ccbar[3S1(8)]" spinType="3" chargeType="0" colType="2"
 
7896
          m0="3.10000" mWidth="0.01000" mMin="3.10000" mMax="3.10000"
 
7897
 <br/>      channel: onMode="1" bRatio="1.0000000" products="443 21"
 
7898
 
 
7899
<p/>particle: id="9900551" name="bbbar[1S0(8)]" spinType="1" chargeType="0" colType="2"
 
7900
          m0="9.50000" mWidth="0.01000" mMin="9.50000" mMax="9.50000"
 
7901
 <br/>      channel: onMode="1" bRatio="1.0000000" products="553 21"
 
7902
 
 
7903
<p/>particle: id="9900553" name="bbbar[3S1(8)]" spinType="3" chargeType="0" colType="2"
 
7904
          m0="9.50000" mWidth="0.01000" mMin="9.50000" mMax="9.50000"
 
7905
 <br/>      channel: onMode="1" bRatio="1.0000000" products="553 21"
 
7906
 
 
7907
<p/>particle: id="9902110" name="n_diffr0" antiName="n_diffrbar0" spinType="0" chargeType="0" colType="0"
 
7908
          m0="0.00000"
 
7909
 
 
7910
<p/>particle: id="9902210" name="p_diffr+" antiName="p_diffrbar-" spinType="0" chargeType="3" colType="0"
 
7911
          m0="0.00000"
 
7912
 
 
7913
<p/>particle: id="9910441" name="ccbar[3P0(8)]" spinType="1" chargeType="0" colType="2"
 
7914
          m0="3.10000" mWidth="0.01000" mMin="3.10000" mMax="3.10000"
 
7915
 <br/>      channel: onMode="1" bRatio="1.0000000" products="443 21"
 
7916
 
 
7917
<p/>particle: id="9910551" name="bbbar[3P0(8)]" spinType="1" chargeType="0" colType="2"
 
7918
          m0="9.50000" mWidth="0.01000" mMin="9.50000" mMax="9.50000"
 
7919
 <br/>      channel: onMode="1" bRatio="1.0000000" products="553 21"
 
7920
 
 
7921
</body>
 
7922
</html>
 
7923
 
 
7924
<!-- Copyright (C) 2012 Torbjorn Sjostrand -->