]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA8/pythia8145/htmldoc/ParticleData.html
New pythia8 version
[u/mrichter/AliRoot.git] / PYTHIA8 / pythia8145 / htmldoc / ParticleData.html
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 nonrelativistic 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
191 <p/>particle: id="7" name="b'" antiName="b'bar" spinType="2" chargeType="-1" colType="1"
192           m0="400.00000"
193  <br/>      channel: onMode="1" bRatio="0.0000000" products="-24 2"
194  <br/>      channel: onMode="1" bRatio="0.0000000" products="-24 4"
195  <br/>      channel: onMode="1" bRatio="0.0000000" products="-24 6"
196  <br/>      channel: onMode="1" bRatio="1.0000000" products="-24 8"
197
198 <p/>particle: id="8" name="t'" antiName="t'bar" spinType="2" chargeType="2" colType="1"
199           m0="400.00000"
200  <br/>      channel: onMode="1" bRatio="0.0000000" products="24 1"
201  <br/>      channel: onMode="1" bRatio="0.0000000" products="24 3"
202  <br/>      channel: onMode="1" bRatio="0.0000000" products="24 5"
203  <br/>      channel: onMode="1" bRatio="1.0000000" products="24 7"
204
205 <p/>particle: id="11" name="e-" antiName="e+" spinType="2" chargeType="-3" colType="0"
206           m0="5.110e-04"
207
208 <p/>particle: id="12" name="nu_e" antiName="nu_ebar" spinType="2" chargeType="0" colType="0"
209           m0="0.00000"
210
211 <p/>particle: id="13" name="mu-" antiName="mu+" spinType="2" chargeType="-3" colType="0"
212           m0="0.10566" tau0="6.58654e+05"
213  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="22" products="-12 11 14"
214
215 <p/>particle: id="14" name="nu_mu" antiName="nu_mubar" spinType="2" chargeType="0" colType="0"
216           m0="0.00000"
217
218 <p/>particle: id="15" name="tau-" antiName="tau+" spinType="2" chargeType="-3" colType="0"
219           m0="1.77699" tau0="8.71100e-02"
220  <br/>      channel: onMode="1" bRatio="0.1784000" meMode="22" products="-12 11 16"
221  <br/>      channel: onMode="1" bRatio="0.1736000" meMode="22" products="-14 13 16"
222  <br/>      channel: onMode="1" bRatio="0.1090000" products="16 -211"
223  <br/>      channel: onMode="1" bRatio="0.2520000" products="16 -213"
224  <br/>      channel: onMode="1" bRatio="0.0030000" meMode="21" products="16 -211 111"
225  <br/>      channel: onMode="1" bRatio="0.0900000" meMode="21" products="16 -213 111"
226  <br/>      channel: onMode="1" bRatio="0.0025000" meMode="21" products="16 -211 111 111"
227  <br/>      channel: onMode="1" bRatio="0.0095000" meMode="21" products="16 -213 111 111"
228  <br/>      channel: onMode="1" bRatio="0.0009000" meMode="21" products="16 -211 111 111 111"
229  <br/>      channel: onMode="1" bRatio="0.0010000" meMode="21" products="16 -213 111 111 111"
230  <br/>      channel: onMode="1" bRatio="0.0069100" products="16 -321"
231  <br/>      channel: onMode="1" bRatio="0.0120000" products="16 -323"
232  <br/>      channel: onMode="1" bRatio="0.0005200" meMode="21" products="16 -321 111"
233  <br/>      channel: onMode="1" bRatio="0.0005800" meMode="21" products="16 -321 111 111"
234  <br/>      channel: onMode="1" bRatio="0.0004200" meMode="21" products="16 -321 111 111 111"
235  <br/>      channel: onMode="1" bRatio="0.0010000" meMode="21" products="16 -311 -211"
236  <br/>      channel: onMode="1" bRatio="0.0022000" meMode="21" products="16 -311 -213"
237  <br/>      channel: onMode="1" bRatio="0.0016000" meMode="21" products="16 -311 -211 111"
238  <br/>      channel: onMode="1" bRatio="0.0002600" meMode="21" products="16 -311 -211 111 111"
239  <br/>      channel: onMode="1" bRatio="0.0015300" meMode="21" products="16 -321 311"
240  <br/>      channel: onMode="1" bRatio="0.0015400" meMode="21" products="16 -321 311 111"
241  <br/>      channel: onMode="1" bRatio="0.0002400" meMode="21" products="16 310 310 -211"
242  <br/>      channel: onMode="1" bRatio="0.0011200" meMode="21" products="16 310 130 -211"
243  <br/>      channel: onMode="1" bRatio="0.0002400" meMode="21" products="16 130 130 -211"
244  <br/>      channel: onMode="1" bRatio="0.0003100" meMode="21" products="16 130 130 -211 111"
245  <br/>      channel: onMode="1" bRatio="0.0700000" meMode="21" products="16 -211 113"
246  <br/>      channel: onMode="1" bRatio="0.0199000" meMode="21" products="16 -211 211 -211"
247  <br/>      channel: onMode="1" bRatio="0.0269000" meMode="21" products="16 -211 211 -211 111"
248  <br/>      channel: onMode="1" bRatio="0.0009000" meMode="21" products="16 -211 211 -211 111 111"
249  <br/>      channel: onMode="1" bRatio="0.0002200" meMode="21" products="16 -211 211 -211 111 111 111"
250  <br/>      channel: onMode="1" bRatio="0.0016000" meMode="21" products="16 -321 113"
251  <br/>      channel: onMode="1" bRatio="0.0017300" meMode="21" products="16 -321 211 -211"
252  <br/>      channel: onMode="1" bRatio="0.0003100" meMode="21" products="16 -321 211 -211 111"
253  <br/>      channel: onMode="1" bRatio="0.0015300" meMode="21" products="16 -321 321 -211"
254  <br/>      channel: onMode="1" bRatio="0.0000610" meMode="21" products="16 -321 321 -211 111"
255  <br/>      channel: onMode="1" bRatio="0.0008380" meMode="21" products="16 -211 211 -211 211 -211"
256  <br/>      channel: onMode="1" bRatio="0.0001780" meMode="21" products="16 -211 211 -211 211 -211 111"
257  <br/>      channel: onMode="1" bRatio="0.0015000" meMode="21" products="16 221 -213"
258  <br/>      channel: onMode="1" bRatio="0.0002700" meMode="21" products="16 221 -211 111"
259  <br/>      channel: onMode="1" bRatio="0.0001500" meMode="21" products="16 221 -213 111"
260  <br/>      channel: onMode="1" bRatio="0.0002300" meMode="21" products="16 221 -211 211 -211"
261  <br/>      channel: onMode="1" bRatio="0.0002700" meMode="21" products="16 221 -321"
262  <br/>      channel: onMode="1" bRatio="0.0002900" meMode="21" products="16 221 -323"
263  <br/>      channel: onMode="1" bRatio="0.0000800" meMode="21" products="16 221 -321 111"
264  <br/>      channel: onMode="1" bRatio="0.0000300" meMode="21" products="16 221 -311 -211"
265  <br/>      channel: onMode="1" bRatio="0.0178730" meMode="21" products="16 223 -211"
266  <br/>      channel: onMode="1" bRatio="0.0004100" meMode="21" products="16 223 -321"
267  <br/>      channel: onMode="1" bRatio="0.0041000" meMode="21" products="16 223 -211 111"
268  <br/>      channel: onMode="1" bRatio="0.0001400" meMode="21" products="16 223 -211 111 111"
269  <br/>      channel: onMode="1" bRatio="0.0001200" meMode="21" products="16 223 -211 211 -211"
270
271 <p/>particle: id="16" name="nu_tau" antiName="nu_taubar" spinType="2" chargeType="0" colType="0"
272           m0="0.00000"
273
274 <p/>particle: id="17" name="tau'-" antiName="tau'+" spinType="2" chargeType="-3" colType="0"
275           m0="400.00000"
276  <br/>      channel: onMode="1" bRatio="1.0000000" products="-24 18"
277
278 <p/>particle: id="18" name="nu'_tau" antiName="nu'_taubar" spinType="2" chargeType="0" colType="0"
279           m0="400.00000"
280  <br/>      channel: onMode="1" bRatio="1.0000000" products="24 17"
281
282 <p/>particle: id="21" name="g" spinType="3" chargeType="0" colType="2"
283           m0="0.00000"
284
285 <p/>particle: id="22" name="gamma" spinType="3" chargeType="0" colType="0"
286           m0="0.00000"
287
288 <p/>particle: id="23" name="Z0" spinType="3" chargeType="0" colType="0"
289           m0="91.18760" mWidth="2.49520" mMin="10.00000" mMax="0.00000"
290  <br/>      channel: onMode="1" bRatio="0.1539950" products="1 -1"
291  <br/>      channel: onMode="1" bRatio="0.1194200" products="2 -2"
292  <br/>      channel: onMode="1" bRatio="0.1539840" products="3 -3"
293  <br/>      channel: onMode="1" bRatio="0.1192590" products="4 -4"
294  <br/>      channel: onMode="1" bRatio="0.1522720" products="5 -5"
295  <br/>      channel: onMode="1" bRatio="0.0335760" products="11 -11"
296  <br/>      channel: onMode="1" bRatio="0.0668060" products="12 -12"
297  <br/>      channel: onMode="1" bRatio="0.0335760" products="13 -13"
298  <br/>      channel: onMode="1" bRatio="0.0668060" products="14 -14"
299  <br/>      channel: onMode="1" bRatio="0.0335000" products="15 -15"
300  <br/>      channel: onMode="1" bRatio="0.0668060" products="16 -16"
301
302 <p/>particle: id="24" name="W+" antiName="W-" spinType="3" chargeType="3" colType="0"
303           m0="80.40300" mWidth="2.14100" mMin="10.00000" mMax="0.00000"
304  <br/>      channel: onMode="1" bRatio="0.3213690" products="-1 2"
305  <br/>      channel: onMode="1" bRatio="0.0164940" products="-1 4"
306  <br/>      channel: onMode="1" bRatio="0.0165020" products="-3 2"
307  <br/>      channel: onMode="1" bRatio="0.3206150" products="-3 4"
308  <br/>      channel: onMode="1" bRatio="0.0000100" products="-5 2"
309  <br/>      channel: onMode="1" bRatio="0.0005910" products="-5 4"
310  <br/>      channel: onMode="1" bRatio="0.1081660" products="-11 12"
311  <br/>      channel: onMode="1" bRatio="0.1081660" products="-13 14"
312  <br/>      channel: onMode="1" bRatio="0.1080870" products="-15 16"
313
314 <p/>particle: id="25" name="h0(H_1)" spinType="1" chargeType="0" colType="0"
315           m0="115.00000" mWidth="0.00367" mMin="50.00000" mMax="0.00000"
316  <br/>      channel: onMode="1" bRatio="0.0000010" products="1 -1"
317  <br/>      channel: onMode="1" bRatio="0.0000000" products="2 -2"
318  <br/>      channel: onMode="1" bRatio="0.0003490" products="3 -3"
319  <br/>      channel: onMode="1" bRatio="0.0487070" products="4 -4"
320  <br/>      channel: onMode="1" bRatio="0.7683080" products="5 -5"
321  <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
322  <br/>      channel: onMode="1" bRatio="0.0000000" products="11 -11"
323  <br/>      channel: onMode="1" bRatio="0.0002270" products="13 -13"
324  <br/>      channel: onMode="1" bRatio="0.0640480" products="15 -15"
325  <br/>      channel: onMode="1" bRatio="0.0406210" products="21 21"
326  <br/>      channel: onMode="1" bRatio="0.0020430" products="22 22"
327  <br/>      channel: onMode="1" bRatio="0.0006150" products="22 23"
328  <br/>      channel: onMode="1" bRatio="0.0069810" products="23 23"
329  <br/>      channel: onMode="1" bRatio="0.0680990" products="24 -24"
330  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1000022"
331  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000022"
332  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000023"
333  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000022"
334  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000023"
335  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000025"
336  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000022"
337  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000023"
338  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000025"
339  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000035"
340  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000024"
341  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000037"
342  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000024"
343  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000037"
344  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1000001"
345  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -2000001"
346  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -2000001"
347  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 2000001"
348  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -1000002"
349  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2000002"
350  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2000002"
351  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2000002"
352  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -1000003"
353  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -2000003"
354  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -2000003"
355  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 2000003"
356  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -1000004"
357  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -2000004"
358  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -2000004"
359  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 2000004"
360  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -1000005"
361  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -2000005"
362  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -2000005"
363  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 2000005"
364  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -1000006"
365  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -2000006"
366  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2000006"
367  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 2000006"
368  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -1000011"
369  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -2000011"
370  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -2000011"
371  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 2000011"
372  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -1000012"
373  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -2000012"
374  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -2000012"
375  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 2000012"
376  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -1000013"
377  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -2000013"
378  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -2000013"
379  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 2000013"
380  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -1000014"
381  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -2000014"
382  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -2000014"
383  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 2000014"
384  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -1000015"
385  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -2000015"
386  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -2000015"
387  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 2000015"
388  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -1000016"
389  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -2000016"
390  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -2000016"
391  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 2000016"
392
393 <p/>particle: id="32" name="Z'0" spinType="3" chargeType="0" colType="0"
394           m0="500.00000" mWidth="14.54029" mMin="10.00000" mMax="0.00000"
395  <br/>      channel: onMode="1" bRatio="0.1458350" products="1 -1"
396  <br/>      channel: onMode="1" bRatio="0.1132760" products="2 -2"
397  <br/>      channel: onMode="1" bRatio="0.1458350" products="3 -3"
398  <br/>      channel: onMode="1" bRatio="0.1132710" products="4 -4"
399  <br/>      channel: onMode="1" bRatio="0.1457810" products="5 -5"
400  <br/>      channel: onMode="1" bRatio="0.0490020" products="6 -6"
401  <br/>      channel: onMode="1" bRatio="0.0320250" products="11 -11"
402  <br/>      channel: onMode="1" bRatio="0.0636420" products="12 -12"
403  <br/>      channel: onMode="1" bRatio="0.0320250" products="13 -13"
404  <br/>      channel: onMode="1" bRatio="0.0636420" products="14 -14"
405  <br/>      channel: onMode="1" bRatio="0.0320220" products="15 -15"
406  <br/>      channel: onMode="1" bRatio="0.0636420" products="16 -16"
407  <br/>      channel: onMode="1" bRatio="0.0000000" products="24 -24"
408
409 <p/>particle: id="33" name="Z''0" spinType="3" chargeType="0" colType="0"
410           m0="900.00000"
411
412 <p/>particle: id="34" name="W'+" antiName="W'-" spinType="3" chargeType="3" colType="0"
413           m0="500.00000" mWidth="16.66099" mMin="10.00000" mMax="0.00000"
414  <br/>      channel: onMode="1" bRatio="0.2512250" products="-1 2"
415  <br/>      channel: onMode="1" bRatio="0.0129000" products="-1 4"
416  <br/>      channel: onMode="1" bRatio="0.0000060" products="-1 6"
417  <br/>      channel: onMode="1" bRatio="0.0129000" products="-3 2"
418  <br/>      channel: onMode="1" bRatio="0.2507640" products="-3 4"
419  <br/>      channel: onMode="1" bRatio="0.0003800" products="-3 6"
420  <br/>      channel: onMode="1" bRatio="0.0000080" products="-5 2"
421  <br/>      channel: onMode="1" bRatio="0.0004650" products="-5 4"
422  <br/>      channel: onMode="1" bRatio="0.2154180" products="-5 6"
423  <br/>      channel: onMode="1" bRatio="0.0853120" products="-11 12"
424  <br/>      channel: onMode="1" bRatio="0.0853120" products="-13 14"
425  <br/>      channel: onMode="1" bRatio="0.0853100" products="-15 16"
426  <br/>      channel: onMode="1" bRatio="0.0000000" products="24 23"
427
428 <p/>particle: id="35" name="H0(H_2)" spinType="1" chargeType="0" colType="0"
429           m0="300.00000" mWidth="8.38842" mMin="50.00000" mMax="0.00000"
430  <br/>      channel: onMode="1" bRatio="0.0000000" products="1 -1"
431  <br/>      channel: onMode="1" bRatio="0.0000000" products="2 -2"
432  <br/>      channel: onMode="1" bRatio="0.0000000" products="3 -3"
433  <br/>      channel: onMode="1" bRatio="0.0000490" products="4 -4"
434  <br/>      channel: onMode="1" bRatio="0.0007740" products="5 -5"
435  <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
436  <br/>      channel: onMode="1" bRatio="0.0000000" products="11 -11"
437  <br/>      channel: onMode="1" bRatio="0.0000000" products="13 -13"
438  <br/>      channel: onMode="1" bRatio="0.0000740" products="15 -15"
439  <br/>      channel: onMode="1" bRatio="0.0004170" products="21 21"
440  <br/>      channel: onMode="1" bRatio="0.0000150" products="22 22"
441  <br/>      channel: onMode="1" bRatio="0.0000610" products="22 23"
442  <br/>      channel: onMode="1" bRatio="0.3067100" products="23 23"
443  <br/>      channel: onMode="1" bRatio="0.6890110" products="24 -24"
444  <br/>      channel: onMode="1" bRatio="0.0000000" products="23 25"
445  <br/>      channel: onMode="1" bRatio="0.0028890" products="25 25"
446  <br/>      channel: onMode="1" bRatio="0.0000000" products="24 -37"
447  <br/>      channel: onMode="1" bRatio="0.0000000" products="37 -24"
448  <br/>      channel: onMode="1" bRatio="0.0000000" products="23 36"
449  <br/>      channel: onMode="1" bRatio="0.0000000" products="25 36"
450  <br/>      channel: onMode="1" bRatio="0.0000000" products="36 36"
451  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1000022"
452  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000022"
453  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000023"
454  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000022"
455  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000023"
456  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000025"
457  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000022"
458  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000023"
459  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000025"
460  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000035"
461  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000024"
462  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000037"
463  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000024"
464  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000037"
465  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1000001"
466  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -2000001"
467  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -2000001"
468  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 2000001"
469  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -1000002"
470  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2000002"
471  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2000002"
472  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2000002"
473  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -1000003"
474  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -2000003"
475  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -2000003"
476  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 2000003"
477  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -1000004"
478  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -2000004"
479  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -2000004"
480  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 2000004"
481  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -1000005"
482  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -2000005"
483  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -2000005"
484  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 2000005"
485  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -1000006"
486  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -2000006"
487  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2000006"
488  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 2000006"
489  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -1000011"
490  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -2000011"
491  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -2000011"
492  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 2000011"
493  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -1000012"
494  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -2000012"
495  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -2000012"
496  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 2000012"
497  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -1000013"
498  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -2000013"
499  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -2000013"
500  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 2000013"
501  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -1000014"
502  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -2000014"
503  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -2000014"
504  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 2000014"
505  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -1000015"
506  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -2000015"
507  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -2000015"
508  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 2000015"
509  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -1000016"
510  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -2000016"
511  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -2000016"
512  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 2000016"
513
514 <p/>particle: id="36" name="A0(H_3)" spinType="1" chargeType="0" colType="0"
515           m0="300.00000" mWidth="3.37520" mMin="50.00000" mMax="0.00000"
516  <br/>      channel: onMode="1" bRatio="0.0000000" products="1 -1"
517  <br/>      channel: onMode="1" bRatio="0.0000000" products="2 -2"
518  <br/>      channel: onMode="1" bRatio="0.0000010" products="3 -3"
519  <br/>      channel: onMode="1" bRatio="0.0001210" products="4 -4"
520  <br/>      channel: onMode="1" bRatio="0.0019240" products="5 -5"
521  <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
522  <br/>      channel: onMode="1" bRatio="0.0000000" products="11 -11"
523  <br/>      channel: onMode="1" bRatio="0.0000010" products="13 -13"
524  <br/>      channel: onMode="1" bRatio="0.0001840" products="15 -15"
525  <br/>      channel: onMode="1" bRatio="0.0031060" products="21 21"
526  <br/>      channel: onMode="1" bRatio="0.0000150" products="22 22"
527  <br/>      channel: onMode="1" bRatio="0.0000030" products="22 23"
528  <br/>      channel: onMode="1" bRatio="0.0000000" products="23 23"
529  <br/>      channel: onMode="1" bRatio="0.0000000" products="24 -24"
530  <br/>      channel: onMode="1" bRatio="0.9946460" products="23 25"
531  <br/>      channel: onMode="1" bRatio="0.0000000" products="25 25"
532  <br/>      channel: onMode="1" bRatio="0.0000000" products="24 -37"
533  <br/>      channel: onMode="1" bRatio="0.0000000" products="37 -24"
534  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1000022"
535  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000022"
536  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000023"
537  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000022"
538  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000023"
539  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000025"
540  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000022"
541  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000023"
542  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000025"
543  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000035"
544  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000024"
545  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000037"
546  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000024"
547  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000037"
548  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1000001"
549  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -2000001"
550  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -2000001"
551  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 2000001"
552  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -1000002"
553  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2000002"
554  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2000002"
555  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2000002"
556  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -1000003"
557  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -2000003"
558  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -2000003"
559  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 2000003"
560  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -1000004"
561  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -2000004"
562  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -2000004"
563  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 2000004"
564  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -1000005"
565  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -2000005"
566  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -2000005"
567  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 2000005"
568  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -1000006"
569  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -2000006"
570  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2000006"
571  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 2000006"
572  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -1000011"
573  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -2000011"
574  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -2000011"
575  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 2000011"
576  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -1000012"
577  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -2000012"
578  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -2000012"
579  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 2000012"
580  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -1000013"
581  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -2000013"
582  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -2000013"
583  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 2000013"
584  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -1000014"
585  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -2000014"
586  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -2000014"
587  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 2000014"
588  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -1000015"
589  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -2000015"
590  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -2000015"
591  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 2000015"
592  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -1000016"
593  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -2000016"
594  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -2000016"
595  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 2000016"
596
597 <p/>particle: id="37" name="H+" antiName="H-" spinType="1" chargeType="3" colType="0"
598           m0="300.00000" mWidth="4.17669" mMin="50.00000" mMax="0.00000"
599  <br/>      channel: onMode="1" bRatio="0.0000000" products="-1 2"
600  <br/>      channel: onMode="1" bRatio="0.0000210" products="-3 4"
601  <br/>      channel: onMode="1" bRatio="0.0901350" products="-5 6"
602  <br/>      channel: onMode="1" bRatio="0.0000000" products="-11 12"
603  <br/>      channel: onMode="1" bRatio="0.0000130" products="-13 14"
604  <br/>      channel: onMode="1" bRatio="0.0037140" products="-15 16"
605  <br/>      channel: onMode="1" bRatio="0.9061170" products="24 25"
606  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1000024"
607  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1000037"
608  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000024"
609  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000037"
610  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000024"
611  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000037"
612  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000024"
613  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000037"
614  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -1000005"
615  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -1000005"
616  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2000005"
617  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -2000005"
618  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 1000002"
619  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 1000004"
620  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 1000012"
621  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 1000014"
622  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 1000016"
623  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 1000016"
624
625 <p/>particle: id="39" name="Graviton" spinType="5" chargeType="0" colType="0"
626           m0="0.00000"
627
628 <p/>particle: id="40" name="BlackHole" spinType="0" chargeType="0" colType="0"
629           m0="0.00000"
630
631 <p/>particle: id="41" name="R0" antiName="Rbar0" spinType="3" chargeType="0" colType="0"
632           m0="5.000e+03" mWidth="4.173e+02" mMin="1.000e+02" mMax="0.000e+00"
633  <br/>      channel: onMode="1" bRatio="0.2151190" products="1 -3"
634  <br/>      channel: onMode="1" bRatio="0.2151190" products="2 -4"
635  <br/>      channel: onMode="1" bRatio="0.2151190" products="3 -5"
636  <br/>      channel: onMode="1" bRatio="0.2147240" products="4 -6"
637  <br/>      channel: onMode="1" bRatio="0.0699600" products="11 -13"
638  <br/>      channel: onMode="1" bRatio="0.0699590" products="13 -15"
639
640 <p/>particle: id="42" name="LQ_ue" antiName="LQ_uebar" spinType="1" chargeType="-1" colType="1"
641           m0="200.00000" mWidth="0.39162" mMin="50.00000" mMax="0.00000"
642  <br/>      channel: onMode="1" bRatio="1.0000000" products="2 11"
643
644 <p/>particle: id="81" name="specflav" spinType="0" chargeType="0" colType="0"
645           m0="0.00000"
646
647 <p/>particle: id="82" name="rndmflavq" antiName="rndmflavqbar" spinType="0" chargeType="0" colType="0"
648           m0="0.00000"
649
650 <p/>particle: id="83" name="rndmflavg" antiName="rndmflavgbar" spinType="0" chargeType="0" colType="0"
651           m0="0.00000"
652
653 <p/>particle: id="90" name="system" spinType="0" chargeType="0" colType="0"
654           m0="0.00000"
655
656 <p/>particle: id="110" name="Reggeon" spinType="0" chargeType="0" colType="0"
657           m0="0.00000"
658
659 <p/>particle: id="111" name="pi0" spinType="1" chargeType="0" colType="0"
660           m0="0.13498" tau0="2.51000e-05"
661  <br/>      channel: onMode="1" bRatio="0.9879900" products="22 22"
662  <br/>      channel: onMode="1" bRatio="0.0119800" meMode="11" products="22 11 -11"
663  <br/>      channel: onMode="1" bRatio="0.0000300" meMode="13" products="11 -11 11 -11"
664
665 <p/>particle: id="113" name="rho0" spinType="3" chargeType="0" colType="0"
666           m0="0.77550" mWidth="0.14700" mMin="0.30000" mMax="1.50000"
667  <br/>      channel: onMode="1" bRatio="0.9988485" meMode="2" products="211 -211"
668  <br/>      channel: onMode="1" bRatio="0.0006000" products="111 22"
669  <br/>      channel: onMode="1" bRatio="0.0002950" products="221 22"
670  <br/>      channel: onMode="1" bRatio="0.0001010" meMode="1" products="211 -211 111"
671  <br/>      channel: onMode="1" bRatio="0.0000470" products="11 -11"
672  <br/>      channel: onMode="1" bRatio="0.0000455" products="13 -13"
673  <br/>      channel: onMode="1" bRatio="0.0000450" products="111 111 22"
674  <br/>      channel: onMode="1" bRatio="0.0000180" products="211 -211 211 -211"
675
676 <p/>particle: id="115" name="a_20" spinType="5" chargeType="0" colType="0"
677           m0="1.31830" mWidth="0.10700" mMin="1.00000" mMax="1.70000"
678  <br/>      channel: onMode="1" bRatio="0.3483455" products="213 -211"
679  <br/>      channel: onMode="1" bRatio="0.3483455" products="-213 211"
680  <br/>      channel: onMode="1" bRatio="0.1440000" products="221 111"
681  <br/>      channel: onMode="1" bRatio="0.1050000" products="223 211 -211"
682  <br/>      channel: onMode="1" bRatio="0.0245000" products="321 -321"
683  <br/>      channel: onMode="1" bRatio="0.0122500" products="130 130"
684  <br/>      channel: onMode="1" bRatio="0.0122500" products="310 310"
685  <br/>      channel: onMode="1" bRatio="0.0053000" products="331 111"
686  <br/>      channel: onMode="1" bRatio="0.0000090" products="22 22"
687
688 <p/>particle: id="130" name="K_L0" spinType="1" chargeType="0" colType="0"
689           m0="0.49765" tau0="1.53300e+04"
690  <br/>      channel: onMode="1" bRatio="0.1955770" products="111 111 111"
691  <br/>      channel: onMode="1" bRatio="0.1255900" products="211 -211 111"
692  <br/>      channel: onMode="1" bRatio="0.2026300" meMode="22" products="-12 11 211"
693  <br/>      channel: onMode="1" bRatio="0.2026300" meMode="22" products="12 -11 -211"
694  <br/>      channel: onMode="1" bRatio="0.1350900" meMode="22" products="-14 13 211"
695  <br/>      channel: onMode="1" bRatio="0.1350900" meMode="22" products="14 -13 -211"
696  <br/>      channel: onMode="1" bRatio="0.0019760" products="211 -211"
697  <br/>      channel: onMode="1" bRatio="0.0008690" products="111 111"
698  <br/>      channel: onMode="1" bRatio="0.0005480" products="22 22"
699
700 <p/>particle: id="211" name="pi+" antiName="pi-" spinType="1" chargeType="3" colType="0"
701           m0="0.13957" tau0="7.80450e+03"
702  <br/>      channel: onMode="1" bRatio="0.9998770" products="-13 14"
703  <br/>      channel: onMode="1" bRatio="0.0001230" products="-11 12"
704
705 <p/>particle: id="213" name="rho+" antiName="rho-" spinType="3" chargeType="3" colType="0"
706           m0="0.77540" mWidth="0.14940" mMin="0.30000" mMax="1.50000"
707  <br/>      channel: onMode="1" bRatio="0.9995500" meMode="2" products="211 111"
708  <br/>      channel: onMode="1" bRatio="0.0004500" products="211 22"
709
710 <p/>particle: id="215" name="a_2+" antiName="a_2-" spinType="5" chargeType="3" colType="0"
711           m0="1.31830" mWidth="0.10700" mMin="1.00000" mMax="1.70000"
712  <br/>      channel: onMode="1" bRatio="0.3480100" products="213 111"
713  <br/>      channel: onMode="1" bRatio="0.3480100" products="113 211"
714  <br/>      channel: onMode="1" bRatio="0.1440000" products="221 211"
715  <br/>      channel: onMode="1" bRatio="0.1040000" products="223 211 111"
716  <br/>      channel: onMode="1" bRatio="0.0480000" products="321 -311"
717  <br/>      channel: onMode="1" bRatio="0.0053000" products="331 211"
718  <br/>      channel: onMode="1" bRatio="0.0026800" products="211 22"
719
720 <p/>particle: id="221" name="eta" spinType="1" chargeType="0" colType="0"
721           m0="0.54751"
722  <br/>      channel: onMode="1" bRatio="0.3938240" products="22 22"
723  <br/>      channel: onMode="1" bRatio="0.3251200" products="111 111 111"
724  <br/>      channel: onMode="1" bRatio="0.0004400" products="111 22 22"
725  <br/>      channel: onMode="1" bRatio="0.2270000" products="211 -211 111"
726  <br/>      channel: onMode="1" bRatio="0.0469000" products="211 -211 22"
727  <br/>      channel: onMode="1" bRatio="0.0060000" meMode="11" products="22 11 -11"
728  <br/>      channel: onMode="1" bRatio="0.0003100" meMode="11" products="22 13 -13"
729  <br/>      channel: onMode="1" bRatio="0.0000060" products="13 -13"
730  <br/>      channel: onMode="1" bRatio="0.0004000" meMode="12" products="211 -211 11 -11"
731
732 <p/>particle: id="223" name="omega" spinType="3" chargeType="0" colType="0"
733           m0="0.78265" mWidth="0.00849" mMin="0.50000" mMax="1.10000"
734  <br/>      channel: onMode="1" bRatio="0.8924150" meMode="1" products="211 -211 111"
735  <br/>      channel: onMode="1" bRatio="0.0890000" products="111 22"
736  <br/>      channel: onMode="1" bRatio="0.0170000" meMode="2" products="211 -211"
737  <br/>      channel: onMode="1" bRatio="0.0004900" products="221 22"
738  <br/>      channel: onMode="1" bRatio="0.0007700" meMode="11" products="111 11 -11"
739  <br/>      channel: onMode="1" bRatio="0.0000960" meMode="11" products="111 13 -13"
740  <br/>      channel: onMode="1" bRatio="0.0000720" products="11 -11"
741  <br/>      channel: onMode="1" bRatio="0.0000900" products="13 -13"
742  <br/>      channel: onMode="1" bRatio="0.0000670" products="111 111 22"
743
744 <p/>particle: id="225" name="f_2" spinType="5" chargeType="0" colType="0"
745           m0="1.27540" mWidth="0.18500" mMin="0.60000" mMax="2.00000"
746  <br/>      channel: onMode="1" bRatio="0.5653260" products="211 -211"
747  <br/>      channel: onMode="1" bRatio="0.2826600" products="111 111"
748  <br/>      channel: onMode="1" bRatio="0.0710000" products="211 -211 111 111"
749  <br/>      channel: onMode="1" bRatio="0.0280000" products="211 -211 211 -211"
750  <br/>      channel: onMode="1" bRatio="0.0230000" products="321 -321"
751  <br/>      channel: onMode="1" bRatio="0.0115000" products="130 130"
752  <br/>      channel: onMode="1" bRatio="0.0115000" products="310 310"
753  <br/>      channel: onMode="1" bRatio="0.0040000" products="221 221"
754  <br/>      channel: onMode="1" bRatio="0.0030000" products="111 111 111 111"
755  <br/>      channel: onMode="1" bRatio="0.0000140" products="22 22"
756
757 <p/>particle: id="310" name="K_S0" spinType="1" chargeType="0" colType="0"
758           m0="0.49765" tau0="2.68420e+01"
759  <br/>      channel: onMode="1" bRatio="0.6923500" products="211 -211"
760  <br/>      channel: onMode="1" bRatio="0.3069000" products="111 111"
761  <br/>      channel: onMode="1" bRatio="0.0000470" meMode="12" products="211 -211 11 -11"
762  <br/>      channel: onMode="1" bRatio="0.0003500" meMode="22" products="-12 11 211"
763  <br/>      channel: onMode="1" bRatio="0.0003500" meMode="22" products="12 -11 -211"
764  <br/>      channel: onMode="1" bRatio="0.0000030" products="22 22"
765
766 <p/>particle: id="311" name="K0" antiName="Kbar0" spinType="1" chargeType="0" colType="0"
767           m0="0.49765"
768  <br/>      channel: onMode="1" bRatio="0.5000000" products="130"
769  <br/>      channel: onMode="1" bRatio="0.5000000" products="310"
770
771 <p/>particle: id="313" name="K*0" antiName="K*bar0" spinType="3" chargeType="0" colType="0"
772           m0="0.89600" mWidth="0.05030" mMin="0.65000" mMax="1.20000"
773  <br/>      channel: onMode="1" bRatio="0.6650000" meMode="2" products="321 -211"
774  <br/>      channel: onMode="1" bRatio="0.3326900" meMode="2" products="311 111"
775  <br/>      channel: onMode="1" bRatio="0.0023100" products="311 22"
776
777 <p/>particle: id="315" name="K*_2(1430)0" antiName="K*_2(1430)bar0" spinType="5" chargeType="0" colType="0"
778           m0="1.43240" mWidth="0.10900" mMin="1.10000" mMax="1.80000"
779  <br/>      channel: onMode="1" bRatio="0.3340000" products="321 -211"
780  <br/>      channel: onMode="1" bRatio="0.1670000" products="311 111"
781  <br/>      channel: onMode="1" bRatio="0.1650000" products="323 -211"
782  <br/>      channel: onMode="1" bRatio="0.0825000" products="313 111"
783  <br/>      channel: onMode="1" bRatio="0.0890000" products="323 -211 111"
784  <br/>      channel: onMode="1" bRatio="0.0450000" products="313 211 -211"
785  <br/>      channel: onMode="1" bRatio="0.0580000" products="321 -213"
786  <br/>      channel: onMode="1" bRatio="0.0290000" products="311 113"
787  <br/>      channel: onMode="1" bRatio="0.0290000" products="311 223"
788  <br/>      channel: onMode="1" bRatio="0.0015000" products="311 221"
789
790 <p/>particle: id="321" name="K+" antiName="K-" spinType="1" chargeType="3" colType="0"
791           m0="0.49368" tau0="3.71300e+03"
792  <br/>      channel: onMode="1" bRatio="0.6343000" products="-13 14"
793  <br/>      channel: onMode="1" bRatio="0.0000150" products="-11 12"
794  <br/>      channel: onMode="1" bRatio="0.2091100" products="211 111"
795  <br/>      channel: onMode="1" bRatio="0.0559000" products="211 211 -211"
796  <br/>      channel: onMode="1" bRatio="0.0175700" products="211 111 111"
797  <br/>      channel: onMode="1" bRatio="0.0498000" meMode="22" products="12 -11 111"
798  <br/>      channel: onMode="1" bRatio="0.0332000" meMode="22" products="14 -13 111"
799  <br/>      channel: onMode="1" bRatio="0.0000220" products="-11 12 111 111"
800  <br/>      channel: onMode="1" bRatio="0.0000410" products="-11 12 211 -211"
801  <br/>      channel: onMode="1" bRatio="0.0000140" products="-13 14 111 111"
802  <br/>      channel: onMode="1" bRatio="0.0000280" products="-13 14 211 -211"
803
804 <p/>particle: id="323" name="K*+" antiName="K*-" spinType="3" chargeType="3" colType="0"
805           m0="0.89166" mWidth="0.05080" mMin="0.65000" mMax="1.20000"
806  <br/>      channel: onMode="1" bRatio="0.6660000" meMode="2" products="311 211"
807  <br/>      channel: onMode="1" bRatio="0.3330000" meMode="2" products="321 111"
808  <br/>      channel: onMode="1" bRatio="0.0010000" products="321 22"
809
810 <p/>particle: id="325" name="K*_2(1430)+" antiName="K*_2(1430)-" spinType="5" chargeType="3" colType="0"
811           m0="1.42560" mWidth="0.09850" mMin="1.10000" mMax="1.80000"
812  <br/>      channel: onMode="1" bRatio="0.3330000" products="311 211"
813  <br/>      channel: onMode="1" bRatio="0.1660000" products="321 111"
814  <br/>      channel: onMode="1" bRatio="0.1647000" products="313 211"
815  <br/>      channel: onMode="1" bRatio="0.0824000" products="323 111"
816  <br/>      channel: onMode="1" bRatio="0.0890000" products="313 211 111"
817  <br/>      channel: onMode="1" bRatio="0.0450000" products="323 211 -211"
818  <br/>      channel: onMode="1" bRatio="0.0580000" products="311 213"
819  <br/>      channel: onMode="1" bRatio="0.0290000" products="321 113"
820  <br/>      channel: onMode="1" bRatio="0.0290000" products="321 223"
821  <br/>      channel: onMode="1" bRatio="0.0015000" products="321 221"
822  <br/>      channel: onMode="1" bRatio="0.0024000" products="321 22"
823
824 <p/>particle: id="331" name="eta'" spinType="1" chargeType="0" colType="0"
825           m0="0.95778" mWidth="0.00020" mMin="0.95578" mMax="0.95978"
826  <br/>      channel: onMode="1" bRatio="0.4449000" products="211 -211 221"
827  <br/>      channel: onMode="1" bRatio="0.2939500" products="113 22"
828  <br/>      channel: onMode="1" bRatio="0.2080000" products="111 111 221"
829  <br/>      channel: onMode="1" bRatio="0.0303000" products="223 22"
830  <br/>      channel: onMode="1" bRatio="0.0212000" products="22 22"
831  <br/>      channel: onMode="1" bRatio="0.0015500" products="111 111 111"
832  <br/>      channel: onMode="1" bRatio="0.0001000" products="13 -13 22"
833
834 <p/>particle: id="333" name="phi" spinType="3" chargeType="0" colType="0"
835           m0="1.01946" mWidth="0.00426" mMin="1.00000" mMax="1.04000"
836  <br/>      channel: onMode="1" bRatio="0.4919270" meMode="2" products="321 -321"
837  <br/>      channel: onMode="1" bRatio="0.3400000" meMode="2" products="130 310"
838  <br/>      channel: onMode="1" bRatio="0.0420000" products="-213 211"
839  <br/>      channel: onMode="1" bRatio="0.0420000" products="113 111"
840  <br/>      channel: onMode="1" bRatio="0.0420000" products="213 -211"
841  <br/>      channel: onMode="1" bRatio="0.0270000" meMode="1" products="211 -211 111"
842  <br/>      channel: onMode="1" bRatio="0.0130000" products="221 22"
843  <br/>      channel: onMode="1" bRatio="0.0012500" products="111 22"
844  <br/>      channel: onMode="1" bRatio="0.0002970" products="11 -11"
845  <br/>      channel: onMode="1" bRatio="0.0002860" products="13 -13"
846  <br/>      channel: onMode="1" bRatio="0.0001150" meMode="11" products="221 11 -11"
847  <br/>      channel: onMode="1" bRatio="0.0000730" meMode="2" products="211 -211"
848  <br/>      channel: onMode="1" bRatio="0.0000520" products="223 111"
849
850 <p/>particle: id="335" name="f'_2(1525)" spinType="5" chargeType="0" colType="0"
851           m0="1.52500" mWidth="0.07300" mMin="1.10000" mMax="2.00000"
852  <br/>      channel: onMode="1" bRatio="0.4444000" products="321 -321"
853  <br/>      channel: onMode="1" bRatio="0.2222000" products="130 130"
854  <br/>      channel: onMode="1" bRatio="0.2222000" products="310 310"
855  <br/>      channel: onMode="1" bRatio="0.1030000" products="221 221"
856  <br/>      channel: onMode="1" bRatio="0.0041000" products="211 -211"
857  <br/>      channel: onMode="1" bRatio="0.0041000" products="111 111"
858
859 <p/>particle: id="411" name="D+" antiName="D-" spinType="1" chargeType="3" colType="0"
860           m0="1.86930" tau0="3.11800e-01"
861  <br/>      channel: onMode="1" bRatio="0.0004000" products="-13 14"
862  <br/>      channel: onMode="1" bRatio="0.0010000" products="-15 16"
863  <br/>      channel: onMode="1" bRatio="0.0043000" meMode="22" products="-11 12 111"
864  <br/>      channel: onMode="1" bRatio="0.0028000" meMode="22" products="-11 12 113"
865  <br/>      channel: onMode="1" bRatio="0.0026000" meMode="22" products="-11 12 221"
866  <br/>      channel: onMode="1" bRatio="0.0028000" meMode="22" products="-11 12 223"
867  <br/>      channel: onMode="1" bRatio="0.0900000" meMode="22" products="-11 12 311"
868  <br/>      channel: onMode="1" bRatio="0.0554000" meMode="22" products="-11 12 -313"
869  <br/>      channel: onMode="1" bRatio="0.0038000" meMode="22" products="-11 12 -315"
870  <br/>      channel: onMode="1" bRatio="0.0005000" meMode="22" products="-11 12 331"
871  <br/>      channel: onMode="1" bRatio="0.0036000" meMode="22" products="-11 12 -10313"
872  <br/>      channel: onMode="1" bRatio="0.0043000" meMode="22" products="-13 14 111"
873  <br/>      channel: onMode="1" bRatio="0.0028000" meMode="22" products="-13 14 113"
874  <br/>      channel: onMode="1" bRatio="0.0026000" meMode="22" products="-13 14 221"
875  <br/>      channel: onMode="1" bRatio="0.0028000" meMode="22" products="-13 14 223"
876  <br/>      channel: onMode="1" bRatio="0.0874000" meMode="22" products="-13 14 311"
877  <br/>      channel: onMode="1" bRatio="0.0533000" meMode="22" products="-13 14 -313"
878  <br/>      channel: onMode="1" bRatio="0.0038000" meMode="22" products="-13 14 -315"
879  <br/>      channel: onMode="1" bRatio="0.0005000" meMode="22" products="-13 14 331"
880  <br/>      channel: onMode="1" bRatio="0.0036000" meMode="22" products="-13 14 -10313"
881  <br/>      channel: onMode="1" bRatio="0.0014000" meMode="22" products="-11 12 311 111"
882  <br/>      channel: onMode="1" bRatio="0.0027000" meMode="22" products="-11 12 -321 211"
883  <br/>      channel: onMode="1" bRatio="0.0014000" meMode="22" products="-13 14 311 111"
884  <br/>      channel: onMode="1" bRatio="0.0027000" meMode="22" products="-13 14 -321 211"
885  <br/>      channel: onMode="1" bRatio="0.0026000" products="211 111"
886  <br/>      channel: onMode="1" bRatio="0.0010000" products="211 113"
887  <br/>      channel: onMode="1" bRatio="0.0076000" products="221 211"
888  <br/>      channel: onMode="1" bRatio="0.0282000" products="311 211"
889  <br/>      channel: onMode="1" bRatio="0.0210000" products="-313 213"
890  <br/>      channel: onMode="1" bRatio="0.0074000" products="321 311"
891  <br/>      channel: onMode="1" bRatio="0.0042000" products="321 -313"
892  <br/>      channel: onMode="1" bRatio="0.0310000" products="323 311"
893  <br/>      channel: onMode="1" bRatio="0.0180000" products="323 -313"
894  <br/>      channel: onMode="1" bRatio="0.0070000" products="333 211"
895  <br/>      channel: onMode="1" bRatio="0.0115000" products="-10311 211"
896  <br/>      channel: onMode="1" bRatio="0.0800000" products="20213 311"
897  <br/>      channel: onMode="1" bRatio="0.0508000" products="-20313 211"
898  <br/>      channel: onMode="1" bRatio="0.0015000" products="211 111 111"
899  <br/>      channel: onMode="1" bRatio="0.0020000" products="211 211 -211"
900  <br/>      channel: onMode="1" bRatio="0.0030000" products="221 211 111"
901  <br/>      channel: onMode="1" bRatio="0.0970000" products="311 211 111"
902  <br/>      channel: onMode="1" bRatio="0.0050000" products="311 211 113"
903  <br/>      channel: onMode="1" bRatio="0.0100000" products="311 221 211"
904  <br/>      channel: onMode="1" bRatio="0.0050000" products="311 223 211"
905  <br/>      channel: onMode="1" bRatio="0.0010000" products="311 311 211"
906  <br/>      channel: onMode="1" bRatio="0.0010000" products="313 311 211"
907  <br/>      channel: onMode="1" bRatio="0.0100000" products="-313 211 111"
908  <br/>      channel: onMode="1" bRatio="0.0078000" products="-313 211 113"
909  <br/>      channel: onMode="1" bRatio="0.0100000" products="-313 221 211"
910  <br/>      channel: onMode="1" bRatio="0.0050000" products="-313 223 211"
911  <br/>      channel: onMode="1" bRatio="0.0010000" products="-313 311 211"
912  <br/>      channel: onMode="1" bRatio="0.0010000" products="321 311 111"
913  <br/>      channel: onMode="1" bRatio="0.0100000" products="321 311 311"
914  <br/>      channel: onMode="1" bRatio="0.0010000" products="321 -313 111"
915  <br/>      channel: onMode="1" bRatio="0.0046000" products="321 -321 211"
916  <br/>      channel: onMode="1" bRatio="0.0920000" products="-321 211 211"
917  <br/>      channel: onMode="1" bRatio="0.0110000" products="-321 213 211"
918  <br/>      channel: onMode="1" bRatio="0.0010000" products="323 311 111"
919  <br/>      channel: onMode="1" bRatio="0.0010000" products="323 -321 211"
920  <br/>      channel: onMode="1" bRatio="0.0070000" products="-323 211 211"
921  <br/>      channel: onMode="1" bRatio="0.0100000" products="-323 213 211"
922  <br/>      channel: onMode="1" bRatio="0.0010000" products="-323 321 211"
923  <br/>      channel: onMode="1" bRatio="0.0230000" products="333 211 111"
924  <br/>      channel: onMode="1" bRatio="0.0050000" products="211 111 111 111"
925  <br/>      channel: onMode="1" bRatio="0.0090000" products="211 211 -211 111"
926  <br/>      channel: onMode="1" bRatio="0.0020000" products="221 211 111 111"
927  <br/>      channel: onMode="1" bRatio="0.0030000" products="221 211 211 -211"
928  <br/>      channel: onMode="1" bRatio="0.0188000" products="311 211 111 111"
929  <br/>      channel: onMode="1" bRatio="0.0120000" products="-321 211 211 111"
930  <br/>      channel: onMode="1" bRatio="0.0021000" products="211 211 211 -211 -211"
931  <br/>      channel: onMode="1" bRatio="0.0035000" products="311 211 111 111 111"
932  <br/>      channel: onMode="1" bRatio="0.0087000" products="311 211 211 -211 111"
933  <br/>      channel: onMode="1" bRatio="0.0050000" products="-321 211 211 111 111"
934  <br/>      channel: onMode="1" bRatio="0.0022000" products="-321 211 211 211 -211"
935
936 <p/>particle: id="413" name="D*+" antiName="D*-" spinType="3" chargeType="3" colType="0"
937           m0="2.01000"
938  <br/>      channel: onMode="1" bRatio="0.6770000" meMode="2" products="421 211"
939  <br/>      channel: onMode="1" bRatio="0.3070000" meMode="2" products="411 111"
940  <br/>      channel: onMode="1" bRatio="0.0160000" products="411 22"
941
942 <p/>particle: id="415" name="D*_2(2460)+" antiName="D*_2(2460)-" spinType="5" chargeType="3" colType="0"
943           m0="2.45900" mWidth="0.02900" mMin="2.30000" mMax="2.65000"
944  <br/>      channel: onMode="1" bRatio="0.2200000" products="423 211"
945  <br/>      channel: onMode="1" bRatio="0.1100000" products="413 111"
946  <br/>      channel: onMode="1" bRatio="0.3800000" products="421 211"
947  <br/>      channel: onMode="1" bRatio="0.1900000" products="411 111"
948  <br/>      channel: onMode="1" bRatio="0.0670000" products="423 211 111"
949  <br/>      channel: onMode="1" bRatio="0.0330000" products="413 211 -211"
950
951 <p/>particle: id="421" name="D0" antiName="Dbar0" spinType="1" chargeType="0" colType="0"
952           m0="1.86450" tau0="1.22900e-01"
953  <br/>      channel: onMode="1" bRatio="0.0034000" meMode="22" products="-11 12 -211"
954  <br/>      channel: onMode="1" bRatio="0.0022000" meMode="22" products="-11 12 -213"
955  <br/>      channel: onMode="1" bRatio="0.0350000" meMode="22" products="-11 12 -321"
956  <br/>      channel: onMode="1" bRatio="0.0225000" meMode="22" products="-11 12 -323"
957  <br/>      channel: onMode="1" bRatio="0.0015000" meMode="22" products="-11 12 -325"
958  <br/>      channel: onMode="1" bRatio="0.0014000" meMode="22" products="-11 12 -10323"
959  <br/>      channel: onMode="1" bRatio="0.0034000" meMode="22" products="-13 14 -211"
960  <br/>      channel: onMode="1" bRatio="0.0022000" meMode="22" products="-13 14 -213"
961  <br/>      channel: onMode="1" bRatio="0.0340000" meMode="22" products="-13 14 -321"
962  <br/>      channel: onMode="1" bRatio="0.0214000" meMode="22" products="-13 14 -323"
963  <br/>      channel: onMode="1" bRatio="0.0015000" meMode="22" products="-13 14 -325"
964  <br/>      channel: onMode="1" bRatio="0.0014000" meMode="22" products="-13 14 -10323"
965  <br/>      channel: onMode="1" bRatio="0.0011000" meMode="22" products="-11 12 311 -211"
966  <br/>      channel: onMode="1" bRatio="0.0006000" meMode="22" products="-11 12 -321 111"
967  <br/>      channel: onMode="1" bRatio="0.0011000" meMode="22" products="-13 14 311 -211"
968  <br/>      channel: onMode="1" bRatio="0.0006000" meMode="22" products="-13 14 -321 111"
969  <br/>      channel: onMode="1" bRatio="0.0008000" products="111 111"
970  <br/>      channel: onMode="1" bRatio="0.0020000" products="113 111"
971  <br/>      channel: onMode="1" bRatio="0.0006000" products="130 130"
972  <br/>      channel: onMode="1" bRatio="0.0015000" products="211 -211"
973  <br/>      channel: onMode="1" bRatio="0.0040000" products="213 -211"
974  <br/>      channel: onMode="1" bRatio="0.0040000" products="-213 211"
975  <br/>      channel: onMode="1" bRatio="0.0010000" products="221 111"
976  <br/>      channel: onMode="1" bRatio="0.0010000" products="221 221"
977  <br/>      channel: onMode="1" bRatio="0.0006000" products="310 310"
978  <br/>      channel: onMode="1" bRatio="0.0212000" products="311 111"
979  <br/>      channel: onMode="1" bRatio="0.0071000" products="311 221"
980  <br/>      channel: onMode="1" bRatio="0.0210000" products="311 223"
981  <br/>      channel: onMode="1" bRatio="0.0004000" products="313 311"
982  <br/>      channel: onMode="1" bRatio="0.0014000" products="313 -313"
983  <br/>      channel: onMode="1" bRatio="0.0085000" products="-313 111"
984  <br/>      channel: onMode="1" bRatio="0.0146000" products="-313 113"
985  <br/>      channel: onMode="1" bRatio="0.0190000" products="-313 221"
986  <br/>      channel: onMode="1" bRatio="0.0110000" products="-313 223"
987  <br/>      channel: onMode="1" bRatio="0.0008000" products="-313 311"
988  <br/>      channel: onMode="1" bRatio="0.0001500" products="321 -211"
989  <br/>      channel: onMode="1" bRatio="0.0043000" products="321 -321"
990  <br/>      channel: onMode="1" bRatio="0.0383000" products="-321 211"
991  <br/>      channel: onMode="1" bRatio="0.0035000" products="323 -321"
992  <br/>      channel: onMode="1" bRatio="0.0610000" products="-323 213"
993  <br/>      channel: onMode="1" bRatio="0.0018000" products="-323 321"
994  <br/>      channel: onMode="1" bRatio="0.0010000" products="331 111"
995  <br/>      channel: onMode="1" bRatio="0.0172000" products="331 311"
996  <br/>      channel: onMode="1" bRatio="0.0020000" products="331 -313"
997  <br/>      channel: onMode="1" bRatio="0.0007000" products="333 111"
998  <br/>      channel: onMode="1" bRatio="0.0086000" products="333 311"
999  <br/>      channel: onMode="1" bRatio="0.0071000" products="-10313 111"
1000  <br/>      channel: onMode="1" bRatio="0.0107000" products="-10323 211"
1001  <br/>      channel: onMode="1" bRatio="0.0730000" products="20213 -321"
1002  <br/>      channel: onMode="1" bRatio="0.0010000" products="111 111 111"
1003  <br/>      channel: onMode="1" bRatio="0.0060000" products="211 -211 111"
1004  <br/>      channel: onMode="1" bRatio="0.0270000" products="211 -211 130"
1005  <br/>      channel: onMode="1" bRatio="0.0270000" products="310 211 -211"
1006  <br/>      channel: onMode="1" bRatio="0.0008000" products="310 310 310"
1007  <br/>      channel: onMode="1" bRatio="0.0078000" products="311 111 111"
1008  <br/>      channel: onMode="1" bRatio="0.0116000" products="-313 111 111"
1009  <br/>      channel: onMode="1" bRatio="0.0225000" products="-313 211 -211"
1010  <br/>      channel: onMode="1" bRatio="0.0005000" products="321 -211 111"
1011  <br/>      channel: onMode="1" bRatio="0.0051000" products="321 -321 311"
1012  <br/>      channel: onMode="1" bRatio="0.1390000" products="-321 211 111"
1013  <br/>      channel: onMode="1" bRatio="0.0060000" products="-321 211 113"
1014  <br/>      channel: onMode="1" bRatio="0.0068000" products="-321 213 111"
1015  <br/>      channel: onMode="1" bRatio="0.0100000" products="-321 221 211"
1016  <br/>      channel: onMode="1" bRatio="0.0303000" products="-321 223 211"
1017  <br/>      channel: onMode="1" bRatio="0.0100000" products="-323 211 111"
1018  <br/>      channel: onMode="1" bRatio="0.0075000" products="331 -321 211"
1019  <br/>      channel: onMode="1" bRatio="0.0011000" products="333 211 -211"
1020  <br/>      channel: onMode="1" bRatio="0.0073000" products="211 211 -211 -211"
1021  <br/>      channel: onMode="1" bRatio="0.0050000" products="211 -211 111 111"
1022  <br/>      channel: onMode="1" bRatio="0.0143000" products="311 111 111 111"
1023  <br/>      channel: onMode="1" bRatio="0.0085000" products="311 211 -211 111"
1024  <br/>      channel: onMode="1" bRatio="0.0015000" products="311 311 111 111"
1025  <br/>      channel: onMode="1" bRatio="0.0015000" products="311 311 211 -211"
1026  <br/>      channel: onMode="1" bRatio="0.0030000" products="321 -321 111 111"
1027  <br/>      channel: onMode="1" bRatio="0.0025000" products="321 -321 211 -211"
1028  <br/>      channel: onMode="1" bRatio="0.0257500" products="-321 211 111 111"
1029  <br/>      channel: onMode="1" bRatio="0.0074000" products="-321 211 211 -211"
1030  <br/>      channel: onMode="1" bRatio="0.0177000" products="211 211 -211 -211 111"
1031  <br/>      channel: onMode="1" bRatio="0.0060000" products="211 -211 111 111 111"
1032  <br/>      channel: onMode="1" bRatio="0.0058000" products="311 211 211 -211 -211"
1033  <br/>      channel: onMode="1" bRatio="0.0638000" products="311 211 -211 111 111"
1034  <br/>      channel: onMode="1" bRatio="0.0038000" products="-321 211 111 111 111"
1035  <br/>      channel: onMode="1" bRatio="0.0038000" products="-321 211 211 -211 111"
1036  <br/>      channel: onMode="1" bRatio="0.0192000" products="311 211 -211 111 111 111"
1037
1038 <p/>particle: id="423" name="D*0" antiName="D*bar0" spinType="3" chargeType="0" colType="0"
1039           m0="2.00670"
1040  <br/>      channel: onMode="1" bRatio="0.6190000" meMode="2" products="421 111"
1041  <br/>      channel: onMode="1" bRatio="0.3810000" products="421 22"
1042
1043 <p/>particle: id="425" name="D*_2(2460)0" antiName="D*_2(2460)bar0" spinType="5" chargeType="0" colType="0"
1044           m0="2.46110" mWidth="0.04300" mMin="2.30000" mMax="2.65000"
1045  <br/>      channel: onMode="1" bRatio="0.2200000" products="413 -211"
1046  <br/>      channel: onMode="1" bRatio="0.1100000" products="423 111"
1047  <br/>      channel: onMode="1" bRatio="0.3800000" products="411 -211"
1048  <br/>      channel: onMode="1" bRatio="0.1900000" products="421 111"
1049  <br/>      channel: onMode="1" bRatio="0.0670000" products="413 -211 111"
1050  <br/>      channel: onMode="1" bRatio="0.0330000" products="423 211 -211"
1051
1052 <p/>particle: id="431" name="D_s+" antiName="D_s-" spinType="1" chargeType="3" colType="0"
1053           m0="1.96820" tau0="1.49900e-01"
1054  <br/>      channel: onMode="1" bRatio="0.0061600" products="-13 14"
1055  <br/>      channel: onMode="1" bRatio="0.0640000" products="-15 16"
1056  <br/>      channel: onMode="1" bRatio="0.0307000" meMode="22" products="-11 12 221"
1057  <br/>      channel: onMode="1" bRatio="0.0027000" meMode="22" products="-11 12 311"
1058  <br/>      channel: onMode="1" bRatio="0.0010000" meMode="22" products="-11 12 -313"
1059  <br/>      channel: onMode="1" bRatio="0.0106000" meMode="22" products="-11 12 331"
1060  <br/>      channel: onMode="1" bRatio="0.0242000" meMode="22" products="-11 12 333"
1061  <br/>      channel: onMode="1" bRatio="0.0307000" meMode="22" products="-13 14 221"
1062  <br/>      channel: onMode="1" bRatio="0.0027000" meMode="22" products="-13 14 311"
1063  <br/>      channel: onMode="1" bRatio="0.0010000" meMode="22" products="-13 14 -313"
1064  <br/>      channel: onMode="1" bRatio="0.0106000" meMode="22" products="-13 14 331"
1065  <br/>      channel: onMode="1" bRatio="0.0242000" meMode="22" products="-13 14 333"
1066  <br/>      channel: onMode="1" bRatio="0.0010000" products="211 111"
1067  <br/>      channel: onMode="1" bRatio="0.0004000" products="211 113"
1068  <br/>      channel: onMode="1" bRatio="0.0004000" products="213 111"
1069  <br/>      channel: onMode="1" bRatio="0.0210000" products="221 211"
1070  <br/>      channel: onMode="1" bRatio="0.1310400" products="221 213"
1071  <br/>      channel: onMode="1" bRatio="0.0034000" products="223 211"
1072  <br/>      channel: onMode="1" bRatio="0.0023000" products="225 211"
1073  <br/>      channel: onMode="1" bRatio="0.0040000" products="311 211"
1074  <br/>      channel: onMode="1" bRatio="0.0015000" products="311 213"
1075  <br/>      channel: onMode="1" bRatio="0.0079000" products="313 211"
1076  <br/>      channel: onMode="1" bRatio="0.0050000" products="313 213"
1077  <br/>      channel: onMode="1" bRatio="0.0015000" products="321 113"
1078  <br/>      channel: onMode="1" bRatio="0.0002000" products="321 221"
1079  <br/>      channel: onMode="1" bRatio="0.0440000" products="321 311"
1080  <br/>      channel: onMode="1" bRatio="0.0400000" products="321 -313"
1081  <br/>      channel: onMode="1" bRatio="0.0530000" products="323 311"
1082  <br/>      channel: onMode="1" bRatio="0.0700000" products="323 -313"
1083  <br/>      channel: onMode="1" bRatio="0.0470000" products="331 211"
1084  <br/>      channel: onMode="1" bRatio="0.1220000" products="331 213"
1085  <br/>      channel: onMode="1" bRatio="0.0002000" products="331 321"
1086  <br/>      channel: onMode="1" bRatio="0.0440000" products="333 211"
1087  <br/>      channel: onMode="1" bRatio="0.0820000" products="333 213"
1088  <br/>      channel: onMode="1" bRatio="0.0003000" products="333 321"
1089  <br/>      channel: onMode="1" bRatio="0.0025000" products="20213 311"
1090  <br/>      channel: onMode="1" bRatio="0.0100000" products="9010221 211"
1091  <br/>      channel: onMode="1" bRatio="0.0000500" products="211 111 111"
1092  <br/>      channel: onMode="1" bRatio="0.0000500" products="211 211 -211"
1093  <br/>      channel: onMode="1" bRatio="0.0150000" products="221 211 111"
1094  <br/>      channel: onMode="1" bRatio="0.0010000" products="311 211 111"
1095  <br/>      channel: onMode="1" bRatio="0.0050000" products="313 211 111"
1096  <br/>      channel: onMode="1" bRatio="0.0002000" products="321 221 111"
1097  <br/>      channel: onMode="1" bRatio="0.0030000" products="321 311 111"
1098  <br/>      channel: onMode="1" bRatio="0.0012000" products="321 -313 111"
1099  <br/>      channel: onMode="1" bRatio="0.0002000" products="321 321 -321"
1100  <br/>      channel: onMode="1" bRatio="0.0110000" products="321 -321 211"
1101  <br/>      channel: onMode="1" bRatio="0.0012000" products="323 311 111"
1102  <br/>      channel: onMode="1" bRatio="0.0040000" products="323 -313 111"
1103  <br/>      channel: onMode="1" bRatio="0.0150000" products="331 211 111"
1104  <br/>      channel: onMode="1" bRatio="0.0002000" products="331 321 111"
1105  <br/>      channel: onMode="1" bRatio="0.0100000" products="333 211 111"
1106  <br/>      channel: onMode="1" bRatio="0.0050000" products="221 211 111 111"
1107  <br/>      channel: onMode="1" bRatio="0.0050000" products="221 211 211 -211"
1108  <br/>      channel: onMode="1" bRatio="0.0002000" products="321 221 211 -211"
1109  <br/>      channel: onMode="1" bRatio="0.0010000" products="321 311 111 111"
1110  <br/>      channel: onMode="1" bRatio="0.0010000" products="321 311 211 -211"
1111  <br/>      channel: onMode="1" bRatio="0.0002000" products="331 321 211 -211"
1112  <br/>      channel: onMode="1" bRatio="0.0050000" products="333 211 111 111"
1113  <br/>      channel: onMode="1" bRatio="0.0080000" products="333 211 211 -211"
1114  <br/>      channel: onMode="1" bRatio="0.0043000" products="321 -321 211 211 -211"
1115
1116 <p/>particle: id="433" name="D*_s+" antiName="D*_s-" spinType="3" chargeType="3" colType="0"
1117           m0="2.11200"
1118  <br/>      channel: onMode="1" bRatio="0.9420000" products="431 22"
1119  <br/>      channel: onMode="1" bRatio="0.0580000" meMode="2" products="431 111"
1120
1121 <p/>particle: id="435" name="D*_2s(2573)+" antiName="D*_2s(2573)-" spinType="5" chargeType="3" colType="0"
1122           m0="2.57350" mWidth="0.01500" mMin="2.51000" mMax="2.70000"
1123  <br/>      channel: onMode="1" bRatio="0.0500000" products="413 311"
1124  <br/>      channel: onMode="1" bRatio="0.0500000" products="423 321"
1125  <br/>      channel: onMode="1" bRatio="0.4500000" products="411 311"
1126  <br/>      channel: onMode="1" bRatio="0.4500000" products="421 321"
1127
1128 <p/>particle: id="441" name="eta_c" spinType="1" chargeType="0" colType="0"
1129           m0="2.98040" mWidth="0.02550" mMin="2.78040" mMax="3.18040"
1130  <br/>      channel: onMode="1" bRatio="0.0002800" products="22 22"
1131  <br/>      channel: onMode="1" bRatio="0.0087000" products="113 113"
1132  <br/>      channel: onMode="1" bRatio="0.0173000" products="213 -213"
1133  <br/>      channel: onMode="1" bRatio="0.0042000" products="313 -313"
1134  <br/>      channel: onMode="1" bRatio="0.0043000" products="323 -323"
1135  <br/>      channel: onMode="1" bRatio="0.0026000" products="333 333"
1136  <br/>      channel: onMode="1" bRatio="0.0013000" products="2212 -2212"
1137  <br/>      channel: onMode="1" bRatio="0.0163000" products="221 111 111"
1138  <br/>      channel: onMode="1" bRatio="0.0327000" products="221 211 -211"
1139  <br/>      channel: onMode="1" bRatio="0.0095000" products="311 311 111"
1140  <br/>      channel: onMode="1" bRatio="0.0191000" products="321 311 -211"
1141  <br/>      channel: onMode="1" bRatio="0.0072000" products="321 -313 -211"
1142  <br/>      channel: onMode="1" bRatio="0.0095000" products="321 -321 111"
1143  <br/>      channel: onMode="1" bRatio="0.0191000" products="-321 311 211"
1144  <br/>      channel: onMode="1" bRatio="0.0072000" products="-321 313 211"
1145  <br/>      channel: onMode="1" bRatio="0.0137000" products="331 111 111"
1146  <br/>      channel: onMode="1" bRatio="0.0273000" products="331 211 -211"
1147  <br/>      channel: onMode="1" bRatio="0.0018000" products="333 321 -321"
1148  <br/>      channel: onMode="1" bRatio="0.0033000" products="211 211 -211 -211"
1149  <br/>      channel: onMode="1" bRatio="0.0006000" products="321 321 -321 -321"
1150  <br/>      channel: onMode="1" bRatio="0.0054000" products="321 -321 211 -211"
1151  <br/>      channel: onMode="1" bRatio="0.7886200" meMode="52" products="83 -83"
1152
1153 <p/>particle: id="443" name="J/psi" spinType="3" chargeType="0" colType="0"
1154           m0="3.09692" mWidth="0.00009" mMin="3.09602" mMax="3.09782"
1155  <br/>      channel: onMode="1" bRatio="0.8023950" meMode="43" products="83 -83"
1156  <br/>      channel: onMode="1" bRatio="0.0594000" products="11 -11"
1157  <br/>      channel: onMode="1" bRatio="0.0593000" products="13 -13"
1158  <br/>      channel: onMode="1" bRatio="0.0130000" products="441 22"
1159  <br/>      channel: onMode="1" bRatio="0.0056000" products="113 111"
1160  <br/>      channel: onMode="1" bRatio="0.0056500" products="213 -211"
1161  <br/>      channel: onMode="1" bRatio="0.0056500" products="-213 211"
1162  <br/>      channel: onMode="1" bRatio="0.0036000" products="115 113"
1163  <br/>      channel: onMode="1" bRatio="0.0036000" products="-215 213"
1164  <br/>      channel: onMode="1" bRatio="0.0036000" products="215 -213"
1165  <br/>      channel: onMode="1" bRatio="0.0043000" products="225 223"
1166  <br/>      channel: onMode="1" bRatio="0.0022000" products="313 -315"
1167  <br/>      channel: onMode="1" bRatio="0.0022000" products="323 -325"
1168  <br/>      channel: onMode="1" bRatio="0.0022000" products="-323 325"
1169  <br/>      channel: onMode="1" bRatio="0.0025000" products="321 -323"
1170  <br/>      channel: onMode="1" bRatio="0.0025000" products="-321 323"
1171  <br/>      channel: onMode="1" bRatio="0.0021000" products="311 -313"
1172  <br/>      channel: onMode="1" bRatio="0.0021000" products="-311 313"
1173  <br/>      channel: onMode="1" bRatio="0.0019000" products="20323 -321"
1174  <br/>      channel: onMode="1" bRatio="0.0019000" products="-20323 321"
1175  <br/>      channel: onMode="1" bRatio="0.0015000" products="10213 -211"
1176  <br/>      channel: onMode="1" bRatio="0.0015000" products="-10213 211"
1177  <br/>      channel: onMode="1" bRatio="0.0023000" products="10113 111"
1178  <br/>      channel: onMode="1" bRatio="0.0004800" products="10331 223"
1179  <br/>      channel: onMode="1" bRatio="0.0007400" products="223 221"
1180  <br/>      channel: onMode="1" bRatio="0.0003600" products="10331 333"
1181  <br/>      channel: onMode="1" bRatio="0.0008000" products="333 335"
1182  <br/>      channel: onMode="1" bRatio="0.0006800" products="20333 223"
1183  <br/>      channel: onMode="1" bRatio="0.0007400" products="333 221"
1184  <br/>      channel: onMode="1" bRatio="0.0004500" products="223 111"
1185  <br/>      channel: onMode="1" bRatio="0.0004000" products="333 331"
1186  <br/>      channel: onMode="1" bRatio="0.0003200" products="333 9010221"
1187  <br/>      channel: onMode="1" bRatio="0.0002600" products="333 20223"
1188  <br/>      channel: onMode="1" bRatio="0.0001930" products="113 221"
1189  <br/>      channel: onMode="1" bRatio="0.0001820" products="223 331"
1190  <br/>      channel: onMode="1" bRatio="0.0001400" products="223 9010221"
1191  <br/>      channel: onMode="1" bRatio="0.0001050" products="113 331"
1192  <br/>      channel: onMode="1" bRatio="0.0011000" products="2224 -2224"
1193  <br/>      channel: onMode="1" bRatio="0.0005150" products="3112 -3112"
1194  <br/>      channel: onMode="1" bRatio="0.0005900" products="3314 -3314"
1195  <br/>      channel: onMode="1" bRatio="0.0003200" products="3324 -3324"
1196  <br/>      channel: onMode="1" bRatio="0.0003200" products="3324 -3324"
1197  <br/>      channel: onMode="1" bRatio="0.0001550" products="3114 -3114"
1198  <br/>      channel: onMode="1" bRatio="0.0001550" products="3224 -3224"
1199
1200 <p/>particle: id="445" name="chi_2c" spinType="5" chargeType="0" colType="0"
1201           m0="3.55620" mWidth="0.00206" mMin="3.53620" mMax="3.57620"
1202  <br/>      channel: onMode="1" bRatio="0.0002590" products="22 22"
1203  <br/>      channel: onMode="1" bRatio="0.2020000" products="443 22"
1204  <br/>      channel: onMode="1" bRatio="0.0008900" products="130 130"
1205  <br/>      channel: onMode="1" bRatio="0.0018000" products="211 -211"
1206  <br/>      channel: onMode="1" bRatio="0.0008900" products="310 310"
1207  <br/>      channel: onMode="1" bRatio="0.0047000" products="313 -313"
1208  <br/>      channel: onMode="1" bRatio="0.0009000" products="321 -321"
1209  <br/>      channel: onMode="1" bRatio="0.0024000" products="333 333"
1210  <br/>      channel: onMode="1" bRatio="0.0000680" products="2212 -2212"
1211  <br/>      channel: onMode="1" bRatio="0.0003000" products="3122 -3122"
1212  <br/>      channel: onMode="1" bRatio="0.0046000" products="211 -211 113"
1213  <br/>      channel: onMode="1" bRatio="0.0046000" products="213 -211 111"
1214  <br/>      channel: onMode="1" bRatio="0.0046000" products="-213 211 111"
1215  <br/>      channel: onMode="1" bRatio="0.0015000" products="321 -313 -211"
1216  <br/>      channel: onMode="1" bRatio="0.0015000" products="-321 313 211"
1217  <br/>      channel: onMode="1" bRatio="0.0016000" products="323 311 -211"
1218  <br/>      channel: onMode="1" bRatio="0.0016000" products="-323 311 211"
1219  <br/>      channel: onMode="1" bRatio="0.0102000" products="211 211 -211 -211"
1220  <br/>      channel: onMode="1" bRatio="0.0003000" products="310 310 211 -211"
1221  <br/>      channel: onMode="1" bRatio="0.0012000" products="321 321 -321 -321"
1222  <br/>      channel: onMode="1" bRatio="0.0103000" products="321 -321 211 -211"
1223  <br/>      channel: onMode="1" bRatio="0.0003000" products="321 -321 310 310"
1224  <br/>      channel: onMode="1" bRatio="0.0017000" products="2212 -2212 211 -211"
1225  <br/>      channel: onMode="1" bRatio="0.0107000" products="211 211 211 -211 -211 -211"
1226  <br/>      channel: onMode="1" bRatio="0.7310930" meMode="52" products="83 -83"
1227
1228 <p/>particle: id="511" name="B0" antiName="Bbar0" spinType="1" chargeType="0" colType="0"
1229           m0="5.27940" tau0="4.58700e-01"
1230  <br/>      channel: onMode="1" bRatio="0.0001330" meMode="22" products="12 -11 -211"
1231  <br/>      channel: onMode="1" bRatio="0.0002690" meMode="22" products="12 -11 -213"
1232  <br/>      channel: onMode="1" bRatio="0.0207000" meMode="22" products="12 -11 -411"
1233  <br/>      channel: onMode="1" bRatio="0.0570000" meMode="22" products="12 -11 -413"
1234  <br/>      channel: onMode="1" bRatio="0.0023000" meMode="22" products="12 -11 -415"
1235  <br/>      channel: onMode="1" bRatio="0.0045000" meMode="22" products="12 -11 -10411"
1236  <br/>      channel: onMode="1" bRatio="0.0052000" meMode="22" products="12 -11 -10413"
1237  <br/>      channel: onMode="1" bRatio="0.0083000" meMode="22" products="12 -11 -20413"
1238  <br/>      channel: onMode="1" bRatio="0.0001330" meMode="22" products="14 -13 -211"
1239  <br/>      channel: onMode="1" bRatio="0.0002690" meMode="22" products="14 -13 -213"
1240  <br/>      channel: onMode="1" bRatio="0.0207000" meMode="22" products="14 -13 -411"
1241  <br/>      channel: onMode="1" bRatio="0.0570000" meMode="22" products="14 -13 -413"
1242  <br/>      channel: onMode="1" bRatio="0.0023000" meMode="22" products="14 -13 -415"
1243  <br/>      channel: onMode="1" bRatio="0.0045000" meMode="22" products="14 -13 -10411"
1244  <br/>      channel: onMode="1" bRatio="0.0052000" meMode="22" products="14 -13 -10413"
1245  <br/>      channel: onMode="1" bRatio="0.0083000" meMode="22" products="14 -13 -20413"
1246  <br/>      channel: onMode="1" bRatio="0.0000600" meMode="22" products="16 -15 -211"
1247  <br/>      channel: onMode="1" bRatio="0.0000830" meMode="22" products="16 -15 -213"
1248  <br/>      channel: onMode="1" bRatio="0.0000080" meMode="22" products="16 -15 -215"
1249  <br/>      channel: onMode="1" bRatio="0.0070000" meMode="22" products="16 -15 -411"
1250  <br/>      channel: onMode="1" bRatio="0.0160000" meMode="22" products="16 -15 -413"
1251  <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="16 -15 -415"
1252  <br/>      channel: onMode="1" bRatio="0.0000080" meMode="22" products="16 -15 -10213"
1253  <br/>      channel: onMode="1" bRatio="0.0013000" meMode="22" products="16 -15 -10411"
1254  <br/>      channel: onMode="1" bRatio="0.0013000" meMode="22" products="16 -15 -10413"
1255  <br/>      channel: onMode="1" bRatio="0.0000900" meMode="22" products="16 -15 -20213"
1256  <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="16 -15 -20413"
1257  <br/>      channel: onMode="1" bRatio="0.0000080" meMode="22" products="16 -15 -9000211"
1258  <br/>      channel: onMode="1" bRatio="0.0010000" meMode="22" products="12 -11 -411 111"
1259  <br/>      channel: onMode="1" bRatio="0.0003000" meMode="22" products="12 -11 -413 111"
1260  <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="12 -11 -421 -211"
1261  <br/>      channel: onMode="1" bRatio="0.0007000" meMode="22" products="12 -11 -423 -211"
1262  <br/>      channel: onMode="1" bRatio="0.0010000" meMode="22" products="14 -13 -411 111"
1263  <br/>      channel: onMode="1" bRatio="0.0003000" meMode="22" products="14 -13 -413 111"
1264  <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="14 -13 -421 -211"
1265  <br/>      channel: onMode="1" bRatio="0.0007000" meMode="22" products="14 -13 -423 -211"
1266  <br/>      channel: onMode="1" bRatio="0.0000015" products="111 111"
1267  <br/>      channel: onMode="1" bRatio="0.0000020" products="113 113"
1268  <br/>      channel: onMode="1" bRatio="0.0000060" products="130 111"
1269  <br/>      channel: onMode="1" bRatio="0.0000026" products="130 113"
1270  <br/>      channel: onMode="1" bRatio="0.0000006" products="130 130"
1271  <br/>      channel: onMode="1" bRatio="0.0000046" products="211 -211"
1272  <br/>      channel: onMode="1" bRatio="0.0000300" products="213 -213"
1273  <br/>      channel: onMode="1" bRatio="0.0000010" products="221 111"
1274  <br/>      channel: onMode="1" bRatio="0.0000010" products="221 113"
1275  <br/>      channel: onMode="1" bRatio="0.0000010" products="221 130"
1276  <br/>      channel: onMode="1" bRatio="0.0000010" products="221 221"
1277  <br/>      channel: onMode="1" bRatio="0.0000005" products="223 22"
1278  <br/>      channel: onMode="1" bRatio="0.0000010" products="223 111"
1279  <br/>      channel: onMode="1" bRatio="0.0000010" products="223 113"
1280  <br/>      channel: onMode="1" bRatio="0.0000023" products="223 130"
1281  <br/>      channel: onMode="1" bRatio="0.0000010" products="223 221"
1282  <br/>      channel: onMode="1" bRatio="0.0000010" products="223 223"
1283  <br/>      channel: onMode="1" bRatio="0.0000060" products="310 111"
1284  <br/>      channel: onMode="1" bRatio="0.0000026" products="310 113"
1285  <br/>      channel: onMode="1" bRatio="0.0000010" products="310 221"
1286  <br/>      channel: onMode="1" bRatio="0.0000023" products="310 223"
1287  <br/>      channel: onMode="1" bRatio="0.0000006" products="310 310"
1288  <br/>      channel: onMode="1" bRatio="0.0000401" products="313 22"
1289  <br/>      channel: onMode="1" bRatio="0.0000017" products="313 111"
1290  <br/>      channel: onMode="1" bRatio="0.0000100" products="313 113"
1291  <br/>      channel: onMode="1" bRatio="0.0000190" products="313 221"
1292  <br/>      channel: onMode="1" bRatio="0.0000010" products="313 223"
1293  <br/>      channel: onMode="1" bRatio="0.0000030" products="313 311"
1294  <br/>      channel: onMode="1" bRatio="0.0000010" products="313 -313"
1295  <br/>      channel: onMode="1" bRatio="0.0000180" products="321 -211"
1296  <br/>      channel: onMode="1" bRatio="0.0000099" products="321 -213"
1297  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321"
1298  <br/>      channel: onMode="1" bRatio="0.0000130" products="323 -211"
1299  <br/>      channel: onMode="1" bRatio="0.0000200" products="323 -213"
1300  <br/>      channel: onMode="1" bRatio="0.0000020" products="323 -321"
1301  <br/>      channel: onMode="1" bRatio="0.0000010" products="323 -323"
1302  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 111"
1303  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 113"
1304  <br/>      channel: onMode="1" bRatio="0.0000320" products="331 130"
1305  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 221"
1306  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 223"
1307  <br/>      channel: onMode="1" bRatio="0.0000320" products="331 310"
1308  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 313"
1309  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 331"
1310  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 111"
1311  <br/>      channel: onMode="1" bRatio="0.0000001" products="333 113"
1312  <br/>      channel: onMode="1" bRatio="0.0000042" products="333 130"
1313  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 221"
1314  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 223"
1315  <br/>      channel: onMode="1" bRatio="0.0000042" products="333 310"
1316  <br/>      channel: onMode="1" bRatio="0.0000110" products="333 313"
1317  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 331"
1318  <br/>      channel: onMode="1" bRatio="0.0000001" products="333 333"
1319  <br/>      channel: onMode="1" bRatio="0.0002700" products="411 -411"
1320  <br/>      channel: onMode="1" bRatio="0.0028000" products="-411 211"
1321  <br/>      channel: onMode="1" bRatio="0.0077000" products="-411 213"
1322  <br/>      channel: onMode="1" bRatio="0.0002000" products="-411 321"
1323  <br/>      channel: onMode="1" bRatio="0.0003700" products="-411 323"
1324  <br/>      channel: onMode="1" bRatio="0.0003350" products="413 -411"
1325  <br/>      channel: onMode="1" bRatio="0.0008300" products="413 -413"
1326  <br/>      channel: onMode="1" bRatio="0.0028000" products="-413 211"
1327  <br/>      channel: onMode="1" bRatio="0.0068000" products="-413 213"
1328  <br/>      channel: onMode="1" bRatio="0.0001700" products="-413 321"
1329  <br/>      channel: onMode="1" bRatio="0.0003800" products="-413 323"
1330  <br/>      channel: onMode="1" bRatio="0.0003350" products="-413 411"
1331  <br/>      channel: onMode="1" bRatio="0.0009000" products="-415 211"
1332  <br/>      channel: onMode="1" bRatio="0.0022000" products="-415 213"
1333  <br/>      channel: onMode="1" bRatio="0.0000100" products="421 313"
1334  <br/>      channel: onMode="1" bRatio="0.0002900" products="-421 111"
1335  <br/>      channel: onMode="1" bRatio="0.0002900" products="-421 113"
1336  <br/>      channel: onMode="1" bRatio="0.0002200" products="-421 221"
1337  <br/>      channel: onMode="1" bRatio="0.0002500" products="-421 223"
1338  <br/>      channel: onMode="1" bRatio="0.0000400" products="-421 311"
1339  <br/>      channel: onMode="1" bRatio="0.0000400" products="-421 313"
1340  <br/>      channel: onMode="1" bRatio="0.0001700" products="-421 331"
1341  <br/>      channel: onMode="1" bRatio="0.0000100" products="423 313"
1342  <br/>      channel: onMode="1" bRatio="0.0002700" products="-423 111"
1343  <br/>      channel: onMode="1" bRatio="0.0002900" products="-423 113"
1344  <br/>      channel: onMode="1" bRatio="0.0002600" products="-423 221"
1345  <br/>      channel: onMode="1" bRatio="0.0004200" products="-423 223"
1346  <br/>      channel: onMode="1" bRatio="0.0000400" products="-423 311"
1347  <br/>      channel: onMode="1" bRatio="0.0000400" products="-423 313"
1348  <br/>      channel: onMode="1" bRatio="0.0001700" products="-423 331"
1349  <br/>      channel: onMode="1" bRatio="0.0000390" products="431 -211"
1350  <br/>      channel: onMode="1" bRatio="0.0000160" products="431 -213"
1351  <br/>      channel: onMode="1" bRatio="0.0090000" products="431 -411"
1352  <br/>      channel: onMode="1" bRatio="0.0126000" products="431 -413"
1353  <br/>      channel: onMode="1" bRatio="0.0042000" products="431 -415"
1354  <br/>      channel: onMode="1" bRatio="0.0000460" products="-431 321"
1355  <br/>      channel: onMode="1" bRatio="0.0000160" products="-431 323"
1356  <br/>      channel: onMode="1" bRatio="0.0000260" products="433 -211"
1357  <br/>      channel: onMode="1" bRatio="0.0000160" products="433 -213"
1358  <br/>      channel: onMode="1" bRatio="0.0090000" products="433 -411"
1359  <br/>      channel: onMode="1" bRatio="0.0240000" products="433 -413"
1360  <br/>      channel: onMode="1" bRatio="0.0040000" products="433 -415"
1361  <br/>      channel: onMode="1" bRatio="0.0000160" products="-433 321"
1362  <br/>      channel: onMode="1" bRatio="0.0000160" products="-433 323"
1363  <br/>      channel: onMode="1" bRatio="0.0006000" products="441 130"
1364  <br/>      channel: onMode="1" bRatio="0.0006000" products="441 310"
1365  <br/>      channel: onMode="1" bRatio="0.0016200" products="441 313"
1366  <br/>      channel: onMode="1" bRatio="0.0000220" products="443 111"
1367  <br/>      channel: onMode="1" bRatio="0.0000160" products="443 113"
1368  <br/>      channel: onMode="1" bRatio="0.0004400" products="443 130"
1369  <br/>      channel: onMode="1" bRatio="0.0000300" products="443 223"
1370  <br/>      channel: onMode="1" bRatio="0.0004400" products="443 310"
1371  <br/>      channel: onMode="1" bRatio="0.0005000" products="443 315"
1372  <br/>      channel: onMode="1" bRatio="0.0000300" products="445 313"
1373  <br/>      channel: onMode="1" bRatio="0.0000001" products="2212 -2212"
1374  <br/>      channel: onMode="1" bRatio="0.0000010" products="10113 111"
1375  <br/>      channel: onMode="1" bRatio="0.0000010" products="10113 221"
1376  <br/>      channel: onMode="1" bRatio="0.0000100" products="10113 311"
1377  <br/>      channel: onMode="1" bRatio="0.0000010" products="10113 331"
1378  <br/>      channel: onMode="1" bRatio="0.0000100" products="10213 -211"
1379  <br/>      channel: onMode="1" bRatio="0.0000100" products="-10213 211"
1380  <br/>      channel: onMode="1" bRatio="0.0000100" products="-10213 321"
1381  <br/>      channel: onMode="1" bRatio="0.0000010" products="10311 111"
1382  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 113"
1383  <br/>      channel: onMode="1" bRatio="0.0000030" products="10311 311"
1384  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 333"
1385  <br/>      channel: onMode="1" bRatio="0.0015000" products="10313 443"
1386  <br/>      channel: onMode="1" bRatio="0.0000010" products="10321 -211"
1387  <br/>      channel: onMode="1" bRatio="0.0000200" products="10321 -213"
1388  <br/>      channel: onMode="1" bRatio="0.0000020" products="10321 -321"
1389  <br/>      channel: onMode="1" bRatio="0.0002000" products="-10411 211"
1390  <br/>      channel: onMode="1" bRatio="0.0006000" products="-10413 211"
1391  <br/>      channel: onMode="1" bRatio="0.0004000" products="-10413 213"
1392  <br/>      channel: onMode="1" bRatio="0.0012000" products="-10413 431"
1393  <br/>      channel: onMode="1" bRatio="0.0024000" products="-10413 433"
1394  <br/>      channel: onMode="1" bRatio="0.0016000" products="10431 -411"
1395  <br/>      channel: onMode="1" bRatio="0.0016000" products="10431 -413"
1396  <br/>      channel: onMode="1" bRatio="0.0001500" products="10441 130"
1397  <br/>      channel: onMode="1" bRatio="0.0001500" products="10441 310"
1398  <br/>      channel: onMode="1" bRatio="0.0003000" products="10441 313"
1399  <br/>      channel: onMode="1" bRatio="0.0000010" products="20113 111"
1400  <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 113"
1401  <br/>      channel: onMode="1" bRatio="0.0000010" products="20113 221"
1402  <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 223"
1403  <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 311"
1404  <br/>      channel: onMode="1" bRatio="0.0000200" products="20113 313"
1405  <br/>      channel: onMode="1" bRatio="0.0000010" products="20113 331"
1406  <br/>      channel: onMode="1" bRatio="0.0000500" products="20113 20113"
1407  <br/>      channel: onMode="1" bRatio="0.0000400" products="20213 -211"
1408  <br/>      channel: onMode="1" bRatio="0.0000100" products="20213 -213"
1409  <br/>      channel: onMode="1" bRatio="0.0083400" products="20213 -411"
1410  <br/>      channel: onMode="1" bRatio="0.0120000" products="20213 -413"
1411  <br/>      channel: onMode="1" bRatio="0.0000500" products="20213 -20213"
1412  <br/>      channel: onMode="1" bRatio="0.0000400" products="-20213 211"
1413  <br/>      channel: onMode="1" bRatio="0.0000100" products="-20213 213"
1414  <br/>      channel: onMode="1" bRatio="0.0000100" products="-20213 321"
1415  <br/>      channel: onMode="1" bRatio="0.0000200" products="-20213 323"
1416  <br/>      channel: onMode="1" bRatio="0.0000020" products="20313 333"
1417  <br/>      channel: onMode="1" bRatio="0.0001000" products="20313 443"
1418  <br/>      channel: onMode="1" bRatio="0.0001000" products="-20413 211"
1419  <br/>      channel: onMode="1" bRatio="0.0013000" products="-20413 213"
1420  <br/>      channel: onMode="1" bRatio="0.0006000" products="-20413 431"
1421  <br/>      channel: onMode="1" bRatio="0.0012000" products="-20413 433"
1422  <br/>      channel: onMode="1" bRatio="0.0041000" products="20433 -411"
1423  <br/>      channel: onMode="1" bRatio="0.0098000" products="20433 -413"
1424  <br/>      channel: onMode="1" bRatio="0.0002300" products="20443 130"
1425  <br/>      channel: onMode="1" bRatio="0.0002300" products="20443 310"
1426  <br/>      channel: onMode="1" bRatio="0.0003000" products="20443 313"
1427  <br/>      channel: onMode="1" bRatio="0.0000010" products="30313 111"
1428  <br/>      channel: onMode="1" bRatio="0.0000010" products="30313 311"
1429  <br/>      channel: onMode="1" bRatio="0.0000010" products="30323 -211"
1430  <br/>      channel: onMode="1" bRatio="0.0000010" products="30323 -321"
1431  <br/>      channel: onMode="1" bRatio="0.0002400" products="30443 130"
1432  <br/>      channel: onMode="1" bRatio="0.0002400" products="30443 310"
1433  <br/>      channel: onMode="1" bRatio="0.0004800" products="30443 313"
1434  <br/>      channel: onMode="1" bRatio="0.0002900" products="30443 10313"
1435  <br/>      channel: onMode="1" bRatio="0.0000005" products="100113 130"
1436  <br/>      channel: onMode="1" bRatio="0.0000005" products="100113 310"
1437  <br/>      channel: onMode="1" bRatio="0.0002400" products="100441 130"
1438  <br/>      channel: onMode="1" bRatio="0.0002400" products="100441 310"
1439  <br/>      channel: onMode="1" bRatio="0.0006600" products="100441 313"
1440  <br/>      channel: onMode="1" bRatio="0.0003300" products="100443 130"
1441  <br/>      channel: onMode="1" bRatio="0.0003300" products="100443 310"
1442  <br/>      channel: onMode="1" bRatio="0.0006600" products="100443 313"
1443  <br/>      channel: onMode="1" bRatio="0.0004000" products="100443 10313"
1444  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 111"
1445  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 113"
1446  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 221"
1447  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 223"
1448  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 311"
1449  <br/>      channel: onMode="1" bRatio="0.0000050" products="9000111 313"
1450  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 331"
1451  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 10113"
1452  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 20113"
1453  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 9000111"
1454  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000211 -211"
1455  <br/>      channel: onMode="1" bRatio="0.0000020" products="9000211 -213"
1456  <br/>      channel: onMode="1" bRatio="0.0000030" products="-9000211 211"
1457  <br/>      channel: onMode="1" bRatio="0.0000100" products="-9000211 213"
1458  <br/>      channel: onMode="1" bRatio="0.0000010" products="-9000211 321"
1459  <br/>      channel: onMode="1" bRatio="0.0000050" products="-9000211 323"
1460  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 111"
1461  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 113"
1462  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 221"
1463  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 223"
1464  <br/>      channel: onMode="1" bRatio="0.0000060" products="9010221 311"
1465  <br/>      channel: onMode="1" bRatio="0.0000050" products="9010221 313"
1466  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 331"
1467  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 10113"
1468  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 20113"
1469  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 9000111"
1470  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 9010221"
1471  <br/>      channel: onMode="1" bRatio="0.0000010" products="111 111 111"
1472  <br/>      channel: onMode="1" bRatio="0.0000010" products="113 111 111"
1473  <br/>      channel: onMode="1" bRatio="0.0000100" products="113 113 111"
1474  <br/>      channel: onMode="1" bRatio="0.0000240" products="211 -211 111"
1475  <br/>      channel: onMode="1" bRatio="0.0000030" products="211 -211 113"
1476  <br/>      channel: onMode="1" bRatio="0.0000100" products="213 -211 111"
1477  <br/>      channel: onMode="1" bRatio="0.0000100" products="213 -213 111"
1478  <br/>      channel: onMode="1" bRatio="0.0000100" products="-213 211 111"
1479  <br/>      channel: onMode="1" bRatio="0.0000010" products="221 111 111"
1480  <br/>      channel: onMode="1" bRatio="0.0000005" products="221 113 111"
1481  <br/>      channel: onMode="1" bRatio="0.0000050" products="221 113 113"
1482  <br/>      channel: onMode="1" bRatio="0.0000170" products="221 211 -211"
1483  <br/>      channel: onMode="1" bRatio="0.0000050" products="221 213 -211"
1484  <br/>      channel: onMode="1" bRatio="0.0000050" products="221 213 -213"
1485  <br/>      channel: onMode="1" bRatio="0.0000050" products="221 -213 211"
1486  <br/>      channel: onMode="1" bRatio="0.0000010" products="221 221 111"
1487  <br/>      channel: onMode="1" bRatio="0.0000002" products="221 221 113"
1488  <br/>      channel: onMode="1" bRatio="0.0000010" products="223 111 111"
1489  <br/>      channel: onMode="1" bRatio="0.0000100" products="223 113 111"
1490  <br/>      channel: onMode="1" bRatio="0.0000030" products="223 211 -211"
1491  <br/>      channel: onMode="1" bRatio="0.0000005" products="223 221 111"
1492  <br/>      channel: onMode="1" bRatio="0.0000050" products="223 221 113"
1493  <br/>      channel: onMode="1" bRatio="0.0000002" products="223 221 221"
1494  <br/>      channel: onMode="1" bRatio="0.0000006" meMode="11" products="311 11 -11"
1495  <br/>      channel: onMode="1" bRatio="0.0000006" meMode="11" products="311 13 -13"
1496  <br/>      channel: onMode="1" bRatio="0.0000001" meMode="11" products="311 15 -15"
1497  <br/>      channel: onMode="1" bRatio="0.0000020" products="311 111 111"
1498  <br/>      channel: onMode="1" bRatio="0.0000050" products="311 113 111"
1499  <br/>      channel: onMode="1" bRatio="0.0000260" products="311 211 -211"
1500  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 213 -211"
1501  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 -213 211"
1502  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 221 111"
1503  <br/>      channel: onMode="1" bRatio="0.0000020" products="311 221 113"
1504  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 221 221"
1505  <br/>      channel: onMode="1" bRatio="0.0000050" products="311 223 111"
1506  <br/>      channel: onMode="1" bRatio="0.0000020" products="311 223 221"
1507  <br/>      channel: onMode="1" bRatio="0.0000020" products="311 311 111"
1508  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 113"
1509  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 221"
1510  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 223"
1511  <br/>      channel: onMode="1" bRatio="0.0000480" products="311 311 311"
1512  <br/>      channel: onMode="1" bRatio="0.0000018" meMode="11" products="313 11 -11"
1513  <br/>      channel: onMode="1" bRatio="0.0000014" meMode="11" products="313 13 -13"
1514  <br/>      channel: onMode="1" bRatio="0.0000002" meMode="11" products="313 15 -15"
1515  <br/>      channel: onMode="1" bRatio="0.0000100" products="313 113 111"
1516  <br/>      channel: onMode="1" bRatio="0.0000100" products="313 211 -211"
1517  <br/>      channel: onMode="1" bRatio="0.0000100" products="313 213 -211"
1518  <br/>      channel: onMode="1" bRatio="0.0000100" products="313 -213 211"
1519  <br/>      channel: onMode="1" bRatio="0.0000050" products="313 221 113"
1520  <br/>      channel: onMode="1" bRatio="0.0000100" products="313 223 111"
1521  <br/>      channel: onMode="1" bRatio="0.0000050" products="313 223 221"
1522  <br/>      channel: onMode="1" bRatio="0.0000010" products="313 311 111"
1523  <br/>      channel: onMode="1" bRatio="0.0000010" products="313 -313 111"
1524  <br/>      channel: onMode="1" bRatio="0.0000005" products="313 -313 221"
1525  <br/>      channel: onMode="1" bRatio="0.0000010" products="-313 311 111"
1526  <br/>      channel: onMode="1" bRatio="0.0000020" products="321 -211 111"
1527  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -213 111"
1528  <br/>      channel: onMode="1" bRatio="0.0000200" products="321 221 -211"
1529  <br/>      channel: onMode="1" bRatio="0.0000050" products="321 221 -213"
1530  <br/>      channel: onMode="1" bRatio="0.0000050" products="321 223 -211"
1531  <br/>      channel: onMode="1" bRatio="0.0000005" products="321 311 -211"
1532  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 -213"
1533  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -313 -211"
1534  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 111"
1535  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 113"
1536  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 221"
1537  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 223"
1538  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -321 313"
1539  <br/>      channel: onMode="1" bRatio="0.0000005" products="-321 311 211"
1540  <br/>      channel: onMode="1" bRatio="0.0000010" products="-321 311 213"
1541  <br/>      channel: onMode="1" bRatio="0.0000010" products="-321 313 211"
1542  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 -211 111"
1543  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 -211 113"
1544  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 -213 111"
1545  <br/>      channel: onMode="1" bRatio="0.0000050" products="323 221 -211"
1546  <br/>      channel: onMode="1" bRatio="0.0000050" products="323 221 -213"
1547  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 223 -211"
1548  <br/>      channel: onMode="1" bRatio="0.0000010" products="323 311 -211"
1549  <br/>      channel: onMode="1" bRatio="0.0000010" products="323 -313 -211"
1550  <br/>      channel: onMode="1" bRatio="0.0000010" products="323 -321 111"
1551  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 -321 311"
1552  <br/>      channel: onMode="1" bRatio="0.0000010" products="323 -323 111"
1553  <br/>      channel: onMode="1" bRatio="0.0000005" products="323 -323 221"
1554  <br/>      channel: onMode="1" bRatio="0.0000010" products="-323 311 211"
1555  <br/>      channel: onMode="1" bRatio="0.0000010" products="-323 313 211"
1556  <br/>      channel: onMode="1" bRatio="0.0000010" products="-323 321 111"
1557  <br/>      channel: onMode="1" bRatio="0.0000100" products="-323 321 311"
1558  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 111 111"
1559  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 113 111"
1560  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 113 113"
1561  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 211 -211"
1562  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 213 -213"
1563  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 221 111"
1564  <br/>      channel: onMode="1" bRatio="0.0000001" products="331 221 113"
1565  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 223 111"
1566  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 223 113"
1567  <br/>      channel: onMode="1" bRatio="0.0000001" products="331 223 221"
1568  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 311 111"
1569  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 311 113"
1570  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 311 221"
1571  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 311 223"
1572  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 311 311"
1573  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 313 113"
1574  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 313 223"
1575  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 313 -313"
1576  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 -211"
1577  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 -213"
1578  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 -321"
1579  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 323 -211"
1580  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 323 -213"
1581  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 323 -323"
1582  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 331 311"
1583  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 113 111"
1584  <br/>      channel: onMode="1" bRatio="0.0000001" products="333 211 -211"
1585  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 213 -211"
1586  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 -213 211"
1587  <br/>      channel: onMode="1" bRatio="0.0000005" products="333 221 113"
1588  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 223 111"
1589  <br/>      channel: onMode="1" bRatio="0.0000100" products="333 311 111"
1590  <br/>      channel: onMode="1" bRatio="0.0000100" products="333 311 113"
1591  <br/>      channel: onMode="1" bRatio="0.0000100" products="333 311 223"
1592  <br/>      channel: onMode="1" bRatio="0.0000001" products="333 311 311"
1593  <br/>      channel: onMode="1" bRatio="0.0000100" products="333 313 111"
1594  <br/>      channel: onMode="1" bRatio="0.0000050" products="333 313 221"
1595  <br/>      channel: onMode="1" bRatio="0.0000100" products="333 321 -211"
1596  <br/>      channel: onMode="1" bRatio="0.0000100" products="333 321 -213"
1597  <br/>      channel: onMode="1" bRatio="0.0000001" products="333 321 -321"
1598  <br/>      channel: onMode="1" bRatio="0.0000100" products="333 323 -211"
1599  <br/>      channel: onMode="1" bRatio="0.0000002" products="333 331 113"
1600  <br/>      channel: onMode="1" bRatio="0.0000020" products="333 331 313"
1601  <br/>      channel: onMode="1" bRatio="0.0000001" products="333 333 111"
1602  <br/>      channel: onMode="1" bRatio="0.0000030" products="333 333 311"
1603  <br/>      channel: onMode="1" bRatio="0.0000030" products="333 333 313"
1604  <br/>      channel: onMode="1" bRatio="0.0015000" products="411 -411 311"
1605  <br/>      channel: onMode="1" bRatio="0.0025000" products="411 -411 313"
1606  <br/>      channel: onMode="1" bRatio="0.0005000" products="-411 211 111"
1607  <br/>      channel: onMode="1" bRatio="0.0011000" products="-411 211 113"
1608  <br/>      channel: onMode="1" bRatio="0.0011000" products="-411 213 111"
1609  <br/>      channel: onMode="1" bRatio="0.0047000" products="413 -411 311"
1610  <br/>      channel: onMode="1" bRatio="0.0025000" products="413 -411 313"
1611  <br/>      channel: onMode="1" bRatio="0.0070000" products="413 -413 311"
1612  <br/>      channel: onMode="1" bRatio="0.0050000" products="413 -413 313"
1613  <br/>      channel: onMode="1" bRatio="0.0008000" products="-413 211 111"
1614  <br/>      channel: onMode="1" bRatio="0.0010000" products="-413 211 113"
1615  <br/>      channel: onMode="1" bRatio="0.0010000" products="-413 213 111"
1616  <br/>      channel: onMode="1" bRatio="0.0018000" products="-413 411 311"
1617  <br/>      channel: onMode="1" bRatio="0.0025000" products="-413 411 313"
1618  <br/>      channel: onMode="1" bRatio="0.0017000" products="421 -411 321"
1619  <br/>      channel: onMode="1" bRatio="0.0025000" products="421 -411 323"
1620  <br/>      channel: onMode="1" bRatio="0.0031000" products="421 -413 321"
1621  <br/>      channel: onMode="1" bRatio="0.0025000" products="421 -413 323"
1622  <br/>      channel: onMode="1" bRatio="0.0005000" products="421 -421 311"
1623  <br/>      channel: onMode="1" bRatio="0.0005000" products="421 -421 313"
1624  <br/>      channel: onMode="1" bRatio="0.0005000" products="-421 211 -211"
1625  <br/>      channel: onMode="1" bRatio="0.0049000" products="423 -411 321"
1626  <br/>      channel: onMode="1" bRatio="0.0025000" products="423 -411 323"
1627  <br/>      channel: onMode="1" bRatio="0.0100000" products="423 -413 321"
1628  <br/>      channel: onMode="1" bRatio="0.0050000" products="423 -413 323"
1629  <br/>      channel: onMode="1" bRatio="0.0005000" products="423 -421 313"
1630  <br/>      channel: onMode="1" bRatio="0.0015000" products="423 -423 311"
1631  <br/>      channel: onMode="1" bRatio="0.0010000" products="423 -423 313"
1632  <br/>      channel: onMode="1" bRatio="0.0005000" products="-423 111 111"
1633  <br/>      channel: onMode="1" bRatio="0.0003000" products="-423 211 -211"
1634  <br/>      channel: onMode="1" bRatio="0.0005000" products="-423 421 313"
1635  <br/>      channel: onMode="1" bRatio="0.0018000" products="431 -411 111"
1636  <br/>      channel: onMode="1" bRatio="0.0037000" products="431 -421 -211"
1637  <br/>      channel: onMode="1" bRatio="0.0018000" products="433 -411 111"
1638  <br/>      channel: onMode="1" bRatio="0.0037000" products="433 -421 -211"
1639  <br/>      channel: onMode="1" bRatio="0.0001000" products="441 311 111"
1640  <br/>      channel: onMode="1" bRatio="0.0002000" products="441 321 -211"
1641  <br/>      channel: onMode="1" bRatio="0.0001000" products="443 311 111"
1642  <br/>      channel: onMode="1" bRatio="0.0002000" products="443 321 -211"
1643  <br/>      channel: onMode="1" bRatio="0.0000900" products="443 333 311"
1644  <br/>      channel: onMode="1" bRatio="0.0001000" products="445 311 111"
1645  <br/>      channel: onMode="1" bRatio="0.0002000" products="445 321 -211"
1646  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 111 111"
1647  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 113 111"
1648  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 211 -211"
1649  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 213 -211"
1650  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 -213 211"
1651  <br/>      channel: onMode="1" bRatio="0.0000050" products="10311 221 113"
1652  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 321 -321"
1653  <br/>      channel: onMode="1" bRatio="0.0000020" products="10311 331 113"
1654  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 333 111"
1655  <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 -211 111"
1656  <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 -211 113"
1657  <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 -213 111"
1658  <br/>      channel: onMode="1" bRatio="0.0000050" products="10321 221 -213"
1659  <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 -321 311"
1660  <br/>      channel: onMode="1" bRatio="0.0000020" products="10321 331 -213"
1661  <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 333 -211"
1662  <br/>      channel: onMode="1" bRatio="0.0000100" products="-10321 321 311"
1663  <br/>      channel: onMode="1" bRatio="0.0001000" products="10441 311 111"
1664  <br/>      channel: onMode="1" bRatio="0.0002000" products="10441 321 -211"
1665  <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 111 111"
1666  <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 211 -211"
1667  <br/>      channel: onMode="1" bRatio="0.0000050" products="20113 221 111"
1668  <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 311 111"
1669  <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 321 -211"
1670  <br/>      channel: onMode="1" bRatio="0.0000020" products="20113 331 111"
1671  <br/>      channel: onMode="1" bRatio="0.0000100" products="20213 -211 111"
1672  <br/>      channel: onMode="1" bRatio="0.0000050" products="20213 221 -211"
1673  <br/>      channel: onMode="1" bRatio="0.0000100" products="20213 311 -211"
1674  <br/>      channel: onMode="1" bRatio="0.0000020" products="20213 331 -211"
1675  <br/>      channel: onMode="1" bRatio="0.0000100" products="-20213 211 111"
1676  <br/>      channel: onMode="1" bRatio="0.0000050" products="-20213 221 211"
1677  <br/>      channel: onMode="1" bRatio="0.0000100" products="-20213 311 211"
1678  <br/>      channel: onMode="1" bRatio="0.0000100" products="-20213 321 111"
1679  <br/>      channel: onMode="1" bRatio="0.0000020" products="-20213 331 211"
1680  <br/>      channel: onMode="1" bRatio="0.0000020" products="20313 321 -321"
1681  <br/>      channel: onMode="1" bRatio="0.0000020" products="20313 333 111"
1682  <br/>      channel: onMode="1" bRatio="0.0000010" products="20313 333 221"
1683  <br/>      channel: onMode="1" bRatio="0.0000010" products="20313 333 331"
1684  <br/>      channel: onMode="1" bRatio="0.0000020" products="20323 333 -211"
1685  <br/>      channel: onMode="1" bRatio="0.0002000" products="20443 311 111"
1686  <br/>      channel: onMode="1" bRatio="0.0004000" products="20443 321 -211"
1687  <br/>      channel: onMode="1" bRatio="0.0001400" products="30443 311 111"
1688  <br/>      channel: onMode="1" bRatio="0.0001400" products="30443 321 -211"
1689  <br/>      channel: onMode="1" bRatio="0.0000500" products="100441 311 111"
1690  <br/>      channel: onMode="1" bRatio="0.0000800" products="100441 321 -211"
1691  <br/>      channel: onMode="1" bRatio="0.0002000" products="100443 311 111"
1692  <br/>      channel: onMode="1" bRatio="0.0004000" products="100443 321 -211"
1693  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 111 111"
1694  <br/>      channel: onMode="1" bRatio="0.0000100" products="9000111 113 111"
1695  <br/>      channel: onMode="1" bRatio="0.0000100" products="9000111 213 -211"
1696  <br/>      channel: onMode="1" bRatio="0.0000100" products="9000111 -213 211"
1697  <br/>      channel: onMode="1" bRatio="0.0000050" products="9000111 221 113"
1698  <br/>      channel: onMode="1" bRatio="0.0000050" products="9000111 313 111"
1699  <br/>      channel: onMode="1" bRatio="0.0000020" products="9000111 313 221"
1700  <br/>      channel: onMode="1" bRatio="0.0000050" products="9000111 323 -211"
1701  <br/>      channel: onMode="1" bRatio="0.0000020" products="9000111 331 113"
1702  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 331 313"
1703  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000211 -211 111"
1704  <br/>      channel: onMode="1" bRatio="0.0000100" products="9000211 -211 113"
1705  <br/>      channel: onMode="1" bRatio="0.0000100" products="9000211 -213 111"
1706  <br/>      channel: onMode="1" bRatio="0.0000050" products="9000211 221 -213"
1707  <br/>      channel: onMode="1" bRatio="0.0000020" products="9000211 331 -213"
1708  <br/>      channel: onMode="1" bRatio="0.0000010" products="-9000211 211 111"
1709  <br/>      channel: onMode="1" bRatio="0.0000100" products="-9000211 211 113"
1710  <br/>      channel: onMode="1" bRatio="0.0000100" products="-9000211 213 111"
1711  <br/>      channel: onMode="1" bRatio="0.0000050" products="-9000211 221 213"
1712  <br/>      channel: onMode="1" bRatio="0.0000050" products="-9000211 323 111"
1713  <br/>      channel: onMode="1" bRatio="0.0000020" products="-9000211 323 221"
1714  <br/>      channel: onMode="1" bRatio="0.0000020" products="-9000211 331 213"
1715  <br/>      channel: onMode="1" bRatio="0.0000010" products="-9000211 331 323"
1716  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 111 111"
1717  <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 113 111"
1718  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 211 -211"
1719  <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 213 -211"
1720  <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 -213 211"
1721  <br/>      channel: onMode="1" bRatio="0.0000050" products="9010221 221 113"
1722  <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 223 111"
1723  <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 313 111"
1724  <br/>      channel: onMode="1" bRatio="0.0000050" products="9010221 313 221"
1725  <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 323 -211"
1726  <br/>      channel: onMode="1" bRatio="0.0000020" products="9010221 331 113"
1727  <br/>      channel: onMode="1" bRatio="0.0000020" products="9010221 331 313"
1728  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 333 111"
1729  <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 333 311"
1730  <br/>      channel: onMode="1" bRatio="0.0000020" products="113 111 111 111"
1731  <br/>      channel: onMode="1" bRatio="0.0000100" products="211 211 -211 -211"
1732  <br/>      channel: onMode="1" bRatio="0.0000100" products="211 -211 111 111"
1733  <br/>      channel: onMode="1" bRatio="0.0000020" products="211 -211 113 111"
1734  <br/>      channel: onMode="1" bRatio="0.0000020" products="213 211 -211 -211"
1735  <br/>      channel: onMode="1" bRatio="0.0000020" products="213 -211 111 111"
1736  <br/>      channel: onMode="1" bRatio="0.0000020" products="-213 211 111 111"
1737  <br/>      channel: onMode="1" bRatio="0.0000020" products="-213 211 211 -211"
1738  <br/>      channel: onMode="1" bRatio="0.0000010" products="221 113 111 111"
1739  <br/>      channel: onMode="1" bRatio="0.0000050" products="221 211 -211 111"
1740  <br/>      channel: onMode="1" bRatio="0.0000010" products="221 211 -211 113"
1741  <br/>      channel: onMode="1" bRatio="0.0000010" products="221 213 -211 111"
1742  <br/>      channel: onMode="1" bRatio="0.0000010" products="221 -213 211 111"
1743  <br/>      channel: onMode="1" bRatio="0.0000020" products="221 221 211 -211"
1744  <br/>      channel: onMode="1" bRatio="0.0000020" products="223 111 111 111"
1745  <br/>      channel: onMode="1" bRatio="0.0000020" products="223 211 -211 111"
1746  <br/>      channel: onMode="1" bRatio="0.0000010" products="223 221 111 111"
1747  <br/>      channel: onMode="1" bRatio="0.0000010" products="223 221 211 -211"
1748  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 111 111 111"
1749  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 113 111 111"
1750  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 211 -211 111"
1751  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 211 -211 113"
1752  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 213 -211 111"
1753  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 -213 211 111"
1754  <br/>      channel: onMode="1" bRatio="0.0000050" products="311 221 111 111"
1755  <br/>      channel: onMode="1" bRatio="0.0000050" products="311 221 113 111"
1756  <br/>      channel: onMode="1" bRatio="0.0000050" products="311 221 211 -211"
1757  <br/>      channel: onMode="1" bRatio="0.0000050" products="311 221 213 -211"
1758  <br/>      channel: onMode="1" bRatio="0.0000050" products="311 221 -213 211"
1759  <br/>      channel: onMode="1" bRatio="0.0000020" products="311 221 221 111"
1760  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 223 111 111"
1761  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 223 211 -211"
1762  <br/>      channel: onMode="1" bRatio="0.0000050" products="311 223 221 111"
1763  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 111 111"
1764  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 113 111"
1765  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 211 -211"
1766  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 213 -211"
1767  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 -213 211"
1768  <br/>      channel: onMode="1" bRatio="0.0000005" products="311 311 221 111"
1769  <br/>      channel: onMode="1" bRatio="0.0000005" products="311 311 221 113"
1770  <br/>      channel: onMode="1" bRatio="0.0000002" products="311 311 221 221"
1771  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 223 111"
1772  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 311 311 111"
1773  <br/>      channel: onMode="1" bRatio="0.0000050" products="311 311 311 221"
1774  <br/>      channel: onMode="1" bRatio="0.0000001" products="311 311 311 311"
1775  <br/>      channel: onMode="1" bRatio="0.0000100" products="313 111 111 111"
1776  <br/>      channel: onMode="1" bRatio="0.0000100" products="313 211 -211 111"
1777  <br/>      channel: onMode="1" bRatio="0.0000050" products="313 221 111 111"
1778  <br/>      channel: onMode="1" bRatio="0.0000050" products="313 221 211 -211"
1779  <br/>      channel: onMode="1" bRatio="0.0000010" products="313 311 111 111"
1780  <br/>      channel: onMode="1" bRatio="0.0000010" products="313 311 211 -211"
1781  <br/>      channel: onMode="1" bRatio="0.0000005" products="313 311 221 111"
1782  <br/>      channel: onMode="1" bRatio="0.0000010" products="-313 311 111 111"
1783  <br/>      channel: onMode="1" bRatio="0.0000010" products="-313 311 211 -211"
1784  <br/>      channel: onMode="1" bRatio="0.0000005" products="-313 311 221 111"
1785  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 211 -211 -211"
1786  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -211 111 111"
1787  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -211 113 111"
1788  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 213 -211 -211"
1789  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -213 111 111"
1790  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -213 211 -211"
1791  <br/>      channel: onMode="1" bRatio="0.0000050" products="321 221 -211 111"
1792  <br/>      channel: onMode="1" bRatio="0.0000050" products="321 221 -211 113"
1793  <br/>      channel: onMode="1" bRatio="0.0000050" products="321 221 -213 111"
1794  <br/>      channel: onMode="1" bRatio="0.0000020" products="321 221 221 -211"
1795  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 223 -211 111"
1796  <br/>      channel: onMode="1" bRatio="0.0000050" products="321 223 221 -211"
1797  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 -211 113"
1798  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 -213 111"
1799  <br/>      channel: onMode="1" bRatio="0.0000005" products="321 311 221 -213"
1800  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 223 -211"
1801  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 313 311 -211"
1802  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -313 -211 111"
1803  <br/>      channel: onMode="1" bRatio="0.0000005" products="321 -313 221 -211"
1804  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -313 311 -211"
1805  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 321 -321 -211"
1806  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 321 -321 -213"
1807  <br/>      channel: onMode="1" bRatio="0.0000001" products="321 321 -321 -321"
1808  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 111 111"
1809  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 113 111"
1810  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 211 -211"
1811  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 213 -211"
1812  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 -213 211"
1813  <br/>      channel: onMode="1" bRatio="0.0000005" products="321 -321 221 111"
1814  <br/>      channel: onMode="1" bRatio="0.0000005" products="321 -321 221 113"
1815  <br/>      channel: onMode="1" bRatio="0.0000002" products="321 -321 221 221"
1816  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 223 111"
1817  <br/>      channel: onMode="1" bRatio="0.0000005" products="321 -321 223 221"
1818  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -321 311 111"
1819  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -321 311 113"
1820  <br/>      channel: onMode="1" bRatio="0.0000050" products="321 -321 311 221"
1821  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -321 311 223"
1822  <br/>      channel: onMode="1" bRatio="0.0000001" products="321 -321 311 311"
1823  <br/>      channel: onMode="1" bRatio="0.0000010" products="-321 311 211 113"
1824  <br/>      channel: onMode="1" bRatio="0.0000010" products="-321 311 213 111"
1825  <br/>      channel: onMode="1" bRatio="0.0000005" products="-321 311 221 213"
1826  <br/>      channel: onMode="1" bRatio="0.0000010" products="-321 311 223 211"
1827  <br/>      channel: onMode="1" bRatio="0.0000010" products="-321 313 211 111"
1828  <br/>      channel: onMode="1" bRatio="0.0000005" products="-321 313 221 211"
1829  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 211 -211 -211"
1830  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 -211 111 111"
1831  <br/>      channel: onMode="1" bRatio="0.0000050" products="323 221 -211 111"
1832  <br/>      channel: onMode="1" bRatio="0.0000010" products="323 311 -211 111"
1833  <br/>      channel: onMode="1" bRatio="0.0000005" products="323 311 221 -211"
1834  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 311 311 -211"
1835  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 321 -321 -211"
1836  <br/>      channel: onMode="1" bRatio="0.0000010" products="323 -321 111 111"
1837  <br/>      channel: onMode="1" bRatio="0.0000010" products="323 -321 211 -211"
1838  <br/>      channel: onMode="1" bRatio="0.0000005" products="323 -321 221 111"
1839  <br/>      channel: onMode="1" bRatio="0.0000010" products="-323 311 211 111"
1840  <br/>      channel: onMode="1" bRatio="0.0000005" products="-323 311 221 211"
1841  <br/>      channel: onMode="1" bRatio="0.0000010" products="-323 321 111 111"
1842  <br/>      channel: onMode="1" bRatio="0.0000010" products="-323 321 211 -211"
1843  <br/>      channel: onMode="1" bRatio="0.0000005" products="-323 321 221 111"
1844  <br/>      channel: onMode="1" bRatio="0.0000100" products="-323 321 321 -211"
1845  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 113 111 111"
1846  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 211 -211 111"
1847  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 211 -211 113"
1848  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 213 -211 111"
1849  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 -213 211 111"
1850  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 221 211 -211"
1851  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 223 111 111"
1852  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 223 211 -211"
1853  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 311 111 111"
1854  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 311 113 111"
1855  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 311 213 -211"
1856  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 311 -213 211"
1857  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 311 221 111"
1858  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 311 223 111"
1859  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 311 311 111"
1860  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 311 311 113"
1861  <br/>      channel: onMode="1" bRatio="0.0000001" products="331 311 311 221"
1862  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 313 111 111"
1863  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 313 211 -211"
1864  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 313 311 111"
1865  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 -313 311 111"
1866  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 -211 111"
1867  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 -211 113"
1868  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 -213 111"
1869  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 221 -211"
1870  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 223 -211"
1871  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 321 311 -213"
1872  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 321 -313 -211"
1873  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 321 -321 111"
1874  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 321 -321 113"
1875  <br/>      channel: onMode="1" bRatio="0.0000001" products="331 321 -321 221"
1876  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 321 -321 223"
1877  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 -321 311 213"
1878  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 -321 313 211"
1879  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 323 -211 111"
1880  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 323 311 -211"
1881  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 323 -321 111"
1882  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 -323 311 211"
1883  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 -323 321 111"
1884  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 111 111 111"
1885  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 211 -211 111"
1886  <br/>      channel: onMode="1" bRatio="0.0000005" products="333 221 111 111"
1887  <br/>      channel: onMode="1" bRatio="0.0000005" products="333 221 211 -211"
1888  <br/>      channel: onMode="1" bRatio="0.0000100" products="333 311 111 111"
1889  <br/>      channel: onMode="1" bRatio="0.0000100" products="333 311 211 -211"
1890  <br/>      channel: onMode="1" bRatio="0.0000050" products="333 311 221 111"
1891  <br/>      channel: onMode="1" bRatio="0.0000001" products="333 311 311 111"
1892  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 311 311 311"
1893  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 313 311 311"
1894  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 -313 311 311"
1895  <br/>      channel: onMode="1" bRatio="0.0000100" products="333 321 -211 111"
1896  <br/>      channel: onMode="1" bRatio="0.0000050" products="333 321 221 -211"
1897  <br/>      channel: onMode="1" bRatio="0.0000001" products="333 321 311 -211"
1898  <br/>      channel: onMode="1" bRatio="0.0000001" products="333 321 -321 111"
1899  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 321 -321 311"
1900  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 321 -321 313"
1901  <br/>      channel: onMode="1" bRatio="0.0000001" products="333 -321 311 211"
1902  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 -323 321 311"
1903  <br/>      channel: onMode="1" bRatio="0.0000002" products="333 331 111 111"
1904  <br/>      channel: onMode="1" bRatio="0.0000002" products="333 331 211 -211"
1905  <br/>      channel: onMode="1" bRatio="0.0000020" products="333 331 311 111"
1906  <br/>      channel: onMode="1" bRatio="0.0000020" products="333 331 321 -211"
1907  <br/>      channel: onMode="1" bRatio="0.0010000" products="-411 211 111 111"
1908  <br/>      channel: onMode="1" bRatio="0.0022000" products="-411 211 211 -211"
1909  <br/>      channel: onMode="1" bRatio="0.0010000" products="-413 211 111 111"
1910  <br/>      channel: onMode="1" bRatio="0.0001000" products="-421 111 111 111"
1911  <br/>      channel: onMode="1" bRatio="0.0010000" products="-421 211 -211 111"
1912  <br/>      channel: onMode="1" bRatio="0.0001000" products="-423 111 111 111"
1913  <br/>      channel: onMode="1" bRatio="0.0010000" products="-423 211 -211 111"
1914  <br/>      channel: onMode="1" bRatio="0.0022000" products="431 -411 111 111"
1915  <br/>      channel: onMode="1" bRatio="0.0030000" products="431 -411 211 -211"
1916  <br/>      channel: onMode="1" bRatio="0.0022000" products="431 -421 -211 111"
1917  <br/>      channel: onMode="1" bRatio="0.0022000" products="433 -411 111 111"
1918  <br/>      channel: onMode="1" bRatio="0.0030000" products="433 -411 211 -211"
1919  <br/>      channel: onMode="1" bRatio="0.0022000" products="433 -421 -211 111"
1920  <br/>      channel: onMode="1" bRatio="0.0001000" products="441 311 111 111"
1921  <br/>      channel: onMode="1" bRatio="0.0002000" products="441 311 211 -211"
1922  <br/>      channel: onMode="1" bRatio="0.0001000" products="441 321 -211 111"
1923  <br/>      channel: onMode="1" bRatio="0.0001000" products="445 311 111 111"
1924  <br/>      channel: onMode="1" bRatio="0.0002000" products="445 311 211 -211"
1925  <br/>      channel: onMode="1" bRatio="0.0001000" products="445 321 -211 111"
1926  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 111 111 111"
1927  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 211 -211 111"
1928  <br/>      channel: onMode="1" bRatio="0.0000050" products="10311 221 111 111"
1929  <br/>      channel: onMode="1" bRatio="0.0000050" products="10311 221 211 -211"
1930  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 311 311 111"
1931  <br/>      channel: onMode="1" bRatio="0.0000050" products="10311 311 311 221"
1932  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 321 311 -211"
1933  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 321 -321 111"
1934  <br/>      channel: onMode="1" bRatio="0.0000050" products="10311 321 -321 221"
1935  <br/>      channel: onMode="1" bRatio="0.0000050" products="10311 331 111 111"
1936  <br/>      channel: onMode="1" bRatio="0.0000020" products="10311 331 211 -211"
1937  <br/>      channel: onMode="1" bRatio="0.0000020" products="10311 331 311 311"
1938  <br/>      channel: onMode="1" bRatio="0.0000020" products="10311 331 321 -321"
1939  <br/>      channel: onMode="1" bRatio="0.0000100" products="-10311 311 311 111"
1940  <br/>      channel: onMode="1" bRatio="0.0000050" products="-10311 311 311 221"
1941  <br/>      channel: onMode="1" bRatio="0.0000100" products="-10311 321 311 -211"
1942  <br/>      channel: onMode="1" bRatio="0.0000020" products="-10311 331 311 311"
1943  <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 211 -211 -211"
1944  <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 -211 111 111"
1945  <br/>      channel: onMode="1" bRatio="0.0000050" products="10321 221 -211 111"
1946  <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 311 311 -211"
1947  <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 321 -321 -211"
1948  <br/>      channel: onMode="1" bRatio="0.0000020" products="10321 331 -211 111"
1949  <br/>      channel: onMode="1" bRatio="0.0000100" products="-10321 321 321 -211"
1950  <br/>      channel: onMode="1" bRatio="0.0001000" products="10441 311 111 111"
1951  <br/>      channel: onMode="1" bRatio="0.0002000" products="10441 311 211 -211"
1952  <br/>      channel: onMode="1" bRatio="0.0001000" products="10441 321 -211 111"
1953  <br/>      channel: onMode="1" bRatio="0.0000020" products="20313 311 311 111"
1954  <br/>      channel: onMode="1" bRatio="0.0000010" products="20313 311 311 221"
1955  <br/>      channel: onMode="1" bRatio="0.0000020" products="20313 321 -321 111"
1956  <br/>      channel: onMode="1" bRatio="0.0000010" products="20313 321 -321 221"
1957  <br/>      channel: onMode="1" bRatio="0.0000010" products="20313 331 311 311"
1958  <br/>      channel: onMode="1" bRatio="0.0000010" products="20313 331 321 -321"
1959  <br/>      channel: onMode="1" bRatio="0.0000020" products="-20313 311 311 111"
1960  <br/>      channel: onMode="1" bRatio="0.0000010" products="-20313 311 311 221"
1961  <br/>      channel: onMode="1" bRatio="0.0000010" products="-20313 331 311 311"
1962  <br/>      channel: onMode="1" bRatio="0.0000020" products="20323 321 -321 -211"
1963  <br/>      channel: onMode="1" bRatio="0.0000020" products="-20323 321 321 -211"
1964  <br/>      channel: onMode="1" bRatio="0.0002000" products="20443 311 111 111"
1965  <br/>      channel: onMode="1" bRatio="0.0004000" products="20443 311 211 -211"
1966  <br/>      channel: onMode="1" bRatio="0.0002000" products="20443 321 -211 111"
1967  <br/>      channel: onMode="1" bRatio="0.0000700" products="30443 311 111 111"
1968  <br/>      channel: onMode="1" bRatio="0.0001400" products="30443 311 211 -211"
1969  <br/>      channel: onMode="1" bRatio="0.0000700" products="30443 321 -211 111"
1970  <br/>      channel: onMode="1" bRatio="0.0000500" products="100441 311 111 111"
1971  <br/>      channel: onMode="1" bRatio="0.0000800" products="100441 311 211 -211"
1972  <br/>      channel: onMode="1" bRatio="0.0000500" products="100441 321 -211 111"
1973  <br/>      channel: onMode="1" bRatio="0.0001000" products="100443 311 111 111"
1974  <br/>      channel: onMode="1" bRatio="0.0002000" products="100443 311 211 -211"
1975  <br/>      channel: onMode="1" bRatio="0.0001000" products="100443 321 -211 111"
1976  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 111 111 111"
1977  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 211 -211 111"
1978  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000211 211 -211 -211"
1979  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000211 -211 111 111"
1980  <br/>      channel: onMode="1" bRatio="0.0000010" products="-9000211 211 111 111"
1981  <br/>      channel: onMode="1" bRatio="0.0000010" products="-9000211 211 211 -211"
1982  <br/>      channel: onMode="1" bRatio="0.0000020" products="9010221 111 111 111"
1983  <br/>      channel: onMode="1" bRatio="0.0000020" products="9010221 211 -211 111"
1984  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 221 111 111"
1985  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 221 211 -211"
1986  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 311 311 111"
1987  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 321 311 -211"
1988  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 321 -321 111"
1989  <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 321 -321 311"
1990  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 -321 311 211"
1991  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 331 111 111"
1992  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 331 211 -211"
1993  <br/>      channel: onMode="1" bRatio="0.0000005" products="111 111 111 111 111"
1994  <br/>      channel: onMode="1" bRatio="0.0000010" products="211 211 -211 -211 111"
1995  <br/>      channel: onMode="1" bRatio="0.0000010" products="211 -211 111 111 111"
1996  <br/>      channel: onMode="1" bRatio="0.0000002" products="221 111 111 111 111"
1997  <br/>      channel: onMode="1" bRatio="0.0000005" products="221 211 211 -211 -211"
1998  <br/>      channel: onMode="1" bRatio="0.0000005" products="221 211 -211 111 111"
1999  <br/>      channel: onMode="1" bRatio="0.0000020" products="311 111 111 111 111"
2000  <br/>      channel: onMode="1" bRatio="0.0000020" products="311 211 211 -211 -211"
2001  <br/>      channel: onMode="1" bRatio="0.0000020" products="311 211 -211 111 111"
2002  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 221 111 111 111"
2003  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 221 211 -211 111"
2004  <br/>      channel: onMode="1" bRatio="0.0000002" products="311 311 111 111 111"
2005  <br/>      channel: onMode="1" bRatio="0.0000002" products="311 311 211 -211 111"
2006  <br/>      channel: onMode="1" bRatio="0.0000001" products="311 311 221 111 111"
2007  <br/>      channel: onMode="1" bRatio="0.0000001" products="311 311 221 211 -211"
2008  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 311 311 111 111"
2009  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 311 311 211 -211"
2010  <br/>      channel: onMode="1" bRatio="0.0000050" products="311 311 311 221 111"
2011  <br/>      channel: onMode="1" bRatio="0.0000001" products="311 311 311 311 111"
2012  <br/>      channel: onMode="1" bRatio="0.0000020" products="321 211 -211 -211 111"
2013  <br/>      channel: onMode="1" bRatio="0.0000020" products="321 -211 111 111 111"
2014  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 221 211 -211 -211"
2015  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 221 -211 111 111"
2016  <br/>      channel: onMode="1" bRatio="0.0000002" products="321 311 211 -211 -211"
2017  <br/>      channel: onMode="1" bRatio="0.0000002" products="321 311 -211 111 111"
2018  <br/>      channel: onMode="1" bRatio="0.0000001" products="321 311 221 -211 111"
2019  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 311 311 -211 111"
2020  <br/>      channel: onMode="1" bRatio="0.0000050" products="321 311 311 221 -211"
2021  <br/>      channel: onMode="1" bRatio="0.0000001" products="321 311 311 311 -211"
2022  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 321 -321 -211 111"
2023  <br/>      channel: onMode="1" bRatio="0.0000050" products="321 321 -321 221 -211"
2024  <br/>      channel: onMode="1" bRatio="0.0000001" products="321 321 -321 311 -211"
2025  <br/>      channel: onMode="1" bRatio="0.0000001" products="321 321 -321 -321 111"
2026  <br/>      channel: onMode="1" bRatio="0.0000001" products="321 321 -321 -321 311"
2027  <br/>      channel: onMode="1" bRatio="0.0000002" products="321 -321 111 111 111"
2028  <br/>      channel: onMode="1" bRatio="0.0000002" products="321 -321 211 -211 111"
2029  <br/>      channel: onMode="1" bRatio="0.0000001" products="321 -321 221 111 111"
2030  <br/>      channel: onMode="1" bRatio="0.0000001" products="321 -321 221 211 -211"
2031  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -321 311 111 111"
2032  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -321 311 211 -211"
2033  <br/>      channel: onMode="1" bRatio="0.0000050" products="321 -321 311 221 111"
2034  <br/>      channel: onMode="1" bRatio="0.0000001" products="321 -321 311 311 111"
2035  <br/>      channel: onMode="1" bRatio="0.0000001" products="321 -321 311 311 311"
2036  <br/>      channel: onMode="1" bRatio="0.0000001" products="321 -321 -321 311 211"
2037  <br/>      channel: onMode="1" bRatio="0.0000002" products="-321 311 211 111 111"
2038  <br/>      channel: onMode="1" bRatio="0.0000002" products="-321 311 211 211 -211"
2039  <br/>      channel: onMode="1" bRatio="0.0000001" products="-321 311 221 211 111"
2040  <br/>      channel: onMode="1" bRatio="0.0000001" products="-321 311 311 311 211"
2041  <br/>      channel: onMode="1" bRatio="0.0000001" products="331 111 111 111 111"
2042  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 211 211 -211 -211"
2043  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 211 -211 111 111"
2044  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 311 111 111 111"
2045  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 311 211 -211 111"
2046  <br/>      channel: onMode="1" bRatio="0.0000001" products="331 311 311 111 111"
2047  <br/>      channel: onMode="1" bRatio="0.0000001" products="331 311 311 211 -211"
2048  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 311 311 311 111"
2049  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 211 -211 -211"
2050  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 -211 111 111"
2051  <br/>      channel: onMode="1" bRatio="0.0000001" products="331 321 311 -211 111"
2052  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 311 311 -211"
2053  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 321 -321 -211"
2054  <br/>      channel: onMode="1" bRatio="0.0000001" products="331 321 -321 111 111"
2055  <br/>      channel: onMode="1" bRatio="0.0000001" products="331 321 -321 211 -211"
2056  <br/>      channel: onMode="1" bRatio="0.0000050" products="331 321 -321 311 111"
2057  <br/>      channel: onMode="1" bRatio="0.0000001" products="331 -321 311 211 111"
2058  <br/>      channel: onMode="1" bRatio="0.0000001" products="333 311 311 311 111"
2059  <br/>      channel: onMode="1" bRatio="0.0000001" products="333 321 311 311 -211"
2060  <br/>      channel: onMode="1" bRatio="0.0000001" products="333 321 321 -321 -211"
2061  <br/>      channel: onMode="1" bRatio="0.0000001" products="333 321 -321 311 111"
2062  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="55" products="-3 1"
2063  <br/>      channel: onMode="1" bRatio="0.0110000" meMode="63" products="-4101 2101"
2064  <br/>      channel: onMode="1" bRatio="0.0220000" meMode="63" products="-4103 2103"
2065  <br/>      channel: onMode="1" bRatio="0.0030000" meMode="63" products="-4301 2101"
2066  <br/>      channel: onMode="1" bRatio="0.0060000" meMode="63" products="-4303 2103"
2067  <br/>      channel: onMode="1" bRatio="0.0000700" meMode="23" products="1 -1 -1 1"
2068  <br/>      channel: onMode="1" bRatio="0.0018000" meMode="23" products="1 -1 -3 1"
2069  <br/>      channel: onMode="1" bRatio="0.0030000" meMode="23" products="2 -1 -2 1"
2070  <br/>      channel: onMode="1" bRatio="0.0020500" meMode="23" products="2 -2 -1 1"
2071  <br/>      channel: onMode="1" bRatio="0.0022000" meMode="23" products="2 -2 -3 1"
2072  <br/>      channel: onMode="1" bRatio="0.0210000" meMode="63" products="2 -3 -4 1"
2073  <br/>      channel: onMode="1" bRatio="0.0180000" meMode="23" products="2 -4 -1 1"
2074  <br/>      channel: onMode="1" bRatio="0.0009000" meMode="23" products="2 -4 -3 1"
2075  <br/>      channel: onMode="1" bRatio="0.0000900" meMode="23" products="3 -3 -1 1"
2076  <br/>      channel: onMode="1" bRatio="0.0015000" meMode="23" products="3 -3 -3 1"
2077  <br/>      channel: onMode="1" bRatio="0.0060000" meMode="43" products="4 -1 -4 1"
2078  <br/>      channel: onMode="1" bRatio="0.0040000" meMode="23" products="4 -3 -2 1"
2079  <br/>      channel: onMode="1" bRatio="0.0740000" meMode="43" products="4 -3 -4 1"
2080  <br/>      channel: onMode="2" bRatio="0.0018920" meMode="22" products="12 -11 1 -2"
2081  <br/>      channel: onMode="2" bRatio="0.0018920" meMode="22" products="14 -13 1 -2"
2082  <br/>      channel: onMode="2" bRatio="0.0012910" products="443 313"
2083  <br/>      channel: onMode="2" bRatio="0.0000500" products="445 130"
2084  <br/>      channel: onMode="2" bRatio="0.0000500" products="445 310"
2085  <br/>      channel: onMode="2" bRatio="0.0000100" products="213 -211 113"
2086  <br/>      channel: onMode="2" bRatio="0.0000100" products="223 213 -211"
2087  <br/>      channel: onMode="2" bRatio="0.0000067" products="313 111 111"
2088  <br/>      channel: onMode="2" bRatio="0.0000100" products="321 -211 113"
2089  <br/>      channel: onMode="2" bRatio="0.0000010" products="321 -321 130"
2090  <br/>      channel: onMode="2" bRatio="0.0000010" products="321 -321 310"
2091  <br/>      channel: onMode="2" bRatio="0.0000070" products="333 311 221"
2092  <br/>      channel: onMode="2" bRatio="0.0005000" products="423 -421 311"
2093  <br/>      channel: onMode="2" bRatio="0.0015000" products="-423 421 311"
2094  <br/>      channel: onMode="2" bRatio="0.0000050" products="9000211 313 -211"
2095  <br/>      channel: onMode="2" bRatio="0.0003118" meMode="31" products="1 -3 22"
2096  <br/>      channel: onMode="2" bRatio="0.0000050" meMode="12" products="1 -3 11 -11"
2097  <br/>      channel: onMode="2" bRatio="0.0000025" meMode="12" products="1 -3 13 -13"
2098  <br/>      channel: onMode="2" bRatio="0.0000002" meMode="12" products="1 -3 15 -15"
2099  <br/>      channel: onMode="2" bRatio="0.3158500" meMode="23" products="2 -1 -4 1"
2100  <br/>      channel: onMode="3" bRatio="0.0018920" meMode="22" products="12 -11 -2 1"
2101  <br/>      channel: onMode="3" bRatio="0.0018920" meMode="22" products="14 -13 -2 1"
2102  <br/>      channel: onMode="3" bRatio="0.0012310" products="443 313"
2103  <br/>      channel: onMode="3" bRatio="0.0000100" products="445 130"
2104  <br/>      channel: onMode="3" bRatio="0.0000100" products="445 310"
2105  <br/>      channel: onMode="3" bRatio="0.0000100" products="-213 211 113"
2106  <br/>      channel: onMode="3" bRatio="0.0000100" products="223 -213 211"
2107  <br/>      channel: onMode="3" bRatio="0.0000067" products="-313 111 111"
2108  <br/>      channel: onMode="3" bRatio="0.0000050" products="321 -211 113"
2109  <br/>      channel: onMode="3" bRatio="0.0000105" products="321 -321 130"
2110  <br/>      channel: onMode="3" bRatio="0.0000105" products="321 -321 310"
2111  <br/>      channel: onMode="3" bRatio="0.0000050" products="333 311 221"
2112  <br/>      channel: onMode="3" bRatio="0.0015000" products="423 -421 311"
2113  <br/>      channel: onMode="3" bRatio="0.0005000" products="-423 421 311"
2114  <br/>      channel: onMode="3" bRatio="0.0000050" products="-9000211 313 211"
2115  <br/>      channel: onMode="3" bRatio="0.0003118" meMode="31" products="-3 1 22"
2116  <br/>      channel: onMode="3" bRatio="0.3160000" meMode="23" products="2 -1 -4 1"
2117  <br/>      channel: onMode="3" bRatio="0.0000050" meMode="12" products="-3 1 11 -11"
2118  <br/>      channel: onMode="3" bRatio="0.0000025" meMode="12" products="-3 1 13 -13"
2119  <br/>      channel: onMode="3" bRatio="0.0000002" meMode="12" products="-3 1 15 -15"
2120
2121 <p/>particle: id="513" name="B*0" antiName="B*bar0" spinType="3" chargeType="0" colType="0"
2122           m0="5.32500"
2123  <br/>      channel: onMode="1" bRatio="1.0000000" products="511 22"
2124
2125 <p/>particle: id="515" name="B*_20" antiName="B*_2bar0" spinType="5" chargeType="0" colType="0"
2126           m0="5.83000" mWidth="0.02000" mMin="5.63000" mMax="6.03000"
2127  <br/>      channel: onMode="1" bRatio="0.3100000" products="523 -211"
2128  <br/>      channel: onMode="1" bRatio="0.1500000" products="513 111"
2129  <br/>      channel: onMode="1" bRatio="0.3100000" products="521 -211"
2130  <br/>      channel: onMode="1" bRatio="0.1500000" products="511 111"
2131  <br/>      channel: onMode="1" bRatio="0.0500000" products="523 -211 111"
2132  <br/>      channel: onMode="1" bRatio="0.0300000" products="513 211 -211"
2133
2134 <p/>particle: id="521" name="B+" antiName="B-" spinType="1" chargeType="3" colType="0"
2135           m0="5.27900" tau0="4.91100e-01"
2136  <br/>      channel: onMode="1" bRatio="0.0000930" products="16 -15"
2137  <br/>      channel: onMode="1" bRatio="0.0000720" meMode="22" products="12 -11 111"
2138  <br/>      channel: onMode="1" bRatio="0.0001450" meMode="22" products="12 -11 113"
2139  <br/>      channel: onMode="1" bRatio="0.0000840" meMode="22" products="12 -11 221"
2140  <br/>      channel: onMode="1" bRatio="0.0001450" meMode="22" products="12 -11 223"
2141  <br/>      channel: onMode="1" bRatio="0.0000840" meMode="22" products="12 -11 331"
2142  <br/>      channel: onMode="1" bRatio="0.0224000" meMode="22" products="12 -11 -421"
2143  <br/>      channel: onMode="1" bRatio="0.0617000" meMode="22" products="12 -11 -423"
2144  <br/>      channel: onMode="1" bRatio="0.0030000" meMode="22" products="12 -11 -425"
2145  <br/>      channel: onMode="1" bRatio="0.0049000" meMode="22" products="12 -11 -10421"
2146  <br/>      channel: onMode="1" bRatio="0.0056000" meMode="22" products="12 -11 -10423"
2147  <br/>      channel: onMode="1" bRatio="0.0090000" meMode="22" products="12 -11 -20423"
2148  <br/>      channel: onMode="1" bRatio="0.0000720" meMode="22" products="14 -13 111"
2149  <br/>      channel: onMode="1" bRatio="0.0001450" meMode="22" products="14 -13 113"
2150  <br/>      channel: onMode="1" bRatio="0.0000840" meMode="22" products="14 -13 221"
2151  <br/>      channel: onMode="1" bRatio="0.0001450" meMode="22" products="14 -13 223"
2152  <br/>      channel: onMode="1" bRatio="0.0000840" meMode="22" products="14 -13 331"
2153  <br/>      channel: onMode="1" bRatio="0.0224000" meMode="22" products="14 -13 -421"
2154  <br/>      channel: onMode="1" bRatio="0.0617000" meMode="22" products="14 -13 -423"
2155  <br/>      channel: onMode="1" bRatio="0.0030000" meMode="22" products="14 -13 -425"
2156  <br/>      channel: onMode="1" bRatio="0.0049000" meMode="22" products="14 -13 -10421"
2157  <br/>      channel: onMode="1" bRatio="0.0056000" meMode="22" products="14 -13 -10423"
2158  <br/>      channel: onMode="1" bRatio="0.0090000" meMode="22" products="14 -13 -20423"
2159  <br/>      channel: onMode="1" bRatio="0.0000300" meMode="22" products="16 -15 111"
2160  <br/>      channel: onMode="1" bRatio="0.0000420" meMode="22" products="16 -15 113"
2161  <br/>      channel: onMode="1" bRatio="0.0000120" meMode="22" products="16 -15 221"
2162  <br/>      channel: onMode="1" bRatio="0.0000420" meMode="22" products="16 -15 223"
2163  <br/>      channel: onMode="1" bRatio="0.0000200" meMode="22" products="16 -15 225"
2164  <br/>      channel: onMode="1" bRatio="0.0000180" meMode="22" products="16 -15 331"
2165  <br/>      channel: onMode="1" bRatio="0.0000200" meMode="22" products="16 -15 335"
2166  <br/>      channel: onMode="1" bRatio="0.0070000" meMode="22" products="16 -15 -421"
2167  <br/>      channel: onMode="1" bRatio="0.0160000" meMode="22" products="16 -15 -423"
2168  <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="16 -15 -425"
2169  <br/>      channel: onMode="1" bRatio="0.0000270" meMode="22" products="16 -15 10113"
2170  <br/>      channel: onMode="1" bRatio="0.0000020" meMode="22" products="16 -15 10221"
2171  <br/>      channel: onMode="1" bRatio="0.0000130" meMode="22" products="16 -15 10223"
2172  <br/>      channel: onMode="1" bRatio="0.0000130" meMode="22" products="16 -15 10333"
2173  <br/>      channel: onMode="1" bRatio="0.0013000" meMode="22" products="16 -15 -10421"
2174  <br/>      channel: onMode="1" bRatio="0.0013000" meMode="22" products="16 -15 -10423"
2175  <br/>      channel: onMode="1" bRatio="0.0000460" meMode="22" products="16 -15 20113"
2176  <br/>      channel: onMode="1" bRatio="0.0000230" meMode="22" products="16 -15 20223"
2177  <br/>      channel: onMode="1" bRatio="0.0000230" meMode="22" products="16 -15 20333"
2178  <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="16 -15 -20423"
2179  <br/>      channel: onMode="1" bRatio="0.0000040" meMode="22" products="16 -15 9000111"
2180  <br/>      channel: onMode="1" bRatio="0.0000020" meMode="22" products="16 -15 9010221"
2181  <br/>      channel: onMode="1" bRatio="0.0019000" meMode="22" products="12 -11 -411 211"
2182  <br/>      channel: onMode="1" bRatio="0.0006000" meMode="22" products="12 -11 -413 211"
2183  <br/>      channel: onMode="1" bRatio="0.0010000" meMode="22" products="12 -11 -421 111"
2184  <br/>      channel: onMode="1" bRatio="0.0003000" meMode="22" products="12 -11 -423 111"
2185  <br/>      channel: onMode="1" bRatio="0.0019000" meMode="22" products="14 -13 -411 211"
2186  <br/>      channel: onMode="1" bRatio="0.0006000" meMode="22" products="14 -13 -413 211"
2187  <br/>      channel: onMode="1" bRatio="0.0010000" meMode="22" products="14 -13 -421 111"
2188  <br/>      channel: onMode="1" bRatio="0.0003000" meMode="22" products="14 -13 -423 111"
2189  <br/>      channel: onMode="1" bRatio="0.0000055" products="211 111"
2190  <br/>      channel: onMode="1" bRatio="0.0000091" products="211 113"
2191  <br/>      channel: onMode="1" bRatio="0.0000120" products="211 130"
2192  <br/>      channel: onMode="1" bRatio="0.0000120" products="213 111"
2193  <br/>      channel: onMode="1" bRatio="0.0000150" products="213 113"
2194  <br/>      channel: onMode="1" bRatio="0.0000048" products="221 211"
2195  <br/>      channel: onMode="1" bRatio="0.0000086" products="221 213"
2196  <br/>      channel: onMode="1" bRatio="0.0000059" products="223 211"
2197  <br/>      channel: onMode="1" bRatio="0.0000130" products="223 213"
2198  <br/>      channel: onMode="1" bRatio="0.0000023" products="225 211"
2199  <br/>      channel: onMode="1" bRatio="0.0000120" products="310 211"
2200  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 213"
2201  <br/>      channel: onMode="1" bRatio="0.0000100" products="313 213"
2202  <br/>      channel: onMode="1" bRatio="0.0000120" products="321 111"
2203  <br/>      channel: onMode="1" bRatio="0.0000052" products="321 113"
2204  <br/>      channel: onMode="1" bRatio="0.0000026" products="321 221"
2205  <br/>      channel: onMode="1" bRatio="0.0000051" products="321 223"
2206  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311"
2207  <br/>      channel: onMode="1" bRatio="0.0000403" products="323 22"
2208  <br/>      channel: onMode="1" bRatio="0.0000020" products="323 111"
2209  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 113"
2210  <br/>      channel: onMode="1" bRatio="0.0000240" products="323 221"
2211  <br/>      channel: onMode="1" bRatio="0.0000010" products="323 223"
2212  <br/>      channel: onMode="1" bRatio="0.0000030" products="323 311"
2213  <br/>      channel: onMode="1" bRatio="0.0000010" products="323 -313"
2214  <br/>      channel: onMode="1" bRatio="0.0000042" products="331 211"
2215  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 213"
2216  <br/>      channel: onMode="1" bRatio="0.0000780" products="331 321"
2217  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 323"
2218  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 211"
2219  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 213"
2220  <br/>      channel: onMode="1" bRatio="0.0000090" products="333 321"
2221  <br/>      channel: onMode="1" bRatio="0.0000110" products="333 323"
2222  <br/>      channel: onMode="1" bRatio="0.0000005" products="411 111"
2223  <br/>      channel: onMode="1" bRatio="0.0000110" products="411 311"
2224  <br/>      channel: onMode="1" bRatio="0.0000005" products="413 111"
2225  <br/>      channel: onMode="1" bRatio="0.0000060" products="413 311"
2226  <br/>      channel: onMode="1" bRatio="0.0050000" products="-421 211"
2227  <br/>      channel: onMode="1" bRatio="0.0134000" products="-421 213"
2228  <br/>      channel: onMode="1" bRatio="0.0004100" products="-421 321"
2229  <br/>      channel: onMode="1" bRatio="0.0006100" products="-421 323"
2230  <br/>      channel: onMode="1" bRatio="0.0002700" products="-421 411"
2231  <br/>      channel: onMode="1" bRatio="0.0003350" products="-421 413"
2232  <br/>      channel: onMode="1" bRatio="0.0046000" products="-423 211"
2233  <br/>      channel: onMode="1" bRatio="0.0098000" products="-423 213"
2234  <br/>      channel: onMode="1" bRatio="0.0003600" products="-423 321"
2235  <br/>      channel: onMode="1" bRatio="0.0007700" products="-423 323"
2236  <br/>      channel: onMode="1" bRatio="0.0003350" products="-423 411"
2237  <br/>      channel: onMode="1" bRatio="0.0010400" products="-423 413"
2238  <br/>      channel: onMode="1" bRatio="0.0008000" products="-425 211"
2239  <br/>      channel: onMode="1" bRatio="0.0038000" products="-425 213"
2240  <br/>      channel: onMode="1" bRatio="0.0000200" products="431 111"
2241  <br/>      channel: onMode="1" bRatio="0.0000280" products="431 113"
2242  <br/>      channel: onMode="1" bRatio="0.0129000" products="431 -421"
2243  <br/>      channel: onMode="1" bRatio="0.0124000" products="431 -423"
2244  <br/>      channel: onMode="1" bRatio="0.0042000" products="431 -425"
2245  <br/>      channel: onMode="1" bRatio="0.0000200" products="433 111"
2246  <br/>      channel: onMode="1" bRatio="0.0000280" products="433 113"
2247  <br/>      channel: onMode="1" bRatio="0.0111000" products="433 -421"
2248  <br/>      channel: onMode="1" bRatio="0.0278000" products="433 -423"
2249  <br/>      channel: onMode="1" bRatio="0.0040000" products="433 -425"
2250  <br/>      channel: onMode="1" bRatio="0.0009000" products="441 321"
2251  <br/>      channel: onMode="1" bRatio="0.0012000" products="441 323"
2252  <br/>      channel: onMode="1" bRatio="0.0000400" products="443 211"
2253  <br/>      channel: onMode="1" bRatio="0.0000600" products="443 213"
2254  <br/>      channel: onMode="1" bRatio="0.0010600" products="443 321"
2255  <br/>      channel: onMode="1" bRatio="0.0014300" products="443 323"
2256  <br/>      channel: onMode="1" bRatio="0.0005000" products="443 325"
2257  <br/>      channel: onMode="1" bRatio="0.0000200" products="445 321"
2258  <br/>      channel: onMode="1" bRatio="0.0000100" products="10113 211"
2259  <br/>      channel: onMode="1" bRatio="0.0000100" products="10113 321"
2260  <br/>      channel: onMode="1" bRatio="0.0000100" products="10213 111"
2261  <br/>      channel: onMode="1" bRatio="0.0000100" products="10213 311"
2262  <br/>      channel: onMode="1" bRatio="0.0000700" products="10311 211"
2263  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 213"
2264  <br/>      channel: onMode="1" bRatio="0.0000020" products="-10311 321"
2265  <br/>      channel: onMode="1" bRatio="0.0000020" products="10321 111"
2266  <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 113"
2267  <br/>      channel: onMode="1" bRatio="0.0000020" products="10321 311"
2268  <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 333"
2269  <br/>      channel: onMode="1" bRatio="0.0018000" products="10323 443"
2270  <br/>      channel: onMode="1" bRatio="0.0009100" products="-10421 211"
2271  <br/>      channel: onMode="1" bRatio="0.0010000" products="-10423 211"
2272  <br/>      channel: onMode="1" bRatio="0.0007000" products="-10423 213"
2273  <br/>      channel: onMode="1" bRatio="0.0012000" products="-10423 431"
2274  <br/>      channel: onMode="1" bRatio="0.0024000" products="-10423 433"
2275  <br/>      channel: onMode="1" bRatio="0.0016000" products="10431 -421"
2276  <br/>      channel: onMode="1" bRatio="0.0016000" products="10431 -423"
2277  <br/>      channel: onMode="1" bRatio="0.0003000" products="10441 321"
2278  <br/>      channel: onMode="1" bRatio="0.0004000" products="10441 323"
2279  <br/>      channel: onMode="1" bRatio="0.0000400" products="20113 211"
2280  <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 321"
2281  <br/>      channel: onMode="1" bRatio="0.0000200" products="20113 323"
2282  <br/>      channel: onMode="1" bRatio="0.0000400" products="20213 111"
2283  <br/>      channel: onMode="1" bRatio="0.0000100" products="20213 113"
2284  <br/>      channel: onMode="1" bRatio="0.0000100" products="20213 223"
2285  <br/>      channel: onMode="1" bRatio="0.0000100" products="20213 311"
2286  <br/>      channel: onMode="1" bRatio="0.0000200" products="20213 313"
2287  <br/>      channel: onMode="1" bRatio="0.0088700" products="20213 -421"
2288  <br/>      channel: onMode="1" bRatio="0.0159700" products="20213 -423"
2289  <br/>      channel: onMode="1" bRatio="0.0000500" products="20213 20113"
2290  <br/>      channel: onMode="1" bRatio="0.0000020" products="20323 333"
2291  <br/>      channel: onMode="1" bRatio="0.0001000" products="20323 443"
2292  <br/>      channel: onMode="1" bRatio="0.0007500" products="-20423 211"
2293  <br/>      channel: onMode="1" bRatio="0.0022000" products="-20423 213"
2294  <br/>      channel: onMode="1" bRatio="0.0006000" products="-20423 431"
2295  <br/>      channel: onMode="1" bRatio="0.0012000" products="-20423 433"
2296  <br/>      channel: onMode="1" bRatio="0.0041000" products="20433 -421"
2297  <br/>      channel: onMode="1" bRatio="0.0098000" products="20433 -423"
2298  <br/>      channel: onMode="1" bRatio="0.0005700" products="20443 321"
2299  <br/>      channel: onMode="1" bRatio="0.0002900" products="20443 323"
2300  <br/>      channel: onMode="1" bRatio="0.0004800" products="30443 321"
2301  <br/>      channel: onMode="1" bRatio="0.0005000" products="30443 323"
2302  <br/>      channel: onMode="1" bRatio="0.0003000" products="30443 10323"
2303  <br/>      channel: onMode="1" bRatio="0.0000022" products="100113 211"
2304  <br/>      channel: onMode="1" bRatio="0.0000010" products="100113 321"
2305  <br/>      channel: onMode="1" bRatio="0.0003600" products="100441 321"
2306  <br/>      channel: onMode="1" bRatio="0.0004800" products="100441 323"
2307  <br/>      channel: onMode="1" bRatio="0.0006300" products="100443 321"
2308  <br/>      channel: onMode="1" bRatio="0.0006000" products="100443 323"
2309  <br/>      channel: onMode="1" bRatio="0.0004000" products="100443 10323"
2310  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 211"
2311  <br/>      channel: onMode="1" bRatio="0.0000100" products="9000111 213"
2312  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 321"
2313  <br/>      channel: onMode="1" bRatio="0.0000050" products="9000111 323"
2314  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000211 111"
2315  <br/>      channel: onMode="1" bRatio="0.0000020" products="9000211 113"
2316  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000211 311"
2317  <br/>      channel: onMode="1" bRatio="0.0000050" products="9000211 313"
2318  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 211"
2319  <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 213"
2320  <br/>      channel: onMode="1" bRatio="0.0000085" products="9010221 321"
2321  <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 323"
2322  <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 20213"
2323  <br/>      channel: onMode="1" bRatio="0.0000260" products="211 111 111"
2324  <br/>      channel: onMode="1" bRatio="0.0000100" products="211 113 111"
2325  <br/>      channel: onMode="1" bRatio="0.0000100" products="211 113 113"
2326  <br/>      channel: onMode="1" bRatio="0.0000160" products="211 211 -211"
2327  <br/>      channel: onMode="1" bRatio="0.0000100" products="213 111 111"
2328  <br/>      channel: onMode="1" bRatio="0.0000100" products="213 113 111"
2329  <br/>      channel: onMode="1" bRatio="0.0000100" products="213 211 -211"
2330  <br/>      channel: onMode="1" bRatio="0.0000100" products="213 -213 211"
2331  <br/>      channel: onMode="1" bRatio="0.0000100" products="-213 211 211"
2332  <br/>      channel: onMode="1" bRatio="0.0000010" products="221 211 111"
2333  <br/>      channel: onMode="1" bRatio="0.0000050" products="221 211 113"
2334  <br/>      channel: onMode="1" bRatio="0.0000050" products="221 213 111"
2335  <br/>      channel: onMode="1" bRatio="0.0000050" products="221 213 113"
2336  <br/>      channel: onMode="1" bRatio="0.0000010" products="221 221 211"
2337  <br/>      channel: onMode="1" bRatio="0.0000020" products="221 221 213"
2338  <br/>      channel: onMode="1" bRatio="0.0000100" products="223 211 111"
2339  <br/>      channel: onMode="1" bRatio="0.0000100" products="223 211 113"
2340  <br/>      channel: onMode="1" bRatio="0.0000100" products="223 213 111"
2341  <br/>      channel: onMode="1" bRatio="0.0000050" products="223 221 211"
2342  <br/>      channel: onMode="1" bRatio="0.0000050" products="223 221 213"
2343  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 211 111"
2344  <br/>      channel: onMode="1" bRatio="0.0000050" products="311 211 113"
2345  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 213 111"
2346  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 221 211"
2347  <br/>      channel: onMode="1" bRatio="0.0000050" products="311 221 213"
2348  <br/>      channel: onMode="1" bRatio="0.0000050" products="311 223 211"
2349  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 211"
2350  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 213"
2351  <br/>      channel: onMode="1" bRatio="0.0000100" products="313 211 111"
2352  <br/>      channel: onMode="1" bRatio="0.0000100" products="313 211 113"
2353  <br/>      channel: onMode="1" bRatio="0.0000100" products="313 213 111"
2354  <br/>      channel: onMode="1" bRatio="0.0000050" products="313 221 211"
2355  <br/>      channel: onMode="1" bRatio="0.0000050" products="313 221 213"
2356  <br/>      channel: onMode="1" bRatio="0.0000100" products="313 223 211"
2357  <br/>      channel: onMode="1" bRatio="0.0000010" products="313 311 211"
2358  <br/>      channel: onMode="1" bRatio="0.0000010" products="313 -313 211"
2359  <br/>      channel: onMode="1" bRatio="0.0000010" products="-313 311 211"
2360  <br/>      channel: onMode="1" bRatio="0.0000006" meMode="11" products="321 11 -11"
2361  <br/>      channel: onMode="1" bRatio="0.0000006" meMode="11" products="321 13 -13"
2362  <br/>      channel: onMode="1" bRatio="0.0000001" meMode="11" products="321 15 -15"
2363  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 111 111"
2364  <br/>      channel: onMode="1" bRatio="0.0000050" products="321 113 111"
2365  <br/>      channel: onMode="1" bRatio="0.0000049" products="321 211 -211"
2366  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 213 -211"
2367  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -213 211"
2368  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 221 111"
2369  <br/>      channel: onMode="1" bRatio="0.0000020" products="321 221 113"
2370  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 221 221"
2371  <br/>      channel: onMode="1" bRatio="0.0000050" products="321 223 111"
2372  <br/>      channel: onMode="1" bRatio="0.0000020" products="321 223 221"
2373  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 111"
2374  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 113"
2375  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 221"
2376  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 223"
2377  <br/>      channel: onMode="1" bRatio="0.0000480" products="321 311 311"
2378  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 313 311"
2379  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -313 111"
2380  <br/>      channel: onMode="1" bRatio="0.0000005" products="321 -313 221"
2381  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -313 311"
2382  <br/>      channel: onMode="1" bRatio="0.0000001" products="321 321 -211"
2383  <br/>      channel: onMode="1" bRatio="0.0000260" products="321 321 -321"
2384  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 211"
2385  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 213"
2386  <br/>      channel: onMode="1" bRatio="0.0000001" products="-321 211 211"
2387  <br/>      channel: onMode="1" bRatio="0.0000018" meMode="11" products="323 11 -11"
2388  <br/>      channel: onMode="1" bRatio="0.0000014" meMode="11" products="323 13 -13"
2389  <br/>      channel: onMode="1" bRatio="0.0000002" meMode="11" products="323 15 -15"
2390  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 111 111"
2391  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 113 111"
2392  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 211 -211"
2393  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 213 -211"
2394  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 -213 211"
2395  <br/>      channel: onMode="1" bRatio="0.0000050" products="323 221 111"
2396  <br/>      channel: onMode="1" bRatio="0.0000050" products="323 221 113"
2397  <br/>      channel: onMode="1" bRatio="0.0000020" products="323 221 221"
2398  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 223 111"
2399  <br/>      channel: onMode="1" bRatio="0.0000050" products="323 223 221"
2400  <br/>      channel: onMode="1" bRatio="0.0000010" products="323 311 111"
2401  <br/>      channel: onMode="1" bRatio="0.0000005" products="323 311 221"
2402  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 311 311"
2403  <br/>      channel: onMode="1" bRatio="0.0000010" products="323 -313 111"
2404  <br/>      channel: onMode="1" bRatio="0.0000005" products="323 -313 221"
2405  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 321 -321"
2406  <br/>      channel: onMode="1" bRatio="0.0000010" products="323 -321 211"
2407  <br/>      channel: onMode="1" bRatio="0.0000010" products="-323 321 211"
2408  <br/>      channel: onMode="1" bRatio="0.0000100" products="-323 321 321"
2409  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 211 111"
2410  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 211 113"
2411  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 213 111"
2412  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 213 113"
2413  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 221 211"
2414  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 223 211"
2415  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 223 213"
2416  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 311 211"
2417  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 311 213"
2418  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 313 213"
2419  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 111"
2420  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 113"
2421  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 221"
2422  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 223"
2423  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 311"
2424  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 321 -313"
2425  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 323 111"
2426  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 323 113"
2427  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 323 221"
2428  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 323 223"
2429  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 323 311"
2430  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 323 -313"
2431  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 331 321"
2432  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 211 111"
2433  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 211 113"
2434  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 213 111"
2435  <br/>      channel: onMode="1" bRatio="0.0000005" products="333 221 211"
2436  <br/>      channel: onMode="1" bRatio="0.0000005" products="333 221 213"
2437  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 223 211"
2438  <br/>      channel: onMode="1" bRatio="0.0000100" products="333 311 211"
2439  <br/>      channel: onMode="1" bRatio="0.0000100" products="333 311 213"
2440  <br/>      channel: onMode="1" bRatio="0.0000100" products="333 321 111"
2441  <br/>      channel: onMode="1" bRatio="0.0000100" products="333 321 113"
2442  <br/>      channel: onMode="1" bRatio="0.0000050" products="333 321 221"
2443  <br/>      channel: onMode="1" bRatio="0.0000100" products="333 321 223"
2444  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 321 311"
2445  <br/>      channel: onMode="1" bRatio="0.0000100" products="333 323 111"
2446  <br/>      channel: onMode="1" bRatio="0.0000002" products="333 331 211"
2447  <br/>      channel: onMode="1" bRatio="0.0000002" products="333 331 213"
2448  <br/>      channel: onMode="1" bRatio="0.0000020" products="333 331 321"
2449  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 333 211"
2450  <br/>      channel: onMode="1" bRatio="0.0000030" products="333 333 321"
2451  <br/>      channel: onMode="1" bRatio="0.0000030" products="333 333 323"
2452  <br/>      channel: onMode="1" bRatio="0.0005000" products="411 -411 321"
2453  <br/>      channel: onMode="1" bRatio="0.0005000" products="411 -411 323"
2454  <br/>      channel: onMode="1" bRatio="0.0010200" products="-411 211 211"
2455  <br/>      channel: onMode="1" bRatio="0.0020000" products="-411 213 211"
2456  <br/>      channel: onMode="1" bRatio="0.0005000" products="413 -411 321"
2457  <br/>      channel: onMode="1" bRatio="0.0005000" products="413 -411 323"
2458  <br/>      channel: onMode="1" bRatio="0.0015000" products="413 -413 321"
2459  <br/>      channel: onMode="1" bRatio="0.0010000" products="413 -413 323"
2460  <br/>      channel: onMode="1" bRatio="0.0012500" products="-413 211 211"
2461  <br/>      channel: onMode="1" bRatio="0.0020000" products="-413 213 211"
2462  <br/>      channel: onMode="1" bRatio="0.0015000" products="-413 411 321"
2463  <br/>      channel: onMode="1" bRatio="0.0005000" products="-413 411 323"
2464  <br/>      channel: onMode="1" bRatio="0.0015000" products="421 -421 321"
2465  <br/>      channel: onMode="1" bRatio="0.0025000" products="421 -421 323"
2466  <br/>      channel: onMode="1" bRatio="0.0005000" products="-421 211 111"
2467  <br/>      channel: onMode="1" bRatio="0.0021000" products="-421 211 113"
2468  <br/>      channel: onMode="1" bRatio="0.0017000" products="-421 411 311"
2469  <br/>      channel: onMode="1" bRatio="0.0025000" products="-421 411 313"
2470  <br/>      channel: onMode="1" bRatio="0.0049000" products="-421 413 311"
2471  <br/>      channel: onMode="1" bRatio="0.0025000" products="-421 413 313"
2472  <br/>      channel: onMode="1" bRatio="0.0047000" products="423 -421 321"
2473  <br/>      channel: onMode="1" bRatio="0.0025000" products="423 -421 323"
2474  <br/>      channel: onMode="1" bRatio="0.0070000" products="423 -423 321"
2475  <br/>      channel: onMode="1" bRatio="0.0050000" products="423 -423 323"
2476  <br/>      channel: onMode="1" bRatio="0.0005000" products="-423 211 111"
2477  <br/>      channel: onMode="1" bRatio="0.0005000" products="-423 211 113"
2478  <br/>      channel: onMode="1" bRatio="0.0005000" products="-423 213 111"
2479  <br/>      channel: onMode="1" bRatio="0.0031000" products="-423 411 311"
2480  <br/>      channel: onMode="1" bRatio="0.0025000" products="-423 411 313"
2481  <br/>      channel: onMode="1" bRatio="0.0100000" products="-423 413 311"
2482  <br/>      channel: onMode="1" bRatio="0.0050000" products="-423 413 313"
2483  <br/>      channel: onMode="1" bRatio="0.0018000" products="-423 421 321"
2484  <br/>      channel: onMode="1" bRatio="0.0025000" products="-423 421 323"
2485  <br/>      channel: onMode="1" bRatio="0.0036000" products="431 -411 211"
2486  <br/>      channel: onMode="1" bRatio="0.0018000" products="431 -421 111"
2487  <br/>      channel: onMode="1" bRatio="0.0037000" products="433 -411 211"
2488  <br/>      channel: onMode="1" bRatio="0.0018000" products="433 -421 111"
2489  <br/>      channel: onMode="1" bRatio="0.0002000" products="441 311 211"
2490  <br/>      channel: onMode="1" bRatio="0.0001000" products="441 321 111"
2491  <br/>      channel: onMode="1" bRatio="0.0002000" products="443 311 211"
2492  <br/>      channel: onMode="1" bRatio="0.0001000" products="443 321 111"
2493  <br/>      channel: onMode="1" bRatio="0.0000900" products="443 333 321"
2494  <br/>      channel: onMode="1" bRatio="0.0002000" products="445 311 211"
2495  <br/>      channel: onMode="1" bRatio="0.0001000" products="445 321 111"
2496  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 211 111"
2497  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 211 113"
2498  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 213 111"
2499  <br/>      channel: onMode="1" bRatio="0.0000050" products="10311 221 213"
2500  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 321 311"
2501  <br/>      channel: onMode="1" bRatio="0.0000020" products="10311 331 213"
2502  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 333 211"
2503  <br/>      channel: onMode="1" bRatio="0.0000100" products="-10311 321 311"
2504  <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 111 111"
2505  <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 113 111"
2506  <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 213 -211"
2507  <br/>      channel: onMode="1" bRatio="0.0000050" products="10321 221 113"
2508  <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 321 -321"
2509  <br/>      channel: onMode="1" bRatio="0.0000020" products="10321 331 113"
2510  <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 333 111"
2511  <br/>      channel: onMode="1" bRatio="0.0000050" products="10321 333 221"
2512  <br/>      channel: onMode="1" bRatio="0.0000020" products="10321 333 331"
2513  <br/>      channel: onMode="1" bRatio="0.0000100" products="-10321 321 321"
2514  <br/>      channel: onMode="1" bRatio="0.0002000" products="10441 311 211"
2515  <br/>      channel: onMode="1" bRatio="0.0001000" products="10441 321 111"
2516  <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 211 111"
2517  <br/>      channel: onMode="1" bRatio="0.0000050" products="20113 221 211"
2518  <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 311 211"
2519  <br/>      channel: onMode="1" bRatio="0.0000100" products="20113 321 111"
2520  <br/>      channel: onMode="1" bRatio="0.0000020" products="20113 331 211"
2521  <br/>      channel: onMode="1" bRatio="0.0000100" products="20213 111 111"
2522  <br/>      channel: onMode="1" bRatio="0.0000100" products="20213 211 -211"
2523  <br/>      channel: onMode="1" bRatio="0.0000050" products="20213 221 111"
2524  <br/>      channel: onMode="1" bRatio="0.0000100" products="20213 311 111"
2525  <br/>      channel: onMode="1" bRatio="0.0000100" products="20213 321 -211"
2526  <br/>      channel: onMode="1" bRatio="0.0000020" products="20213 331 111"
2527  <br/>      channel: onMode="1" bRatio="0.0000100" products="-20213 211 211"
2528  <br/>      channel: onMode="1" bRatio="0.0000020" products="20313 333 211"
2529  <br/>      channel: onMode="1" bRatio="0.0000020" products="20323 321 -321"
2530  <br/>      channel: onMode="1" bRatio="0.0000020" products="20323 333 111"
2531  <br/>      channel: onMode="1" bRatio="0.0000010" products="20323 333 221"
2532  <br/>      channel: onMode="1" bRatio="0.0000010" products="20323 333 331"
2533  <br/>      channel: onMode="1" bRatio="0.0004000" products="20443 311 211"
2534  <br/>      channel: onMode="1" bRatio="0.0002000" products="20443 321 111"
2535  <br/>      channel: onMode="1" bRatio="0.0003000" products="30443 311 211"
2536  <br/>      channel: onMode="1" bRatio="0.0002000" products="30443 321 111"
2537  <br/>      channel: onMode="1" bRatio="0.0000800" products="100441 311 211"
2538  <br/>      channel: onMode="1" bRatio="0.0000500" products="100441 321 111"
2539  <br/>      channel: onMode="1" bRatio="0.0004000" products="100443 311 211"
2540  <br/>      channel: onMode="1" bRatio="0.0002000" products="100443 321 111"
2541  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 211 111"
2542  <br/>      channel: onMode="1" bRatio="0.0000100" products="9000111 213 111"
2543  <br/>      channel: onMode="1" bRatio="0.0000050" products="9000111 221 213"
2544  <br/>      channel: onMode="1" bRatio="0.0000050" products="9000111 323 111"
2545  <br/>      channel: onMode="1" bRatio="0.0000020" products="9000111 331 213"
2546  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000211 111 111"
2547  <br/>      channel: onMode="1" bRatio="0.0000100" products="9000211 113 111"
2548  <br/>      channel: onMode="1" bRatio="0.0000100" products="9000211 -213 211"
2549  <br/>      channel: onMode="1" bRatio="0.0000050" products="9000211 221 113"
2550  <br/>      channel: onMode="1" bRatio="0.0000050" products="9000211 313 111"
2551  <br/>      channel: onMode="1" bRatio="0.0000020" products="9000211 331 113"
2552  <br/>      channel: onMode="1" bRatio="0.0000010" products="-9000211 211 211"
2553  <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 211 111"
2554  <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 211 113"
2555  <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 213 111"
2556  <br/>      channel: onMode="1" bRatio="0.0000050" products="9010221 221 213"
2557  <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 223 211"
2558  <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 313 211"
2559  <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 323 111"
2560  <br/>      channel: onMode="1" bRatio="0.0000050" products="9010221 323 221"
2561  <br/>      channel: onMode="1" bRatio="0.0000020" products="9010221 331 213"
2562  <br/>      channel: onMode="1" bRatio="0.0000020" products="9010221 331 323"
2563  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 333 211"
2564  <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 333 321"
2565  <br/>      channel: onMode="1" bRatio="0.0000100" products="211 111 111 111"
2566  <br/>      channel: onMode="1" bRatio="0.0000020" products="211 113 111 111"
2567  <br/>      channel: onMode="1" bRatio="0.0000100" products="211 211 -211 111"
2568  <br/>      channel: onMode="1" bRatio="0.0000020" products="211 211 -211 113"
2569  <br/>      channel: onMode="1" bRatio="0.0000020" products="213 111 111 111"
2570  <br/>      channel: onMode="1" bRatio="0.0000020" products="213 211 -211 111"
2571  <br/>      channel: onMode="1" bRatio="0.0000020" products="-213 211 211 111"
2572  <br/>      channel: onMode="1" bRatio="0.0000050" products="221 211 111 111"
2573  <br/>      channel: onMode="1" bRatio="0.0000010" products="221 211 113 111"
2574  <br/>      channel: onMode="1" bRatio="0.0000050" products="221 211 211 -211"
2575  <br/>      channel: onMode="1" bRatio="0.0000010" products="221 213 111 111"
2576  <br/>      channel: onMode="1" bRatio="0.0000010" products="221 213 211 -211"
2577  <br/>      channel: onMode="1" bRatio="0.0000010" products="221 -213 211 211"
2578  <br/>      channel: onMode="1" bRatio="0.0000020" products="221 221 211 111"
2579  <br/>      channel: onMode="1" bRatio="0.0000010" products="221 221 213 111"
2580  <br/>      channel: onMode="1" bRatio="0.0000020" products="223 211 111 111"
2581  <br/>      channel: onMode="1" bRatio="0.0000010" products="223 221 211 111"
2582  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 211 111 111"
2583  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 211 113 111"
2584  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 211 211 -211"
2585  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 213 111 111"
2586  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 213 211 -211"
2587  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 -213 211 211"
2588  <br/>      channel: onMode="1" bRatio="0.0000050" products="311 221 211 111"
2589  <br/>      channel: onMode="1" bRatio="0.0000050" products="311 221 213 111"
2590  <br/>      channel: onMode="1" bRatio="0.0000020" products="311 221 221 211"
2591  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 223 211 111"
2592  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 211 111"
2593  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 211 113"
2594  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 213 111"
2595  <br/>      channel: onMode="1" bRatio="0.0000005" products="311 311 221 211"
2596  <br/>      channel: onMode="1" bRatio="0.0000005" products="311 311 221 213"
2597  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 311 223 211"
2598  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 311 311 211"
2599  <br/>      channel: onMode="1" bRatio="0.0000100" products="313 211 111 111"
2600  <br/>      channel: onMode="1" bRatio="0.0000100" products="313 211 211 -211"
2601  <br/>      channel: onMode="1" bRatio="0.0000050" products="313 221 211 111"
2602  <br/>      channel: onMode="1" bRatio="0.0000010" products="313 311 211 111"
2603  <br/>      channel: onMode="1" bRatio="0.0000010" products="-313 311 211 111"
2604  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 111 111 111"
2605  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 113 111 111"
2606  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 211 -211 111"
2607  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 213 -211 111"
2608  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -213 211 111"
2609  <br/>      channel: onMode="1" bRatio="0.0000050" products="321 221 111 111"
2610  <br/>      channel: onMode="1" bRatio="0.0000050" products="321 221 113 111"
2611  <br/>      channel: onMode="1" bRatio="0.0000050" products="321 221 211 -211"
2612  <br/>      channel: onMode="1" bRatio="0.0000020" products="321 221 221 111"
2613  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 223 111 111"
2614  <br/>      channel: onMode="1" bRatio="0.0000050" products="321 223 221 111"
2615  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 111 111"
2616  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 113 111"
2617  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 211 -211"
2618  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 213 -211"
2619  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 -213 211"
2620  <br/>      channel: onMode="1" bRatio="0.0000005" products="321 311 221 111"
2621  <br/>      channel: onMode="1" bRatio="0.0000005" products="321 311 221 113"
2622  <br/>      channel: onMode="1" bRatio="0.0000002" products="321 311 221 221"
2623  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 223 111"
2624  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 311 311 111"
2625  <br/>      channel: onMode="1" bRatio="0.0000050" products="321 311 311 221"
2626  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 311 311"
2627  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 313 311 111"
2628  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -313 111 111"
2629  <br/>      channel: onMode="1" bRatio="0.0000005" products="321 -313 221 111"
2630  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -313 311 111"
2631  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 321 -321 111"
2632  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 321 -321 113"
2633  <br/>      channel: onMode="1" bRatio="0.0000050" products="321 321 -321 221"
2634  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 321 -321 223"
2635  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 321 -321 311"
2636  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 211 111"
2637  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 211 113"
2638  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 213 111"
2639  <br/>      channel: onMode="1" bRatio="0.0000005" products="321 -321 221 211"
2640  <br/>      channel: onMode="1" bRatio="0.0000005" products="321 -321 221 213"
2641  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 223 211"
2642  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -321 311 211"
2643  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -321 311 213"
2644  <br/>      channel: onMode="1" bRatio="0.0000010" products="-321 311 213 211"
2645  <br/>      channel: onMode="1" bRatio="0.0000010" products="-321 313 211 211"
2646  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 111 111 111"
2647  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 211 -211 111"
2648  <br/>      channel: onMode="1" bRatio="0.0000050" products="323 221 111 111"
2649  <br/>      channel: onMode="1" bRatio="0.0000050" products="323 221 211 -211"
2650  <br/>      channel: onMode="1" bRatio="0.0000020" products="323 221 221 111"
2651  <br/>      channel: onMode="1" bRatio="0.0000010" products="323 311 111 111"
2652  <br/>      channel: onMode="1" bRatio="0.0000005" products="323 311 221 111"
2653  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 311 311 111"
2654  <br/>      channel: onMode="1" bRatio="0.0000100" products="323 321 -321 111"
2655  <br/>      channel: onMode="1" bRatio="0.0000010" products="323 -321 211 111"
2656  <br/>      channel: onMode="1" bRatio="0.0000010" products="-323 311 211 211"
2657  <br/>      channel: onMode="1" bRatio="0.0000010" products="-323 321 211 111"
2658  <br/>      channel: onMode="1" bRatio="0.0000100" products="-323 321 321 111"
2659  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 211 111 111"
2660  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 211 113 111"
2661  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 211 211 -211"
2662  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 213 111 111"
2663  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 213 211 -211"
2664  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 -213 211 211"
2665  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 221 211 111"
2666  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 223 211 111"
2667  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 311 213 111"
2668  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 311 311 211"
2669  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 311 311 213"
2670  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 313 211 111"
2671  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 111 111"
2672  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 113 111"
2673  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 221 111"
2674  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 223 111"
2675  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 321 311 111"
2676  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 321 311 113"
2677  <br/>      channel: onMode="1" bRatio="0.0000001" products="331 321 311 221"
2678  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 311 311"
2679  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 321 -313 111"
2680  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 321 -321"
2681  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 321 -321 211"
2682  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 321 -321 213"
2683  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 323 111 111"
2684  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 323 211 -211"
2685  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 323 221 111"
2686  <br/>      channel: onMode="1" bRatio="0.0000002" products="331 323 311 111"
2687  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 211 111 111"
2688  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 211 211 -211"
2689  <br/>      channel: onMode="1" bRatio="0.0000005" products="333 221 211 111"
2690  <br/>      channel: onMode="1" bRatio="0.0000100" products="333 311 211 111"
2691  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 311 311 211"
2692  <br/>      channel: onMode="1" bRatio="0.0000100" products="333 321 111 111"
2693  <br/>      channel: onMode="1" bRatio="0.0000100" products="333 321 211 -211"
2694  <br/>      channel: onMode="1" bRatio="0.0000050" products="333 321 221 111"
2695  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 321 311 111"
2696  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 321 311 311"
2697  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 321 321 -321"
2698  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 323 311 311"
2699  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 323 321 -321"
2700  <br/>      channel: onMode="1" bRatio="0.0000002" products="333 331 211 111"
2701  <br/>      channel: onMode="1" bRatio="0.0000020" products="333 331 321 111"
2702  <br/>      channel: onMode="1" bRatio="0.0020000" products="-411 211 211 111"
2703  <br/>      channel: onMode="1" bRatio="0.0150000" products="-413 211 211 111"
2704  <br/>      channel: onMode="1" bRatio="0.0050000" products="-421 211 211 -211"
2705  <br/>      channel: onMode="1" bRatio="0.0005000" products="-423 211 111 111"
2706  <br/>      channel: onMode="1" bRatio="0.0005000" products="-423 211 211 -211"
2707  <br/>      channel: onMode="1" bRatio="0.0033000" products="431 -411 211 111"
2708  <br/>      channel: onMode="1" bRatio="0.0008000" products="431 -421 111 111"
2709  <br/>      channel: onMode="1" bRatio="0.0033000" products="431 -421 211 -211"
2710  <br/>      channel: onMode="1" bRatio="0.0033000" products="433 -411 211 111"
2711  <br/>      channel: onMode="1" bRatio="0.0008000" products="433 -421 111 111"
2712  <br/>      channel: onMode="1" bRatio="0.0033000" products="433 -421 211 -211"
2713  <br/>      channel: onMode="1" bRatio="0.0001000" products="441 311 211 111"
2714  <br/>      channel: onMode="1" bRatio="0.0001000" products="441 321 111 111"
2715  <br/>      channel: onMode="1" bRatio="0.0002000" products="441 321 211 -211"
2716  <br/>      channel: onMode="1" bRatio="0.0001000" products="445 311 211 111"
2717  <br/>      channel: onMode="1" bRatio="0.0001000" products="445 321 111 111"
2718  <br/>      channel: onMode="1" bRatio="0.0002000" products="445 321 211 -211"
2719  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 211 111 111"
2720  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 211 211 -211"
2721  <br/>      channel: onMode="1" bRatio="0.0000050" products="10311 221 211 111"
2722  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 321 311 111"
2723  <br/>      channel: onMode="1" bRatio="0.0000050" products="10311 321 311 221"
2724  <br/>      channel: onMode="1" bRatio="0.0000100" products="10311 321 -321 211"
2725  <br/>      channel: onMode="1" bRatio="0.0000020" products="10311 331 211 111"
2726  <br/>      channel: onMode="1" bRatio="0.0000020" products="10311 331 321 311"
2727  <br/>      channel: onMode="1" bRatio="0.0000100" products="-10311 311 311 211"
2728  <br/>      channel: onMode="1" bRatio="0.0000100" products="-10311 321 311 111"
2729  <br/>      channel: onMode="1" bRatio="0.0000050" products="-10311 321 311 221"
2730  <br/>      channel: onMode="1" bRatio="0.0000100" products="-10311 321 321 -211"
2731  <br/>      channel: onMode="1" bRatio="0.0000020" products="-10311 331 321 311"
2732  <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 111 111 111"
2733  <br/>      channel: onMode="1" bRatio="0.0000050" products="10321 221 111 111"
2734  <br/>      channel: onMode="1" bRatio="0.0000100" products="10321 321 -321 111"
2735  <br/>      channel: onMode="1" bRatio="0.0000050" products="10321 321 -321 221"
2736  <br/>      channel: onMode="1" bRatio="0.0000020" products="10321 331 111 111"
2737  <br/>      channel: onMode="1" bRatio="0.0000020" products="10321 331 321 -321"
2738  <br/>      channel: onMode="1" bRatio="0.0000100" products="-10321 321 321 111"
2739  <br/>      channel: onMode="1" bRatio="0.0000050" products="-10321 321 321 221"
2740  <br/>      channel: onMode="1" bRatio="0.0000020" products="-10321 331 321 321"
2741  <br/>      channel: onMode="1" bRatio="0.0001000" products="10441 311 211 111"
2742  <br/>      channel: onMode="1" bRatio="0.0001000" products="10441 321 111 111"
2743  <br/>      channel: onMode="1" bRatio="0.0002000" products="10441 321 211 -211"
2744  <br/>      channel: onMode="1" bRatio="0.0000020" products="20313 311 311 211"
2745  <br/>      channel: onMode="1" bRatio="0.0000100" products="20313 321 311 111"
2746  <br/>      channel: onMode="1" bRatio="0.0000050" products="20313 321 311 221"
2747  <br/>      channel: onMode="1" bRatio="0.0000020" products="20313 321 -321 211"
2748  <br/>      channel: onMode="1" bRatio="0.0000020" products="20313 331 321 311"
2749  <br/>      channel: onMode="1" bRatio="0.0000020" products="-20313 311 311 211"
2750  <br/>      channel: onMode="1" bRatio="0.0000100" products="-20313 321 311 111"
2751  <br/>      channel: onMode="1" bRatio="0.0000050" products="-20313 321 311 221"
2752  <br/>      channel: onMode="1" bRatio="0.0000020" products="-20313 331 321 311"
2753  <br/>      channel: onMode="1" bRatio="0.0000040" products="20323 311 311 111"
2754  <br/>      channel: onMode="1" bRatio="0.0000020" products="20323 311 311 221"
2755  <br/>      channel: onMode="1" bRatio="0.0000020" products="20323 321 -321 111"
2756  <br/>      channel: onMode="1" bRatio="0.0000010" products="20323 321 -321 221"
2757  <br/>      channel: onMode="1" bRatio="0.0000020" products="20323 331 311 311"
2758  <br/>      channel: onMode="1" bRatio="0.0000010" products="20323 331 321 -321"
2759  <br/>      channel: onMode="1" bRatio="0.0000020" products="-20323 321 321 111"
2760  <br/>      channel: onMode="1" bRatio="0.0002000" products="20443 311 211 111"
2761  <br/>      channel: onMode="1" bRatio="0.0002000" products="20443 321 111 111"
2762  <br/>      channel: onMode="1" bRatio="0.0004000" products="20443 321 211 -211"
2763  <br/>      channel: onMode="1" bRatio="0.0001000" products="30443 311 211 111"
2764  <br/>      channel: onMode="1" bRatio="0.0001000" products="30443 321 111 111"
2765  <br/>      channel: onMode="1" bRatio="0.0002000" products="30443 321 211 -211"
2766  <br/>      channel: onMode="1" bRatio="0.0000500" products="100441 311 211 111"
2767  <br/>      channel: onMode="1" bRatio="0.0000500" products="100441 321 111 111"
2768  <br/>      channel: onMode="1" bRatio="0.0000800" products="100441 321 211 -211"
2769  <br/>      channel: onMode="1" bRatio="0.0001000" products="100443 311 211 111"
2770  <br/>      channel: onMode="1" bRatio="0.0001000" products="100443 321 111 111"
2771  <br/>      channel: onMode="1" bRatio="0.0002000" products="100443 321 211 -211"
2772  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000111 211 111 111"
2773  <br/>      channel: onMode="1" bRatio="0.0000010" products="9000211 111 111 111"
2774  <br/>      channel: onMode="1" bRatio="0.0000010" products="-9000211 211 211 111"
2775  <br/>      channel: onMode="1" bRatio="0.0000020" products="9010221 211 111 111"
2776  <br/>      channel: onMode="1" bRatio="0.0000020" products="9010221 211 211 -211"
2777  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 221 211 111"
2778  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 311 311 211"
2779  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 321 311 111"
2780  <br/>      channel: onMode="1" bRatio="0.0000100" products="9010221 321 321 -321"
2781  <br/>      channel: onMode="1" bRatio="0.0000010" products="9010221 331 211 111"
2782  <br/>      channel: onMode="1" bRatio="0.0000010" products="211 111 111 111 111"
2783  <br/>      channel: onMode="1" bRatio="0.0000010" products="211 211 -211 111 111"
2784  <br/>      channel: onMode="1" bRatio="0.0000010" products="221 211 111 111 111"
2785  <br/>      channel: onMode="1" bRatio="0.0000010" products="221 211 211 -211 111"
2786  <br/>      channel: onMode="1" bRatio="0.0000020" products="311 211 111 111 111"
2787  <br/>      channel: onMode="1" bRatio="0.0000020" products="311 211 211 -211 111"
2788  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 221 211 111 111"
2789  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 221 211 211 -211"
2790  <br/>      channel: onMode="1" bRatio="0.0000010" products="311 221 221 211 111"
2791  <br/>      channel: onMode="1" bRatio="0.0000002" products="311 311 211 111 111"
2792  <br/>      channel: onMode="1" bRatio="0.0000002" products="311 311 211 211 -211"
2793  <br/>      channel: onMode="1" bRatio="0.0000001" products="311 311 221 211 111"
2794  <br/>      channel: onMode="1" bRatio="0.0000100" products="311 311 311 211 111"
2795  <br/>      channel: onMode="1" bRatio="0.0000020" products="321 111 111 111 111"
2796  <br/>      channel: onMode="1" bRatio="0.0000020" products="321 211 211 -211 -211"
2797  <br/>      channel: onMode="1" bRatio="0.0000020" products="321 211 -211 111 111"
2798  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 221 111 111 111"
2799  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 221 211 -211 111"
2800  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 221 221 111 111"
2801  <br/>      channel: onMode="1" bRatio="0.0000002" products="321 311 111 111 111"
2802  <br/>      channel: onMode="1" bRatio="0.0000002" products="321 311 211 -211 111"
2803  <br/>      channel: onMode="1" bRatio="0.0000001" products="321 311 221 111 111"
2804  <br/>      channel: onMode="1" bRatio="0.0000001" products="321 311 221 211 -211"
2805  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 311 311 111 111"
2806  <br/>      channel: onMode="1" bRatio="0.0000050" products="321 311 311 221 111"
2807  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 311 311 311 111"
2808  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 321 -321 111 111"
2809  <br/>      channel: onMode="1" bRatio="0.0000050" products="321 321 -321 221 111"
2810  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 321 -321 311 111"
2811  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 321 -321 -321 211"
2812  <br/>      channel: onMode="1" bRatio="0.0000002" products="321 -321 211 111 111"
2813  <br/>      channel: onMode="1" bRatio="0.0000002" products="321 -321 211 211 -211"
2814  <br/>      channel: onMode="1" bRatio="0.0000001" products="321 -321 221 211 111"
2815  <br/>      channel: onMode="1" bRatio="0.0000100" products="321 -321 311 211 111"
2816  <br/>      channel: onMode="1" bRatio="0.0000010" products="321 -321 311 311 211"
2817  <br/>      channel: onMode="1" bRatio="0.0000002" products="-321 311 211 211 111"
2818  <br/>      channel: onMode="1" bRatio="0.0000001" products="-321 311 221 211 211"
2819  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 211 111 111 111"
2820  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 211 211 -211 111"
2821  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 311 211 211 -211"
2822  <br/>      channel: onMode="1" bRatio="0.0000001" products="331 311 311 211 111"
2823  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 111 111 111"
2824  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 211 -211 111"
2825  <br/>      channel: onMode="1" bRatio="0.0000010" products="331 321 221 111 111"
2826  <br/>      channel: onMode="1" bRatio="0.0000001" products="331 321 311 111 111"
2827  <br/>      channel: onMode="1" bRatio="0.0000001" products="331 321 311 211 -211"
2828  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 311 311 111"
2829  <br/>      channel: onMode="1" bRatio="0.0000020" products="331 321 321 -321 111"
2830  <br/>      channel: onMode="1" bRatio="0.0000001" products="331 321 -321 211 111"
2831  <br/>      channel: onMode="1" bRatio="0.0000001" products="331 -321 311 211 211"
2832  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 311 311 311 211"
2833  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 321 311 311 111"
2834  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 321 321 311 -211"
2835  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 321 321 -321 111"
2836  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 321 -321 311 211"
2837  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="55" products="-3 2"
2838  <br/>      channel: onMode="1" bRatio="0.0330000" meMode="63" products="-4103 2203"
2839  <br/>      channel: onMode="1" bRatio="0.0090000" meMode="63" products="-4303 2203"
2840  <br/>      channel: onMode="1" bRatio="0.0000700" meMode="23" products="1 -1 -1 2"
2841  <br/>      channel: onMode="1" bRatio="0.0018000" meMode="23" products="1 -1 -3 2"
2842  <br/>      channel: onMode="1" bRatio="0.0030000" meMode="23" products="2 -1 -2 2"
2843  <br/>      channel: onMode="1" bRatio="0.0020500" meMode="23" products="2 -2 -1 2"
2844  <br/>      channel: onMode="1" bRatio="0.0022000" meMode="23" products="2 -2 -3 2"
2845  <br/>      channel: onMode="1" bRatio="0.0225000" meMode="43" products="2 -3 -4 2"
2846  <br/>      channel: onMode="1" bRatio="0.0000900" meMode="23" products="3 -3 -1 2"
2847  <br/>      channel: onMode="1" bRatio="0.0015000" meMode="23" products="3 -3 -3 2"
2848  <br/>      channel: onMode="1" bRatio="0.0040000" meMode="43" products="4 -1 -4 2"
2849  <br/>      channel: onMode="1" bRatio="0.0040000" meMode="23" products="4 -3 -2 2"
2850  <br/>      channel: onMode="1" bRatio="0.0740000" meMode="43" products="4 -3 -4 2"
2851  <br/>      channel: onMode="2" bRatio="0.0019480" meMode="22" products="12 -11 2 -2"
2852  <br/>      channel: onMode="2" bRatio="0.0019480" meMode="22" products="14 -13 2 -2"
2853  <br/>      channel: onMode="2" bRatio="0.0000200" products="445 323"
2854  <br/>      channel: onMode="2" bRatio="0.0000010" products="333 321 313 311"
2855  <br/>      channel: onMode="2" bRatio="0.0000020" products="-20313 321 321 -211"
2856  <br/>      channel: onMode="2" bRatio="0.0003118" meMode="31" products="2 -3 22"
2857  <br/>      channel: onMode="2" bRatio="0.2682660" meMode="23" products="2 -1 -4 2"
2858  <br/>      channel: onMode="2" bRatio="0.0000050" meMode="12" products="2 -3 11 -11"
2859  <br/>      channel: onMode="2" bRatio="0.0000025" meMode="12" products="2 -3 13 -13"
2860  <br/>      channel: onMode="2" bRatio="0.0000002" meMode="12" products="2 -3 15 -15"
2861  <br/>      channel: onMode="3" bRatio="0.0019480" meMode="22" products="12 -11 -2 2"
2862  <br/>      channel: onMode="3" bRatio="0.0019480" meMode="22" products="14 -13 -2 2"
2863  <br/>      channel: onMode="3" bRatio="0.0000400" products="445 323"
2864  <br/>      channel: onMode="3" bRatio="0.0000010" products="333 321 -313 311"
2865  <br/>      channel: onMode="3" bRatio="0.0000020" products="20313 321 321 -211"
2866  <br/>      channel: onMode="3" bRatio="0.0003118" meMode="31" products="-3 2 22"
2867  <br/>      channel: onMode="3" bRatio="0.2683360" meMode="23" products="2 -1 -4 2"
2868  <br/>      channel: onMode="3" bRatio="0.0000050" meMode="12" products="-3 2 11 -11"
2869  <br/>      channel: onMode="3" bRatio="0.0000025" meMode="12" products="-3 2 13 -13"
2870  <br/>      channel: onMode="3" bRatio="0.0000002" meMode="12" products="-3 2 15 -15"
2871
2872 <p/>particle: id="523" name="B*+" antiName="B*-" spinType="3" chargeType="3" colType="0"
2873           m0="5.32500"
2874  <br/>      channel: onMode="1" bRatio="1.0000000" products="521 22"
2875
2876 <p/>particle: id="525" name="B*_2+" antiName="B*_2-" spinType="5" chargeType="3" colType="0"
2877           m0="5.83000" mWidth="0.02000" mMin="5.63000" mMax="6.03000"
2878  <br/>      channel: onMode="1" bRatio="0.3100000" products="513 211"
2879  <br/>      channel: onMode="1" bRatio="0.1500000" products="523 111"
2880  <br/>      channel: onMode="1" bRatio="0.3100000" products="511 211"
2881  <br/>      channel: onMode="1" bRatio="0.1500000" products="521 111"
2882  <br/>      channel: onMode="1" bRatio="0.0500000" products="513 211 111"
2883  <br/>      channel: onMode="1" bRatio="0.0300000" products="523 211 -211"
2884
2885 <p/>particle: id="531" name="B_s0" antiName="B_sbar0" spinType="1" chargeType="0" colType="0"
2886           m0="5.36750" tau0="4.39000e-01"
2887  <br/>      channel: onMode="1" bRatio="0.0002000" meMode="22" products="12 -11 -321"
2888  <br/>      channel: onMode="1" bRatio="0.0003000" meMode="22" products="12 -11 -323"
2889  <br/>      channel: onMode="1" bRatio="0.0210000" meMode="22" products="12 -11 -431"
2890  <br/>      channel: onMode="1" bRatio="0.0490000" meMode="22" products="12 -11 -433"
2891  <br/>      channel: onMode="1" bRatio="0.0070000" meMode="22" products="12 -11 -435"
2892  <br/>      channel: onMode="1" bRatio="0.0003000" meMode="22" products="12 -11 -10323"
2893  <br/>      channel: onMode="1" bRatio="0.0040000" meMode="22" products="12 -11 -10431"
2894  <br/>      channel: onMode="1" bRatio="0.0070000" meMode="22" products="12 -11 -10433"
2895  <br/>      channel: onMode="1" bRatio="0.0002000" meMode="22" products="12 -11 -20323"
2896  <br/>      channel: onMode="1" bRatio="0.0040000" meMode="22" products="12 -11 -20433"
2897  <br/>      channel: onMode="1" bRatio="0.0002000" meMode="22" products="14 -13 -321"
2898  <br/>      channel: onMode="1" bRatio="0.0003000" meMode="22" products="14 -13 -323"
2899  <br/>      channel: onMode="1" bRatio="0.0210000" meMode="22" products="14 -13 -431"
2900  <br/>      channel: onMode="1" bRatio="0.0490000" meMode="22" products="14 -13 -433"
2901  <br/>      channel: onMode="1" bRatio="0.0070000" meMode="22" products="14 -13 -435"
2902  <br/>      channel: onMode="1" bRatio="0.0003000" meMode="22" products="14 -13 -10323"
2903  <br/>      channel: onMode="1" bRatio="0.0040000" meMode="22" products="14 -13 -10431"
2904  <br/>      channel: onMode="1" bRatio="0.0070000" meMode="22" products="14 -13 -10433"
2905  <br/>      channel: onMode="1" bRatio="0.0002000" meMode="22" products="14 -13 -20323"
2906  <br/>      channel: onMode="1" bRatio="0.0040000" meMode="22" products="14 -13 -20433"
2907  <br/>      channel: onMode="1" bRatio="0.0080000" meMode="22" products="16 -15 -431"
2908  <br/>      channel: onMode="1" bRatio="0.0160000" meMode="22" products="16 -15 -433"
2909  <br/>      channel: onMode="1" bRatio="0.0028000" meMode="22" products="16 -15 -435"
2910  <br/>      channel: onMode="1" bRatio="0.0018000" meMode="22" products="16 -15 -10431"
2911  <br/>      channel: onMode="1" bRatio="0.0028000" meMode="22" products="16 -15 -10433"
2912  <br/>      channel: onMode="1" bRatio="0.0018000" meMode="22" products="16 -15 -20433"
2913  <br/>      channel: onMode="1" bRatio="0.0000005" products="22 22"
2914  <br/>      channel: onMode="1" bRatio="0.0000100" products="130 130"
2915  <br/>      channel: onMode="1" bRatio="0.0000000" products="211 -211"
2916  <br/>      channel: onMode="1" bRatio="0.0000040" products="221 221"
2917  <br/>      channel: onMode="1" bRatio="0.0000012" products="223 221"
2918  <br/>      channel: onMode="1" bRatio="0.0000100" products="310 310"
2919  <br/>      channel: onMode="1" bRatio="0.0000002" products="311 111"
2920  <br/>      channel: onMode="1" bRatio="0.0000000" products="311 113"
2921  <br/>      channel: onMode="1" bRatio="0.0000002" products="311 221"
2922  <br/>      channel: onMode="1" bRatio="0.0000001" products="311 223"
2923  <br/>      channel: onMode="1" bRatio="0.0000020" products="313 130"
2924  <br/>      channel: onMode="1" bRatio="0.0000020" products="313 310"
2925  <br/>      channel: onMode="1" bRatio="0.0000040" products="313 -313"
2926  <br/>      channel: onMode="1" bRatio="0.0000000" products="-313 111"
2927  <br/>      channel: onMode="1" bRatio="0.0000008" products="-313 113"
2928  <br/>      channel: onMode="1" bRatio="0.0000020" products="-313 130"
2929  <br/>      channel: onMode="1" bRatio="0.0000001" products="-313 221"
2930  <br/>      channel: onMode="1" bRatio="0.0000020" products="-313 310"
2931  <br/>      channel: onMode="1" bRatio="0.0000185" products="321 -321"
2932  <br/>      channel: onMode="1" bRatio="0.0000048" products="-321 211"
2933  <br/>      channel: onMode="1" bRatio="0.0000120" products="-321 213"
2934  <br/>      channel: onMode="1" bRatio="0.0000046" products="323 -321"
2935  <br/>      channel: onMode="1" bRatio="0.0000060" products="323 -323"
2936  <br/>      channel: onMode="1" bRatio="0.0000250" products="-323 211"
2937  <br/>      channel: onMode="1" bRatio="0.0000200" products="-323 213"
2938  <br/>      channel: onMode="1" bRatio="0.0000082" products="-323 321"
2939  <br/>      channel: onMode="1" bRatio="0.0000250" products="331 221"
2940  <br/>      channel: onMode="1" bRatio="0.0000025" products="331 223"
2941  <br/>      channel: onMode="1" bRatio="0.0000001" products="331 311"
2942  <br/>      channel: onMode="1" bRatio="0.0000000" products="331 -313"
2943  <br/>      channel: onMode="1" bRatio="0.0000580" products="331 331"
2944  <br/>      channel: onMode="1" bRatio="0.0000450" products="333 22"
2945  <br/>      channel: onMode="1" bRatio="0.0000213" products="333 221"
2946  <br/>      channel: onMode="1" bRatio="0.0000004" products="333 -313"
2947  <br/>      channel: onMode="1" bRatio="0.0000125" products="333 331"
2948  <br/>      channel: onMode="1" bRatio="0.0000080" products="333 333"
2949  <br/>      channel: onMode="1" bRatio="0.0002000" products="-421 311"
2950  <br/>      channel: onMode="1" bRatio="0.0002000" products="-421 -313"
2951  <br/>      channel: onMode="1" bRatio="0.0002000" products="-423 311"
2952  <br/>      channel: onMode="1" bRatio="0.0002000" products="-423 -313"
2953  <br/>      channel: onMode="1" bRatio="0.0017000" products="431 -411"
2954  <br/>      channel: onMode="1" bRatio="0.0017000" products="431 -413"
2955  <br/>      channel: onMode="1" bRatio="0.0086000" products="431 -431"
2956  <br/>      channel: onMode="1" bRatio="0.0026000" products="-431 211"
2957  <br/>      channel: onMode="1" bRatio="0.0073000" products="-431 213"
2958  <br/>      channel: onMode="1" bRatio="0.0001500" products="-431 321"
2959  <br/>      channel: onMode="1" bRatio="0.0003000" products="-431 323"
2960  <br/>      channel: onMode="1" bRatio="0.0017000" products="433 -411"
2961  <br/>      channel: onMode="1" bRatio="0.0017000" products="433 -413"
2962  <br/>      channel: onMode="1" bRatio="0.0197000" products="433 -433"
2963  <br/>      channel: onMode="1" bRatio="0.0027000" products="-433 211"
2964  <br/>      channel: onMode="1" bRatio="0.0070000" products="-433 213"
2965  <br/>      channel: onMode="1" bRatio="0.0001500" products="-433 321"
2966  <br/>      channel: onMode="1" bRatio="0.0003000" products="-433 323"
2967  <br/>      channel: onMode="1" bRatio="0.0013000" products="-435 211"
2968  <br/>      channel: onMode="1" bRatio="0.0004000" products="441 221"
2969  <br/>      channel: onMode="1" bRatio="0.0008000" products="441 331"
2970  <br/>      channel: onMode="1" bRatio="0.0015000" products="441 333"
2971  <br/>      channel: onMode="1" bRatio="0.0003200" products="443 221"
2972  <br/>      channel: onMode="1" bRatio="0.0000800" products="443 311"
2973  <br/>      channel: onMode="1" bRatio="0.0006400" products="443 331"
2974  <br/>      channel: onMode="1" bRatio="0.0013500" products="443 333"
2975  <br/>      channel: onMode="1" bRatio="0.0002350" products="445 221"
2976  <br/>      channel: onMode="1" bRatio="0.0004650" products="445 331"
2977  <br/>      channel: onMode="1" bRatio="0.0000500" products="10441 221"
2978  <br/>      channel: onMode="1" bRatio="0.0001000" products="10441 331"
2979  <br/>      channel: onMode="1" bRatio="0.0002000" products="10441 333"
2980  <br/>      channel: onMode="1" bRatio="0.0002350" products="10443 221"
2981  <br/>      channel: onMode="1" bRatio="0.0004650" products="10443 331"
2982  <br/>      channel: onMode="1" bRatio="0.0010000" products="10443 333"
2983  <br/>      channel: onMode="1" bRatio="0.0085000" products="20213 -431"
2984  <br/>      channel: onMode="1" bRatio="0.0122000" products="20213 -433"
2985  <br/>      channel: onMode="1" bRatio="0.0008000" products="-20433 211"
2986  <br/>      channel: onMode="1" bRatio="0.0021000" products="-20433 213"
2987  <br/>      channel: onMode="1" bRatio="0.0003000" products="20443 221"
2988  <br/>      channel: onMode="1" bRatio="0.0007000" products="20443 331"
2989  <br/>      channel: onMode="1" bRatio="0.0014000" products="20443 333"
2990  <br/>      channel: onMode="1" bRatio="0.0002000" products="100441 221"
2991  <br/>      channel: onMode="1" bRatio="0.0004000" products="100441 331"
2992  <br/>      channel: onMode="1" bRatio="0.0006000" products="100441 333"
2993  <br/>      channel: onMode="1" bRatio="0.0002350" products="100443 221"
2994  <br/>      channel: onMode="1" bRatio="0.0004650" products="100443 331"
2995  <br/>      channel: onMode="1" bRatio="0.0012000" products="100443 333"
2996  <br/>      channel: onMode="1" bRatio="0.0000023" meMode="11" products="333 11 -11"
2997  <br/>      channel: onMode="1" bRatio="0.0000023" meMode="11" products="333 13 -13"
2998  <br/>      channel: onMode="1" bRatio="0.0007000" products="411 -411 311"
2999  <br/>      channel: onMode="1" bRatio="0.0007000" products="413 -411 311"
3000  <br/>      channel: onMode="1" bRatio="0.0007000" products="421 411 -321"
3001  <br/>      channel: onMode="1" bRatio="0.0007000" products="-421 413 -321"
3002  <br/>      channel: onMode="1" bRatio="0.0096000" products="431 -411 311"
3003  <br/>      channel: onMode="1" bRatio="0.0096000" products="431 421 -321"
3004  <br/>      channel: onMode="1" bRatio="0.0009000" products="-431 211 113"
3005  <br/>      channel: onMode="1" bRatio="0.0009000" products="-431 213 111"
3006  <br/>      channel: onMode="1" bRatio="0.0020000" products="-431 411 311"
3007  <br/>      channel: onMode="1" bRatio="0.0025000" products="-431 411 313"
3008  <br/>      channel: onMode="1" bRatio="0.0050000" products="-431 413 311"
3009  <br/>      channel: onMode="1" bRatio="0.0025000" products="-431 413 313"
3010  <br/>      channel: onMode="1" bRatio="0.0020000" products="-431 421 321"
3011  <br/>      channel: onMode="1" bRatio="0.0025000" products="-431 421 323"
3012  <br/>      channel: onMode="1" bRatio="0.0050000" products="-431 423 321"
3013  <br/>      channel: onMode="1" bRatio="0.0025000" products="-431 423 323"
3014  <br/>      channel: onMode="1" bRatio="0.0096000" products="433 -411 311"
3015  <br/>      channel: onMode="1" bRatio="0.0096000" products="433 -421 -321"
3016  <br/>      channel: onMode="1" bRatio="0.0010000" products="-433 211 113"
3017  <br/>      channel: onMode="1" bRatio="0.0010000" products="-433 213 111"
3018  <br/>      channel: onMode="1" bRatio="0.0050000" products="-433 411 311"
3019  <br/>      channel: onMode="1" bRatio="0.0050000" products="-433 411 313"
3020  <br/>      channel: onMode="1" bRatio="0.0150000" products="-433 413 311"
3021  <br/>      channel: onMode="1" bRatio="0.0030000" products="-433 413 313"
3022  <br/>      channel: onMode="1" bRatio="0.0050000" products="-433 421 321"
3023  <br/>      channel: onMode="1" bRatio="0.0050000" products="-433 421 323"
3024  <br/>      channel: onMode="1" bRatio="0.0150000" products="-433 423 321"
3025  <br/>      channel: onMode="1" bRatio="0.0030000" products="-433 423 323"
3026  <br/>      channel: onMode="1" bRatio="0.0002800" products="441 311 311"
3027  <br/>      channel: onMode="1" bRatio="0.0002800" products="441 321 -321"
3028  <br/>      channel: onMode="1" bRatio="0.0002000" products="443 111 111"
3029  <br/>      channel: onMode="1" bRatio="0.0002000" products="443 211 -211"
3030  <br/>      channel: onMode="1" bRatio="0.0007000" products="443 311 311"
3031  <br/>      channel: onMode="1" bRatio="0.0007000" products="443 321 -321"
3032  <br/>      channel: onMode="1" bRatio="0.0001600" products="445 311 311"
3033  <br/>      channel: onMode="1" bRatio="0.0001600" products="445 321 -321"
3034  <br/>      channel: onMode="1" bRatio="0.0000300" products="10441 311 311"
3035  <br/>      channel: onMode="1" bRatio="0.0000300" products="10441 321 -321"
3036  <br/>      channel: onMode="1" bRatio="0.0001600" products="10443 311 311"
3037  <br/>      channel: onMode="1" bRatio="0.0001600" products="10443 321 -321"
3038  <br/>      channel: onMode="1" bRatio="0.0002600" products="20443 311 311"
3039  <br/>      channel: onMode="1" bRatio="0.0002600" products="20443 321 -321"
3040  <br/>      channel: onMode="1" bRatio="0.0001200" products="100441 311 311"
3041  <br/>      channel: onMode="1" bRatio="0.0001200" products="100441 321 -321"
3042  <br/>      channel: onMode="1" bRatio="0.0002000" products="100443 111 111"
3043  <br/>      channel: onMode="1" bRatio="0.0002000" products="100443 211 -211"
3044  <br/>      channel: onMode="1" bRatio="0.0003000" products="100443 311 311"
3045  <br/>      channel: onMode="1" bRatio="0.0003000" products="100443 321 -321"
3046  <br/>      channel: onMode="1" bRatio="0.0003000" products="411 -411 311 111"
3047  <br/>      channel: onMode="1" bRatio="0.0003000" products="411 -411 -321 211"
3048  <br/>      channel: onMode="1" bRatio="0.0003000" products="413 -411 311 111"
3049  <br/>      channel: onMode="1" bRatio="0.0003000" products="413 -411 -321 211"
3050  <br/>      channel: onMode="1" bRatio="0.0007000" products="-421 411 311 -211"
3051  <br/>      channel: onMode="1" bRatio="0.0007000" products="-421 411 -321 111"
3052  <br/>      channel: onMode="1" bRatio="0.0007000" products="-421 413 311 -211"
3053  <br/>      channel: onMode="1" bRatio="0.0007000" products="-421 413 -321 111"
3054  <br/>      channel: onMode="1" bRatio="0.0024000" products="431 -411 311 111"
3055  <br/>      channel: onMode="1" bRatio="0.0048000" products="431 -411 -321 211"
3056  <br/>      channel: onMode="1" bRatio="0.0048000" products="431 -421 311 -211"
3057  <br/>      channel: onMode="1" bRatio="0.0024000" products="431 -421 -321 111"
3058  <br/>      channel: onMode="1" bRatio="0.0009000" products="-431 211 111 111"
3059  <br/>      channel: onMode="1" bRatio="0.0009000" products="-431 211 211 -211"
3060  <br/>      channel: onMode="1" bRatio="0.0024000" products="433 -411 311 111"
3061  <br/>      channel: onMode="1" bRatio="0.0048000" products="433 -411 -321 211"
3062  <br/>      channel: onMode="1" bRatio="0.0048000" products="433 -421 311 -211"
3063  <br/>      channel: onMode="1" bRatio="0.0024000" products="433 -421 -321 111"
3064  <br/>      channel: onMode="1" bRatio="0.0010000" products="-433 211 111 111"
3065  <br/>      channel: onMode="1" bRatio="0.0077000" products="-433 211 211 -211"
3066  <br/>      channel: onMode="1" bRatio="0.0001000" products="441 221 111 111"
3067  <br/>      channel: onMode="1" bRatio="0.0001000" products="441 221 211 -211"
3068  <br/>      channel: onMode="1" bRatio="0.0002800" products="441 311 311 111"
3069  <br/>      channel: onMode="1" bRatio="0.0002800" products="441 321 -321 111"
3070  <br/>      channel: onMode="1" bRatio="0.0002800" products="441 -321 311 211"
3071  <br/>      channel: onMode="1" bRatio="0.0002000" products="441 331 111 111"
3072  <br/>      channel: onMode="1" bRatio="0.0002000" products="441 331 211 -211"
3073  <br/>      channel: onMode="1" bRatio="0.0004000" products="441 333 111 111"
3074  <br/>      channel: onMode="1" bRatio="0.0004000" products="441 333 211 -211"
3075  <br/>      channel: onMode="1" bRatio="0.0002000" products="443 221 111 111"
3076  <br/>      channel: onMode="1" bRatio="0.0002000" products="443 221 211 -211"
3077  <br/>      channel: onMode="1" bRatio="0.0007000" products="443 311 311 111"
3078  <br/>      channel: onMode="1" bRatio="0.0007000" products="443 321 -321 111"
3079  <br/>      channel: onMode="1" bRatio="0.0007000" products="443 -321 311 211"
3080  <br/>      channel: onMode="1" bRatio="0.0004000" products="443 331 111 111"
3081  <br/>      channel: onMode="1" bRatio="0.0004000" products="443 331 211 -211"
3082  <br/>      channel: onMode="1" bRatio="0.0003900" products="443 333 111 111"
3083  <br/>      channel: onMode="1" bRatio="0.0003900" products="443 333 211 -211"
3084  <br/>      channel: onMode="1" bRatio="0.0001600" products="445 311 311 111"
3085  <br/>      channel: onMode="1" bRatio="0.0001600" products="445 321 -321 111"
3086  <br/>      channel: onMode="1" bRatio="0.0001600" products="445 -321 311 211"
3087  <br/>      channel: onMode="1" bRatio="0.0000300" products="10441 311 311 111"
3088  <br/>      channel: onMode="1" bRatio="0.0000300" products="10441 321 -321 111"
3089  <br/>      channel: onMode="1" bRatio="0.0000300" products="10441 -321 311 211"
3090  <br/>      channel: onMode="1" bRatio="0.0001600" products="10443 311 311 111"
3091  <br/>      channel: onMode="1" bRatio="0.0001600" products="10443 321 -321 111"
3092  <br/>      channel: onMode="1" bRatio="0.0001600" products="10443 -321 311 211"
3093  <br/>      channel: onMode="1" bRatio="0.0001000" products="20443 221 111 111"
3094  <br/>      channel: onMode="1" bRatio="0.0001000" products="20443 221 211 -211"
3095  <br/>      channel: onMode="1" bRatio="0.0002600" products="20443 311 311 111"
3096  <br/>      channel: onMode="1" bRatio="0.0002600" products="20443 321 -321 111"
3097  <br/>      channel: onMode="1" bRatio="0.0002600" products="20443 -321 311 211"
3098  <br/>      channel: onMode="1" bRatio="0.0002000" products="20443 331 111 111"
3099  <br/>      channel: onMode="1" bRatio="0.0002000" products="20443 331 211 -211"
3100  <br/>      channel: onMode="1" bRatio="0.0004000" products="20443 333 111 111"
3101  <br/>      channel: onMode="1" bRatio="0.0004000" products="20443 333 211 -211"
3102  <br/>      channel: onMode="1" bRatio="0.0001200" products="100441 311 311 111"
3103  <br/>      channel: onMode="1" bRatio="0.0001200" products="100441 321 -321 111"
3104  <br/>      channel: onMode="1" bRatio="0.0001200" products="100441 -321 311 211"
3105  <br/>      channel: onMode="1" bRatio="0.0002000" products="100443 221 111 111"
3106  <br/>      channel: onMode="1" bRatio="0.0002000" products="100443 221 211 -211"
3107  <br/>      channel: onMode="1" bRatio="0.0003000" products="100443 311 311 111"
3108  <br/>      channel: onMode="1" bRatio="0.0003000" products="100443 321 -321 111"
3109  <br/>      channel: onMode="1" bRatio="0.0003000" products="100443 -321 311 211"
3110  <br/>      channel: onMode="1" bRatio="0.0004000" products="100443 331 111 111"
3111  <br/>      channel: onMode="1" bRatio="0.0004000" products="100443 331 211 -211"
3112  <br/>      channel: onMode="1" bRatio="0.0003400" products="100443 333 111 111"
3113  <br/>      channel: onMode="1" bRatio="0.0003400" products="100443 333 211 -211"
3114  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="55" products="-3 3"
3115  <br/>      channel: onMode="1" bRatio="0.0200000" meMode="63" products="-4301 2101"
3116  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="63" products="-4303 2103"
3117  <br/>      channel: onMode="1" bRatio="0.0007000" meMode="23" products="1 -1 -1 3"
3118  <br/>      channel: onMode="1" bRatio="0.0016000" meMode="23" products="1 -1 -3 3"
3119  <br/>      channel: onMode="1" bRatio="0.3574344" meMode="23" products="2 -1 -4 3"
3120  <br/>      channel: onMode="1" bRatio="0.0036000" meMode="23" products="2 -2 -1 3"
3121  <br/>      channel: onMode="1" bRatio="0.0020000" meMode="23" products="2 -2 -3 3"
3122  <br/>      channel: onMode="1" bRatio="0.0172000" meMode="23" products="2 -3 -4 3"
3123  <br/>      channel: onMode="1" bRatio="0.0195000" meMode="23" products="2 -4 -1 3"
3124  <br/>      channel: onMode="1" bRatio="0.0009000" meMode="23" products="2 -4 -3 3"
3125  <br/>      channel: onMode="1" bRatio="0.0009000" meMode="23" products="3 -3 -1 3"
3126  <br/>      channel: onMode="1" bRatio="0.0013000" meMode="23" products="3 -3 -3 3"
3127  <br/>      channel: onMode="1" bRatio="0.0070000" meMode="43" products="4 -1 -4 3"
3128  <br/>      channel: onMode="1" bRatio="0.0040000" meMode="23" products="4 -3 -2 3"
3129  <br/>      channel: onMode="2" bRatio="0.0090000" products="433 -431"
3130  <br/>      channel: onMode="2" bRatio="0.0099000" products="-433 431"
3131  <br/>      channel: onMode="3" bRatio="0.0099000" products="433 -431"
3132  <br/>      channel: onMode="3" bRatio="0.0090000" products="-433 431"
3133
3134 <p/>particle: id="533" name="B*_s0" antiName="B*_sbar0" spinType="3" chargeType="0" colType="0"
3135           m0="5.41280"
3136  <br/>      channel: onMode="1" bRatio="1.0000000" products="531 22"
3137
3138 <p/>particle: id="535" name="B*_2s0" antiName="B*_2sbar0" spinType="5" chargeType="0" colType="0"
3139           m0="6.07000" mWidth="0.02000" mMin="5.87000" mMax="6.27000"
3140  <br/>      channel: onMode="1" bRatio="0.1700000" products="513 311"
3141  <br/>      channel: onMode="1" bRatio="0.1700000" products="523 -321"
3142  <br/>      channel: onMode="1" bRatio="0.3300000" products="511 311"
3143  <br/>      channel: onMode="1" bRatio="0.3300000" products="521 -321"
3144
3145 <p/>particle: id="541" name="B_c+" antiName="B_c-" spinType="1" chargeType="3" colType="0"
3146           m0="6.28600" tau0="1.38000e-01"
3147  <br/>      channel: onMode="1" bRatio="0.0160000" products="16 -15"
3148  <br/>      channel: onMode="1" bRatio="0.0034000" meMode="22" products="-11 12 511"
3149  <br/>      channel: onMode="1" bRatio="0.0058000" meMode="22" products="-11 12 513"
3150  <br/>      channel: onMode="1" bRatio="0.0403000" meMode="22" products="-11 12 531"
3151  <br/>      channel: onMode="1" bRatio="0.0506000" meMode="22" products="-11 12 533"
3152  <br/>      channel: onMode="1" bRatio="0.0000400" meMode="22" products="12 -11 421"
3153  <br/>      channel: onMode="1" bRatio="0.0001800" meMode="22" products="12 -11 423"
3154  <br/>      channel: onMode="1" bRatio="0.0075000" meMode="22" products="12 -11 441"
3155  <br/>      channel: onMode="1" bRatio="0.0190000" meMode="22" products="12 -11 443"
3156  <br/>      channel: onMode="1" bRatio="0.0002000" meMode="22" products="12 -11 100441"
3157  <br/>      channel: onMode="1" bRatio="0.0009400" meMode="22" products="12 -11 100443"
3158  <br/>      channel: onMode="1" bRatio="0.0034000" meMode="22" products="-13 14 511"
3159  <br/>      channel: onMode="1" bRatio="0.0058000" meMode="22" products="-13 14 513"
3160  <br/>      channel: onMode="1" bRatio="0.0403000" meMode="22" products="-13 14 531"
3161  <br/>      channel: onMode="1" bRatio="0.0506000" meMode="22" products="-13 14 533"
3162  <br/>      channel: onMode="1" bRatio="0.0000400" meMode="22" products="14 -13 421"
3163  <br/>      channel: onMode="1" bRatio="0.0001800" meMode="22" products="14 -13 423"
3164  <br/>      channel: onMode="1" bRatio="0.0075000" meMode="22" products="14 -13 441"
3165  <br/>      channel: onMode="1" bRatio="0.0190000" meMode="22" products="14 -13 443"
3166  <br/>      channel: onMode="1" bRatio="0.0002000" meMode="22" products="14 -13 100441"
3167  <br/>      channel: onMode="1" bRatio="0.0009400" meMode="22" products="14 -13 100443"
3168  <br/>      channel: onMode="1" bRatio="0.0000200" meMode="22" products="16 -15 421"
3169  <br/>      channel: onMode="1" bRatio="0.0000800" meMode="22" products="16 -15 423"
3170  <br/>      channel: onMode="1" bRatio="0.0023000" meMode="22" products="16 -15 441"
3171  <br/>      channel: onMode="1" bRatio="0.0048000" meMode="22" products="16 -15 443"
3172  <br/>      channel: onMode="1" bRatio="0.0000160" meMode="22" products="16 -15 100441"
3173  <br/>      channel: onMode="1" bRatio="0.0000800" meMode="22" products="16 -15 100443"
3174  <br/>      channel: onMode="1" bRatio="0.0000200" products="211 113"
3175  <br/>      channel: onMode="1" bRatio="0.0000003" products="421 411"
3176  <br/>      channel: onMode="1" bRatio="0.0000004" products="421 413"
3177  <br/>      channel: onMode="1" bRatio="0.0000530" products="-421 411"
3178  <br/>      channel: onMode="1" bRatio="0.0000490" products="-421 413"
3179  <br/>      channel: onMode="1" bRatio="0.0000003" products="423 411"
3180  <br/>      channel: onMode="1" bRatio="0.0000016" products="423 413"
3181  <br/>      channel: onMode="1" bRatio="0.0000750" products="-423 411"
3182  <br/>      channel: onMode="1" bRatio="0.0003300" products="-423 413"
3183  <br/>      channel: onMode="1" bRatio="0.0000066" products="431 421"
3184  <br/>      channel: onMode="1" bRatio="0.0000048" products="431 -421"
3185  <br/>      channel: onMode="1" bRatio="0.0000063" products="431 423"
3186  <br/>      channel: onMode="1" bRatio="0.0000071" products="431 -423"
3187  <br/>      channel: onMode="1" bRatio="0.0000085" products="433 421"
3188  <br/>      channel: onMode="1" bRatio="0.0000045" products="433 -421"
3189  <br/>      channel: onMode="1" bRatio="0.0000404" products="433 423"
3190  <br/>      channel: onMode="1" bRatio="0.0000260" products="433 -423"
3191  <br/>      channel: onMode="1" bRatio="0.0020000" products="441 211"
3192  <br/>      channel: onMode="1" bRatio="0.0042000" products="441 213"
3193  <br/>      channel: onMode="1" bRatio="0.0001300" products="441 321"
3194  <br/>      channel: onMode="1" bRatio="0.0002000" products="441 323"
3195  <br/>      channel: onMode="1" bRatio="0.0001500" products="441 411"
3196  <br/>      channel: onMode="1" bRatio="0.0001000" products="441 413"
3197  <br/>      channel: onMode="1" bRatio="0.0028000" products="441 431"
3198  <br/>      channel: onMode="1" bRatio="0.0027000" products="441 433"
3199  <br/>      channel: onMode="1" bRatio="0.0013000" products="443 211"
3200  <br/>      channel: onMode="1" bRatio="0.0040000" products="443 213"
3201  <br/>      channel: onMode="1" bRatio="0.0001100" products="443 321"
3202  <br/>      channel: onMode="1" bRatio="0.0002200" products="443 323"
3203  <br/>      channel: onMode="1" bRatio="0.0000900" products="443 411"
3204  <br/>      channel: onMode="1" bRatio="0.0002800" products="443 413"
3205  <br/>      channel: onMode="1" bRatio="0.0017000" products="443 431"
3206  <br/>      channel: onMode="1" bRatio="0.0067000" products="443 433"
3207  <br/>      channel: onMode="1" bRatio="0.0106000" products="511 211"
3208  <br/>      channel: onMode="1" bRatio="0.0096000" products="511 213"
3209  <br/>      channel: onMode="1" bRatio="0.0007000" products="511 321"
3210  <br/>      channel: onMode="1" bRatio="0.0001500" products="511 323"
3211  <br/>      channel: onMode="1" bRatio="0.0095000" products="513 211"
3212  <br/>      channel: onMode="1" bRatio="0.0257000" products="513 213"
3213  <br/>      channel: onMode="1" bRatio="0.0005500" products="513 321"
3214  <br/>      channel: onMode="1" bRatio="0.0005800" products="513 323"
3215  <br/>      channel: onMode="1" bRatio="0.0003700" products="521 111"
3216  <br/>      channel: onMode="1" bRatio="0.0003400" products="521 113"
3217  <br/>      channel: onMode="1" bRatio="0.0198000" products="521 311"
3218  <br/>      channel: onMode="1" bRatio="0.0003300" products="523 111"
3219  <br/>      channel: onMode="1" bRatio="0.0009000" products="523 113"
3220  <br/>      channel: onMode="1" bRatio="0.0160000" products="523 311"
3221  <br/>      channel: onMode="1" bRatio="0.1640000" products="531 211"
3222  <br/>      channel: onMode="1" bRatio="0.0720000" products="531 213"
3223  <br/>      channel: onMode="1" bRatio="0.0106000" products="531 321"
3224  <br/>      channel: onMode="1" bRatio="0.0650000" products="533 211"
3225  <br/>      channel: onMode="1" bRatio="0.2020000" products="533 213"
3226  <br/>      channel: onMode="1" bRatio="0.0037000" products="533 321"
3227  <br/>      channel: onMode="1" bRatio="0.0600502" meMode="42" products="4 -3"
3228  <br/>      channel: onMode="2" bRatio="0.0043000" products="521 313"
3229  <br/>      channel: onMode="2" bRatio="0.0167000" products="523 313"
3230  <br/>      channel: onMode="3" bRatio="0.0043000" products="521 -313"
3231  <br/>      channel: onMode="3" bRatio="0.0167000" products="523 -313"
3232
3233 <p/>particle: id="543" name="B*_c+" antiName="B*_c-" spinType="3" chargeType="3" colType="0"
3234           m0="6.34000"
3235  <br/>      channel: onMode="1" bRatio="1.0000000" products="541 22"
3236
3237 <p/>particle: id="545" name="B*_2c+" antiName="B*_2c-" spinType="5" chargeType="3" colType="0"
3238           m0="7.35000" mWidth="0.02000" mMin="7.20000" mMax="7.50000"
3239  <br/>      channel: onMode="1" bRatio="0.3000000" products="511 411"
3240  <br/>      channel: onMode="1" bRatio="0.3000000" products="521 421"
3241  <br/>      channel: onMode="1" bRatio="0.2000000" products="513 411"
3242  <br/>      channel: onMode="1" bRatio="0.2000000" products="523 421"
3243
3244 <p/>particle: id="551" name="eta_b" spinType="1" chargeType="0" colType="0"
3245           m0="9.40000"
3246  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="91" products="21 21"
3247
3248 <p/>particle: id="553" name="Upsilon" spinType="3" chargeType="0" colType="0"
3249           m0="9.46030" mWidth="0.00005" mMin="9.45980" mMax="9.46080"
3250  <br/>      channel: onMode="1" bRatio="0.7757000" meMode="92" products="21 21 21"
3251  <br/>      channel: onMode="1" bRatio="0.0290000" meMode="92" products="22 21 21"
3252  <br/>      channel: onMode="1" bRatio="0.0238000" products="11 -11"
3253  <br/>      channel: onMode="1" bRatio="0.0248000" products="13 -13"
3254  <br/>      channel: onMode="1" bRatio="0.0267000" products="15 -15"
3255  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="91" products="1 -1"
3256  <br/>      channel: onMode="1" bRatio="0.0450000" meMode="91" products="2 -2"
3257  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="91" products="3 -3"
3258  <br/>      channel: onMode="1" bRatio="0.0450000" meMode="91" products="4 -4"
3259
3260 <p/>particle: id="555" name="chi_2b" spinType="5" chargeType="0" colType="0"
3261           m0="9.91221"
3262  <br/>      channel: onMode="1" bRatio="0.2200000" products="553 22"
3263  <br/>      channel: onMode="1" bRatio="0.7800000" meMode="91" products="21 21"
3264
3265 <p/>particle: id="990" name="Pomeron" spinType="0" chargeType="0" colType="0"
3266           m0="0.00000"
3267
3268 <p/>particle: id="1103" name="dd_1" antiName="dd_1bar" spinType="3" chargeType="-2" colType="-1"
3269           m0="0.77133"
3270
3271 <p/>particle: id="1114" name="Delta-" antiName="Deltabar+" spinType="4" chargeType="-3" colType="0"
3272           m0="1.23400" mWidth="0.12100" mMin="1.08000" mMax="1.60000"
3273  <br/>      channel: onMode="1" bRatio="1.0000000" products="2112 -211"
3274
3275 <p/>particle: id="2101" name="ud_0" antiName="ud_0bar" spinType="1" chargeType="1" colType="-1"
3276           m0="0.57933"
3277
3278 <p/>particle: id="2103" name="ud_1" antiName="ud_1bar" spinType="3" chargeType="1" colType="-1"
3279           m0="0.77133"
3280
3281 <p/>particle: id="2112" name="n0" antiName="nbar0" spinType="2" chargeType="0" colType="0"
3282           m0="0.93957" tau0="2.65500e+14"
3283  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="22" products="-12 11 2212"
3284
3285 <p/>particle: id="2114" name="Delta0" antiName="Deltabar0" spinType="4" chargeType="0" colType="0"
3286           m0="1.23300" mWidth="0.11900" mMin="1.08000" mMax="1.60000"
3287  <br/>      channel: onMode="1" bRatio="0.3314000" products="2212 -211"
3288  <br/>      channel: onMode="1" bRatio="0.6630000" products="2112 111"
3289  <br/>      channel: onMode="1" bRatio="0.0056000" products="2112 22"
3290
3291 <p/>particle: id="2203" name="uu_1" antiName="uu_1bar" spinType="3" chargeType="4" colType="-1"
3292           m0="0.77133"
3293
3294 <p/>particle: id="2212" name="p+" antiName="pbar-" spinType="2" chargeType="3" colType="0"
3295           m0="0.93827"
3296
3297 <p/>particle: id="2214" name="Delta+" antiName="Deltabar-" spinType="4" chargeType="3" colType="0"
3298           m0="1.23200" mWidth="0.11700" mMin="1.08000" mMax="1.60000"
3299  <br/>      channel: onMode="1" bRatio="0.6630000" products="2212 111"
3300  <br/>      channel: onMode="1" bRatio="0.3314000" products="2112 211"
3301  <br/>      channel: onMode="1" bRatio="0.0056000" products="2212 22"
3302
3303 <p/>particle: id="2224" name="Delta++" antiName="Deltabar--" spinType="4" chargeType="6" colType="0"
3304           m0="1.23100" mWidth="0.11500" mMin="1.08000" mMax="1.60000"
3305  <br/>      channel: onMode="1" bRatio="1.0000000" products="2212 211"
3306
3307 <p/>particle: id="3101" name="sd_0" antiName="sd_0bar" spinType="1" chargeType="-2" colType="-1"
3308           m0="0.80473"
3309
3310 <p/>particle: id="3103" name="sd_1" antiName="sd_1bar" spinType="3" chargeType="-2" colType="-1"
3311           m0="0.92953"
3312
3313 <p/>particle: id="3112" name="Sigma-" antiName="Sigmabar+" spinType="2" chargeType="-3" colType="0"
3314           m0="1.19745" tau0="4.43400e+01"
3315  <br/>      channel: onMode="1" bRatio="0.9984760" products="2112 -211"
3316  <br/>      channel: onMode="1" bRatio="0.0010170" meMode="22" products="-12 11 2112"
3317  <br/>      channel: onMode="1" bRatio="0.0004500" meMode="22" products="-14 13 2112"
3318  <br/>      channel: onMode="1" bRatio="0.0000570" meMode="22" products="-12 11 3122"
3319
3320 <p/>particle: id="3114" name="Sigma*-" antiName="Sigma*bar+" spinType="4" chargeType="-3" colType="0"
3321           m0="1.38720" mWidth="0.03940" mMin="1.34000" mMax="1.70000"
3322  <br/>      channel: onMode="1" bRatio="0.8800000" products="3122 -211"
3323  <br/>      channel: onMode="1" bRatio="0.0600000" products="3212 -211"
3324  <br/>      channel: onMode="1" bRatio="0.0600000" products="3112 111"
3325
3326 <p/>particle: id="3122" name="Lambda0" antiName="Lambdabar0" spinType="2" chargeType="0" colType="0"
3327           m0="1.11568" tau0="7.89000e+01"
3328  <br/>      channel: onMode="1" bRatio="0.6391610" products="2212 -211"
3329  <br/>      channel: onMode="1" bRatio="0.3581000" products="2112 111"
3330  <br/>      channel: onMode="1" bRatio="0.0017500" products="2112 22"
3331  <br/>      channel: onMode="1" bRatio="0.0008320" meMode="22" products="-12 11 2212"
3332  <br/>      channel: onMode="1" bRatio="0.0001570" meMode="22" products="-14 13 2212"
3333
3334 <p/>particle: id="3124" name="Lambda(1520)0" antiName="Lambda(1520)bar0" spinType="4" chargeType="0" colType="0"
3335           m0="1.51950" mWidth="0.01560" mMin="1.40000" mMax="1.65000"
3336  <br/>      channel: onMode="1" bRatio="0.2300000" products="2212 -321"
3337  <br/>      channel: onMode="1" bRatio="0.2300000" products="2112 -311"
3338  <br/>      channel: onMode="1" bRatio="0.1400000" products="3222 -211"
3339  <br/>      channel: onMode="1" bRatio="0.1400000" products="3112 211"
3340  <br/>      channel: onMode="1" bRatio="0.1400000" products="3212 111"
3341  <br/>      channel: onMode="1" bRatio="0.0333000" products="3122 111 111"
3342  <br/>      channel: onMode="1" bRatio="0.0667000" products="3122 211 -211"
3343  <br/>      channel: onMode="1" bRatio="0.0030000" products="3222 -211 111"
3344  <br/>      channel: onMode="1" bRatio="0.0030000" products="3112 211 111"
3345  <br/>      channel: onMode="1" bRatio="0.0010000" products="3212 111 111"
3346  <br/>      channel: onMode="1" bRatio="0.0020000" products="3212 211 -211"
3347  <br/>      channel: onMode="1" bRatio="0.0110000" products="3122 22"
3348
3349 <p/>particle: id="3201" name="su_0" antiName="su_0bar" spinType="1" chargeType="1" colType="-1"
3350           m0="0.80473"
3351
3352 <p/>particle: id="3203" name="su_1" antiName="su_1bar" spinType="3" chargeType="1" colType="-1"
3353           m0="0.92953"
3354
3355 <p/>particle: id="3212" name="Sigma0" antiName="Sigmabar0" spinType="2" chargeType="0" colType="0"
3356           m0="1.19264"
3357  <br/>      channel: onMode="1" bRatio="0.9950000" products="3122 22"
3358  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="11" products="3122 11 -11"
3359
3360 <p/>particle: id="3214" name="Sigma*0" antiName="Sigma*bar0" spinType="4" chargeType="0" colType="0"
3361           m0="1.38370" mWidth="0.03600" mMin="1.34000" mMax="1.70000"
3362  <br/>      channel: onMode="1" bRatio="0.8700000" products="3122 111"
3363  <br/>      channel: onMode="1" bRatio="0.0585000" products="3222 -211"
3364  <br/>      channel: onMode="1" bRatio="0.0585000" products="3112 211"
3365  <br/>      channel: onMode="1" bRatio="0.0130000" products="3122 22"
3366
3367 <p/>particle: id="3222" name="Sigma+" antiName="Sigmabar-" spinType="2" chargeType="3" colType="0"
3368           m0="1.18937" tau0="2.40400e+01"
3369  <br/>      channel: onMode="1" bRatio="0.5156700" products="2212 111"
3370  <br/>      channel: onMode="1" bRatio="0.4830800" products="2112 211"
3371  <br/>      channel: onMode="1" bRatio="0.0012300" products="2212 22"
3372  <br/>      channel: onMode="1" bRatio="0.0000200" meMode="22" products="-11 12 3122"
3373
3374 <p/>particle: id="3224" name="Sigma*+" antiName="Sigma*bar-" spinType="4" chargeType="3" colType="0"
3375           m0="1.38280" mWidth="0.03580" mMin="1.34000" mMax="1.70000"
3376  <br/>      channel: onMode="1" bRatio="0.8800000" products="3122 211"
3377  <br/>      channel: onMode="1" bRatio="0.0600000" products="3222 111"
3378  <br/>      channel: onMode="1" bRatio="0.0600000" products="3212 211"
3379
3380 <p/>particle: id="3303" name="ss_1" antiName="ss_1bar" spinType="3" chargeType="-2" colType="-1"
3381           m0="1.09361"
3382
3383 <p/>particle: id="3312" name="Xi-" antiName="Xibar+" spinType="2" chargeType="-3" colType="0"
3384           m0="1.32131" tau0="4.91000e+01"
3385  <br/>      channel: onMode="1" bRatio="0.9988730" products="3122 -211"
3386  <br/>      channel: onMode="1" bRatio="0.0001270" products="3112 22"
3387  <br/>      channel: onMode="1" bRatio="0.0005630" meMode="22" products="-12 11 3122"
3388  <br/>      channel: onMode="1" bRatio="0.0003500" meMode="22" products="-14 13 3122"
3389  <br/>      channel: onMode="1" bRatio="0.0000870" meMode="22" products="-12 11 3212"
3390
3391 <p/>particle: id="3314" name="Xi*-" antiName="Xi*bar+" spinType="4" chargeType="-3" colType="0"
3392           m0="1.53500" mWidth="0.00990" mMin="1.46000" mMax="1.63000"
3393  <br/>      channel: onMode="1" bRatio="0.6670000" products="3322 -211"
3394  <br/>      channel: onMode="1" bRatio="0.3330000" products="3312 111"
3395
3396 <p/>particle: id="3322" name="Xi0" antiName="Xibar0" spinType="2" chargeType="0" colType="0"
3397           m0="1.31483" tau0="8.71000e+01"
3398  <br/>      channel: onMode="1" bRatio="0.9952250" products="3122 111"
3399  <br/>      channel: onMode="1" bRatio="0.0011700" products="3122 22"
3400  <br/>      channel: onMode="1" bRatio="0.0033300" products="3212 22"
3401  <br/>      channel: onMode="1" bRatio="0.0002700" meMode="22" products="-12 11 3222"
3402  <br/>      channel: onMode="1" bRatio="0.0000050" meMode="22" products="-14 13 3222"
3403
3404 <p/>particle: id="3324" name="Xi*0" antiName="Xi*bar0" spinType="4" chargeType="0" colType="0"
3405           m0="1.53180" mWidth="0.00910" mMin="1.46000" mMax="1.63000"
3406  <br/>      channel: onMode="1" bRatio="0.3330000" products="3322 111"
3407  <br/>      channel: onMode="1" bRatio="0.6670000" products="3312 211"
3408
3409 <p/>particle: id="3334" name="Omega-" antiName="Omegabar+" spinType="4" chargeType="-3" colType="0"
3410           m0="1.67245" tau0="2.46100e+01"
3411  <br/>      channel: onMode="1" bRatio="0.6737600" products="3122 -321"
3412  <br/>      channel: onMode="1" bRatio="0.2340000" products="3322 -211"
3413  <br/>      channel: onMode="1" bRatio="0.0860000" products="3312 111"
3414  <br/>      channel: onMode="1" bRatio="0.0006400" products="3324 -211"
3415  <br/>      channel: onMode="1" bRatio="0.0056000" meMode="22" products="-12 11 3322"
3416
3417 <p/>particle: id="4101" name="cd_0" antiName="cd_0bar" spinType="1" chargeType="1" colType="-1"
3418           m0="1.96908"
3419
3420 <p/>particle: id="4103" name="cd_1" antiName="cd_1bar" spinType="3" chargeType="1" colType="-1"
3421           m0="2.00808"
3422
3423 <p/>particle: id="4112" name="Sigma_c0" antiName="Sigma_cbar0" spinType="2" chargeType="0" colType="0"
3424           m0="2.45376" mWidth="0.00220" mMin="2.43176" mMax="2.47576"
3425  <br/>      channel: onMode="1" bRatio="1.0000000" products="4122 -211"
3426
3427 <p/>particle: id="4114" name="Sigma*_c0" antiName="Sigma*_cbar0" spinType="4" chargeType="0" colType="0"
3428           m0="2.51800" mWidth="0.01610" mMin="2.43000" mMax="2.68000"
3429  <br/>      channel: onMode="1" bRatio="1.0000000" products="4122 -211"
3430
3431 <p/>particle: id="4122" name="Lambda_c+" antiName="Lambda_cbar-" spinType="2" chargeType="3" colType="0"
3432           m0="2.28646" tau0="5.99000e-02"
3433  <br/>      channel: onMode="1" bRatio="0.0030000" meMode="22" products="-11 12 2112"
3434  <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="-11 12 2114"
3435  <br/>      channel: onMode="1" bRatio="0.0180000" meMode="22" products="-11 12 3122"
3436  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-11 12 3212"
3437  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-11 12 3214"
3438  <br/>      channel: onMode="1" bRatio="0.0030000" meMode="22" products="-13 14 2112"
3439  <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="-13 14 2114"
3440  <br/>      channel: onMode="1" bRatio="0.0180000" meMode="22" products="-13 14 3122"
3441  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-13 14 3212"
3442  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-13 14 3214"
3443  <br/>      channel: onMode="1" bRatio="0.0060000" meMode="22" products="-11 12 2112 111"
3444  <br/>      channel: onMode="1" bRatio="0.0060000" meMode="22" products="-11 12 2212 -211"
3445  <br/>      channel: onMode="1" bRatio="0.0060000" meMode="22" products="-13 14 2112 111"
3446  <br/>      channel: onMode="1" bRatio="0.0060000" meMode="22" products="-13 14 2212 -211"
3447  <br/>      channel: onMode="1" bRatio="0.0030000" products="2112 211"
3448  <br/>      channel: onMode="1" bRatio="0.0030000" products="2112 213"
3449  <br/>      channel: onMode="1" bRatio="0.0030000" products="2114 211"
3450  <br/>      channel: onMode="1" bRatio="0.0030000" products="2114 213"
3451  <br/>      channel: onMode="1" bRatio="0.0020000" products="2212 111"
3452  <br/>      channel: onMode="1" bRatio="0.0020000" products="2212 113"
3453  <br/>      channel: onMode="1" bRatio="0.0010000" products="2212 221"
3454  <br/>      channel: onMode="1" bRatio="0.0020000" products="2212 223"
3455  <br/>      channel: onMode="1" bRatio="0.0230000" products="2212 311"
3456  <br/>      channel: onMode="1" bRatio="0.0400000" products="2212 -313"
3457  <br/>      channel: onMode="1" bRatio="0.0010000" products="2212 331"
3458  <br/>      channel: onMode="1" bRatio="0.0013000" products="2212 333"
3459  <br/>      channel: onMode="1" bRatio="0.0010000" products="2214 111"
3460  <br/>      channel: onMode="1" bRatio="0.0010000" products="2214 113"
3461  <br/>      channel: onMode="1" bRatio="0.0010000" products="2214 221"
3462  <br/>      channel: onMode="1" bRatio="0.0010000" products="2214 223"
3463  <br/>      channel: onMode="1" bRatio="0.0050000" products="2214 311"
3464  <br/>      channel: onMode="1" bRatio="0.0050000" products="2214 -313"
3465  <br/>      channel: onMode="1" bRatio="0.0010000" products="2214 331"
3466  <br/>      channel: onMode="1" bRatio="0.0010000" products="2224 -211"
3467  <br/>      channel: onMode="1" bRatio="0.0010000" products="2224 -213"
3468  <br/>      channel: onMode="1" bRatio="0.0066000" products="2224 -321"
3469  <br/>      channel: onMode="1" bRatio="0.0250000" products="2224 -323"
3470  <br/>      channel: onMode="1" bRatio="0.0058000" products="3122 211"
3471  <br/>      channel: onMode="1" bRatio="0.0050000" products="3122 213"
3472  <br/>      channel: onMode="1" bRatio="0.0050000" products="3122 321"
3473  <br/>      channel: onMode="1" bRatio="0.0050000" products="3122 323"
3474  <br/>      channel: onMode="1" bRatio="0.0055000" products="3212 211"
3475  <br/>      channel: onMode="1" bRatio="0.0040000" products="3212 213"
3476  <br/>      channel: onMode="1" bRatio="0.0020000" products="3212 321"
3477  <br/>      channel: onMode="1" bRatio="0.0020000" products="3212 323"
3478  <br/>      channel: onMode="1" bRatio="0.0040000" products="3214 211"
3479  <br/>      channel: onMode="1" bRatio="0.0040000" products="3214 213"
3480  <br/>      channel: onMode="1" bRatio="0.0010000" products="3214 321"
3481  <br/>      channel: onMode="1" bRatio="0.0010000" products="3214 323"
3482  <br/>      channel: onMode="1" bRatio="0.0040000" products="3222 111"
3483  <br/>      channel: onMode="1" bRatio="0.0040000" products="3222 113"
3484  <br/>      channel: onMode="1" bRatio="0.0020000" products="3222 221"
3485  <br/>      channel: onMode="1" bRatio="0.0040000" products="3222 223"
3486  <br/>      channel: onMode="1" bRatio="0.0020000" products="3222 311"
3487  <br/>      channel: onMode="1" bRatio="0.0020000" products="3222 313"
3488  <br/>      channel: onMode="1" bRatio="0.0020000" products="3222 331"
3489  <br/>      channel: onMode="1" bRatio="0.0030000" products="3224 111"
3490  <br/>      channel: onMode="1" bRatio="0.0030000" products="3224 113"
3491  <br/>      channel: onMode="1" bRatio="0.0020000" products="3224 221"
3492  <br/>      channel: onMode="1" bRatio="0.0030000" products="3224 223"
3493  <br/>      channel: onMode="1" bRatio="0.0010000" products="3224 311"
3494  <br/>      channel: onMode="1" bRatio="0.0010000" products="3224 313"
3495  <br/>      channel: onMode="1" bRatio="0.0020000" products="3322 321"
3496  <br/>      channel: onMode="1" bRatio="0.0020000" products="3322 323"
3497  <br/>      channel: onMode="1" bRatio="0.0020000" products="3324 321"
3498  <br/>      channel: onMode="1" bRatio="0.0018000" products="9010221 2212"
3499  <br/>      channel: onMode="1" bRatio="0.0300000" meMode="43" products="1 2203"
3500  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="43" products="2 2101"
3501  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="43" products="2 2103"
3502  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="43" products="2 3201"
3503  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="43" products="2 3203"
3504  <br/>      channel: onMode="1" bRatio="0.0950000" meMode="43" products="3 2203"
3505  <br/>      channel: onMode="1" bRatio="0.0350000" meMode="43" products="2 -1 1 2101"
3506  <br/>      channel: onMode="1" bRatio="0.1300000" meMode="43" products="2 -1 1 3201"
3507  <br/>      channel: onMode="1" bRatio="0.0570000" meMode="43" products="2 -1 1 3203"
3508  <br/>      channel: onMode="1" bRatio="0.0350000" meMode="43" products="2 -3 1 3201"
3509
3510 <p/>particle: id="4124" name="Lambda_c(2625)+" antiName="Lambda_c(2625)-" spinType="4" chargeType="3" colType="0"
3511           m0="2.62810"
3512  <br/>      channel: onMode="1" bRatio="0.6600000" products="4122 211 -211"
3513  <br/>      channel: onMode="1" bRatio="0.3300000" products="4122 111"
3514  <br/>      channel: onMode="1" bRatio="0.0100000" products="4122 22"
3515
3516 <p/>particle: id="4132" name="Xi_c0" antiName="Xi_cbar0" spinType="2" chargeType="0" colType="0"
3517           m0="2.47100" tau0="3.36000e-02"
3518  <br/>      channel: onMode="1" bRatio="0.0200000" meMode="22" products="-11 12 3 3101"
3519  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-11 12 3 3103"
3520  <br/>      channel: onMode="1" bRatio="0.0200000" meMode="22" products="-13 14 3 3101"
3521  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-13 14 3 3103"
3522  <br/>      channel: onMode="1" bRatio="0.5400000" meMode="42" products="2 -1 3 3101"
3523  <br/>      channel: onMode="1" bRatio="0.2100000" meMode="42" products="3 3201"
3524  <br/>      channel: onMode="1" bRatio="0.1000000" meMode="42" products="3 3203"
3525  <br/>      channel: onMode="1" bRatio="0.1000000" meMode="42" products="2 3303"
3526
3527 <p/>particle: id="4201" name="cu_0" antiName="cu_0bar" spinType="1" chargeType="4" colType="-1"
3528           m0="1.96908"
3529
3530 <p/>particle: id="4203" name="cu_1" antiName="cu_1bar" spinType="3" chargeType="4" colType="-1"
3531           m0="2.00808"
3532
3533 <p/>particle: id="4212" name="Sigma_c+" antiName="Sigma_cbar-" spinType="2" chargeType="3" colType="0"
3534           m0="2.45290" mWidth="0.00220" mMin="2.43090" mMax="2.47490"
3535  <br/>      channel: onMode="1" bRatio="1.0000000" products="4122 111"
3536
3537 <p/>particle: id="4214" name="Sigma*_c+" antiName="Sigma*_cbar-" spinType="4" chargeType="3" colType="0"
3538           m0="2.51750" mWidth="0.01550" mMin="2.43000" mMax="2.68000"
3539  <br/>      channel: onMode="1" bRatio="1.0000000" products="4122 111"
3540
3541 <p/>particle: id="4222" name="Sigma_c++" antiName="Sigma_cbar--" spinType="2" chargeType="6" colType="0"
3542           m0="2.45402" mWidth="0.00220" mMin="2.43202" mMax="2.47602"
3543  <br/>      channel: onMode="1" bRatio="1.0000000" products="4122 211"
3544
3545 <p/>particle: id="4224" name="Sigma*_c++" antiName="Sigma*_cbar--" spinType="4" chargeType="6" colType="0"
3546           m0="2.51840" mWidth="0.01490" mMin="2.43000" mMax="2.68000"
3547  <br/>      channel: onMode="1" bRatio="1.0000000" products="4122 211"
3548
3549 <p/>particle: id="4232" name="Xi_c+" antiName="Xi_cbar-" spinType="2" chargeType="3" colType="0"
3550           m0="2.46790" tau0="1.32000e-01"
3551  <br/>      channel: onMode="1" bRatio="0.0280000" meMode="22" products="-11 12 3 3201"
3552  <br/>      channel: onMode="1" bRatio="0.0070000" meMode="22" products="-11 12 3 3203"
3553  <br/>      channel: onMode="1" bRatio="0.0280000" meMode="22" products="-13 14 3 3201"
3554  <br/>      channel: onMode="1" bRatio="0.0070000" meMode="22" products="-13 14 3 3203"
3555  <br/>      channel: onMode="1" bRatio="0.9300000" meMode="42" products="2 -1 3 3201"
3556
3557 <p/>particle: id="4301" name="cs_0" antiName="cs_0bar" spinType="1" chargeType="1" colType="-1"
3558           m0="2.15432"
3559
3560 <p/>particle: id="4303" name="cs_1" antiName="cs_1bar" spinType="3" chargeType="1" colType="-1"
3561           m0="2.17967"
3562
3563 <p/>particle: id="4312" name="Xi'_c0" antiName="Xi'_cbar0" spinType="2" chargeType="0" colType="0"
3564           m0="2.57800"
3565  <br/>      channel: onMode="1" bRatio="1.0000000" products="4132 22"
3566
3567 <p/>particle: id="4314" name="Xi*_c0" antiName="Xi*_cbar0" spinType="4" chargeType="0" colType="0"
3568           m0="2.64610"
3569  <br/>      channel: onMode="1" bRatio="0.5000000" products="4132 111"
3570  <br/>      channel: onMode="1" bRatio="0.5000000" products="4132 22"
3571
3572 <p/>particle: id="4322" name="Xi'_c+" antiName="Xi'_cbar-" spinType="2" chargeType="3" colType="0"
3573           m0="2.57570"
3574  <br/>      channel: onMode="1" bRatio="1.0000000" products="4232 22"
3575
3576 <p/>particle: id="4324" name="Xi*_c+" antiName="Xi*_cbar-" spinType="4" chargeType="3" colType="0"
3577           m0="2.64660"
3578  <br/>      channel: onMode="1" bRatio="0.5000000" products="4232 111"
3579  <br/>      channel: onMode="1" bRatio="0.5000000" products="4232 22"
3580
3581 <p/>particle: id="4332" name="Omega_c0" antiName="Omega_cbar0" spinType="2" chargeType="0" colType="0"
3582           m0="2.69750" tau0="2.10000e-02"
3583  <br/>      channel: onMode="1" bRatio="0.0180000" meMode="22" products="-11 12 3 3303"
3584  <br/>      channel: onMode="1" bRatio="0.0180000" meMode="22" products="-13 14 3 3303"
3585  <br/>      channel: onMode="1" bRatio="0.9640000" meMode="42" products="2 -1 3 3303"
3586
3587 <p/>particle: id="4334" name="Omega*_c0" antiName="Omega*_cbar0" spinType="4" chargeType="0" colType="0"
3588           m0="2.80000"
3589  <br/>      channel: onMode="1" bRatio="1.0000000" products="4332 22"
3590
3591 <p/>particle: id="4403" name="cc_1" antiName="cc_1bar" spinType="3" chargeType="4" colType="-1"
3592           m0="3.27531"
3593
3594 <p/>particle: id="4412" name="Xi_cc+" antiName="Xi_ccbar-" spinType="2" chargeType="3" colType="0"
3595           m0="3.59798" tau0="1.00000e-01"
3596  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
3597  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
3598  <br/>      channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
3599  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
3600
3601 <p/>particle: id="4414" name="Xi*_cc+" antiName="Xi*_ccbar-" spinType="4" chargeType="3" colType="0"
3602           m0="3.65648" tau0="1.00000e-01"
3603  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
3604  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
3605  <br/>      channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
3606  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
3607
3608 <p/>particle: id="4422" name="Xi_cc++" antiName="Xi_ccbar--" spinType="2" chargeType="6" colType="0"
3609           m0="3.59798" tau0="1.00000e-01"
3610  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
3611  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
3612  <br/>      channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
3613  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
3614
3615 <p/>particle: id="4424" name="Xi*_cc++" antiName="Xi*_ccbar--" spinType="4" chargeType="6" colType="0"
3616           m0="3.65648" tau0="1.00000e-01"
3617  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
3618  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
3619  <br/>      channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
3620  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
3621
3622 <p/>particle: id="4432" name="Omega_cc+" antiName="Omega_ccbar-" spinType="2" chargeType="3" colType="0"
3623           m0="3.78663" tau0="1.00000e-01"
3624  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
3625  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
3626  <br/>      channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
3627  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
3628
3629 <p/>particle: id="4434" name="Omega*_cc+" antiName="Omega*_ccbar-" spinType="4" chargeType="3" colType="0"
3630           m0="3.82466" tau0="1.00000e-01"
3631  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
3632  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
3633  <br/>      channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
3634  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
3635
3636 <p/>particle: id="4444" name="Omega*_ccc++" antiName="Omega*_cccbar--" spinType="4" chargeType="6" colType="0"
3637           m0="4.91594" tau0="1.00000e-01"
3638  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"
3639  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"
3640  <br/>      channel: onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"
3641  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"
3642
3643 <p/>particle: id="5101" name="bd_0" antiName="bd_0bar" spinType="1" chargeType="-2" colType="-1"
3644           m0="5.38897"
3645
3646 <p/>particle: id="5103" name="bd_1" antiName="bd_1bar" spinType="3" chargeType="-2" colType="-1"
3647           m0="5.40145"
3648
3649 <p/>particle: id="5112" name="Sigma_b-" antiName="Sigma_bbar+" spinType="2" chargeType="-3" colType="0"
3650           m0="5.80000"
3651  <br/>      channel: onMode="1" bRatio="1.0000000" products="5122 -211"
3652
3653 <p/>particle: id="5114" name="Sigma*_b-" antiName="Sigma*_bbar+" spinType="4" chargeType="-3" colType="0"
3654           m0="5.81000"
3655  <br/>      channel: onMode="1" bRatio="1.0000000" products="5122 -211"
3656
3657 <p/>particle: id="5122" name="Lambda_b0" antiName="Lambda_bbar0" spinType="2" chargeType="0" colType="0"
3658           m0="5.62400" tau0="3.69000e-01"
3659  <br/>      channel: onMode="1" bRatio="0.0546000" meMode="22" products="-12 11 4122"
3660  <br/>      channel: onMode="1" bRatio="0.0096000" meMode="22" products="-12 11 4124"
3661  <br/>      channel: onMode="1" bRatio="0.0128000" meMode="22" products="-12 11 14122"
3662  <br/>      channel: onMode="1" bRatio="0.0546000" meMode="22" products="-14 13 4122"
3663  <br/>      channel: onMode="1" bRatio="0.0096000" meMode="22" products="-14 13 4124"
3664  <br/>      channel: onMode="1" bRatio="0.0128000" meMode="22" products="-14 13 14122"
3665  <br/>      channel: onMode="1" bRatio="0.0172000" meMode="22" products="-16 15 4122"
3666  <br/>      channel: onMode="1" bRatio="0.0032000" meMode="22" products="-16 15 4124"
3667  <br/>      channel: onMode="1" bRatio="0.0043000" meMode="22" products="-16 15 14122"
3668  <br/>      channel: onMode="1" bRatio="0.0008000" products="2112 421"
3669  <br/>      channel: onMode="1" bRatio="0.0000048" products="2212 -211"
3670  <br/>      channel: onMode="1" bRatio="0.0000185" products="2212 -321"
3671  <br/>      channel: onMode="1" bRatio="0.0000650" products="3122 22"
3672  <br/>      channel: onMode="1" bRatio="0.0000050" products="3122 113"
3673  <br/>      channel: onMode="1" bRatio="0.0000200" products="3122 333"
3674  <br/>      channel: onMode="1" bRatio="0.0008000" products="3122 -421"
3675  <br/>      channel: onMode="1" bRatio="0.0010000" products="3122 441"
3676  <br/>      channel: onMode="1" bRatio="0.0004700" products="3122 443"
3677  <br/>      channel: onMode="1" bRatio="0.0000590" products="3124 22"
3678  <br/>      channel: onMode="1" bRatio="0.0006000" products="4112 111"
3679  <br/>      channel: onMode="1" bRatio="0.0004000" products="4112 221"
3680  <br/>      channel: onMode="1" bRatio="0.0005000" products="4112 331"
3681  <br/>      channel: onMode="1" bRatio="0.0400000" products="4122 -211"
3682  <br/>      channel: onMode="1" bRatio="0.0100000" products="4122 -213"
3683  <br/>      channel: onMode="1" bRatio="0.0005500" products="4122 -321"
3684  <br/>      channel: onMode="1" bRatio="0.0220000" products="4122 -431"
3685  <br/>      channel: onMode="1" bRatio="0.0440000" products="4122 -433"
3686  <br/>      channel: onMode="1" bRatio="0.0003000" products="4132 311"
3687  <br/>      channel: onMode="1" bRatio="0.0006000" products="4212 -211"
3688  <br/>      channel: onMode="1" bRatio="0.0005000" products="4312 311"
3689  <br/>      channel: onMode="1" bRatio="0.0200000" products="-20213 4122"
3690  <br/>      channel: onMode="1" bRatio="0.0000570" products="23122 22"
3691  <br/>      channel: onMode="1" bRatio="0.0000560" products="33122 22"
3692  <br/>      channel: onMode="1" bRatio="0.0003800" products="100443 3122"
3693  <br/>      channel: onMode="1" bRatio="0.0220000" products="4122 211 -211 -211"
3694  <br/>      channel: onMode="1" bRatio="0.0200000" products="3122 311 211 211 -211 -211"
3695  <br/>      channel: onMode="1" bRatio="0.0120000" meMode="22" products="-2 1 2 2101"
3696  <br/>      channel: onMode="1" bRatio="0.4411147" meMode="23" products="-2 1 4 2101"
3697  <br/>      channel: onMode="1" bRatio="0.0910000" meMode="43" products="-2 4 1 2101"
3698  <br/>      channel: onMode="1" bRatio="0.0120000" meMode="22" products="-4 3 2 2101"
3699  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="43" products="-4 3 4 2101"
3700
3701 <p/>particle: id="5132" name="Xi_b-" antiName="Xi_bbar+" spinType="2" chargeType="-3" colType="0"
3702           m0="5.84000" tau0="3.64000e-01"
3703  <br/>      channel: onMode="1" bRatio="0.1080010" meMode="22" products="-12 11 4 3101"
3704  <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="-12 11 2 3101"
3705  <br/>      channel: onMode="1" bRatio="0.1080000" meMode="22" products="-14 13 4 3101"
3706  <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="-14 13 2 3101"
3707  <br/>      channel: onMode="1" bRatio="0.0250000" meMode="22" products="-16 15 4 3101"
3708  <br/>      channel: onMode="1" bRatio="0.0010000" meMode="22" products="-16 15 4 3101"
3709  <br/>      channel: onMode="1" bRatio="0.0010000" products="443 3312"
3710  <br/>      channel: onMode="1" bRatio="0.0004370" products="100443 3312"
3711  <br/>      channel: onMode="1" bRatio="0.0004710" products="20443 3312"
3712  <br/>      channel: onMode="1" bRatio="0.0000900" products="445 3312"
3713  <br/>      channel: onMode="1" bRatio="0.0004900" products="441 3312"
3714  <br/>      channel: onMode="1" bRatio="0.0015000" products="443 3314"
3715  <br/>      channel: onMode="1" bRatio="0.0006560" products="100443 3314"
3716  <br/>      channel: onMode="1" bRatio="0.0007060" products="20443 3314"
3717  <br/>      channel: onMode="1" bRatio="0.0001350" products="445 3314"
3718  <br/>      channel: onMode="1" bRatio="0.0007350" products="441 3314"
3719  <br/>      channel: onMode="1" bRatio="0.0012000" products="443 -321 3122"
3720  <br/>      channel: onMode="1" bRatio="0.0005240" products="100443 -321 3122"
3721  <br/>      channel: onMode="1" bRatio="0.0005650" products="20443 -321 3122"
3722  <br/>      channel: onMode="1" bRatio="0.0001080" products="445 -321 3122"
3723  <br/>      channel: onMode="1" bRatio="0.0005880" products="441 -321 3122"
3724  <br/>      channel: onMode="1" bRatio="0.0006000" products="443 -311 3112"
3725  <br/>      channel: onMode="1" bRatio="0.0002620" products="100443 -311 3112"
3726  <br/>      channel: onMode="1" bRatio="0.0002830" products="20443 -311 3112"
3727  <br/>      channel: onMode="1" bRatio="0.0000540" products="445 -311 3112"
3728  <br/>      channel: onMode="1" bRatio="0.0002940" products="441 -311 3112"
3729  <br/>      channel: onMode="1" bRatio="0.0038200" meMode="43" products="443 3 3101"
3730  <br/>      channel: onMode="1" bRatio="0.0016690" meMode="43" products="100443 3 3101"
3731  <br/>      channel: onMode="1" bRatio="0.0017990" meMode="43" products="20443 3 3101"
3732  <br/>      channel: onMode="1" bRatio="0.0003440" meMode="43" products="445 3 3101"
3733  <br/>      channel: onMode="1" bRatio="0.0018720" meMode="43" products="441 3 3101"
3734  <br/>      channel: onMode="1" bRatio="0.1096770" meMode="22" products="-2 1 4 3101"
3735  <br/>      channel: onMode="1" bRatio="0.2632250" meMode="22" products="-2 4 1 3101"
3736  <br/>      channel: onMode="1" bRatio="0.0658060" meMode="42" products="-2 1 4 3101"
3737  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 1 3101"
3738  <br/>      channel: onMode="1" bRatio="0.0057720" meMode="22" products="-2 3 4 3101"
3739  <br/>      channel: onMode="1" bRatio="0.0138540" meMode="22" products="-2 4 3 3101"
3740  <br/>      channel: onMode="1" bRatio="0.0034630" meMode="42" products="-2 3 4 3101"
3741  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 3 3101"
3742  <br/>      channel: onMode="1" bRatio="0.0090000" meMode="22" products="-2 1 2 3101"
3743  <br/>      channel: onMode="1" bRatio="0.0060000" meMode="22" products="-2 2 1 3101"
3744  <br/>      channel: onMode="1" bRatio="0.0230000" meMode="63" products="-431 4 3101"
3745  <br/>      channel: onMode="1" bRatio="0.0230000" meMode="63" products="-433 4 3101"
3746  <br/>      channel: onMode="1" bRatio="0.0130000" products="-431 4132"
3747  <br/>      channel: onMode="1" bRatio="0.0090000" products="-431 4314"
3748  <br/>      channel: onMode="1" bRatio="0.0090000" products="-433 4132"
3749  <br/>      channel: onMode="1" bRatio="0.0230000" products="-433 4314"
3750  <br/>      channel: onMode="1" bRatio="0.0080000" meMode="22" products="-421 -321 4 3101"
3751  <br/>      channel: onMode="1" bRatio="0.0080000" meMode="22" products="-411 -311 4 3101"
3752  <br/>      channel: onMode="1" bRatio="0.0320000" meMode="22" products="-423 -321 4 3101"
3753  <br/>      channel: onMode="1" bRatio="0.0320000" meMode="22" products="-413 -311 4 3101"
3754  <br/>      channel: onMode="1" bRatio="0.0770000" meMode="42" products="4122 -2203 3101"
3755
3756 <p/>particle: id="5142" name="Xi_bc0" antiName="Xi_bcbar0" spinType="2" chargeType="0" colType="0"
3757           m0="7.00575" tau0="3.64000e-01"
3758  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
3759  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
3760  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
3761  <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
3762  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
3763  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
3764  <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
3765  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
3766  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
3767
3768 <p/>particle: id="5201" name="bu_0" antiName="bu_0bar" spinType="1" chargeType="1" colType="-1"
3769           m0="5.38897"
3770
3771 <p/>particle: id="5203" name="bu_1" antiName="bu_1bar" spinType="3" chargeType="1" colType="-1"
3772           m0="5.40145"
3773
3774 <p/>particle: id="5212" name="Sigma_b0" antiName="Sigma_bbar0" spinType="2" chargeType="0" colType="0"
3775           m0="5.80000"
3776  <br/>      channel: onMode="1" bRatio="1.0000000" products="5122 111"
3777
3778 <p/>particle: id="5214" name="Sigma*_b0" antiName="Sigma*_bbar0" spinType="4" chargeType="0" colType="0"
3779           m0="5.81000"
3780  <br/>      channel: onMode="1" bRatio="1.0000000" products="5122 111"
3781
3782 <p/>particle: id="5222" name="Sigma_b+" antiName="Sigma_bbar-" spinType="2" chargeType="3" colType="0"
3783           m0="5.80000"
3784  <br/>      channel: onMode="1" bRatio="1.0000000" products="5122 211"
3785
3786 <p/>particle: id="5224" name="Sigma*_b+" antiName="Sigma*_bbar-" spinType="4" chargeType="3" colType="0"
3787           m0="5.81000"
3788  <br/>      channel: onMode="1" bRatio="1.0000000" products="5122 211"
3789
3790 <p/>particle: id="5232" name="Xi_b0" antiName="Xi_bbar0" spinType="2" chargeType="0" colType="0"
3791           m0="5.84000" tau0="3.64000e-01"
3792  <br/>      channel: onMode="1" bRatio="0.1080010" meMode="22" products="-12 11 4 3201"
3793  <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="-12 11 2 3201"
3794  <br/>      channel: onMode="1" bRatio="0.1080000" meMode="22" products="-14 13 4 3201"
3795  <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="-14 13 2 3201"
3796  <br/>      channel: onMode="1" bRatio="0.0250000" meMode="22" products="-16 15 4 3201"
3797  <br/>      channel: onMode="1" bRatio="0.0010000" meMode="22" products="-16 15 4 3201"
3798  <br/>      channel: onMode="1" bRatio="0.0010000" products="443 3322"
3799  <br/>      channel: onMode="1" bRatio="0.0004370" products="100443 3322"
3800  <br/>      channel: onMode="1" bRatio="0.0004710" products="20443 3322"
3801  <br/>      channel: onMode="1" bRatio="0.0000900" products="445 3322"
3802  <br/>      channel: onMode="1" bRatio="0.0004900" products="441 3322"
3803  <br/>      channel: onMode="1" bRatio="0.0015000" products="443 3324"
3804  <br/>      channel: onMode="1" bRatio="0.0006560" products="100443 3324"
3805  <br/>      channel: onMode="1" bRatio="0.0007060" products="20443 3324"
3806  <br/>      channel: onMode="1" bRatio="0.0001350" products="445 3324"
3807  <br/>      channel: onMode="1" bRatio="0.0007350" products="441 3324"
3808  <br/>      channel: onMode="1" bRatio="0.0012000" products="443 -321 3222"
3809  <br/>      channel: onMode="1" bRatio="0.0005240" products="100443 -321 3222"
3810  <br/>      channel: onMode="1" bRatio="0.0005650" products="20443 -321 3222"
3811  <br/>      channel: onMode="1" bRatio="0.0001080" products="445 -321 3222"
3812  <br/>      channel: onMode="1" bRatio="0.0005880" products="441 -321 3222"
3813  <br/>      channel: onMode="1" bRatio="0.0006000" products="443 -311 3212"
3814  <br/>      channel: onMode="1" bRatio="0.0002620" products="100443 -311 3212"
3815  <br/>      channel: onMode="1" bRatio="0.0002830" products="20443 -311 3212"
3816  <br/>      channel: onMode="1" bRatio="0.0000540" products="445 -311 3212"
3817  <br/>      channel: onMode="1" bRatio="0.0002940" products="441 -311 3212"
3818  <br/>      channel: onMode="1" bRatio="0.0038200" meMode="43" products="443 3 3201"
3819  <br/>      channel: onMode="1" bRatio="0.0016690" meMode="43" products="100443 3 3201"
3820  <br/>      channel: onMode="1" bRatio="0.0017990" meMode="43" products="20443 3 3201"
3821  <br/>      channel: onMode="1" bRatio="0.0003440" meMode="43" products="445 3 3201"
3822  <br/>      channel: onMode="1" bRatio="0.0018720" meMode="43" products="441 3 3201"
3823  <br/>      channel: onMode="1" bRatio="0.1096770" meMode="22" products="-2 1 4 3201"
3824  <br/>      channel: onMode="1" bRatio="0.2632250" meMode="22" products="-2 4 1 3201"
3825  <br/>      channel: onMode="1" bRatio="0.0658060" meMode="42" products="-2 1 4 3201"
3826  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 1 3201"
3827  <br/>      channel: onMode="1" bRatio="0.0057720" meMode="22" products="-2 3 4 3201"
3828  <br/>      channel: onMode="1" bRatio="0.0138540" meMode="22" products="-2 4 3 3201"
3829  <br/>      channel: onMode="1" bRatio="0.0034630" meMode="42" products="-2 3 4 3201"
3830  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 3 3201"
3831  <br/>      channel: onMode="1" bRatio="0.0090000" meMode="22" products="-2 1 2 3201"
3832  <br/>      channel: onMode="1" bRatio="0.0060000" meMode="22" products="-2 2 1 3201"
3833  <br/>      channel: onMode="1" bRatio="0.0230000" meMode="63" products="-431 4 3201"
3834  <br/>      channel: onMode="1" bRatio="0.0230000" meMode="63" products="-433 4 3201"
3835  <br/>      channel: onMode="1" bRatio="0.0130000" products="-431 4232"
3836  <br/>      channel: onMode="1" bRatio="0.0090000" products="-431 4324"
3837  <br/>      channel: onMode="1" bRatio="0.0090000" products="-433 4232"
3838  <br/>      channel: onMode="1" bRatio="0.0230000" products="-433 4324"
3839  <br/>      channel: onMode="1" bRatio="0.0080000" meMode="22" products="-421 -321 4 3201"
3840  <br/>      channel: onMode="1" bRatio="0.0080000" meMode="22" products="-411 -311 4 3201"
3841  <br/>      channel: onMode="1" bRatio="0.0320000" meMode="22" products="-423 -321 4 3201"
3842  <br/>      channel: onMode="1" bRatio="0.0320000" meMode="22" products="-413 -311 4 3201"
3843  <br/>      channel: onMode="1" bRatio="0.0770000" meMode="42" products="4122 -2203 3201"
3844
3845 <p/>particle: id="5242" name="Xi_bc+" antiName="Xi_bcbar-" spinType="2" chargeType="3" colType="0"
3846           m0="7.00575" tau0="3.64000e-01"
3847  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
3848  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
3849  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
3850  <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
3851  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
3852  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
3853  <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
3854  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
3855  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
3856
3857 <p/>particle: id="5301" name="bs_0" antiName="bs_0bar" spinType="1" chargeType="-2" colType="-1"
3858           m0="5.56725"
3859
3860 <p/>particle: id="5303" name="bs_1" antiName="bs_1bar" spinType="3" chargeType="-2" colType="-1"
3861           m0="5.57536"
3862
3863 <p/>particle: id="5312" name="Xi'_b-" antiName="Xi'_bbar+" spinType="2" chargeType="-3" colType="0"
3864           m0="5.96000"
3865  <br/>      channel: onMode="1" bRatio="1.0000000" products="5132 22"
3866
3867 <p/>particle: id="5314" name="Xi*_b-" antiName="Xi*_bbar+" spinType="4" chargeType="-3" colType="0"
3868           m0="5.97000"
3869  <br/>      channel: onMode="1" bRatio="1.0000000" products="5132 22"
3870
3871 <p/>particle: id="5322" name="Xi'_b0" antiName="Xi'_bbar0" spinType="2" chargeType="0" colType="0"
3872           m0="5.96000"
3873  <br/>      channel: onMode="1" bRatio="1.0000000" products="5232 22"
3874
3875 <p/>particle: id="5324" name="Xi*_b0" antiName="Xi*_bbar0" spinType="4" chargeType="0" colType="0"
3876           m0="5.97000"
3877  <br/>      channel: onMode="1" bRatio="1.0000000" products="5232 22"
3878
3879 <p/>particle: id="5332" name="Omega_b-" antiName="Omega_bbar+" spinType="2" chargeType="-3" colType="0"
3880           m0="6.12000" tau0="3.64000e-01"
3881  <br/>      channel: onMode="1" bRatio="0.1080010" meMode="22" products="-12 11 4 3303"
3882  <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="-12 11 2 3303"
3883  <br/>      channel: onMode="1" bRatio="0.1080000" meMode="22" products="-14 13 4 3303"
3884  <br/>      channel: onMode="1" bRatio="0.0020000" meMode="22" products="-14 13 2 3303"
3885  <br/>      channel: onMode="1" bRatio="0.0250000" meMode="22" products="-16 15 4 3303"
3886  <br/>      channel: onMode="1" bRatio="0.0010000" meMode="22" products="-16 15 4 3303"
3887  <br/>      channel: onMode="1" bRatio="0.0025000" products="443 3334"
3888  <br/>      channel: onMode="1" bRatio="0.0010930" products="100443 3334"
3889  <br/>      channel: onMode="1" bRatio="0.0011770" products="20443 3334"
3890  <br/>      channel: onMode="1" bRatio="0.0002250" products="445 3334"
3891  <br/>      channel: onMode="1" bRatio="0.0012250" products="441 3334"
3892  <br/>      channel: onMode="1" bRatio="0.0012000" products="443 -321 3322"
3893  <br/>      channel: onMode="1" bRatio="0.0005240" products="100443 -321 3322"
3894  <br/>      channel: onMode="1" bRatio="0.0005650" products="20443 -321 3322"
3895  <br/>      channel: onMode="1" bRatio="0.0001080" products="445 -321 3322"
3896  <br/>      channel: onMode="1" bRatio="0.0005880" products="441 -321 3322"
3897  <br/>      channel: onMode="1" bRatio="0.0006000" products="443 -311 3312"
3898  <br/>      channel: onMode="1" bRatio="0.0002620" products="100443 -311 3312"
3899  <br/>      channel: onMode="1" bRatio="0.0002830" products="20443 -311 3312"
3900  <br/>      channel: onMode="1" bRatio="0.0000540" products="445 -311 3312"
3901  <br/>      channel: onMode="1" bRatio="0.0002940" products="441 -311 3312"
3902  <br/>      channel: onMode="1" bRatio="0.0038200" meMode="43" products="443 3 3303"
3903  <br/>      channel: onMode="1" bRatio="0.0016690" meMode="43" products="100443 3 3303"
3904  <br/>      channel: onMode="1" bRatio="0.0017990" meMode="43" products="20443 3 3303"
3905  <br/>      channel: onMode="1" bRatio="0.0003440" meMode="43" products="445 3 3303"
3906  <br/>      channel: onMode="1" bRatio="0.0018720" meMode="43" products="441 3 3303"
3907  <br/>      channel: onMode="1" bRatio="0.1096770" meMode="22" products="-2 1 4 3303"
3908  <br/>      channel: onMode="1" bRatio="0.2632250" meMode="22" products="-2 4 1 3303"
3909  <br/>      channel: onMode="1" bRatio="0.0658060" meMode="42" products="-2 1 4 3303"
3910  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 1 3303"
3911  <br/>      channel: onMode="1" bRatio="0.0057720" meMode="22" products="-2 3 4 3303"
3912  <br/>      channel: onMode="1" bRatio="0.0138540" meMode="22" products="-2 4 3 3303"
3913  <br/>      channel: onMode="1" bRatio="0.0034630" meMode="42" products="-2 3 4 3303"
3914  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 3 3303"
3915  <br/>      channel: onMode="1" bRatio="0.0090000" meMode="22" products="-2 1 2 3303"
3916  <br/>      channel: onMode="1" bRatio="0.0060000" meMode="22" products="-2 2 1 3303"
3917  <br/>      channel: onMode="1" bRatio="0.0230000" meMode="63" products="-431 4 3303"
3918  <br/>      channel: onMode="1" bRatio="0.0230000" meMode="63" products="-433 4 3303"
3919  <br/>      channel: onMode="1" bRatio="0.0130000" products="-431 4332"
3920  <br/>      channel: onMode="1" bRatio="0.0090000" products="-431 4334"
3921  <br/>      channel: onMode="1" bRatio="0.0090000" products="-433 4332"
3922  <br/>      channel: onMode="1" bRatio="0.0230000" products="-433 4334"
3923  <br/>      channel: onMode="1" bRatio="0.0080000" meMode="22" products="-421 -321 4 3303"
3924  <br/>      channel: onMode="1" bRatio="0.0080000" meMode="22" products="-411 -311 4 3303"
3925  <br/>      channel: onMode="1" bRatio="0.0320000" meMode="22" products="-423 -321 4 3303"
3926  <br/>      channel: onMode="1" bRatio="0.0320000" meMode="22" products="-413 -311 4 3303"
3927  <br/>      channel: onMode="1" bRatio="0.0770000" meMode="42" products="4122 -2203 3303"
3928
3929 <p/>particle: id="5334" name="Omega*_b-" antiName="Omega*_bbar+" spinType="4" chargeType="-3" colType="0"
3930           m0="6.13000"
3931  <br/>      channel: onMode="1" bRatio="1.0000000" products="5332 22"
3932
3933 <p/>particle: id="5342" name="Omega_bc0" antiName="Omega_bcbar0" spinType="2" chargeType="0" colType="0"
3934           m0="7.19099" tau0="3.64000e-01"
3935  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
3936  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
3937  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
3938  <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
3939  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
3940  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
3941  <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
3942  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
3943  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
3944
3945 <p/>particle: id="5401" name="bc_0" antiName="bc_0bar" spinType="1" chargeType="1" colType="-1"
3946           m0="6.67143"
3947
3948 <p/>particle: id="5403" name="bc_1" antiName="bc_1bar" spinType="3" chargeType="1" colType="-1"
3949           m0="6.67397"
3950
3951 <p/>particle: id="5412" name="Xi'_bc0" antiName="Xi'_bcbar0" spinType="2" chargeType="0" colType="0"
3952           m0="7.03724" tau0="3.64000e-01"
3953  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
3954  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
3955  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
3956  <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
3957  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
3958  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
3959  <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
3960  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
3961  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
3962
3963 <p/>particle: id="5414" name="Xi*_bc0" antiName="Xi*_bcbar0" spinType="4" chargeType="0" colType="0"
3964           m0="7.04850" tau0="3.64000e-01"
3965  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
3966  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
3967  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
3968  <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
3969  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
3970  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
3971  <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
3972  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
3973  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
3974
3975 <p/>particle: id="5422" name="Xi'_bc+" antiName="Xi'_bcbar-" spinType="2" chargeType="3" colType="0"
3976           m0="7.03724" tau0="3.64000e-01"
3977  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
3978  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
3979  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
3980  <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
3981  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
3982  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
3983  <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
3984  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
3985  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
3986
3987 <p/>particle: id="5424" name="Xi*_bc+" antiName="Xi*_bcbar-" spinType="4" chargeType="3" colType="0"
3988           m0="7.04850" tau0="3.64000e-01"
3989  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
3990  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
3991  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
3992  <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
3993  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
3994  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
3995  <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
3996  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
3997  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
3998
3999 <p/>particle: id="5432" name="Omega'_bc0" antiName="Omega'_bcbar0" spinType="2" chargeType="0" colType="0"
4000           m0="7.21101" tau0="3.64000e-01"
4001  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4002  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4003  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4004  <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4005  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4006  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4007  <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4008  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4009  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4010
4011 <p/>particle: id="5434" name="Omega*_bc0" antiName="Omega*_bcbar0" spinType="4" chargeType="0" colType="0"
4012           m0="7.21900" tau0="3.64000e-01"
4013  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4014  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4015  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4016  <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4017  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4018  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4019  <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4020  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4021  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4022
4023 <p/>particle: id="5442" name="Omega_bcc+" antiName="Omega_bccbar-" spinType="2" chargeType="3" colType="0"
4024           m0="8.30945" tau0="3.64000e-01"
4025  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4026  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4027  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4028  <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4029  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4030  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4031  <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4032  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4033  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4034
4035 <p/>particle: id="5444" name="Omega*_bcc+" antiName="Omega*_bccbar-" spinType="4" chargeType="3" colType="0"
4036           m0="8.31325" tau0="3.64000e-01"
4037  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4038  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4039  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4040  <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4041  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4042  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4043  <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4044  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4045  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4046
4047 <p/>particle: id="5503" name="bb_1" antiName="bb_1bar" spinType="3" chargeType="-2" colType="-1"
4048           m0="10.07354"
4049
4050 <p/>particle: id="5512" name="Xi_bb-" antiName="Xi_bbbar+" spinType="2" chargeType="-3" colType="0"
4051           m0="10.42272" tau0="3.64000e-01"
4052  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4053  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4054  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4055  <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4056  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4057  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4058  <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4059  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4060  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4061
4062 <p/>particle: id="5514" name="Xi*_bb-" antiName="Xi*_bbbar+" spinType="4" chargeType="-3" colType="0"
4063           m0="10.44144" tau0="3.64000e-01"
4064  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4065  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4066  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4067  <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4068  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4069  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4070  <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4071  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4072  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4073
4074 <p/>particle: id="5522" name="Xi_bb0" antiName="Xi_bbbar0" spinType="2" chargeType="0" colType="0"
4075           m0="10.42272" tau0="3.64000e-01"
4076  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4077  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4078  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4079  <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4080  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4081  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4082  <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4083  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4084  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4085
4086 <p/>particle: id="5524" name="Xi*_bb0" antiName="Xi*_bbbar0" spinType="4" chargeType="0" colType="0"
4087           m0="10.44144" tau0="3.64000e-01"
4088  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4089  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4090  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4091  <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4092  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4093  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4094  <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4095  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4096  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4097
4098 <p/>particle: id="5532" name="Omega_bb-" antiName="Omega_bbbar+" spinType="2" chargeType="-3" colType="0"
4099           m0="10.60209" tau0="3.64000e-01"
4100  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4101  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4102  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4103  <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4104  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4105  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4106  <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4107  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4108  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4109
4110 <p/>particle: id="5534" name="Omega*_bb-" antiName="Omega*_bbbar+" spinType="4" chargeType="-3" colType="0"
4111           m0="10.61426" tau0="3.64000e-01"
4112  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4113  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4114  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4115  <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4116  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4117  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4118  <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4119  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4120  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4121
4122 <p/>particle: id="5542" name="Omega_bbc0" antiName="Omega_bbcbar0" spinType="2" chargeType="0" colType="0"
4123           m0="11.70767" tau0="3.64000e-01"
4124  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4125  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4126  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4127  <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4128  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4129  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4130  <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4131  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4132  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4133
4134 <p/>particle: id="5544" name="Omega*_bbc0" antiName="Omega*_bbcbar0" spinType="4" chargeType="0" colType="0"
4135           m0="11.71147" tau0="3.64000e-01"
4136  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4137  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4138  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4139  <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4140  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4141  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4142  <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4143  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4144  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4145
4146 <p/>particle: id="5554" name="Omega*_bbb-" antiName="Omega*_bbbbar+" spinType="4" chargeType="-3" colType="0"
4147           m0="15.11061" tau0="3.64000e-01"
4148  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"
4149  <br/>      channel: onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"
4150  <br/>      channel: onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"
4151  <br/>      channel: onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"
4152  <br/>      channel: onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"
4153  <br/>      channel: onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"
4154  <br/>      channel: onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"
4155  <br/>      channel: onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"
4156  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"
4157
4158 <p/>particle: id="10111" name="a_0(1450)0" spinType="1" chargeType="0" colType="0"
4159           m0="1.47400" mWidth="0.26500" mMin="1.00000" mMax="2.00000"
4160  <br/>      channel: onMode="1" bRatio="0.3000000" products="111 221"
4161  <br/>      channel: onMode="1" bRatio="0.1000000" products="111 331"
4162  <br/>      channel: onMode="1" bRatio="0.1200000" products="321 -321"
4163  <br/>      channel: onMode="1" bRatio="0.0600000" products="130 130"
4164  <br/>      channel: onMode="1" bRatio="0.0600000" products="310 310"
4165  <br/>      channel: onMode="1" bRatio="0.1800000" products="223 211 -211"
4166  <br/>      channel: onMode="1" bRatio="0.1800000" products="223 111 111"
4167
4168 <p/>particle: id="10113" name="b_1(1235)0" spinType="3" chargeType="0" colType="0"
4169           m0="1.23000" mWidth="0.14200" mMin="0.95000" mMax="1.70000"
4170  <br/>      channel: onMode="1" bRatio="1.0000000" products="223 111"
4171
4172 <p/>particle: id="10211" name="a_0(1450)+" antiName="a_0(1450)-" spinType="1" chargeType="3" colType="0"
4173           m0="1.47400" mWidth="0.26500" mMin="1.00000" mMax="2.00000"
4174  <br/>      channel: onMode="1" bRatio="0.3000000" products="211 221"
4175  <br/>      channel: onMode="1" bRatio="0.1000000" products="211 331"
4176  <br/>      channel: onMode="1" bRatio="0.2400000" products="321 -311"
4177  <br/>      channel: onMode="1" bRatio="0.3600000" products="223 211 111"
4178
4179 <p/>particle: id="10213" name="b_1(1235)+" antiName="b_1(1235)-" spinType="3" chargeType="3" colType="0"
4180           m0="1.23000" mWidth="0.14200" mMin="0.95000" mMax="1.70000"
4181  <br/>      channel: onMode="1" bRatio="0.9984000" products="223 211"
4182  <br/>      channel: onMode="1" bRatio="0.0016000" products="211 22"
4183
4184 <p/>particle: id="10221" name="f_0(1370)" spinType="1" chargeType="0" colType="0"
4185           m0="1.35000" mWidth="0.20000" mMin="1.00000" mMax="2.00000"
4186  <br/>      channel: onMode="1" bRatio="0.2000000" products="113 111"
4187  <br/>      channel: onMode="1" bRatio="0.2000000" products="213 -213"
4188  <br/>      channel: onMode="1" bRatio="0.1000000" products="111 111 111 111"
4189  <br/>      channel: onMode="1" bRatio="0.2000000" products="211 -211"
4190  <br/>      channel: onMode="1" bRatio="0.1000000" products="111 111"
4191  <br/>      channel: onMode="1" bRatio="0.0500000" products="321 -321"
4192  <br/>      channel: onMode="1" bRatio="0.0250000" products="130 130"
4193  <br/>      channel: onMode="1" bRatio="0.0250000" products="310 310"
4194  <br/>      channel: onMode="1" bRatio="0.1000000" products="221 221"
4195
4196 <p/>particle: id="10223" name="h_1(1170)" spinType="3" chargeType="0" colType="0"
4197           m0="1.17000" mWidth="0.36000" mMin="0.95000" mMax="2.00000"
4198  <br/>      channel: onMode="1" bRatio="0.3330000" products="213 -211"
4199  <br/>      channel: onMode="1" bRatio="0.3340000" products="113 111"
4200  <br/>      channel: onMode="1" bRatio="0.3330000" products="-213 211"
4201
4202 <p/>particle: id="10311" name="K*_0(1430)0" antiName="K*_0(1430)bar0" spinType="1" chargeType="0" colType="0"
4203           m0="1.41400" mWidth="0.29000" mMin="0.70000" mMax="2.20000"
4204  <br/>      channel: onMode="1" bRatio="0.6670000" products="321 -211"
4205  <br/>      channel: onMode="1" bRatio="0.3330000" products="311 111"
4206
4207 <p/>particle: id="10313" name="K_1(1270)0" antiName="K_1(1270)bar0" spinType="3" chargeType="0" colType="0"
4208           m0="1.27200" mWidth="0.09000" mMin="1.00000" mMax="2.00000"
4209  <br/>      channel: onMode="1" bRatio="0.2900000" products="321 -213"
4210  <br/>      channel: onMode="1" bRatio="0.1450000" products="311 113"
4211  <br/>      channel: onMode="1" bRatio="0.1900000" products="10321 -211"
4212  <br/>      channel: onMode="1" bRatio="0.0950000" products="10311 111"
4213  <br/>      channel: onMode="1" bRatio="0.1100000" products="323 -211"
4214  <br/>      channel: onMode="1" bRatio="0.0550000" products="313 111"
4215  <br/>      channel: onMode="1" bRatio="0.1150000" products="311 223"
4216
4217 <p/>particle: id="10321" name="K*_0(1430)+" antiName="K*_0(1430)-" spinType="1" chargeType="3" colType="0"
4218           m0="1.41400" mWidth="0.29000" mMin="0.70000" mMax="2.20000"
4219  <br/>      channel: onMode="1" bRatio="0.6670000" products="311 211"
4220  <br/>      channel: onMode="1" bRatio="0.3330000" products="321 111"
4221
4222 <p/>particle: id="10323" name="K_1(1270)+" antiName="K_1(1270)-" spinType="3" chargeType="3" colType="0"
4223           m0="1.27200" mWidth="0.09000" mMin="1.00000" mMax="2.00000"
4224  <br/>      channel: onMode="1" bRatio="0.2900000" products="311 213"
4225  <br/>      channel: onMode="1" bRatio="0.1450000" products="321 113"
4226  <br/>      channel: onMode="1" bRatio="0.1900000" products="10311 211"
4227  <br/>      channel: onMode="1" bRatio="0.0950000" products="10321 111"
4228  <br/>      channel: onMode="1" bRatio="0.1100000" products="313 211"
4229  <br/>      channel: onMode="1" bRatio="0.0550000" products="323 111"
4230  <br/>      channel: onMode="1" bRatio="0.1150000" products="321 223"
4231
4232 <p/>particle: id="10331" name="f_0(1710)" spinType="1" chargeType="0" colType="0"
4233           m0="1.71800" mWidth="0.13700" mMin="1.10000" mMax="2.40000"
4234  <br/>      channel: onMode="1" bRatio="0.3000000" products="321 -321"
4235  <br/>      channel: onMode="1" bRatio="0.1500000" products="130 130"
4236  <br/>      channel: onMode="1" bRatio="0.1500000" products="310 310"
4237  <br/>      channel: onMode="1" bRatio="0.3000000" products="221 221"
4238  <br/>      channel: onMode="1" bRatio="0.0500000" products="211 -211"
4239  <br/>      channel: onMode="1" bRatio="0.0500000" products="111 111"
4240
4241 <p/>particle: id="10333" name="h_1(1380)" spinType="3" chargeType="0" colType="0"
4242           m0="1.38600" mWidth="0.09100" mMin="1.38000" mMax="1.60000"
4243  <br/>      channel: onMode="1" bRatio="0.2500000" products="313 -311"
4244  <br/>      channel: onMode="1" bRatio="0.2500000" products="-313 311"
4245  <br/>      channel: onMode="1" bRatio="0.2500000" products="323 -321"
4246  <br/>      channel: onMode="1" bRatio="0.2500000" products="-323 321"
4247
4248 <p/>particle: id="10411" name="D*_0+" antiName="D*_0-" spinType="1" chargeType="3" colType="0"
4249           m0="2.27200" mWidth="0.05000" mMin="2.05000" mMax="2.50000"
4250  <br/>      channel: onMode="1" bRatio="0.6670000" products="421 211"
4251  <br/>      channel: onMode="1" bRatio="0.3330000" products="411 111"
4252
4253 <p/>particle: id="10413" name="D_1+" antiName="D_1-" spinType="3" chargeType="3" colType="0"
4254           m0="2.42400" mWidth="0.02000" mMin="2.22400" mMax="2.62400"
4255  <br/>      channel: onMode="1" bRatio="0.6670000" products="423 211"
4256  <br/>      channel: onMode="1" bRatio="0.3330000" products="413 111"
4257
4258 <p/>particle: id="10421" name="D*_00" antiName="D*_0bar0" spinType="1" chargeType="0" colType="0"
4259           m0="2.27200" mWidth="0.05000" mMin="2.05000" mMax="2.50000"
4260  <br/>      channel: onMode="1" bRatio="0.6670000" products="411 -211"
4261  <br/>      channel: onMode="1" bRatio="0.3330000" products="421 111"
4262
4263 <p/>particle: id="10423" name="D_10" antiName="D_1bar0" spinType="3" chargeType="0" colType="0"
4264           m0="2.42230" mWidth="0.02040" mMin="2.21830" mMax="2.62630"
4265  <br/>      channel: onMode="1" bRatio="0.6670000" products="413 -211"
4266  <br/>      channel: onMode="1" bRatio="0.3330000" products="423 111"
4267
4268 <p/>particle: id="10431" name="D*_0s+" antiName="D*_0s-" spinType="1" chargeType="3" colType="0"
4269           m0="2.50000" mWidth="0.05000" mMin="2.40000" mMax="2.80000"
4270  <br/>      channel: onMode="1" bRatio="0.5000000" products="411 311"
4271  <br/>      channel: onMode="1" bRatio="0.5000000" products="421 321"
4272
4273 <p/>particle: id="10433" name="D_1s+" antiName="D_1s-" spinType="3" chargeType="3" colType="0"
4274           m0="2.53535"
4275  <br/>      channel: onMode="1" bRatio="0.5000000" products="423 321"
4276  <br/>      channel: onMode="1" bRatio="0.5000000" products="413 311"
4277
4278 <p/>particle: id="10441" name="chi_0c" spinType="1" chargeType="0" colType="0"
4279           m0="3.41476" mWidth="0.01040" mMin="3.31076" mMax="3.51876"
4280  <br/>      channel: onMode="1" bRatio="0.0002600" products="22 22"
4281  <br/>      channel: onMode="1" bRatio="0.0021000" products="130 130"
4282  <br/>      channel: onMode="1" bRatio="0.0049000" products="211 -211"
4283  <br/>      channel: onMode="1" bRatio="0.0021000" products="221 221"
4284  <br/>      channel: onMode="1" bRatio="0.0021000" products="310 310"
4285  <br/>      channel: onMode="1" bRatio="0.0016000" products="313 -313"
4286  <br/>      channel: onMode="1" bRatio="0.0060000" products="321 -321"
4287  <br/>      channel: onMode="1" bRatio="0.0010000" products="333 333"
4288  <br/>      channel: onMode="1" bRatio="0.0200000" products="443 22"
4289  <br/>      channel: onMode="1" bRatio="0.0002200" products="2212 -2212"
4290  <br/>      channel: onMode="1" bRatio="0.0005000" products="3122 -3122"
4291  <br/>      channel: onMode="1" bRatio="0.0028000" products="9010221 9010221"
4292  <br/>      channel: onMode="1" bRatio="0.0100000" products="211 -211 113"
4293  <br/>      channel: onMode="1" bRatio="0.0100000" products="213 -211 111"
4294  <br/>      channel: onMode="1" bRatio="0.0100000" products="-213 211 111"
4295  <br/>      channel: onMode="1" bRatio="0.0032000" products="321 -313 -211"
4296  <br/>      channel: onMode="1" bRatio="0.0032000" products="-321 313 211"
4297  <br/>      channel: onMode="1" bRatio="0.0043000" products="323 311 -211"
4298  <br/>      channel: onMode="1" bRatio="0.0043000" products="-323 311 211"
4299  <br/>      channel: onMode="1" bRatio="0.0134000" products="211 211 -211 -211"
4300  <br/>      channel: onMode="1" bRatio="0.0021000" products="321 321 -321 -321"
4301  <br/>      channel: onMode="1" bRatio="0.0153000" products="321 -321 211 -211"
4302  <br/>      channel: onMode="1" bRatio="0.0022000" products="2212 -2212 211 -211"
4303  <br/>      channel: onMode="1" bRatio="0.0098000" products="211 211 211 -211 -211 -211"
4304  <br/>      channel: onMode="1" bRatio="0.8686200" meMode="52" products="83 -83"
4305
4306 <p/>particle: id="10443" name="h_1c" spinType="3" chargeType="0" colType="0"
4307           m0="3.46000" mWidth="0.01000" mMin="3.36000" mMax="3.56000"
4308  <br/>      channel: onMode="1" bRatio="0.5000000" products="441 22"
4309  <br/>      channel: onMode="1" bRatio="0.0100000" products="443 111"
4310  <br/>      channel: onMode="1" bRatio="0.4900000" meMode="42" products="83 -83"
4311
4312 <p/>particle: id="10511" name="B*_00" antiName="B*_0bar0" spinType="1" chargeType="0" colType="0"
4313           m0="5.68000" mWidth="0.05000" mMin="5.58000" mMax="5.78000"
4314  <br/>      channel: onMode="1" bRatio="0.6670000" products="521 -211"
4315  <br/>      channel: onMode="1" bRatio="0.3330000" products="511 111"
4316
4317 <p/>particle: id="10513" name="B_10" antiName="B_1bar0" spinType="3" chargeType="0" colType="0"
4318           m0="5.73000" mWidth="0.05000" mMin="5.63000" mMax="5.83000"
4319  <br/>      channel: onMode="1" bRatio="0.6670000" products="523 -211"
4320  <br/>      channel: onMode="1" bRatio="0.3330000" products="513 111"
4321
4322 <p/>particle: id="10521" name="B*_0+" antiName="B*_0-" spinType="1" chargeType="3" colType="0"
4323           m0="5.68000" mWidth="0.05000" mMin="5.58000" mMax="5.78000"
4324  <br/>      channel: onMode="1" bRatio="0.6670000" products="511 211"
4325  <br/>      channel: onMode="1" bRatio="0.3330000" products="521 111"
4326
4327 <p/>particle: id="10523" name="B_1+" antiName="B_1-" spinType="3" chargeType="3" colType="0"
4328           m0="5.73000" mWidth="0.05000" mMin="5.63000" mMax="5.83000"
4329  <br/>      channel: onMode="1" bRatio="0.6670000" products="513 211"
4330  <br/>      channel: onMode="1" bRatio="0.3330000" products="523 111"
4331
4332 <p/>particle: id="10531" name="B*_0s0" antiName="B*_0sbar0" spinType="1" chargeType="0" colType="0"
4333           m0="5.92000" mWidth="0.05000" mMin="5.82000" mMax="6.02000"
4334  <br/>      channel: onMode="1" bRatio="0.5000000" products="521 -321"
4335  <br/>      channel: onMode="1" bRatio="0.5000000" products="511 -311"
4336
4337 <p/>particle: id="10533" name="B_1s0" antiName="B_1sbar0" spinType="3" chargeType="0" colType="0"
4338           m0="5.97000" mWidth="0.05000" mMin="5.87000" mMax="6.07000"
4339  <br/>      channel: onMode="1" bRatio="0.5000000" products="523 -321"
4340  <br/>      channel: onMode="1" bRatio="0.5000000" products="513 -311"
4341
4342 <p/>particle: id="10541" name="B*_0c+" antiName="B*_0c-" spinType="1" chargeType="3" colType="0"
4343           m0="7.25000" mWidth="0.05000" mMin="7.20000" mMax="7.30000"
4344  <br/>      channel: onMode="1" bRatio="0.5000000" products="511 411"
4345  <br/>      channel: onMode="1" bRatio="0.5000000" products="521 421"
4346
4347 <p/>particle: id="10543" name="B_1c+" antiName="B_1c-" spinType="3" chargeType="3" colType="0"
4348           m0="7.30000" mWidth="0.05000" mMin="7.20000" mMax="7.40000"
4349  <br/>      channel: onMode="1" bRatio="0.5000000" products="513 411"
4350  <br/>      channel: onMode="1" bRatio="0.5000000" products="523 421"
4351
4352 <p/>particle: id="10551" name="chi_0b" spinType="1" chargeType="0" colType="0"
4353           m0="9.85944"
4354  <br/>      channel: onMode="1" bRatio="0.9800000" meMode="91" products="21 21"
4355  <br/>      channel: onMode="1" bRatio="0.0200000" products="553 22"
4356
4357 <p/>particle: id="10553" name="h_1b" spinType="3" chargeType="0" colType="0"
4358           m0="9.87500" mWidth="0.01000" mMin="9.85500" mMax="9.89500"
4359  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="91" products="21 21"
4360
4361 <p/>particle: id="13122" name="Lambda(1405)0" antiName="Lambda(1405)bar0" spinType="2" chargeType="0" colType="0"
4362           m0="1.40600" mWidth="0.05000" mMin="1.32000" mMax="1.80000"
4363  <br/>      channel: onMode="1" bRatio="0.3333000" products="3222 -211"
4364  <br/>      channel: onMode="1" bRatio="0.3333000" products="3112 211"
4365  <br/>      channel: onMode="1" bRatio="0.3334000" products="3212 111"
4366
4367 <p/>particle: id="14122" name="Lambda_c(2593)+" antiName="Lambda_c(2593)-" spinType="2" chargeType="3" colType="0"
4368           m0="2.59540" mWidth="0.00360" mMin="2.57000" mMax="2.63000"
4369  <br/>      channel: onMode="1" bRatio="0.2400000" products="4222 -211"
4370  <br/>      channel: onMode="1" bRatio="0.2400000" products="4112 211"
4371  <br/>      channel: onMode="1" bRatio="0.1800000" products="4122 211 -211"
4372  <br/>      channel: onMode="1" bRatio="0.2400000" products="4212 111"
4373  <br/>      channel: onMode="1" bRatio="0.0900000" products="4122 111 111"
4374  <br/>      channel: onMode="1" bRatio="0.0100000" products="4122 22"
4375
4376 <p/>particle: id="20113" name="a_1(1260)0" spinType="3" chargeType="0" colType="0"
4377           m0="1.23000" mWidth="0.40000" mMin="0.93000" mMax="2.00000"
4378  <br/>      channel: onMode="1" bRatio="0.3300000" products="213 -211"
4379  <br/>      channel: onMode="1" bRatio="0.3300000" products="-213 211"
4380  <br/>      channel: onMode="1" bRatio="0.3400000" products="113 111"
4381
4382 <p/>particle: id="20213" name="a_1(1260)+" antiName="a_1(1260)-" spinType="3" chargeType="3" colType="0"
4383           m0="1.23000" mWidth="0.40000" mMin="0.93000" mMax="2.00000"
4384  <br/>      channel: onMode="1" bRatio="0.5000000" products="113 211"
4385  <br/>      channel: onMode="1" bRatio="0.5000000" products="213 111"
4386
4387 <p/>particle: id="20223" name="f_1(1285)" spinType="3" chargeType="0" colType="0"
4388           m0="1.28180" mWidth="0.02420" mMin="1.20000" mMax="1.50000"
4389  <br/>      channel: onMode="1" bRatio="0.1200000" products="9000211 -211"
4390  <br/>      channel: onMode="1" bRatio="0.1200000" products="9000111 111"
4391  <br/>      channel: onMode="1" bRatio="0.1200000" products="-9000211 211"
4392  <br/>      channel: onMode="1" bRatio="0.0800000" products="221 211 -211"
4393  <br/>      channel: onMode="1" bRatio="0.0800000" products="221 111 111"
4394  <br/>      channel: onMode="1" bRatio="0.1100000" products="113 211 -211"
4395  <br/>      channel: onMode="1" bRatio="0.0740000" products="213 -211 111"
4396  <br/>      channel: onMode="1" bRatio="0.0740000" products="113 111 111"
4397  <br/>      channel: onMode="1" bRatio="0.0740000" products="-213 211 111"
4398  <br/>      channel: onMode="1" bRatio="0.0230000" products="321 -321 111"
4399  <br/>      channel: onMode="1" bRatio="0.0230000" products="321 -311 -211"
4400  <br/>      channel: onMode="1" bRatio="0.0230000" products="311 -311 111"
4401  <br/>      channel: onMode="1" bRatio="0.0230000" products="311 -321 211"
4402  <br/>      channel: onMode="1" bRatio="0.0552600" products="113 22"
4403  <br/>      channel: onMode="1" bRatio="0.0007400" products="333 22"
4404
4405 <p/>particle: id="20313" name="K_1(1400)0" antiName="K_1(1400)bar0" spinType="3" chargeType="0" colType="0"
4406           m0="1.40200" mWidth="0.17400" mMin="1.10000" mMax="2.00000"
4407  <br/>      channel: onMode="1" bRatio="0.6270000" products="323 -211"
4408  <br/>      channel: onMode="1" bRatio="0.3130000" products="313 111"
4409  <br/>      channel: onMode="1" bRatio="0.0200000" products="321 -213"
4410  <br/>      channel: onMode="1" bRatio="0.0100000" products="311 113"
4411  <br/>      channel: onMode="1" bRatio="0.0200000" products="311 10221"
4412  <br/>      channel: onMode="1" bRatio="0.0100000" products="311 223"
4413
4414 <p/>particle: id="20323" name="K_1(1400)+" antiName="K_1(1400)-" spinType="3" chargeType="3" colType="0"
4415           m0="1.40200" mWidth="0.17400" mMin="1.10000" mMax="2.00000"
4416  <br/>      channel: onMode="1" bRatio="0.6270000" products="313 211"
4417  <br/>      channel: onMode="1" bRatio="0.3130000" products="323 111"
4418  <br/>      channel: onMode="1" bRatio="0.0200000" products="311 213"
4419  <br/>      channel: onMode="1" bRatio="0.0100000" products="321 113"
4420  <br/>      channel: onMode="1" bRatio="0.0200000" products="321 10221"
4421  <br/>      channel: onMode="1" bRatio="0.0100000" products="321 223"
4422
4423 <p/>particle: id="20333" name="f_1(1420)" spinType="3" chargeType="0" colType="0"
4424           m0="1.42630" mWidth="0.05490" mMin="1.40000" mMax="1.80000"
4425  <br/>      channel: onMode="1" bRatio="0.2500000" products="313 -311"
4426  <br/>      channel: onMode="1" bRatio="0.2500000" products="-313 311"
4427  <br/>      channel: onMode="1" bRatio="0.2500000" products="323 -321"
4428  <br/>      channel: onMode="1" bRatio="0.2500000" products="-323 321"
4429
4430 <p/>particle: id="20413" name="D*_1+" antiName="D*_1-" spinType="3" chargeType="3" colType="0"
4431           m0="2.42700" mWidth="0.38400" mMin="2.15000" mMax="3.00000"
4432  <br/>      channel: onMode="1" bRatio="0.6670000" products="423 211"
4433  <br/>      channel: onMode="1" bRatio="0.3330000" products="413 111"
4434
4435 <p/>particle: id="20423" name="D*_10" antiName="D*_1bar0" spinType="3" chargeType="0" colType="0"
4436           m0="2.42700" mWidth="0.38400" mMin="2.15000" mMax="3.00000"
4437  <br/>      channel: onMode="1" bRatio="0.6670000" products="413 -211"
4438  <br/>      channel: onMode="1" bRatio="0.3330000" products="423 111"
4439
4440 <p/>particle: id="20433" name="D*_1s+" antiName="D*_1s-" spinType="3" chargeType="3" colType="0"
4441           m0="2.46000" mWidth="0.03000" mMin="2.40000" mMax="2.60000"
4442  <br/>      channel: onMode="1" bRatio="0.7600000" products="433 111"
4443  <br/>      channel: onMode="1" bRatio="0.2400000" products="433 22"
4444
4445 <p/>particle: id="20443" name="chi_1c" spinType="3" chargeType="0" colType="0"
4446           m0="3.51066" mWidth="0.00089" mMin="3.50176" mMax="3.51956"
4447  <br/>      channel: onMode="1" bRatio="0.3560000" products="443 22"
4448  <br/>      channel: onMode="1" bRatio="0.0000100" products="130 130"
4449  <br/>      channel: onMode="1" bRatio="0.0000100" products="310 310"
4450  <br/>      channel: onMode="1" bRatio="0.0016000" products="313 -313"
4451  <br/>      channel: onMode="1" bRatio="0.0000720" products="2212 -2212"
4452  <br/>      channel: onMode="1" bRatio="0.0003000" products="3122 -3122"
4453  <br/>      channel: onMode="1" bRatio="0.0020000" products="211 -211 113"
4454  <br/>      channel: onMode="1" bRatio="0.0020000" products="213 -211 111"
4455  <br/>      channel: onMode="1" bRatio="0.0020000" products="-213 211 111"
4456  <br/>      channel: onMode="1" bRatio="0.0025000" products="321 311 -211"
4457  <br/>      channel: onMode="1" bRatio="0.0002000" products="321 -313 -211"
4458  <br/>      channel: onMode="1" bRatio="0.0025000" products="-321 311 211"
4459  <br/>      channel: onMode="1" bRatio="0.0002000" products="-321 313 211"
4460  <br/>      channel: onMode="1" bRatio="0.0009000" products="323 311 -211"
4461  <br/>      channel: onMode="1" bRatio="0.0009000" products="-323 311 211"
4462  <br/>      channel: onMode="1" bRatio="0.0062000" products="211 211 -211 -211"
4463  <br/>      channel: onMode="1" bRatio="0.0008000" products="310 310 211 -211"
4464  <br/>      channel: onMode="1" bRatio="0.0004000" products="321 321 -321 -321"
4465  <br/>      channel: onMode="1" bRatio="0.0038000" products="321 -321 211 -211"
4466  <br/>      channel: onMode="1" bRatio="0.0003000" products="321 -321 310 310"
4467  <br/>      channel: onMode="1" bRatio="0.0005000" products="2212 -2212 211 -211"
4468  <br/>      channel: onMode="1" bRatio="0.0058000" products="211 211 211 -211 -211 -211"
4469  <br/>      channel: onMode="1" bRatio="0.6110080" meMode="52" products="83 -83"
4470
4471 <p/>particle: id="20513" name="B*_10" antiName="B*_1bar0" spinType="3" chargeType="0" colType="0"
4472           m0="5.78000" mWidth="0.05000" mMin="5.68000" mMax="5.88000"
4473  <br/>      channel: onMode="1" bRatio="0.6670000" products="523 -211"
4474  <br/>      channel: onMode="1" bRatio="0.3330000" products="513 111"
4475
4476 <p/>particle: id="20523" name="B*_1+" antiName="B*_1-" spinType="3" chargeType="3" colType="0"
4477           m0="5.78000" mWidth="0.05000" mMin="5.68000" mMax="5.88000"
4478  <br/>      channel: onMode="1" bRatio="0.6670000" products="513 211"
4479  <br/>      channel: onMode="1" bRatio="0.3330000" products="523 111"
4480
4481 <p/>particle: id="20533" name="B*_1s0" antiName="B*_1sbar0" spinType="3" chargeType="0" colType="0"
4482           m0="6.02000" mWidth="0.05000" mMin="5.92000" mMax="6.12000"
4483  <br/>      channel: onMode="1" bRatio="0.5000000" products="523 -321"
4484  <br/>      channel: onMode="1" bRatio="0.5000000" products="513 -311"
4485
4486 <p/>particle: id="20543" name="B*_1c+" antiName="B*_1c-" spinType="3" chargeType="3" colType="0"
4487           m0="7.30000" mWidth="0.05000" mMin="7.20000" mMax="7.40000"
4488  <br/>      channel: onMode="1" bRatio="0.5000000" products="513 411"
4489  <br/>      channel: onMode="1" bRatio="0.5000000" products="523 421"
4490
4491 <p/>particle: id="20553" name="chi_1b" spinType="3" chargeType="0" colType="0"
4492           m0="9.89278"
4493  <br/>      channel: onMode="1" bRatio="0.3500000" products="553 22"
4494  <br/>      channel: onMode="1" bRatio="0.6500000" meMode="91" products="21 21"
4495
4496 <p/>particle: id="23122" name="Lambda(1600)0" antiName="Lambda(1600)bar0" spinType="2" chargeType="0" colType="0"
4497           m0="1.60000" mWidth="0.15000" mMin="1.42000" mMax="2.20000"
4498  <br/>      channel: onMode="1" bRatio="0.1760000" products="2212 -321"
4499  <br/>      channel: onMode="1" bRatio="0.1760000" products="2112 -311"
4500  <br/>      channel: onMode="1" bRatio="0.2160000" products="3222 -211"
4501  <br/>      channel: onMode="1" bRatio="0.2160000" products="3112 211"
4502  <br/>      channel: onMode="1" bRatio="0.2160000" products="3212 111"
4503
4504 <p/>particle: id="30313" name="K*(1680)0" antiName="K*(1680)bar0" spinType="3" chargeType="0" colType="0"
4505           m0="1.71700" mWidth="0.32200" mMin="1.05000" mMax="2.50000"
4506  <br/>      channel: onMode="1" bRatio="0.2580000" products="321 -211"
4507  <br/>      channel: onMode="1" bRatio="0.1290000" products="311 111"
4508  <br/>      channel: onMode="1" bRatio="0.2093000" products="323 -211"
4509  <br/>      channel: onMode="1" bRatio="0.1047000" products="313 111"
4510  <br/>      channel: onMode="1" bRatio="0.1993000" products="-213 321"
4511  <br/>      channel: onMode="1" bRatio="0.0997000" products="113 311"
4512
4513 <p/>particle: id="30323" name="K*(1680)+" antiName="K*(1680)-" spinType="3" chargeType="3" colType="0"
4514           m0="1.71700" mWidth="0.32200" mMin="1.05000" mMax="2.50000"
4515  <br/>      channel: onMode="1" bRatio="0.2580000" products="311 211"
4516  <br/>      channel: onMode="1" bRatio="0.1290000" products="321 111"
4517  <br/>      channel: onMode="1" bRatio="0.2093000" products="313 211"
4518  <br/>      channel: onMode="1" bRatio="0.1047000" products="323 111"
4519  <br/>      channel: onMode="1" bRatio="0.1993000" products="213 311"
4520  <br/>      channel: onMode="1" bRatio="0.0997000" products="113 321"
4521
4522 <p/>particle: id="30443" name="psi(3770)" spinType="3" chargeType="0" colType="0"
4523           m0="3.77110" mWidth="0.02300" mMin="3.54110" mMax="4.00110"
4524  <br/>      channel: onMode="1" bRatio="0.4243000" products="411 -411"
4525  <br/>      channel: onMode="1" bRatio="0.5723000" products="421 -421"
4526  <br/>      channel: onMode="1" bRatio="0.0034000" products="443 211 -211"
4527
4528 <p/>particle: id="33122" name="Lambda(1670)0" antiName="Lambda(1670)bar0" spinType="2" chargeType="0" colType="0"
4529           m0="1.67000" mWidth="0.03500" mMin="1.42000" mMax="2.00000"
4530  <br/>      channel: onMode="1" bRatio="0.1000000" products="2212 -321"
4531  <br/>      channel: onMode="1" bRatio="0.1000000" products="2112 -311"
4532  <br/>      channel: onMode="1" bRatio="0.1600000" products="3222 -211"
4533  <br/>      channel: onMode="1" bRatio="0.1600000" products="3112 211"
4534  <br/>      channel: onMode="1" bRatio="0.1600000" products="3212 111"
4535  <br/>      channel: onMode="1" bRatio="0.3200000" products="3122 221"
4536
4537 <p/>particle: id="100113" name="rho(1450)0" spinType="3" chargeType="0" colType="0"
4538           m0="1.45900" mWidth="0.14700" mMin="1.00000" mMax="2.20000"
4539  <br/>      channel: onMode="1" bRatio="0.4000000" products="211 -211"
4540  <br/>      channel: onMode="1" bRatio="0.3500000" products="211 -211 211 -211"
4541  <br/>      channel: onMode="1" bRatio="0.1500000" products="211 -211 111 111"
4542  <br/>      channel: onMode="1" bRatio="0.1000000" products="111 111 111 111"
4543
4544 <p/>particle: id="100213" name="rho(1450)+" antiName="rho(1450)-" spinType="3" chargeType="3" colType="0"
4545           m0="1.45900" mWidth="0.14700" mMin="1.00000" mMax="2.20000"
4546  <br/>      channel: onMode="1" bRatio="0.4000000" products="211 111"
4547  <br/>      channel: onMode="1" bRatio="0.4000000" products="211 211 -211 111"
4548  <br/>      channel: onMode="1" bRatio="0.2000000" products="211 111 111 111"
4549
4550 <p/>particle: id="100441" name="eta_c(2S)" spinType="1" chargeType="0" colType="0"
4551           m0="3.63800" mWidth="0.01400" mMin="3.49800" mMax="3.77800"
4552  <br/>      channel: onMode="1" bRatio="0.0190000" products="321 -311 -211"
4553  <br/>      channel: onMode="1" bRatio="0.0190000" products="-321 311 211"
4554  <br/>      channel: onMode="1" bRatio="0.0095000" products="111 321 -321"
4555  <br/>      channel: onMode="1" bRatio="0.0095000" products="311 -311 111"
4556  <br/>      channel: onMode="1" bRatio="0.9430000" meMode="52" products="83 -83"
4557
4558 <p/>particle: id="100443" name="psi(2S)" spinType="3" chargeType="0" colType="0"
4559           m0="3.68609" mWidth="0.00034" mMin="3.68269" mMax="3.68949"
4560  <br/>      channel: onMode="1" bRatio="0.0073500" products="11 -11"
4561  <br/>      channel: onMode="1" bRatio="0.0073000" products="13 -13"
4562  <br/>      channel: onMode="1" bRatio="0.0028000" products="15 -15"
4563  <br/>      channel: onMode="1" bRatio="0.0000080" products="113 111"
4564  <br/>      channel: onMode="1" bRatio="0.0000800" products="211 -211"
4565  <br/>      channel: onMode="1" bRatio="0.0000080" products="213 -211"
4566  <br/>      channel: onMode="1" bRatio="0.0000080" products="-213 211"
4567  <br/>      channel: onMode="1" bRatio="0.0000300" products="221 113"
4568  <br/>      channel: onMode="1" bRatio="0.0000250" products="223 111"
4569  <br/>      channel: onMode="1" bRatio="0.0000010" products="223 221"
4570  <br/>      channel: onMode="1" bRatio="0.0002100" products="225 22"
4571  <br/>      channel: onMode="1" bRatio="0.0000520" products="310 130"
4572  <br/>      channel: onMode="1" bRatio="0.0000460" products="313 311"
4573  <br/>      channel: onMode="1" bRatio="0.0000460" products="-313 311"
4574  <br/>      channel: onMode="1" bRatio="0.0001000" products="321 -321"
4575  <br/>      channel: onMode="1" bRatio="0.0000065" products="323 -321"
4576  <br/>      channel: onMode="1" bRatio="0.0000065" products="-323 321"
4577  <br/>      channel: onMode="1" bRatio="0.0001500" products="331 22"
4578  <br/>      channel: onMode="1" bRatio="0.0000010" products="333 111"
4579  <br/>      channel: onMode="1" bRatio="0.0000200" products="333 221"
4580  <br/>      channel: onMode="1" bRatio="0.0032000" products="441 22"
4581  <br/>      channel: onMode="1" bRatio="0.0013000" products="443 111"
4582  <br/>      channel: onMode="1" bRatio="0.0324000" products="443 221"
4583  <br/>      channel: onMode="1" bRatio="0.0933000" products="445 22"
4584  <br/>      channel: onMode="1" bRatio="0.0002100" products="2212 -2212"
4585  <br/>      channel: onMode="1" bRatio="0.0001300" products="2224 -2224"
4586  <br/>      channel: onMode="1" bRatio="0.0001800" products="3122 -3122"
4587  <br/>      channel: onMode="1" bRatio="0.0001200" products="3212 -3212"
4588  <br/>      channel: onMode="1" bRatio="0.0001100" products="3224 -3224"
4589  <br/>      channel: onMode="1" bRatio="0.0000900" products="3312 -3312"
4590  <br/>      channel: onMode="1" bRatio="0.0002140" products="10113 111"
4591  <br/>      channel: onMode="1" bRatio="0.0002140" products="10213 -211"
4592  <br/>      channel: onMode="1" bRatio="0.0002140" products="-10213 211"
4593  <br/>      channel: onMode="1" bRatio="0.0010000" products="10323 -321"
4594  <br/>      channel: onMode="1" bRatio="0.0010000" products="-10323 321"
4595  <br/>      channel: onMode="1" bRatio="0.0922000" products="10441 22"
4596  <br/>      channel: onMode="1" bRatio="0.0008000" products="10443 111"
4597  <br/>      channel: onMode="1" bRatio="0.0907000" products="20443 22"
4598  <br/>      channel: onMode="1" bRatio="0.0001640" products="211 -211 111"
4599  <br/>      channel: onMode="1" bRatio="0.0004200" products="211 -211 113"
4600  <br/>      channel: onMode="1" bRatio="0.0001500" products="321 -321 223"
4601  <br/>      channel: onMode="1" bRatio="0.0001500" products="333 211 -211"
4602  <br/>      channel: onMode="1" bRatio="0.0000600" products="333 321 -321"
4603  <br/>      channel: onMode="1" bRatio="0.1658000" products="443 111 111"
4604  <br/>      channel: onMode="1" bRatio="0.3366000" products="443 211 -211"
4605  <br/>      channel: onMode="1" bRatio="0.0001400" products="2212 -2212 111"
4606  <br/>      channel: onMode="1" bRatio="0.0002200" products="310 310 211 -211"
4607  <br/>      channel: onMode="1" bRatio="0.0016000" products="321 -321 211 -211"
4608  <br/>      channel: onMode="1" bRatio="0.0008000" products="2212 -2212 211 -211"
4609  <br/>      channel: onMode="1" bRatio="0.0030000" products="211 211 -211 -211 111"
4610  <br/>      channel: onMode="1" bRatio="0.0001500" products="211 211 211 -211 -211 -211"
4611  <br/>      channel: onMode="1" bRatio="0.0035000" products="211 211 211 -211 -211 -211 111"
4612  <br/>      channel: onMode="1" bRatio="0.0168000" meMode="53" products="83 -83"
4613  <br/>      channel: onMode="1" bRatio="0.1258780" meMode="92" products="21 21 21"
4614  <br/>      channel: onMode="1" bRatio="0.0089380" meMode="92" products="22 21 21"
4615
4616 <p/>particle: id="100553" name="Upsilon(2S)" spinType="3" chargeType="0" colType="0"
4617           m0="10.02327" mWidth="0.00003" mMin="10.02297" mMax="10.02357"
4618  <br/>      channel: onMode="1" bRatio="0.0191000" products="11 -11"
4619  <br/>      channel: onMode="1" bRatio="0.0193000" products="13 -13"
4620  <br/>      channel: onMode="1" bRatio="0.0170000" products="15 -15"
4621  <br/>      channel: onMode="1" bRatio="0.0670000" products="555 22"
4622  <br/>      channel: onMode="1" bRatio="0.0430000" products="10551 22"
4623  <br/>      channel: onMode="1" bRatio="0.0660000" products="20553 22"
4624  <br/>      channel: onMode="1" bRatio="0.0900000" products="553 111 111"
4625  <br/>      channel: onMode="1" bRatio="0.1850000" products="553 211 -211"
4626  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="91" products="1 -1"
4627  <br/>      channel: onMode="1" bRatio="0.0200000" meMode="91" products="2 -2"
4628  <br/>      channel: onMode="1" bRatio="0.0050000" meMode="91" products="3 -3"
4629  <br/>      channel: onMode="1" bRatio="0.0200000" meMode="91" products="4 -4"
4630  <br/>      channel: onMode="1" bRatio="0.4276000" meMode="92" products="21 21 21"
4631  <br/>      channel: onMode="1" bRatio="0.0160000" meMode="92" products="22 21 21"
4632
4633 <p/>particle: id="1000001" name="~d_L" antiName="~d_Lbar" spinType="1" chargeType="-1" colType="1"
4634           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
4635  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 1"
4636  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 2"
4637  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 2"
4638  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1"
4639  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"
4640  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"
4641  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1"
4642  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -24"
4643  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -24"
4644  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -37"
4645  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -37"
4646  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1"
4647  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"
4648  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"
4649  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"
4650  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"
4651  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"
4652  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"
4653  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"
4654  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"
4655  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"
4656  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1"
4657  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2"
4658  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3"
4659  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4"
4660  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5"
4661  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6"
4662  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1"
4663  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2"
4664  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3"
4665  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4"
4666  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5"
4667  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6"
4668  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1"
4669  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2"
4670  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3"
4671  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4"
4672  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5"
4673  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6"
4674  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3"
4675  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -5"
4676  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3"
4677  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -5"
4678  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3"
4679  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -5"
4680
4681 <p/>particle: id="1000002" name="~u_L" antiName="~u_Lbar" spinType="1" chargeType="2" colType="1"
4682           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
4683  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 2"
4684  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1"
4685  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1"
4686  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2"
4687  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2"
4688  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2"
4689  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2"
4690  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 24"
4691  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 24"
4692  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 37"
4693  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 37"
4694  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"
4695  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"
4696  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"
4697  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"
4698  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"
4699  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"
4700  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"
4701  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"
4702  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"
4703  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"
4704  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"
4705  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"
4706  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"
4707
4708 <p/>particle: id="1000003" name="~s_L" antiName="~s_Lbar" spinType="1" chargeType="-1" colType="1"
4709           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
4710  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 3"
4711  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 4"
4712  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 4"
4713  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3"
4714  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"
4715  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"
4716  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3"
4717  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -24"
4718  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -24"
4719  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -37"
4720  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -37"
4721  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3"
4722  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"
4723  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"
4724  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"
4725  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"
4726  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"
4727  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"
4728  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"
4729  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"
4730  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"
4731  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1"
4732  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2"
4733  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3"
4734  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4"
4735  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5"
4736  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6"
4737  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1"
4738  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2"
4739  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3"
4740  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4"
4741  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5"
4742  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6"
4743  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1"
4744  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2"
4745  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3"
4746  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4"
4747  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5"
4748  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6"
4749  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1"
4750  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -5"
4751  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1"
4752  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -5"
4753  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1"
4754  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -5"
4755
4756 <p/>particle: id="1000004" name="~c_L" antiName="~c_Lbar" spinType="1" chargeType="2" colType="1"
4757           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
4758  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 4"
4759  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3"
4760  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3"
4761  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4"
4762  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4"
4763  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4"
4764  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4"
4765  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 24"
4766  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 24"
4767  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 37"
4768  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 37"
4769  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4"
4770  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"
4771  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"
4772  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"
4773  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"
4774  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"
4775  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"
4776  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"
4777  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"
4778  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"
4779  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"
4780  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"
4781  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"
4782
4783 <p/>particle: id="1000005" name="~b_1" antiName="~b_1bar" spinType="1" chargeType="-1" colType="1"
4784           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
4785  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 5"
4786  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 6"
4787  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 6"
4788  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5"
4789  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"
4790  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"
4791  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5"
4792  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -24"
4793  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -24"
4794  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -37"
4795  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -37"
4796  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5"
4797  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"
4798  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"
4799  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"
4800  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"
4801  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"
4802  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"
4803  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"
4804  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"
4805  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"
4806  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1"
4807  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2"
4808  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3"
4809  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4"
4810  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5"
4811  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6"
4812  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1"
4813  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2"
4814  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3"
4815  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4"
4816  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5"
4817  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6"
4818  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1"
4819  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2"
4820  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3"
4821  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4"
4822  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5"
4823  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6"
4824  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1"
4825  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3"
4826  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1"
4827  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3"
4828  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1"
4829  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3"
4830
4831 <p/>particle: id="1000006" name="~t_1" antiName="~t_1bar" spinType="1" chargeType="2" colType="1"
4832           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
4833  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 6"
4834  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5"
4835  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5"
4836  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6"
4837  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6"
4838  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6"
4839  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6"
4840  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 24"
4841  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 24"
4842  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 37"
4843  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 37"
4844  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6"
4845  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4"
4846  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"
4847  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"
4848  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"
4849  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"
4850  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"
4851  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"
4852  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"
4853  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"
4854  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"
4855  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"
4856  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"
4857  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"
4858
4859 <p/>particle: id="1000011" name="~e_L-" antiName="~e_L+" spinType="1" chargeType="-3" colType="0"
4860           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
4861  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 11"
4862  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 12"
4863  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 12"
4864  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 11"
4865  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 11"
4866  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 11"
4867  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 11"
4868  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -24"
4869  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -24"
4870  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -37"
4871  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13"
4872  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15"
4873  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11"
4874  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15"
4875  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11"
4876  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13"
4877  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 11"
4878  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 13"
4879  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 15"
4880  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 11"
4881  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 13"
4882  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 15"
4883  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"
4884  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"
4885  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"
4886  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"
4887  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"
4888  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"
4889  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"
4890  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"
4891  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"
4892
4893 <p/>particle: id="1000012" name="~nu_eL" antiName="~nu_eLbar" spinType="1" chargeType="0" colType="0"
4894           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
4895  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 12"
4896  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 11"
4897  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 11"
4898  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 12"
4899  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 12"
4900  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 12"
4901  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 12"
4902  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 24"
4903  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 24"
4904  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 37"
4905  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 37"
4906  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 11"
4907  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 13"
4908  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 15"
4909  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 11"
4910  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 13"
4911  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 15"
4912  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 1"
4913  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 3"
4914  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 5"
4915  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 1"
4916  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 3"
4917  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 5"
4918  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 1"
4919  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 3"
4920  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 5"
4921
4922 <p/>particle: id="1000013" name="~mu_L-" antiName="~mu_L+" spinType="1" chargeType="-3" colType="0"
4923           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
4924  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 13"
4925  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 14"
4926  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 14"
4927  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 13"
4928  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 13"
4929  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 13"
4930  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 13"
4931  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -24"
4932  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -24"
4933  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -37"
4934  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -37"
4935  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13"
4936  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15"
4937  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11"
4938  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15"
4939  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11"
4940  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13"
4941  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 11"
4942  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 13"
4943  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 15"
4944  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 11"
4945  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 13"
4946  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 15"
4947  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"
4948  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"
4949  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"
4950  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"
4951  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"
4952  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"
4953  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"
4954  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"
4955  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"
4956
4957 <p/>particle: id="1000014" name="~nu_muL" antiName="~nu_muLbar" spinType="1" chargeType="0" colType="0"
4958           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
4959  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 14"
4960  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 13"
4961  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 13"
4962  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 14"
4963  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 14"
4964  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 14"
4965  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 14"
4966  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 24"
4967  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 24"
4968  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 37"
4969  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 37"
4970  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 11"
4971  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 13"
4972  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 15"
4973  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 11"
4974  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 13"
4975  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 15"
4976  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 1"
4977  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 3"
4978  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 5"
4979  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 1"
4980  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 3"
4981  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 5"
4982  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 1"
4983  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 3"
4984  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 5"
4985
4986 <p/>particle: id="1000015" name="~tau_1-" antiName="~tau_1+" spinType="1" chargeType="-3" colType="0"
4987           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
4988  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 15"
4989  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 16"
4990  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 16"
4991  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 15"
4992  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 15"
4993  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 15"
4994  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 15"
4995  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -24"
4996  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -24"
4997  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -37"
4998  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -37"
4999  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13"
5000  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15"
5001  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11"
5002  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15"
5003  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11"
5004  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13"
5005  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 11"
5006  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 13"
5007  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 15"
5008  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 11"
5009  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 13"
5010  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 15"
5011  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"
5012  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"
5013  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"
5014  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"
5015  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"
5016  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"
5017  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"
5018  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"
5019  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"
5020
5021 <p/>particle: id="1000016" name="~nu_tauL" antiName="~nu_tauLbar" spinType="1" chargeType="0" colType="0"
5022           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
5023  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 16"
5024  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 15"
5025  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 15"
5026  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 16"
5027  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 16"
5028  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 16"
5029  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 16"
5030  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 24"
5031  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 24"
5032  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 37"
5033  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 37"
5034  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 11"
5035  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 13"
5036  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 15"
5037  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 11"
5038  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 13"
5039  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 15"
5040  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 1"
5041  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 3"
5042  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 5"
5043  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 1"
5044  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 3"
5045  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 5"
5046  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 1"
5047  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 3"
5048  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-5 5"
5049
5050 <p/>particle: id="1000021" name="~g" spinType="2" chargeType="0" colType="2"
5051           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
5052  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 21"
5053  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1"
5054  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 1"
5055  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -1"
5056  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 1"
5057  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2"
5058  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2"
5059  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2"
5060  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 2"
5061  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -3"
5062  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 3"
5063  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -3"
5064  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 3"
5065  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -4"
5066  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 4"
5067  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -4"
5068  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 4"
5069  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -5"
5070  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 5"
5071  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -5"
5072  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 5"
5073  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -6"
5074  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 6"
5075  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -6"
5076  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000006 6"
5077  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -1"
5078  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -3"
5079  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -5"
5080  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -2"
5081  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -4"
5082  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -6"
5083  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -1"
5084  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -3"
5085  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -5"
5086  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -2"
5087  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -4"
5088  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6 -6"
5089  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1 -1"
5090  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3 -3"
5091  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5 -5"
5092  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2 -2"
5093  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4 -4"
5094  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6 -6"
5095  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1 -1"
5096  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3 -3"
5097  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5 -5"
5098  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2 -2"
5099  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4 -4"
5100  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6 -6"
5101  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -2"
5102  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 2"
5103  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -4"
5104  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 4"
5105  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -6"
5106  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 6"
5107  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1 -2"
5108  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 2"
5109  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -4"
5110  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 4"
5111  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -6"
5112  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 6"
5113  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 1"
5114  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -1"
5115  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 1"
5116  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -1"
5117  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 3"
5118  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -3"
5119  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 3"
5120  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -3"
5121  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 5"
5122  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -5"
5123  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 5"
5124  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -5"
5125  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 1"
5126  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -1"
5127  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 1"
5128  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -1"
5129  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 3"
5130  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -3"
5131  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 3"
5132  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -3"
5133  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 5"
5134  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -5"
5135  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 5"
5136  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -5"
5137  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 1"
5138  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -1"
5139  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 1"
5140  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -1"
5141  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 3"
5142  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -3"
5143  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 3"
5144  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -3"
5145  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 5"
5146  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -5"
5147  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 5"
5148  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -5"
5149  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 1"
5150  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -1"
5151  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 1"
5152  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -1"
5153  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 3"
5154  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -3"
5155  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 3"
5156  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -3"
5157  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 5"
5158  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -5"
5159  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 5"
5160  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -5"
5161  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 1"
5162  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -1"
5163  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 1"
5164  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -1"
5165  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 3"
5166  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -3"
5167  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 3"
5168  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -3"
5169  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 5"
5170  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -5"
5171  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 5"
5172  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -5"
5173  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 1"
5174  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -1"
5175  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 1"
5176  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -1"
5177  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 3"
5178  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -3"
5179  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 3"
5180  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -3"
5181  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 5"
5182  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -5"
5183  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 5"
5184  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -5"
5185  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 1"
5186  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -1"
5187  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 1"
5188  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -1"
5189  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 3"
5190  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -3"
5191  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 3"
5192  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -3"
5193  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 5"
5194  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -5"
5195  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 5"
5196  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -5"
5197  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 1"
5198  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -1"
5199  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 1"
5200  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -1"
5201  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 3"
5202  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -3"
5203  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 3"
5204  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -3"
5205  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 5"
5206  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -5"
5207  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 5"
5208  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -5"
5209  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 1"
5210  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -1"
5211  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 1"
5212  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -1"
5213  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 3"
5214  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -3"
5215  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 3"
5216  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -3"
5217  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 5"
5218  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -5"
5219  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 5"
5220  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -5"
5221  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -3"
5222  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 3"
5223  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -5"
5224  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 5"
5225  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3 -5"
5226  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 3 5"
5227  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -3"
5228  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 3"
5229  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -5"
5230  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 5"
5231  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3 -5"
5232  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 3 5"
5233  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -3"
5234  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 3"
5235  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -5"
5236  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 5"
5237  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3 -5"
5238  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 3 5"
5239
5240 <p/>particle: id="1000022" name="~chi_10" spinType="2" chargeType="0" colType="0"
5241           m0="500.00000" mWidth="1.00000" mMin="20.00000" mMax="0.00000"
5242  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 22"
5243  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 23"
5244  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 25"
5245  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 35"
5246  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 36"
5247  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 11"
5248  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -11"
5249  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 13"
5250  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -13"
5251  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 15"
5252  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -15"
5253  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 11"
5254  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -11"
5255  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 13"
5256  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -13"
5257  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 15"
5258  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -15"
5259  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 11"
5260  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -11"
5261  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 13"
5262  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -13"
5263  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 15"
5264  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -15"
5265  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 11"
5266  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -11"
5267  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 13"
5268  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -13"
5269  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 15"
5270  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -15"
5271  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 11"
5272  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -11"
5273  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 13"
5274  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -13"
5275  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 15"
5276  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -15"
5277  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 11"
5278  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -11"
5279  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 13"
5280  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -13"
5281  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 15"
5282  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -15"
5283  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 1"
5284  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -1"
5285  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 1"
5286  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -1"
5287  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 3"
5288  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -3"
5289  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 3"
5290  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -3"
5291  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 5"
5292  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -5"
5293  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 5"
5294  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -5"
5295  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 1"
5296  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -1"
5297  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 1"
5298  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -1"
5299  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 3"
5300  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -3"
5301  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 3"
5302  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -3"
5303  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 5"
5304  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -5"
5305  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 5"
5306  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -5"
5307  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 1"
5308  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -1"
5309  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 1"
5310  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -1"
5311  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 3"
5312  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -3"
5313  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 3"
5314  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -3"
5315  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 5"
5316  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -5"
5317  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 5"
5318  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -5"
5319  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 1"
5320  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -1"
5321  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 1"
5322  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -1"
5323  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 3"
5324  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -3"
5325  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 3"
5326  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -3"
5327  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 5"
5328  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -5"
5329  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 5"
5330  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -5"
5331  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 1"
5332  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -1"
5333  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 1"
5334  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -1"
5335  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 3"
5336  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -3"
5337  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 3"
5338  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -3"
5339  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 5"
5340  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -5"
5341  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 5"
5342  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -5"
5343  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 1"
5344  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -1"
5345  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 1"
5346  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -1"
5347  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 3"
5348  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -3"
5349  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 3"
5350  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -3"
5351  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 5"
5352  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -5"
5353  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 5"
5354  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -5"
5355  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 1"
5356  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -1"
5357  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 1"
5358  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -1"
5359  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 3"
5360  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -3"
5361  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 3"
5362  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -3"
5363  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 5"
5364  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -5"
5365  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 5"
5366  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -5"
5367  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 1"
5368  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -1"
5369  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 1"
5370  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -1"
5371  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 3"
5372  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -3"
5373  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 3"
5374  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -3"
5375  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 5"
5376  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -5"
5377  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 5"
5378  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -5"
5379  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 1"
5380  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -1"
5381  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 1"
5382  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -1"
5383  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 3"
5384  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -3"
5385  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 3"
5386  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -3"
5387  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 5"
5388  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -5"
5389  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 5"
5390  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -5"
5391  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -3"
5392  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 3"
5393  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -5"
5394  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 5"
5395  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3 -5"
5396  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 3 5"
5397  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -3"
5398  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 3"
5399  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -5"
5400  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 5"
5401  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3 -5"
5402  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 3 5"
5403  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -3"
5404  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 3"
5405  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -5"
5406  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 5"
5407  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3 -5"
5408  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 3 5"
5409
5410 <p/>particle: id="1000023" name="~chi_20" spinType="2" chargeType="0" colType="0"
5411           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
5412  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 22"
5413  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 23"
5414  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 25"
5415  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 35"
5416  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 36"
5417  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 22"
5418  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 23"
5419  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 11 -11"
5420  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 13 -13"
5421  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 15 -15"
5422  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 12 -12"
5423  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 14 -14"
5424  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 16 -16"
5425  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -1"
5426  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -3"
5427  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -5"
5428  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -2"
5429  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -4"
5430  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 25"
5431  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 35"
5432  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 36"
5433  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -24"
5434  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 24"
5435  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 11 -12"
5436  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -11 12"
5437  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 13 -14"
5438  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -13 14"
5439  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 15 -16"
5440  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -15 16"
5441  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -2"
5442  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 2"
5443  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -4"
5444  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 4"
5445  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -24"
5446  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 24"
5447  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 11 -12"
5448  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -11 12"
5449  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 13 -14"
5450  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -13 14"
5451  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 15 -16"
5452  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -15 16"
5453  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1 -2"
5454  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 2"
5455  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -4"
5456  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 4"
5457  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -37"
5458  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 37"
5459  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -37"
5460  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 37"
5461  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1"
5462  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 1"
5463  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -1"
5464  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 1"
5465  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2"
5466  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2"
5467  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2"
5468  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 2"
5469  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -3"
5470  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 3"
5471  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -3"
5472  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 3"
5473  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -4"
5474  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 4"
5475  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -4"
5476  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 4"
5477  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -5"
5478  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 5"
5479  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -5"
5480  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 5"
5481  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -6"
5482  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 6"
5483  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -6"
5484  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000006 6"
5485  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -11"
5486  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 11"
5487  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -11"
5488  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000011 11"
5489  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -12"
5490  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 12"
5491  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -12"
5492  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000012 12"
5493  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -13"
5494  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 13"
5495  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -13"
5496  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000013 13"
5497  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -14"
5498  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 14"
5499  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -14"
5500  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000014 14"
5501  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -15"
5502  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 15"
5503  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -15"
5504  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 15"
5505  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -16"
5506  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 16"
5507  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -16"
5508  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000016 16"
5509  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -1"
5510  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -3"
5511  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -5"
5512  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -2"
5513  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -4"
5514  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 11"
5515  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -11"
5516  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 13"
5517  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -13"
5518  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 15"
5519  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -15"
5520  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 11"
5521  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -11"
5522  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 13"
5523  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -13"
5524  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 15"
5525  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -15"
5526  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 11"
5527  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -11"
5528  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 13"
5529  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -13"
5530  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 15"
5531  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -15"
5532  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 11"
5533  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -11"
5534  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 13"
5535  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -13"
5536  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 15"
5537  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -15"
5538  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 11"
5539  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -11"
5540  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 13"
5541  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -13"
5542  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 15"
5543  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -15"
5544  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 11"
5545  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -11"
5546  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 13"
5547  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -13"
5548  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 15"
5549  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -15"
5550  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 1"
5551  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -1"
5552  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 1"
5553  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -1"
5554  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 3"
5555  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -3"
5556  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 3"
5557  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -3"
5558  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 5"
5559  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -5"
5560  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 5"
5561  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -5"
5562  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 1"
5563  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -1"
5564  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 1"
5565  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -1"
5566  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 3"
5567  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -3"
5568  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 3"
5569  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -3"
5570  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 5"
5571  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -5"
5572  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 5"
5573  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -5"
5574  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 1"
5575  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -1"
5576  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 1"
5577  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -1"
5578  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 3"
5579  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -3"
5580  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 3"
5581  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -3"
5582  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 5"
5583  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -5"
5584  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 5"
5585  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -5"
5586  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 1"
5587  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -1"
5588  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 1"
5589  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -1"
5590  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 3"
5591  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -3"
5592  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 3"
5593  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -3"
5594  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 5"
5595  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -5"
5596  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 5"
5597  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -5"
5598  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 1"
5599  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -1"
5600  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 1"
5601  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -1"
5602  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 3"
5603  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -3"
5604  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 3"
5605  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -3"
5606  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 5"
5607  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -5"
5608  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 5"
5609  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -5"
5610  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 1"
5611  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -1"
5612  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 1"
5613  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -1"
5614  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 3"
5615  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -3"
5616  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 3"
5617  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -3"
5618  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 5"
5619  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -5"
5620  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 5"
5621  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -5"
5622  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 1"
5623  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -1"
5624  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 1"
5625  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -1"
5626  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 3"
5627  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -3"
5628  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 3"
5629  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -3"
5630  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 5"
5631  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -5"
5632  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 5"
5633  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -5"
5634  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 1"
5635  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -1"
5636  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 1"
5637  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -1"
5638  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 3"
5639  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -3"
5640  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 3"
5641  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -3"
5642  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 5"
5643  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -5"
5644  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 5"
5645  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -5"
5646  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 1"
5647  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -1"
5648  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 1"
5649  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -1"
5650  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 3"
5651  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -3"
5652  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 3"
5653  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -3"
5654  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 5"
5655  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -5"
5656  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 5"
5657  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -5"
5658  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -3"
5659  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 3"
5660  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -5"
5661  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 5"
5662  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3 -5"
5663  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 3 5"
5664  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -3"
5665  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 3"
5666  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -5"
5667  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 5"
5668  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3 -5"
5669  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 3 5"
5670  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -3"
5671  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 3"
5672  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -5"
5673  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 5"
5674  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3 -5"
5675  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 3 5"
5676
5677 <p/>particle: id="1000024" name="~chi_1+" antiName="~chi_1-" spinType="2" chargeType="3" colType="0"
5678           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
5679  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 24"
5680  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 37"
5681  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 24"
5682  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -11 12"
5683  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -13 14"
5684  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -15 16"
5685  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -1 2"
5686  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -3 4"
5687  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 24"
5688  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -11 12"
5689  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -13 14"
5690  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -15 16"
5691  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -1 2"
5692  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -3 4"
5693  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 24"
5694  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -11 12"
5695  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -13 14"
5696  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -15 16"
5697  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -1 2"
5698  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -3 4"
5699  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 24"
5700  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -11 12"
5701  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -13 14"
5702  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -15 16"
5703  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -1 2"
5704  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -3 4"
5705  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 37"
5706  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 37"
5707  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 37"
5708  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 37"
5709  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -1"
5710  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -1"
5711  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 2"
5712  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 2"
5713  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -3"
5714  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -3"
5715  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 4"
5716  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 4"
5717  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -5"
5718  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -5"
5719  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 6"
5720  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 6"
5721  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -11"
5722  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -11"
5723  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 12"
5724  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000011 12"
5725  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -13"
5726  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -13"
5727  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 14"
5728  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000013 14"
5729  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -15"
5730  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -15"
5731  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 16"
5732  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 16"
5733  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -1 2"
5734  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -3 4"
5735  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 12"
5736  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -11"
5737  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 11"
5738  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 14"
5739  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -13"
5740  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 13"
5741  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 16"
5742  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -15"
5743  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 15"
5744  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 12"
5745  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -11"
5746  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 11"
5747  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 14"
5748  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -13"
5749  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 13"
5750  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 16"
5751  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -15"
5752  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 15"
5753  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 12"
5754  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 11"
5755  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 14"
5756  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 13"
5757  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 16"
5758  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 15"
5759  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 12"
5760  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -11"
5761  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 11"
5762  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 14"
5763  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -13"
5764  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 13"
5765  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 16"
5766  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -15"
5767  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 15"
5768  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 12"
5769  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 11"
5770  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 14"
5771  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 13"
5772  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 16"
5773  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 15"
5774  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 12"
5775  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 11"
5776  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 14"
5777  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 13"
5778  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 16"
5779  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 15"
5780  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 2"
5781  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 2"
5782  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 1"
5783  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -1"
5784  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 4"
5785  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 4"
5786  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 3"
5787  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -3"
5788  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 6"
5789  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 6"
5790  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 5"
5791  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -5"
5792  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 2"
5793  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 2"
5794  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 1"
5795  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -1"
5796  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 4"
5797  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 4"
5798  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 3"
5799  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -3"
5800  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 6"
5801  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 6"
5802  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 5"
5803  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -5"
5804  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 2"
5805  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 2"
5806  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 1"
5807  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -1"
5808  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 4"
5809  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 4"
5810  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 3"
5811  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -3"
5812  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 6"
5813  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 6"
5814  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 5"
5815  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -5"
5816  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 2"
5817  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 2"
5818  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 1"
5819  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -1"
5820  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 4"
5821  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 4"
5822  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 3"
5823  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -3"
5824  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 6"
5825  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 6"
5826  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 5"
5827  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -5"
5828  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 2"
5829  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 2"
5830  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 1"
5831  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -1"
5832  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 4"
5833  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 4"
5834  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 3"
5835  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -3"
5836  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 6"
5837  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 6"
5838  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 5"
5839  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -5"
5840  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 2"
5841  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 2"
5842  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 1"
5843  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -1"
5844  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 4"
5845  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 4"
5846  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 3"
5847  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -3"
5848  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 6"
5849  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 6"
5850  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 5"
5851  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -5"
5852  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 2"
5853  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 2"
5854  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 1"
5855  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -1"
5856  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 4"
5857  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 4"
5858  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 3"
5859  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -3"
5860  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 6"
5861  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 6"
5862  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 5"
5863  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -5"
5864  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 2"
5865  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 2"
5866  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 1"
5867  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -1"
5868  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 4"
5869  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 4"
5870  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 3"
5871  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -3"
5872  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 6"
5873  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 6"
5874  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 5"
5875  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -5"
5876  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 2"
5877  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 2"
5878  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 1"
5879  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -1"
5880  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 4"
5881  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 4"
5882  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 3"
5883  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -3"
5884  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 6"
5885  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 6"
5886  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 5"
5887  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -5"
5888  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 2 3"
5889  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -1 -3"
5890  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 2 5"
5891  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -1 -5"
5892  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 4 1"
5893  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 4 3"
5894  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3 -3"
5895  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 4 5"
5896  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3 -5"
5897  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 6 1"
5898  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 6 3"
5899  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 6 5"
5900  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5 -5"
5901  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 4 1"
5902  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 4 5"
5903  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -3 -5"
5904  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 6 1"
5905  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 6 3"
5906  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 6 5"
5907  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5 -5"
5908  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 6 1"
5909  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 6 3"
5910
5911 <p/>particle: id="1000025" name="~chi_30" spinType="2" chargeType="0" colType="0"
5912           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
5913  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 22"
5914  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 23"
5915  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 25"
5916  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 35"
5917  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 36"
5918  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 22"
5919  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 23"
5920  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 11 -11"
5921  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 13 -13"
5922  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 15 -15"
5923  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 12 -12"
5924  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 14 -14"
5925  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 16 -16"
5926  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -1"
5927  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -3"
5928  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -5"
5929  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -2"
5930  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -4"
5931  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 25"
5932  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 35"
5933  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 36"
5934  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 22"
5935  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 23"
5936  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 11 -11"
5937  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 13 -13"
5938  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 15 -15"
5939  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 12 -12"
5940  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 14 -14"
5941  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 16 -16"
5942  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -1"
5943  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -3"
5944  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -5"
5945  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -2"
5946  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -4"
5947  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 25"
5948  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 35"
5949  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 36"
5950  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -24"
5951  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 24"
5952  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 11 -12"
5953  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -11 12"
5954  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 13 -14"
5955  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -13 14"
5956  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 15 -16"
5957  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -15 16"
5958  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -2"
5959  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 2"
5960  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -4"
5961  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 4"
5962  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -24"
5963  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 24"
5964  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 11 -12"
5965  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -11 12"
5966  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 13 -14"
5967  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -13 14"
5968  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 15 -16"
5969  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -15 16"
5970  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1 -2"
5971  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 2"
5972  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -4"
5973  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 4"
5974  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -37"
5975  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 37"
5976  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -37"
5977  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 37"
5978  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1"
5979  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 1"
5980  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -1"
5981  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 1"
5982  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2"
5983  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2"
5984  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2"
5985  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 2"
5986  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -3"
5987  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 3"
5988  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -3"
5989  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 3"
5990  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -4"
5991  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 4"
5992  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -4"
5993  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 4"
5994  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -5"
5995  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 5"
5996  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -5"
5997  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 5"
5998  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -6"
5999  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 6"
6000  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -6"
6001  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000006 6"
6002  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -11"
6003  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 11"
6004  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -11"
6005  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000011 11"
6006  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -12"
6007  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 12"
6008  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -12"
6009  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000012 12"
6010  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -13"
6011  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 13"
6012  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -13"
6013  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000013 13"
6014  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -14"
6015  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 14"
6016  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -14"
6017  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000014 14"
6018  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -15"
6019  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 15"
6020  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -15"
6021  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 15"
6022  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -16"
6023  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 16"
6024  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -16"
6025  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000016 16"
6026  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -1"
6027  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -3"
6028  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -5"
6029  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -2"
6030  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -4"
6031  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 11"
6032  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -11"
6033  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 13"
6034  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -13"
6035  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 15"
6036  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -15"
6037  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 11"
6038  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -11"
6039  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 13"
6040  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -13"
6041  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 15"
6042  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -15"
6043  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 11"
6044  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -11"
6045  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 13"
6046  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -13"
6047  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 15"
6048  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -15"
6049  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 11"
6050  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -11"
6051  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 13"
6052  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -13"
6053  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 15"
6054  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -15"
6055  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 11"
6056  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -11"
6057  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 13"
6058  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -13"
6059  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 15"
6060  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -15"
6061  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 11"
6062  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -11"
6063  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 13"
6064  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -13"
6065  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 15"
6066  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -15"
6067  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 1"
6068  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -1"
6069  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 1"
6070  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -1"
6071  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 3"
6072  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -3"
6073  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 3"
6074  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -3"
6075  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 5"
6076  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -5"
6077  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 5"
6078  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -5"
6079  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 1"
6080  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -1"
6081  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 1"
6082  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -1"
6083  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 3"
6084  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -3"
6085  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 3"
6086  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -3"
6087  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 5"
6088  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -5"
6089  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 5"
6090  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -5"
6091  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 1"
6092  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -1"
6093  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 1"
6094  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -1"
6095  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 3"
6096  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -3"
6097  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 3"
6098  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -3"
6099  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 5"
6100  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -5"
6101  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 5"
6102  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -5"
6103  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 1"
6104  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -1"
6105  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 1"
6106  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -1"
6107  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 3"
6108  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -3"
6109  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 3"
6110  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -3"
6111  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 5"
6112  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -5"
6113  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 5"
6114  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -5"
6115  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 1"
6116  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -1"
6117  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 1"
6118  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -1"
6119  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 3"
6120  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -3"
6121  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 3"
6122  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -3"
6123  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 5"
6124  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -5"
6125  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 5"
6126  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -5"
6127  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 1"
6128  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -1"
6129  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 1"
6130  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -1"
6131  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 3"
6132  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -3"
6133  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 3"
6134  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -3"
6135  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 5"
6136  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -5"
6137  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 5"
6138  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -5"
6139  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 1"
6140  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -1"
6141  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 1"
6142  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -1"
6143  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 3"
6144  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -3"
6145  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 3"
6146  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -3"
6147  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 5"
6148  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -5"
6149  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 5"
6150  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -5"
6151  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 1"
6152  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -1"
6153  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 1"
6154  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -1"
6155  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 3"
6156  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -3"
6157  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 3"
6158  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -3"
6159  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 5"
6160  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -5"
6161  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 5"
6162  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -5"
6163  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 1"
6164  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -1"
6165  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 1"
6166  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -1"
6167  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 3"
6168  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -3"
6169  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 3"
6170  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -3"
6171  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 5"
6172  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -5"
6173  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 5"
6174  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -5"
6175  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -3"
6176  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 3"
6177  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -5"
6178  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 5"
6179  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3 -5"
6180  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 3 5"
6181  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -3"
6182  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 3"
6183  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -5"
6184  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 5"
6185  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3 -5"
6186  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 3 5"
6187  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -3"
6188  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 3"
6189  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -5"
6190  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 5"
6191  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3 -5"
6192  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 3 5"
6193
6194 <p/>particle: id="1000035" name="~chi_40" spinType="2" chargeType="0" colType="0"
6195           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
6196  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 22"
6197  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 23"
6198  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 25"
6199  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 35"
6200  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 36"
6201  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 22"
6202  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 23"
6203  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 11 -11"
6204  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 13 -13"
6205  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 15 -15"
6206  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 12 -12"
6207  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 14 -14"
6208  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 16 -16"
6209  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -1"
6210  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -3"
6211  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -5"
6212  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -2"
6213  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -4"
6214  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 25"
6215  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 35"
6216  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 36"
6217  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 22"
6218  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 23"
6219  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 11 -11"
6220  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 13 -13"
6221  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 15 -15"
6222  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 12 -12"
6223  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 14 -14"
6224  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 16 -16"
6225  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -1"
6226  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -3"
6227  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -5"
6228  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -2"
6229  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -4"
6230  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 25"
6231  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 35"
6232  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 36"
6233  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 22"
6234  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 23"
6235  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 11 -11"
6236  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 13 -13"
6237  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 15 -15"
6238  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 12 -12"
6239  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 14 -14"
6240  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 16 -16"
6241  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1 -1"
6242  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3 -3"
6243  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5 -5"
6244  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2 -2"
6245  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4 -4"
6246  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 25"
6247  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 35"
6248  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 36"
6249  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -24"
6250  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 24"
6251  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 11 -12"
6252  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -11 12"
6253  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 13 -14"
6254  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -13 14"
6255  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 15 -16"
6256  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -15 16"
6257  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -2"
6258  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 2"
6259  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -4"
6260  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 4"
6261  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -24"
6262  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 24"
6263  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 11 -12"
6264  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -11 12"
6265  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 13 -14"
6266  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -13 14"
6267  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 15 -16"
6268  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -15 16"
6269  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1 -2"
6270  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 2"
6271  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -4"
6272  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 4"
6273  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -37"
6274  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 37"
6275  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -37"
6276  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 37"
6277  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1"
6278  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 1"
6279  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -1"
6280  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 1"
6281  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2"
6282  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2"
6283  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2"
6284  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 2"
6285  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -3"
6286  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 3"
6287  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -3"
6288  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 3"
6289  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -4"
6290  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 4"
6291  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -4"
6292  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 4"
6293  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -5"
6294  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 5"
6295  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -5"
6296  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 5"
6297  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -6"
6298  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 6"
6299  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -6"
6300  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000006 6"
6301  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -11"
6302  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 11"
6303  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -11"
6304  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000011 11"
6305  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -12"
6306  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 12"
6307  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -12"
6308  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000012 12"
6309  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -13"
6310  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 13"
6311  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -13"
6312  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000013 13"
6313  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -14"
6314  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 14"
6315  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -14"
6316  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000014 14"
6317  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -15"
6318  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 15"
6319  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -15"
6320  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 15"
6321  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -16"
6322  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 16"
6323  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -16"
6324  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000016 16"
6325  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -1"
6326  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -3"
6327  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -5"
6328  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -2"
6329  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -4"
6330  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 11"
6331  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -11"
6332  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 13"
6333  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -13"
6334  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 15"
6335  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -15"
6336  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 11"
6337  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -11"
6338  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 13"
6339  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -13"
6340  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 15"
6341  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -15"
6342  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 11"
6343  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -11"
6344  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 13"
6345  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -13"
6346  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 15"
6347  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -15"
6348  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 11"
6349  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -11"
6350  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 13"
6351  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -13"
6352  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 15"
6353  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -15"
6354  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 11"
6355  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -11"
6356  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 13"
6357  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -13"
6358  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 15"
6359  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -15"
6360  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 11"
6361  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -11"
6362  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 13"
6363  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -13"
6364  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 15"
6365  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -15"
6366  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 1"
6367  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -1"
6368  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 1"
6369  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -1"
6370  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 3"
6371  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -3"
6372  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 3"
6373  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -3"
6374  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 5"
6375  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -5"
6376  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 5"
6377  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -5"
6378  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 1"
6379  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -1"
6380  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 1"
6381  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -1"
6382  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 3"
6383  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -3"
6384  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 3"
6385  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -3"
6386  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 5"
6387  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -5"
6388  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 5"
6389  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -5"
6390  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 1"
6391  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -1"
6392  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 1"
6393  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -1"
6394  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 3"
6395  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -3"
6396  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 3"
6397  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -3"
6398  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 5"
6399  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -5"
6400  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 5"
6401  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -5"
6402  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 1"
6403  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -1"
6404  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 1"
6405  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -1"
6406  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 3"
6407  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -3"
6408  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 3"
6409  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -3"
6410  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 5"
6411  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -5"
6412  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 5"
6413  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -5"
6414  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 1"
6415  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -1"
6416  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 1"
6417  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -1"
6418  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 3"
6419  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -3"
6420  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 3"
6421  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -3"
6422  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 5"
6423  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -5"
6424  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 5"
6425  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -5"
6426  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 1"
6427  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -1"
6428  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 1"
6429  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -1"
6430  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 3"
6431  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -3"
6432  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 3"
6433  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -3"
6434  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 5"
6435  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -5"
6436  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 5"
6437  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -5"
6438  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 1"
6439  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -1"
6440  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 1"
6441  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -1"
6442  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 3"
6443  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -3"
6444  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 3"
6445  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -3"
6446  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 5"
6447  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -5"
6448  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 5"
6449  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -5"
6450  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 1"
6451  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -1"
6452  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 1"
6453  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -1"
6454  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 3"
6455  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -3"
6456  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 3"
6457  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -3"
6458  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 5"
6459  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -5"
6460  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 5"
6461  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -5"
6462  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 1"
6463  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -1"
6464  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 1"
6465  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -1"
6466  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 3"
6467  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -3"
6468  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 3"
6469  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -3"
6470  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 5"
6471  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -5"
6472  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 5"
6473  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -5"
6474  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -3"
6475  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 3"
6476  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -5"
6477  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 1 5"
6478  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3 -5"
6479  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 3 5"
6480  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -3"
6481  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 3"
6482  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -5"
6483  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 1 5"
6484  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3 -5"
6485  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 3 5"
6486  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -3"
6487  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 3"
6488  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -5"
6489  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 1 5"
6490  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3 -5"
6491  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 3 5"
6492
6493 <p/>particle: id="1000037" name="~chi_2+" antiName="~chi_2-" spinType="2" chargeType="3" colType="0"
6494           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
6495  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 24"
6496  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000039 37"
6497  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 23"
6498  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 11 -11"
6499  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 13 -13"
6500  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 15 -15"
6501  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 12 -12"
6502  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 14 -14"
6503  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 16 -16"
6504  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -1"
6505  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -3"
6506  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -5"
6507  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 2 -2"
6508  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 4 -4"
6509  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 25"
6510  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 35"
6511  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 36"
6512  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 24"
6513  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -11 12"
6514  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -13 14"
6515  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -15 16"
6516  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -1 2"
6517  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -3 4"
6518  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 24"
6519  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -11 12"
6520  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -13 14"
6521  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -15 16"
6522  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -1 2"
6523  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -3 4"
6524  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 24"
6525  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -11 12"
6526  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -13 14"
6527  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -15 16"
6528  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -1 2"
6529  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -3 4"
6530  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 24"
6531  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -11 12"
6532  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -13 14"
6533  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -15 16"
6534  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -1 2"
6535  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -3 4"
6536  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 37"
6537  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 37"
6538  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 37"
6539  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 37"
6540  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -1"
6541  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -1"
6542  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 2"
6543  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 2"
6544  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -3"
6545  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -3"
6546  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 4"
6547  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 4"
6548  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -5"
6549  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -5"
6550  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 6"
6551  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 6"
6552  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -11"
6553  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -11"
6554  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 12"
6555  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000011 12"
6556  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -13"
6557  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -13"
6558  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 14"
6559  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000013 14"
6560  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -15"
6561  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -15"
6562  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 16"
6563  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 16"
6564  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -1 2"
6565  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -3 4"
6566  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 12"
6567  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -11"
6568  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 11"
6569  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 14"
6570  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -13"
6571  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 13"
6572  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 16"
6573  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -15"
6574  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 15"
6575  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 12"
6576  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -11"
6577  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 11"
6578  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 14"
6579  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -13"
6580  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 13"
6581  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 16"
6582  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -15"
6583  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 15"
6584  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 12"
6585  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 12 -11"
6586  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 11"
6587  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 14"
6588  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 12 -13"
6589  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 13"
6590  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 16"
6591  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 12 -15"
6592  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 15"
6593  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 12"
6594  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -11"
6595  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 11"
6596  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 14"
6597  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -13"
6598  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 13"
6599  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 16"
6600  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -15"
6601  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 15"
6602  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 12"
6603  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 12 -11"
6604  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 11"
6605  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 14"
6606  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 12 -13"
6607  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 13"
6608  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 16"
6609  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 12 -15"
6610  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 15"
6611  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 12"
6612  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 14 -11"
6613  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 11"
6614  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 14"
6615  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 14 -13"
6616  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 13"
6617  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 16"
6618  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 14 -15"
6619  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 15"
6620  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 2"
6621  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 2"
6622  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 1"
6623  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -1"
6624  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 4"
6625  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 4"
6626  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 3"
6627  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -3"
6628  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 6"
6629  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 6"
6630  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 5"
6631  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -5"
6632  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 2"
6633  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 2"
6634  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 1"
6635  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -1"
6636  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 4"
6637  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 4"
6638  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 3"
6639  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -3"
6640  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 6"
6641  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 6"
6642  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 5"
6643  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -5"
6644  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 2"
6645  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 2"
6646  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 1"
6647  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -1"
6648  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 4"
6649  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 4"
6650  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 3"
6651  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -3"
6652  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 6"
6653  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 6"
6654  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 5"
6655  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -5"
6656  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 2"
6657  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 2"
6658  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 1"
6659  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -1"
6660  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 4"
6661  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 4"
6662  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 3"
6663  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -3"
6664  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 6"
6665  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 6"
6666  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 5"
6667  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -5"
6668  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 2"
6669  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 2"
6670  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 1"
6671  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -1"
6672  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 4"
6673  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 4"
6674  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 3"
6675  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -3"
6676  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 6"
6677  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 6"
6678  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 5"
6679  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -5"
6680  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 2"
6681  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 2"
6682  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 1"
6683  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -1"
6684  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 4"
6685  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 4"
6686  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 3"
6687  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -3"
6688  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 6"
6689  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 6"
6690  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 5"
6691  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -5"
6692  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 2"
6693  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 2"
6694  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 1"
6695  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -1"
6696  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 4"
6697  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 4"
6698  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 3"
6699  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -3"
6700  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 6"
6701  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 6"
6702  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 5"
6703  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -5"
6704  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 2"
6705  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 2"
6706  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 1"
6707  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -1"
6708  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 4"
6709  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 4"
6710  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 3"
6711  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -3"
6712  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 6"
6713  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 6"
6714  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 5"
6715  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -5"
6716  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 2"
6717  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 2"
6718  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 1"
6719  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -1"
6720  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 4"
6721  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 4"
6722  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 3"
6723  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -3"
6724  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 6"
6725  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 6"
6726  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 5"
6727  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -5"
6728  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 2 3"
6729  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -1 -3"
6730  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 2 5"
6731  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -1 -5"
6732  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 4 1"
6733  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 4 3"
6734  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3 -3"
6735  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 4 5"
6736  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3 -5"
6737  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 6 1"
6738  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 6 3"
6739  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2 6 5"
6740  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5 -5"
6741  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 4 1"
6742  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 4 5"
6743  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -3 -5"
6744  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 6 1"
6745  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 6 3"
6746  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="4 6 5"
6747  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5 -5"
6748  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 6 1"
6749  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="6 6 3"
6750
6751 <p/>particle: id="1000039" name="~Gravitino" spinType="0" chargeType="0" colType="0"
6752           m0="1.000e-03"
6753
6754 <p/>particle: id="1000045" name="~chi_50" spinType="2" chargeType="0" colType="0"
6755           m0="500.00000" mMin="10.00000" mMax="0.00000"
6756
6757 <p/>particle: id="2000001" name="~d_R" antiName="~d_Rbar" spinType="1" chargeType="-1" colType="1"
6758           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
6759  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 1"
6760  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 2"
6761  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 2"
6762  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1"
6763  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"
6764  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"
6765  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1"
6766  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 23"
6767  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 25"
6768  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 35"
6769  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 36"
6770  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -24"
6771  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -24"
6772  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -37"
6773  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -37"
6774  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1"
6775  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"
6776  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"
6777  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"
6778  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"
6779  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"
6780  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"
6781  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"
6782  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"
6783  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"
6784  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1"
6785  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2"
6786  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3"
6787  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4"
6788  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5"
6789  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6"
6790  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1"
6791  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2"
6792  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3"
6793  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4"
6794  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5"
6795  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6"
6796  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1"
6797  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2"
6798  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3"
6799  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4"
6800  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5"
6801  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6"
6802  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3"
6803  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -5"
6804  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3"
6805  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -5"
6806  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3"
6807  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -5"
6808
6809 <p/>particle: id="2000002" name="~u_R" antiName="~u_Rbar" spinType="1" chargeType="2" colType="1"
6810           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
6811  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 2"
6812  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1"
6813  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1"
6814  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2"
6815  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2"
6816  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2"
6817  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2"
6818  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 23"
6819  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 25"
6820  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 35"
6821  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000002 36"
6822  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 24"
6823  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 24"
6824  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000001 37"
6825  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000001 37"
6826  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"
6827  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"
6828  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"
6829  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"
6830  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"
6831  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"
6832  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"
6833  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"
6834  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"
6835  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"
6836  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"
6837  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"
6838  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"
6839
6840 <p/>particle: id="2000003" name="~s_R" antiName="~s_Rbar" spinType="1" chargeType="-1" colType="1"
6841           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
6842  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 3"
6843  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 4"
6844  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 4"
6845  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3"
6846  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"
6847  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"
6848  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3"
6849  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 23"
6850  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 25"
6851  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 35"
6852  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 36"
6853  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -24"
6854  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -24"
6855  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -37"
6856  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -37"
6857  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3"
6858  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"
6859  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"
6860  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"
6861  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"
6862  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"
6863  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"
6864  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"
6865  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"
6866  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"
6867  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1"
6868  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2"
6869  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3"
6870  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4"
6871  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5"
6872  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6"
6873  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1"
6874  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2"
6875  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3"
6876  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4"
6877  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5"
6878  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6"
6879  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1"
6880  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2"
6881  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3"
6882  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4"
6883  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5"
6884  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6"
6885  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1"
6886  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -5"
6887  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1"
6888  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -5"
6889  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1"
6890  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -5"
6891
6892 <p/>particle: id="2000004" name="~c_R" antiName="~c_Rbar" spinType="1" chargeType="2" colType="1"
6893           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
6894  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 4"
6895  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3"
6896  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3"
6897  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4"
6898  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4"
6899  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4"
6900  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4"
6901  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 23"
6902  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 25"
6903  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 35"
6904  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000004 36"
6905  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 24"
6906  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 24"
6907  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000003 37"
6908  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000003 37"
6909  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4"
6910  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"
6911  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"
6912  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"
6913  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"
6914  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"
6915  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"
6916  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"
6917  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"
6918  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"
6919  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"
6920  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"
6921  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"
6922
6923 <p/>particle: id="2000005" name="~b_2" antiName="~b_2bar" spinType="1" chargeType="-1" colType="1"
6924           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
6925  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 5"
6926  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 6"
6927  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 6"
6928  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5"
6929  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"
6930  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"
6931  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5"
6932  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 23"
6933  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 25"
6934  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 35"
6935  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 36"
6936  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -24"
6937  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -24"
6938  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -37"
6939  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -37"
6940  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5"
6941  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"
6942  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"
6943  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"
6944  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"
6945  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"
6946  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"
6947  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"
6948  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"
6949  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"
6950  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 1"
6951  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 2"
6952  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 3"
6953  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 4"
6954  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 5"
6955  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="11 6"
6956  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 1"
6957  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 2"
6958  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 3"
6959  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 4"
6960  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 5"
6961  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="13 6"
6962  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 1"
6963  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 2"
6964  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 3"
6965  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 4"
6966  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 5"
6967  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="15 6"
6968  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1"
6969  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3"
6970  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1"
6971  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3"
6972  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1"
6973  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3"
6974
6975 <p/>particle: id="2000006" name="~t_2" antiName="~t_2bar" spinType="1" chargeType="2" colType="1"
6976           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
6977  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 6"
6978  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5"
6979  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5"
6980  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6"
6981  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6"
6982  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6"
6983  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6"
6984  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 23"
6985  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 25"
6986  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 35"
6987  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000006 36"
6988  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 24"
6989  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 24"
6990  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000005 37"
6991  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000005 37"
6992  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6"
6993  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"
6994  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"
6995  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"
6996  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"
6997  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"
6998  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"
6999  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"
7000  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"
7001  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"
7002  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"
7003  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"
7004  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"
7005
7006 <p/>particle: id="2000011" name="~e_R-" antiName="~e_R+" spinType="1" chargeType="-3" colType="0"
7007           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7008  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 11"
7009  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 12"
7010  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 12"
7011  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 11"
7012  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 11"
7013  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 11"
7014  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 11"
7015  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 23"
7016  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 25"
7017  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 35"
7018  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000011 36"
7019  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -24"
7020  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -24"
7021  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -37"
7022  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -37"
7023  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13"
7024  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15"
7025  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11"
7026  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15"
7027  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11"
7028  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13"
7029  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 11"
7030  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 13"
7031  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 15"
7032  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 11"
7033  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 13"
7034  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 15"
7035  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"
7036  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"
7037  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"
7038  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"
7039  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"
7040  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"
7041  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"
7042  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"
7043  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"
7044
7045 <p/>particle: id="2000012" name="~nu_eR" antiName="~nu_eRbar" spinType="1" chargeType="0" colType="0"
7046           m0="500.00000"
7047
7048 <p/>particle: id="2000013" name="~mu_R-" antiName="~mu_R+" spinType="1" chargeType="-3" colType="0"
7049           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7050  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 13"
7051  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 14"
7052  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 14"
7053  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 13"
7054  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 13"
7055  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 13"
7056  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 13"
7057  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 23"
7058  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 25"
7059  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 35"
7060  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000013 36"
7061  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -24"
7062  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -24"
7063  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -37"
7064  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -37"
7065  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13"
7066  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15"
7067  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11"
7068  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15"
7069  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11"
7070  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13"
7071  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 11"
7072  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 13"
7073  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 15"
7074  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 11"
7075  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 13"
7076  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-16 15"
7077  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"
7078  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"
7079  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"
7080  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"
7081  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"
7082  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"
7083  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"
7084  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"
7085  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"
7086
7087 <p/>particle: id="2000014" name="~nu_muR" antiName="~nu_muRbar" spinType="1" chargeType="0" colType="0"
7088           m0="500.00000"
7089
7090 <p/>particle: id="2000015" name="~tau_2-" antiName="~tau_2+" spinType="1" chargeType="-3" colType="0"
7091           m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7092  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1000039 15"
7093  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 16"
7094  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 16"
7095  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000022 15"
7096  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000023 15"
7097  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000025 15"
7098  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000035 15"
7099  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 23"
7100  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 25"
7101  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 35"
7102  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000015 36"
7103  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -24"
7104  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -24"
7105  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -37"
7106  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -37"
7107  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 13"
7108  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="12 15"
7109  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 11"
7110  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="14 15"
7111  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 11"
7112  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="16 13"
7113  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 11"
7114  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 13"
7115  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-12 15"
7116  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 11"
7117  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 13"
7118  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-14 15"
7119  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"
7120  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"
7121  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"
7122  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"
7123  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"
7124  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"
7125  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"
7126  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"
7127  <br/>      channel: onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"
7128
7129 <p/>particle: id="2000016" name="~nu_tauR" antiName="~nu_tauRbar" spinType="1" chargeType="0" colType="0"
7130           m0="500.00000"
7131
7132 <p/>particle: id="3000111" name="pi_tc0" spinType="1" chargeType="0" colType="0"
7133           m0="110.00000" mWidth="0.02911" mMin="50.00000" mMax="0.00000"
7134  <br/>      channel: onMode="1" bRatio="0.0174310" products="3 -3"
7135  <br/>      channel: onMode="1" bRatio="0.0540480" products="4 -4"
7136  <br/>      channel: onMode="1" bRatio="0.8576940" products="5 -5"
7137  <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
7138  <br/>      channel: onMode="1" bRatio="0.0000000" products="11 -11"
7139  <br/>      channel: onMode="1" bRatio="0.0002500" products="13 -13"
7140  <br/>      channel: onMode="1" bRatio="0.0705780" products="15 -15"
7141  <br/>      channel: onMode="1" bRatio="0.0000000" products="21 21"
7142
7143 <p/>particle: id="3000113" name="rho_tc0" spinType="3" chargeType="0" colType="0"
7144           m0="210.00000" mWidth="0.86860" mMin="50.00000" mMax="0.00000"
7145  <br/>      channel: onMode="1" bRatio="0.1440510" products="24 -24"
7146  <br/>      channel: onMode="1" bRatio="0.3519020" products="24 -3000211"
7147  <br/>      channel: onMode="1" bRatio="0.3519020" products="3000211 -24"
7148  <br/>      channel: onMode="1" bRatio="0.0000000" products="3000211 -3000211"
7149  <br/>      channel: onMode="1" bRatio="0.0821070" products="22 3000111"
7150  <br/>      channel: onMode="1" bRatio="0.0295660" products="22 3000221"
7151  <br/>      channel: onMode="1" bRatio="0.0015110" products="23 3000111"
7152  <br/>      channel: onMode="1" bRatio="0.0007260" products="23 3000221"
7153  <br/>      channel: onMode="1" bRatio="0.0045180" products="1 -1"
7154  <br/>      channel: onMode="1" bRatio="0.0065220" products="2 -2"
7155  <br/>      channel: onMode="1" bRatio="0.0045180" products="3 -3"
7156  <br/>      channel: onMode="1" bRatio="0.0065220" products="4 -4"
7157  <br/>      channel: onMode="1" bRatio="0.0045130" products="5 -5"
7158  <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
7159  <br/>      channel: onMode="1" bRatio="0.0029080" products="11 -11"
7160  <br/>      channel: onMode="1" bRatio="0.0009730" products="12 -12"
7161  <br/>      channel: onMode="1" bRatio="0.0029080" products="13 -13"
7162  <br/>      channel: onMode="1" bRatio="0.0009730" products="14 -14"
7163  <br/>      channel: onMode="1" bRatio="0.0029080" products="15 -15"
7164  <br/>      channel: onMode="1" bRatio="0.0009730" products="16 -16"
7165
7166 <p/>particle: id="3000211" name="pi_tc+" antiName="pi_tc-" spinType="1" chargeType="3" colType="0"
7167           m0="110.00000" mWidth="0.01741" mMin="50.00000" mMax="0.00000"
7168  <br/>      channel: onMode="1" bRatio="0.0227480" products="4 -1"
7169  <br/>      channel: onMode="1" bRatio="0.0265760" products="4 -3"
7170  <br/>      channel: onMode="1" bRatio="0.3594860" products="2 -5"
7171  <br/>      channel: onMode="1" bRatio="0.5615810" products="4 -5"
7172  <br/>      channel: onMode="1" bRatio="0.0000000" products="24 5 -5"
7173  <br/>      channel: onMode="1" bRatio="0.0000000" products="-11 12"
7174  <br/>      channel: onMode="1" bRatio="0.0001040" products="-13 14"
7175  <br/>      channel: onMode="1" bRatio="0.0295040" products="-15 16"
7176
7177 <p/>particle: id="3000213" name="rho_tc+" antiName="rho_tc-" spinType="3" chargeType="3" colType="0"
7178           m0="210.00000" mWidth="0.62395" mMin="50.00000" mMax="0.00000"
7179  <br/>      channel: onMode="1" bRatio="0.1439820" products="24 23"
7180  <br/>      channel: onMode="1" bRatio="0.4898880" products="24 3000111"
7181  <br/>      channel: onMode="1" bRatio="0.1951000" products="3000211 23"
7182  <br/>      channel: onMode="1" bRatio="0.0000000" products="3000211 3000111"
7183  <br/>      channel: onMode="1" bRatio="0.1143020" products="3000211 22"
7184  <br/>      channel: onMode="1" bRatio="0.0084260" products="24 3000221"
7185  <br/>      channel: onMode="1" bRatio="0.0148680" products="-1 2"
7186  <br/>      channel: onMode="1" bRatio="0.0007630" products="-1 4"
7187  <br/>      channel: onMode="1" bRatio="0.0000000" products="-1 6"
7188  <br/>      channel: onMode="1" bRatio="0.0007630" products="-3 2"
7189  <br/>      channel: onMode="1" bRatio="0.0148400" products="-3 4"
7190  <br/>      channel: onMode="1" bRatio="0.0000030" products="-3 6"
7191  <br/>      channel: onMode="1" bRatio="0.0000000" products="-5 2"
7192  <br/>      channel: onMode="1" bRatio="0.0000270" products="-5 4"
7193  <br/>      channel: onMode="1" bRatio="0.0019450" products="-5 6"
7194  <br/>      channel: onMode="1" bRatio="0.0050300" products="-11 12"
7195  <br/>      channel: onMode="1" bRatio="0.0050300" products="-13 14"
7196  <br/>      channel: onMode="1" bRatio="0.0050300" products="-15 16"
7197
7198 <p/>particle: id="3000221" name="pi'_tc0" spinType="1" chargeType="0" colType="0"
7199           m0="110.00000" mWidth="0.04536" mMin="50.00000" mMax="0.00000"
7200  <br/>      channel: onMode="1" bRatio="0.0111850" products="3 -3"
7201  <br/>      channel: onMode="1" bRatio="0.0346810" products="4 -4"
7202  <br/>      channel: onMode="1" bRatio="0.5503540" products="5 -5"
7203  <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
7204  <br/>      channel: onMode="1" bRatio="0.0000000" products="11 -11"
7205  <br/>      channel: onMode="1" bRatio="0.0001600" products="13 -13"
7206  <br/>      channel: onMode="1" bRatio="0.0452870" products="15 -15"
7207  <br/>      channel: onMode="1" bRatio="0.3583330" products="21 21"
7208
7209 <p/>particle: id="3000223" name="omega_tc" spinType="3" chargeType="0" colType="0"
7210           m0="210.00000" mWidth="0.19192" mMin="50.00000" mMax="0.00000"
7211  <br/>      channel: onMode="1" bRatio="0.1337760" products="22 3000111"
7212  <br/>      channel: onMode="1" bRatio="0.0032840" products="23 3000111"
7213  <br/>      channel: onMode="1" bRatio="0.3716900" products="22 3000221"
7214  <br/>      channel: onMode="1" bRatio="0.0068380" products="23 3000221"
7215  <br/>      channel: onMode="1" bRatio="0.0309540" products="24 -3000211"
7216  <br/>      channel: onMode="1" bRatio="0.0309540" products="3000211 -24"
7217  <br/>      channel: onMode="1" bRatio="0.0016300" products="24 -24"
7218  <br/>      channel: onMode="1" bRatio="0.0000000" products="3000211 -3000211"
7219  <br/>      channel: onMode="1" bRatio="0.0472240" products="1 -1"
7220  <br/>      channel: onMode="1" bRatio="0.0737370" products="2 -2"
7221  <br/>      channel: onMode="1" bRatio="0.0472240" products="3 -3"
7222  <br/>      channel: onMode="1" bRatio="0.0737320" products="4 -4"
7223  <br/>      channel: onMode="1" bRatio="0.0471790" products="5 -5"
7224  <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
7225  <br/>      channel: onMode="1" bRatio="0.0347610" products="11 -11"
7226  <br/>      channel: onMode="1" bRatio="0.0091660" products="12 -12"
7227  <br/>      channel: onMode="1" bRatio="0.0347610" products="13 -13"
7228  <br/>      channel: onMode="1" bRatio="0.0091660" products="14 -14"
7229  <br/>      channel: onMode="1" bRatio="0.0347590" products="15 -15"
7230  <br/>      channel: onMode="1" bRatio="0.0091660" products="16 -16"
7231
7232 <p/>particle: id="3000331" name="eta_tc0" spinType="1" chargeType="0" colType="2"
7233           m0="350.00000" mWidth="0.09511" mMin="50.00000" mMax="0.00000"
7234  <br/>      channel: onMode="1" bRatio="0.4457810" products="5 -5"
7235  <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
7236  <br/>      channel: onMode="1" bRatio="0.5542190" products="21 21"
7237
7238 <p/>particle: id="3100021" name="V8_tc" spinType="1" chargeType="0" colType="2"
7239           m0="500.00000" mWidth="123.27638" mMin="50.00000" mMax="0.00000"
7240  <br/>      channel: onMode="1" bRatio="0.0090690" products="1 -1"
7241  <br/>      channel: onMode="1" bRatio="0.0090690" products="2 -2"
7242  <br/>      channel: onMode="1" bRatio="0.0090690" products="3 -3"
7243  <br/>      channel: onMode="1" bRatio="0.0090690" products="4 -4"
7244  <br/>      channel: onMode="1" bRatio="0.5101470" products="5 -5"
7245  <br/>      channel: onMode="1" bRatio="0.4535760" products="6 -6"
7246
7247 <p/>particle: id="3100111" name="pi_22_1_tc" spinType="1" chargeType="0" colType="0"
7248           m0="125.00000" mWidth="0.02296" mMin="50.00000" mMax="0.00000"
7249  <br/>      channel: onMode="1" bRatio="0.0000000" products="1 -1"
7250  <br/>      channel: onMode="1" bRatio="0.0000000" products="2 -2"
7251  <br/>      channel: onMode="1" bRatio="0.0000000" products="3 -3"
7252  <br/>      channel: onMode="1" bRatio="0.0000000" products="4 -4"
7253  <br/>      channel: onMode="1" bRatio="0.0000000" products="5 -5"
7254  <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
7255  <br/>      channel: onMode="1" bRatio="1.0000000" products="21 21"
7256
7257 <p/>particle: id="3100113" name="rho_11_tc" spinType="3" chargeType="0" colType="2"
7258           m0="400.00000" mWidth="23.26819" mMin="50.00000" mMax="0.00000"
7259  <br/>      channel: onMode="1" bRatio="0.0011280" products="1 -1"
7260  <br/>      channel: onMode="1" bRatio="0.0011280" products="2 -2"
7261  <br/>      channel: onMode="1" bRatio="0.0011280" products="3 -3"
7262  <br/>      channel: onMode="1" bRatio="0.0011280" products="4 -4"
7263  <br/>      channel: onMode="1" bRatio="0.5710470" products="5 -5"
7264  <br/>      channel: onMode="1" bRatio="0.3822880" products="6 -6"
7265  <br/>      channel: onMode="1" bRatio="0.0421530" products="21 21"
7266
7267 <p/>particle: id="3200111" name="pi_22_8_tc" spinType="1" chargeType="0" colType="2"
7268           m0="250.00000" mWidth="0.18886" mMin="50.00000" mMax="0.00000"
7269  <br/>      channel: onMode="1" bRatio="0.0000000" products="1 -1"
7270  <br/>      channel: onMode="1" bRatio="0.0000000" products="2 -2"
7271  <br/>      channel: onMode="1" bRatio="0.0000000" products="3 -3"
7272  <br/>      channel: onMode="1" bRatio="0.0000000" products="4 -4"
7273  <br/>      channel: onMode="1" bRatio="0.0000000" products="5 -5"
7274  <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
7275  <br/>      channel: onMode="1" bRatio="1.0000000" products="21 21"
7276
7277 <p/>particle: id="3200113" name="rho_12_tc" spinType="3" chargeType="0" colType="2"
7278           m0="350.00000" mWidth="2.86306" mMin="50.00000" mMax="0.00000"
7279  <br/>      channel: onMode="1" bRatio="0.0165970" products="1 -1"
7280  <br/>      channel: onMode="1" bRatio="0.0165970" products="2 -2"
7281  <br/>      channel: onMode="1" bRatio="0.0165970" products="3 -3"
7282  <br/>      channel: onMode="1" bRatio="0.0165970" products="4 -4"
7283  <br/>      channel: onMode="1" bRatio="0.9336100" products="5 -5"
7284  <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
7285
7286 <p/>particle: id="3300113" name="rho_21_tc" spinType="3" chargeType="0" colType="2"
7287           m0="350.00000"
7288  <br/>      channel: onMode="1" bRatio="0.0165970" products="1 -1"
7289  <br/>      channel: onMode="1" bRatio="0.0165970" products="2 -2"
7290  <br/>      channel: onMode="1" bRatio="0.0165970" products="3 -3"
7291  <br/>      channel: onMode="1" bRatio="0.0165970" products="4 -4"
7292  <br/>      channel: onMode="1" bRatio="0.9336100" products="5 -5"
7293  <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
7294
7295 <p/>particle: id="3400113" name="rho_22_tc" spinType="3" chargeType="0" colType="2"
7296           m0="300.00000" mWidth="3.45903" mMin="50.00000" mMax="0.00000"
7297  <br/>      channel: onMode="1" bRatio="0.0551500" products="1 -1"
7298  <br/>      channel: onMode="1" bRatio="0.0551500" products="2 -2"
7299  <br/>      channel: onMode="1" bRatio="0.0551500" products="3 -3"
7300  <br/>      channel: onMode="1" bRatio="0.0551500" products="4 -4"
7301  <br/>      channel: onMode="1" bRatio="0.3446900" products="5 -5"
7302  <br/>      channel: onMode="1" bRatio="0.0000000" products="6 -6"
7303  <br/>      channel: onMode="1" bRatio="0.2289980" products="21 21"
7304  <br/>      channel: onMode="1" bRatio="0.1642080" products="3100111 21"
7305  <br/>      channel: onMode="1" bRatio="0.0415030" products="3200111 21"
7306
7307 <p/>particle: id="4000001" name="d*" antiName="d*bar" spinType="2" chargeType="-1" colType="1"
7308           m0="400.00000" mWidth="2.59359" mMin="50.00000" mMax="0.00000"
7309  <br/>      channel: onMode="1" bRatio="0.8509730" products="21 1"
7310  <br/>      channel: onMode="1" bRatio="0.0054110" products="22 1"
7311  <br/>      channel: onMode="1" bRatio="0.0450250" products="23 1"
7312  <br/>      channel: onMode="1" bRatio="0.0985910" products="-24 2"
7313
7314 <p/>particle: id="4000002" name="u*" antiName="u*bar" spinType="2" chargeType="2" colType="1"
7315           m0="400.00000" mWidth="2.59687" mMin="50.00000" mMax="0.00000"
7316  <br/>      channel: onMode="1" bRatio="0.8498980" products="21 2"
7317  <br/>      channel: onMode="1" bRatio="0.0216170" products="22 2"
7318  <br/>      channel: onMode="1" bRatio="0.0300180" products="23 2"
7319  <br/>      channel: onMode="1" bRatio="0.0984660" products="24 1"
7320
7321 <p/>particle: id="4000003" name="s*" antiName="s*bar" spinType="2" chargeType="-1" colType="1"
7322           m0="400.00000" mWidth="2.59359" mMin="50.00000" mMax="0.00000"
7323  <br/>      channel: onMode="1" bRatio="0.8509730" products="21 3"
7324  <br/>      channel: onMode="1" bRatio="0.0054110" products="22 3"
7325  <br/>      channel: onMode="1" bRatio="0.0450250" products="23 3"
7326  <br/>      channel: onMode="1" bRatio="0.0985910" products="-24 4"
7327
7328 <p/>particle: id="4000004" name="c*" antiName="c*bar" spinType="2" chargeType="2" colType="1"
7329           m0="400.00000" mWidth="2.59687" mMin="50.00000" mMax="0.00000"
7330  <br/>      channel: onMode="1" bRatio="0.8498980" products="21 4"
7331  <br/>      channel: onMode="1" bRatio="0.0216170" products="22 4"
7332  <br/>      channel: onMode="1" bRatio="0.0300180" products="23 4"
7333  <br/>      channel: onMode="1" bRatio="0.0984660" products="24 3"
7334
7335 <p/>particle: id="4000005" name="b*" antiName="b*bar" spinType="2" chargeType="-1" colType="1"
7336           m0="400.00000" mWidth="2.59359" mMin="50.00000" mMax="0.00000"
7337  <br/>      channel: onMode="1" bRatio="0.8509730" products="21 5"
7338  <br/>      channel: onMode="1" bRatio="0.0054110" products="22 5"
7339  <br/>      channel: onMode="1" bRatio="0.0450250" products="23 5"
7340  <br/>      channel: onMode="1" bRatio="0.0985910" products="-24 6"
7341
7342 <p/>particle: id="4000006" name="t*" antiName="t*bar" spinType="2" chargeType="2" colType="1"
7343           m0="400.00000" mWidth="2.59687" mMin="50.00000" mMax="0.00000"
7344  <br/>      channel: onMode="1" bRatio="0.8498980" products="21 6"
7345  <br/>      channel: onMode="1" bRatio="0.0216170" products="22 6"
7346  <br/>      channel: onMode="1" bRatio="0.0300180" products="23 6"
7347  <br/>      channel: onMode="1" bRatio="0.0984660" products="24 5"
7348
7349 <p/>particle: id="4000011" name="e*-" antiName="e*bar+" spinType="2" chargeType="-3" colType="0"
7350           m0="400.00000" mWidth="0.42896" mMin="50.00000" mMax="0.00000"
7351  <br/>      channel: onMode="1" bRatio="0.2944480" products="22 11"
7352  <br/>      channel: onMode="1" bRatio="0.1094500" products="23 11"
7353  <br/>      channel: onMode="1" bRatio="0.5961020" products="-24 12"
7354
7355 <p/>particle: id="4000012" name="nu*_e0" antiName="nu*_ebar0" spinType="2" chargeType="0" colType="0"
7356           m0="400.00000" mWidth="0.41912" mMin="50.00000" mMax="0.00000"
7357  <br/>      channel: onMode="1" bRatio="0.3899060" products="23 12"
7358  <br/>      channel: onMode="1" bRatio="0.6100940" products="24 11"
7359
7360 <p/>particle: id="4000013" name="mu*-" antiName="mu*bar+" spinType="2" chargeType="-3" colType="0"
7361           m0="400.00000" mWidth="0.42896" mMin="50.00000" mMax="0.00000"
7362  <br/>      channel: onMode="1" bRatio="0.2944480" products="22 13"
7363  <br/>      channel: onMode="1" bRatio="0.1094500" products="23 13"
7364  <br/>      channel: onMode="1" bRatio="0.5961020" products="-24 14"
7365
7366 <p/>particle: id="4000014" name="nu*_mu0" antiName="nu*_mubar0" spinType="2" chargeType="0" colType="0"
7367           m0="400.00000" mWidth="0.41912" mMin="50.00000" mMax="0.00000"
7368  <br/>      channel: onMode="1" bRatio="0.3899060" products="23 14"
7369  <br/>      channel: onMode="1" bRatio="0.6100940" products="24 13"
7370
7371 <p/>particle: id="4000015" name="tau*-" antiName="tau*bar+" spinType="2" chargeType="-3" colType="0"
7372           m0="400.00000" mWidth="0.42896" mMin="50.00000" mMax="0.00000"
7373  <br/>      channel: onMode="1" bRatio="0.2944480" products="22 15"
7374  <br/>      channel: onMode="1" bRatio="0.1094500" products="23 15"
7375  <br/>      channel: onMode="1" bRatio="0.5961020" products="-24 16"
7376
7377 <p/>particle: id="4000016" name="nu*_tau0" antiName="nu*_taubar0" spinType="2" chargeType="0" colType="0"
7378           m0="400.00000" mWidth="0.41912" mMin="50.00000" mMax="0.00000"
7379  <br/>      channel: onMode="1" bRatio="0.3899060" products="23 16"
7380  <br/>      channel: onMode="1" bRatio="0.6100940" products="24 15"
7381
7382 <p/>particle: id="4900001" name="Dv" antiName="Dvbar" spinType="2" chargeType="-1" colType="1"
7383           m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7384  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="1 4900101"
7385
7386 <p/>particle: id="4900002" name="Uv" antiName="Uvbar" spinType="2" chargeType="2" colType="1"
7387           m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7388  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="2 4900101"
7389
7390 <p/>particle: id="4900003" name="Sv" antiName="Svbar" spinType="2" chargeType="-1" colType="1"
7391           m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7392  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="3 4900101"
7393
7394 <p/>particle: id="4900004" name="Cv" antiName="Cvbar" spinType="2" chargeType="2" colType="1"
7395           m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7396  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="4 4900101"
7397
7398 <p/>particle: id="4900005" name="Bv" antiName="Bvbar" spinType="2" chargeType="-1" colType="1"
7399           m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7400  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="5 4900101"
7401
7402 <p/>particle: id="4900006" name="Tv" antiName="Tvbar" spinType="2" chargeType="2" colType="1"
7403           m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7404  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="6 4900101"
7405
7406 <p/>particle: id="4900011" name="Ev" antiName="Evbar" spinType="2" chargeType="-3" colType="0"
7407           m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7408  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="11 4900101"
7409
7410 <p/>particle: id="4900012" name="nuEv" antiName="nuEvbar" spinType="2" chargeType="0" colType="0"
7411           m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7412  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="12 4900101"
7413
7414 <p/>particle: id="4900013" name="MUv" antiName="MUvbar" spinType="2" chargeType="-3" colType="0"
7415           m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7416  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="13 4900101"
7417
7418 <p/>particle: id="4900014" name="nuMUv" antiName="nuMUvbar" spinType="2" chargeType="0" colType="0"
7419           m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7420  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="14 4900101"
7421
7422 <p/>particle: id="4900015" name="TAUv" antiName="TAUvbar" spinType="2" chargeType="-3" colType="0"
7423           m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7424  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="15 4900101"
7425
7426 <p/>particle: id="4900016" name="nuTAUv" antiName="nuTAUvbar" spinType="2" chargeType="0" colType="0"
7427           m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000"
7428  <br/>      channel: onMode="1" bRatio="1.0000000" meMode="103" products="16 4900101"
7429
7430 <p/>particle: id="4900021" name="gv" spinType="3" chargeType="0" colType="0"
7431           m0="0.00000"
7432
7433 <p/>particle: id="4900022" name="gammav" spinType="3" chargeType="0" colType="0"
7434           m0="0.00000"
7435  <br/>      channel: onMode="0" bRatio="0.05" meMode="91" products="1 -1"
7436  <br/>      channel: onMode="0" bRatio="0.20" meMode="91" products="2 -2"
7437  <br/>      channel: onMode="0" bRatio="0.05" meMode="91" products="3 -3"
7438  <br/>      channel: onMode="0" bRatio="0.20" meMode="91" products="4 -4"
7439  <br/>      channel: onMode="0" bRatio="0.05" meMode="91" products="5 -5"
7440  <br/>      channel: onMode="0" bRatio="0.15" meMode="91" products="11 -11"
7441  <br/>      channel: onMode="0" bRatio="0.00" meMode="91" products="12 -12"
7442  <br/>      channel: onMode="0" bRatio="0.15" meMode="91" products="13 -13"
7443  <br/>      channel: onMode="0" bRatio="0.00" meMode="91" products="14 -14"
7444  <br/>      channel: onMode="0" bRatio="0.15" meMode="91" products="15 -15"
7445  <br/>      channel: onMode="0" bRatio="0.00" meMode="91" products="16 -16"
7446
7447 <p/>particle: id="4900101" name="qv" antiName="qvbar" spinType="1" chargeType="0" colType="0"
7448           m0="100.00000"
7449
7450 <p/>particle: id="5000023" name="Z_KK" spinType="3" chargeType="0" colType="0"
7451           m0="4000.00000" mWidth="240.00000" mMin="1000.00000" mMax="0.00000"
7452
7453 <p/>particle: id="5000039" name="Graviton" spinType="5" chargeType="0" colType="0"
7454            m0="0.00000"
7455
7456 <p/>particle: id="5100021" name="KKgluon*" spinType="3" chargeType="0" colType="2"
7457            m0="1.000e+03" mWidth="1.7e02" mMin="5.000e+01" mMax="0.000e+00"
7458   <br/      channel: onMode="1" bRatio="0.005" products="1 -1"
7459   <br/>      channel: onMode="1" bRatio="0.005" products="2 -2"
7460   <br/>      channel: onMode="1" bRatio="0.005" products="3 -3"
7461   <br/>      channel: onMode="1" bRatio="0.005" products="4 -4"
7462   <br/>      channel: onMode="1" bRatio="0.055" products="5 -5"
7463   <br/>      channel: onMode="1" bRatio="0.925" products="6 -6"
7464
7465 <p/>particle: id="5100039" name="Graviton*" spinType="5" chargeType="0" colType="0"
7466           m0="1.000e+03" mWidth="1.415e-01" mMin="5.000e+01" mMax="0.000e+00"
7467  <br/>      channel: onMode="1" bRatio="0.0633000" products="1 -1"
7468  <br/>      channel: onMode="1" bRatio="0.0633000" products="2 -2"
7469  <br/>      channel: onMode="1" bRatio="0.0633000" products="3 -3"
7470  <br/>      channel: onMode="1" bRatio="0.0632990" products="4 -4"
7471  <br/>      channel: onMode="1" bRatio="0.0632950" products="5 -5"
7472  <br/>      channel: onMode="1" bRatio="0.0562810" products="6 -6"
7473  <br/>      channel: onMode="1" bRatio="0.0204950" products="11 -11"
7474  <br/>      channel: onMode="1" bRatio="0.0204950" products="12 -12"
7475  <br/>      channel: onMode="1" bRatio="0.0204950" products="13 -13"
7476  <br/>      channel: onMode="1" bRatio="0.0204950" products="14 -14"
7477  <br/>      channel: onMode="1" bRatio="0.0204950" products="15 -15"
7478  <br/>      channel: onMode="1" bRatio="0.0204950" products="16 -16"
7479  <br/>      channel: onMode="1" bRatio="0.3279190" products="21 21"
7480  <br/>      channel: onMode="1" bRatio="0.0409900" products="22 22"
7481  <br/>      channel: onMode="1" bRatio="0.0452360" products="23 23"
7482  <br/>      channel: onMode="1" bRatio="0.0901120" products="24 -24"
7483
7484 <p/>particle: id="9000111" name="a_0(980)0" spinType="1" chargeType="0" colType="0"
7485           m0="0.98350" mWidth="0.06000" mMin="0.70000" mMax="1.50000"
7486  <br/>      channel: onMode="1" bRatio="0.9000000" products="221 111"
7487  <br/>      channel: onMode="1" bRatio="0.0250000" products="130 130"
7488  <br/>      channel: onMode="1" bRatio="0.0250000" products="310 310"
7489  <br/>      channel: onMode="1" bRatio="0.0500000" products="321 -321"
7490
7491 <p/>particle: id="9000211" name="a_0(980)+" antiName="a_0(980)-" spinType="1" chargeType="3" colType="0"
7492           m0="0.98350" mWidth="0.06000" mMin="0.70000" mMax="1.50000"
7493  <br/>      channel: onMode="1" bRatio="0.9000000" products="221 211"
7494  <br/>      channel: onMode="1" bRatio="0.1000000" products="321 311"
7495
7496 <p/>particle: id="9010221" name="f_0(980)" spinType="1" chargeType="0" colType="0"
7497           m0="1.00000"
7498  <br/>      channel: onMode="1" bRatio="0.5200000" products="211 -211"
7499  <br/>      channel: onMode="1" bRatio="0.2600000" products="111 111"
7500  <br/>      channel: onMode="1" bRatio="0.1100000" products="321 -321"
7501  <br/>      channel: onMode="1" bRatio="0.0550000" products="130 130"
7502  <br/>      channel: onMode="1" bRatio="0.0550000" products="310 310"
7503
7504 <p/>particle: id="9900012" name="nu_Re" spinType="2" chargeType="0" colType="0"
7505           m0="500.00000" mWidth="0.00098" mMin="50.00000" mMax="0.00000"
7506  <br/>      channel: onMode="1" bRatio="0.1987400" products="11 -1 2"
7507  <br/>      channel: onMode="1" bRatio="0.0102040" products="11 -1 4"
7508  <br/>      channel: onMode="1" bRatio="0.0000030" products="11 -1 6"
7509  <br/>      channel: onMode="1" bRatio="0.0102050" products="11 -3 2"
7510  <br/>      channel: onMode="1" bRatio="0.1983560" products="11 -3 4"
7511  <br/>      channel: onMode="1" bRatio="0.0001510" products="11 -3 6"
7512  <br/>      channel: onMode="1" bRatio="0.0000060" products="11 -5 2"
7513  <br/>      channel: onMode="1" bRatio="0.0003670" products="11 -5 4"
7514  <br/>      channel: onMode="1" bRatio="0.0819670" products="11 -5 6"
7515  <br/>      channel: onMode="1" bRatio="0.1987400" products="-11 1 -2"
7516  <br/>      channel: onMode="1" bRatio="0.0102040" products="-11 1 -4"
7517  <br/>      channel: onMode="1" bRatio="0.0000030" products="-11 1 -6"
7518  <br/>      channel: onMode="1" bRatio="0.0102050" products="-11 3 -2"
7519  <br/>      channel: onMode="1" bRatio="0.1983560" products="-11 3 -4"
7520  <br/>      channel: onMode="1" bRatio="0.0001510" products="-11 3 -6"
7521  <br/>      channel: onMode="1" bRatio="0.0000060" products="-11 5 -2"
7522  <br/>      channel: onMode="1" bRatio="0.0003670" products="-11 5 -4"
7523  <br/>      channel: onMode="1" bRatio="0.0819670" products="-11 5 -6"
7524  <br/>      channel: onMode="1" bRatio="0.0000000" products="11 -13 9900014"
7525  <br/>      channel: onMode="1" bRatio="0.0000000" products="-11 13 9900014"
7526  <br/>      channel: onMode="1" bRatio="0.0000000" products="11 -15 9900016"
7527  <br/>      channel: onMode="1" bRatio="0.0000000" products="-11 15 9900016"
7528
7529 <p/>particle: id="9900014" name="nu_Rmu" spinType="2" chargeType="0" colType="0"
7530           m0="500.00000" mWidth="0.00098" mMin="50.00000" mMax="0.00000"
7531  <br/>      channel: onMode="1" bRatio="0.1987760" products="13 -1 2"
7532  <br/>      channel: onMode="1" bRatio="0.0102060" products="13 -1 4"
7533  <br/>      channel: onMode="1" bRatio="0.0000030" products="13 -1 6"
7534  <br/>      channel: onMode="1" bRatio="0.0102070" products="13 -3 2"
7535  <br/>      channel: onMode="1" bRatio="0.1983900" products="13 -3 4"
7536  <br/>      channel: onMode="1" bRatio="0.0001510" products="13 -3 6"
7537  <br/>      channel: onMode="1" bRatio="0.0000060" products="13 -5 2"
7538  <br/>      channel: onMode="1" bRatio="0.0003670" products="13 -5 4"
7539  <br/>      channel: onMode="1" bRatio="0.0818930" products="13 -5 6"
7540  <br/>      channel: onMode="1" bRatio="0.1987760" products="-13 1 -2"
7541  <br/>      channel: onMode="1" bRatio="0.0102060" products="-13 1 -4"
7542  <br/>      channel: onMode="1" bRatio="0.0000030" products="-13 1 -6"
7543  <br/>      channel: onMode="1" bRatio="0.0102070" products="-13 3 -2"
7544  <br/>      channel: onMode="1" bRatio="0.1983900" products="-13 3 -4"
7545  <br/>      channel: onMode="1" bRatio="0.0001510" products="-13 3 -6"
7546  <br/>      channel: onMode="1" bRatio="0.0000060" products="-13 5 -2"
7547  <br/>      channel: onMode="1" bRatio="0.0003670" products="-13 5 -4"
7548  <br/>      channel: onMode="1" bRatio="0.0818930" products="-13 5 -6"
7549  <br/>      channel: onMode="1" bRatio="0.0000000" products="13 -11 9900012"
7550  <br/>      channel: onMode="1" bRatio="0.0000000" products="-13 11 9900012"
7551  <br/>      channel: onMode="1" bRatio="0.0000000" products="13 -15 9900016"
7552  <br/>      channel: onMode="1" bRatio="0.0000000" products="-13 15 9900016"
7553
7554 <p/>particle: id="9900016" name="nu_Rtau" spinType="2" chargeType="0" colType="0"
7555           m0="500.00000" mWidth="0.00097" mMin="50.00000" mMax="0.00000"
7556  <br/>      channel: onMode="1" bRatio="0.1993440" products="15 -1 2"
7557  <br/>      channel: onMode="1" bRatio="0.0102340" products="15 -1 4"
7558  <br/>      channel: onMode="1" bRatio="0.0000030" products="15 -1 6"
7559  <br/>      channel: onMode="1" bRatio="0.0102360" products="15 -3 2"
7560  <br/>      channel: onMode="1" bRatio="0.1989280" products="15 -3 4"
7561  <br/>      channel: onMode="1" bRatio="0.0001490" products="15 -3 6"
7562  <br/>      channel: onMode="1" bRatio="0.0000060" products="15 -5 2"
7563  <br/>      channel: onMode="1" bRatio="0.0003680" products="15 -5 4"
7564  <br/>      channel: onMode="1" bRatio="0.0807330" products="15 -5 6"
7565  <br/>      channel: onMode="1" bRatio="0.1993440" products="-15 1 -2"
7566  <br/>      channel: onMode="1" bRatio="0.0102340" products="-15 1 -4"
7567  <br/>      channel: onMode="1" bRatio="0.0000030" products="-15 1 -6"
7568  <br/>      channel: onMode="1" bRatio="0.0102360" products="-15 3 -2"
7569  <br/>      channel: onMode="1" bRatio="0.1989280" products="-15 3 -4"
7570  <br/>      channel: onMode="1" bRatio="0.0001490" products="-15 3 -6"
7571  <br/>      channel: onMode="1" bRatio="0.0000060" products="-15 5 -2"
7572  <br/>      channel: onMode="1" bRatio="0.0003680" products="-15 5 -4"
7573  <br/>      channel: onMode="1" bRatio="0.0807330" products="-15 5 -6"
7574  <br/>      channel: onMode="1" bRatio="0.0000000" products="15 -11 9900012"
7575  <br/>      channel: onMode="1" bRatio="0.0000000" products="-15 11 9900012"
7576  <br/>      channel: onMode="1" bRatio="0.0000000" products="15 -13 9900014"
7577  <br/>      channel: onMode="1" bRatio="0.0000000" products="-15 13 9900014"
7578
7579 <p/>particle: id="9900023" name="Z_R0" spinType="3" chargeType="0" colType="0"
7580           m0="1.200e+03" mWidth="2.672e+01" mMin="5.000e+01" mMax="0.000e+00"
7581  <br/>      channel: onMode="1" bRatio="0.1847380" products="1 -1"
7582  <br/>      channel: onMode="1" bRatio="0.1045880" products="2 -2"
7583  <br/>      channel: onMode="1" bRatio="0.1847380" products="3 -3"
7584  <br/>      channel: onMode="1" bRatio="0.1045870" products="4 -4"
7585  <br/>      channel: onMode="1" bRatio="0.1847310" products="5 -5"
7586  <br/>      channel: onMode="1" bRatio="0.0958200" products="6 -6"
7587  <br/>      channel: onMode="1" bRatio="0.0229020" products="11 -11"
7588  <br/>      channel: onMode="1" bRatio="0.0084290" products="12 -12"
7589  <br/>      channel: onMode="1" bRatio="0.0156020" products="9900012 9900012"
7590  <br/>      channel: onMode="1" bRatio="0.0229020" products="13 -13"
7591  <br/>      channel: onMode="1" bRatio="0.0084290" products="14 -14"
7592  <br/>      channel: onMode="1" bRatio="0.0156020" products="9900014 9900014"
7593  <br/>      channel: onMode="1" bRatio="0.0229020" products="15 -15"
7594  <br/>      channel: onMode="1" bRatio="0.0084290" products="16 -16"
7595  <br/>      channel: onMode="1" bRatio="0.0156020" products="9900016 9900016"
7596
7597 <p/>particle: id="9900024" name="W_R+" antiName="W_R-" spinType="3" chargeType="3" colType="0"
7598           m0="750.00000" mWidth="21.74916" mMin="50.00000" mMax="0.00000"
7599  <br/>      channel: onMode="1" bRatio="0.2895900" products="-1 2"
7600  <br/>      channel: onMode="1" bRatio="0.0148700" products="-1 4"
7601  <br/>      channel: onMode="1" bRatio="0.0000080" products="-1 6"
7602  <br/>      channel: onMode="1" bRatio="0.0148700" products="-3 2"
7603  <br/>      channel: onMode="1" bRatio="0.2890610" products="-3 4"
7604  <br/>      channel: onMode="1" bRatio="0.0004920" products="-3 6"
7605  <br/>      channel: onMode="1" bRatio="0.0000090" products="-5 2"
7606  <br/>      channel: onMode="1" bRatio="0.0005360" products="-5 4"
7607  <br/>      channel: onMode="1" bRatio="0.2791100" products="-5 6"
7608  <br/>      channel: onMode="1" bRatio="0.0371510" products="-11 9900012"
7609  <br/>      channel: onMode="1" bRatio="0.0371510" products="-13 9900014"
7610  <br/>      channel: onMode="1" bRatio="0.0371500" products="-15 9900016"
7611
7612 <p/>particle: id="9900041" name="H_L++" antiName="H_L--" spinType="1" chargeType="6" colType="0"
7613           m0="200.00000" mWidth="0.88159" mMin="50.00000" mMax="0.00000"
7614  <br/>      channel: onMode="1" bRatio="0.0902660" products="-11 -11"
7615  <br/>      channel: onMode="1" bRatio="0.0018050" products="-11 -13"
7616  <br/>      channel: onMode="1" bRatio="0.0018050" products="-11 -15"
7617  <br/>      channel: onMode="1" bRatio="0.0902660" products="-13 -13"
7618  <br/>      channel: onMode="1" bRatio="0.0018050" products="-13 -15"
7619  <br/>      channel: onMode="1" bRatio="0.8122630" products="-15 -15"
7620  <br/>      channel: onMode="1" bRatio="0.0017900" products="24 24"
7621
7622 <p/>particle: id="9900042" name="H_R++" antiName="H_R--" spinType="1" chargeType="6" colType="0"
7623           m0="200.00000" mWidth="0.88001" mMin="50.00000" mMax="0.00000"
7624  <br/>      channel: onMode="1" bRatio="0.0904280" products="-11 -11"
7625  <br/>      channel: onMode="1" bRatio="0.0018090" products="-11 -13"
7626  <br/>      channel: onMode="1" bRatio="0.0018080" products="-11 -15"
7627  <br/>      channel: onMode="1" bRatio="0.0904280" products="-13 -13"
7628  <br/>      channel: onMode="1" bRatio="0.0018080" products="-13 -15"
7629  <br/>      channel: onMode="1" bRatio="0.8137200" products="-15 -15"
7630  <br/>      channel: onMode="1" bRatio="0.0000000" products="9900024 9900024"
7631
7632 <p/>particle: id="9900110" name="rho_diff0" spinType="0" chargeType="0" colType="0"
7633           m0="0.00000"
7634
7635 <p/>particle: id="9900210" name="pi_diffr+" antiName="pi_diffr-" spinType="0" chargeType="3" colType="0"
7636           m0="0.00000"
7637
7638 <p/>particle: id="9900220" name="omega_di" spinType="0" chargeType="0" colType="0"
7639           m0="0.00000"
7640
7641 <p/>particle: id="9900330" name="phi_diff" spinType="0" chargeType="0" colType="0"
7642           m0="0.00000"
7643
7644 <p/>particle: id="9900440" name="J/psi_di" spinType="0" chargeType="0" colType="0"
7645           m0="0.00000"
7646
7647 <p/>particle: id="9900441" name="ccbar[1S0(8)]" spinType="1" chargeType="0" colType="2"
7648           m0="3.10000" mWidth="0.01000" mMin="3.10000" mMax="3.10000"
7649  <br/>      channel: onMode="1" bRatio="1.0000000" products="443 21"
7650
7651 <p/>particle: id="9900443" name="ccbar[3S1(8)]" spinType="3" chargeType="0" colType="2"
7652           m0="3.10000" mWidth="0.01000" mMin="3.10000" mMax="3.10000"
7653  <br/>      channel: onMode="1" bRatio="1.0000000" products="443 21"
7654
7655 <p/>particle: id="9900551" name="bbbar[1S0(8)]" spinType="1" chargeType="0" colType="2"
7656           m0="9.50000" mWidth="0.01000" mMin="9.50000" mMax="9.50000"
7657  <br/>      channel: onMode="1" bRatio="1.0000000" products="553 21"
7658
7659 <p/>particle: id="9900553" name="bbbar[3S1(8)]" spinType="3" chargeType="0" colType="2"
7660           m0="9.50000" mWidth="0.01000" mMin="9.50000" mMax="9.50000"
7661  <br/>      channel: onMode="1" bRatio="1.0000000" products="553 21"
7662
7663 <p/>particle: id="9902110" name="n_diffr0" antiName="n_diffrbar0" spinType="0" chargeType="0" colType="0"
7664           m0="0.00000"
7665
7666 <p/>particle: id="9902210" name="p_diffr+" antiName="p_diffrbar-" spinType="0" chargeType="3" colType="0"
7667           m0="0.00000"
7668
7669 <p/>particle: id="9910441" name="ccbar[3P0(8)]" spinType="1" chargeType="0" colType="2"
7670           m0="3.10000" mWidth="0.01000" mMin="3.10000" mMax="3.10000"
7671  <br/>      channel: onMode="1" bRatio="1.0000000" products="443 21"
7672
7673 <p/>particle: id="9910551" name="bbbar[3P0(8)]" spinType="1" chargeType="0" colType="2"
7674           m0="9.50000" mWidth="0.01000" mMin="9.50000" mMax="9.50000"
7675  <br/>      channel: onMode="1" bRatio="1.0000000" products="553 21"
7676
7677 </body>
7678 </html>
7679
7680 <!-- Copyright (C) 2010 Torbjorn Sjostrand -->