]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PYTHIA8/pythia8170/xmldoc/ParticleData.xml
Update to pythi8.170
[u/mrichter/AliRoot.git] / PYTHIA8 / pythia8170 / xmldoc / ParticleData.xml
CommitLineData
63ba5337 1<chapter name="Particle Data">
2
3<h2>Particle Data</h2>
4
5The structure and operation of the particle data table is described
6<aloc href="ParticleDataScheme">here</aloc>. That page
7also describes how default data properties can be changed. The
8current page provides the actual default values.
9
10<h3>Main settings</h3>
11
12Apart from the data itself, the particle data table only contains
13a few aspects that are available to change:
14
15<modepick name="ParticleData:modeBreitWigner" default="4" min="0" max="4">
16Selection of particle masses when the <code>mass(id)</code> is called
17to provide a new mass:
18<option value="0">
19mass is fixed at the nominal <ei>m_0</ei> value.
20</option>
21<option value="1">
22particles registered as having a mass width are given a mass
23in the range <ei>m_min &lt; m &lt; m_max</ei>, according
24to a truncated nonrelativistic Breit-Wigner, i.e. linear in <ei>m</ei>.
25</option>
26<option value="2">
27as above, except that the width is made mass-dependent:
28<ei>Gamma = Gamma_0 * sqrt( (m^2 - m_thr^2) / (m_0^2 - m_thr^2) )</ei>
29where <ei>m</ei> is the current mass, <ei>m_0</ei> the nominal one and
30<ei>m_thr</ei> is the mass threshold, given by the sum of the nominal
31masses of the decay products. In order to decouple production and decay
32the threshold is defined as the branching-ratio-weighted average over
33all allowed decay channels.
34</option>
35<option value="3">
36particles registered as having a mass width are given a mass
37in the range <ei>m_min &lt; m &lt; m_max</ei>, according
38to a truncated relativistic Breit-Wigner, i.e. quadratic in <ei>m</ei>.
39</option>
40<option value="4">
41as 3, but the width is modified as for 2, and the current mass is used
42for its phase-space prefactor, i.e. <ei>m_0 Gamma_0 -> m Gamma(m)</ei>.
43</option>
44<note>Note:</note> this mode only applies to normal hadronic
45resonances like the <ei>rho</ei>. The more massive states of the
46<code>isResonance()</code> type, like <ei>Z^0</ei> or top, are
47considered separately.
48</modepick>
49
50<parm name="ParticleData:maxEnhanceBW" default="2.5" min="1." max="5.">
51The modifications in options 2 and 4 above enhance the large-mass tail
52of the Breit-Wigners (the mass spectrum develops a dm/m divergence).
53However, we expect form factors to dampen this tail at masses some distance
54above the nominal one, so cut off the rise by requiring the actual
55Breit-Wigner weight not to be more than a factor <code> maxEnhanceBW</code>
56above the one obtained with options 1 or 3, respectively. This also
57opens up for a simpler technical handling of mass selection in options
582 and 4, by using standard hit-and-miss Monte Carlo.
59</parm>
60
61<p/>
62Since running masses are only calculated for the six quark flavours,
63e.g. to obtain couplings to the Higgs boson(s), there is not an entry
64in the normal tables for each particles, but only the six MSbar mass
65values below, used as starting point for the running. In addition you
66can pick an <ei>alpha_s(M_Z)</ei>, which is converted into a first-order
67five-flavour Lambda that is used to determine the rate of the running.
68(Without any match to four flavours below <ei>m_b</ei>; if desired, this
69can be fixed by slightly shifted default mass values, since the routines
70never should be called below the <ei>m_b</ei> scale anyway.)
71
72<parm name="ParticleData:mdRun" default="0.006" min="0.003" max="0.008">
73the d quark MSbar mass at 2 GeV scale.
74</parm>
75
76<parm name="ParticleData:muRun" default="0.003" min="0.001" max="0.006">
77the u quark MSbar mass at 2 GeV scale.
78</parm>
79
80<parm name="ParticleData:msRun" default="0.095" min="0.060" max="0.150">
81</parm>
82the s quark MSbar mass at 2 GeV scale.
83
84<parm name="ParticleData:mcRun" default="1.25" min="1.00" max="1.50">
85</parm>
86the c quark MSbar mass at the mass scale itself.
87
88<parm name="ParticleData:mbRun" default="4.20" min="4.00" max="4.50">
89the b quark MSbar mass at the mass scale itself.
90</parm>
91
92<parm name="ParticleData:mtRun" default="165.0" min="150.0" max="175.0">
93the t quark MSbar mass at the mass scale itself.
94</parm>
95
96<parm name="ParticleData:alphaSvalueMRun" default="0.125" min="0.10" max="0.20">
97the <ei>alpha_s(M_Z)</ei> value used to define tha rate at which MSbar
98masses run.
99</parm>
100
101
102<h3>Comments on the data</h3>
103
104The starting point for the current data is the 2006 Review of Particle
105Physics <ref>Yao06</ref>. All known particle masses, widths and lifetimes
106have been set accordingly, while not-yet-measured particles are kept at
107their values from PYTHIA 6. Decay channels and their branching
108ratios remain a major worry: many particles do not have one single solidly
109measured branching ratio, and many further do not have known branching
110ratios that add up to (the neighbourhood of) unity.
111
112<p/>
113Uncertainties are especially big for the scalar, pseudovector and tensor
114<ei>L = 1</ei> multiplets available in PYTHIA. We note that
115some distributions become better described when these multiplets are
116included in the generation, while others become worse. It is tempting to
117associate this lackluster performance with the primitive knowledge.
118Not even the multiplets themselves are particularly well known.
119It used to be that the <ei>a_0(980)</ei> and <ei>f_0(980)</ei>
120were considered to be members of the scalar multiplet. Nowadays they are
121commonly assumed to be either four-quark states or of some other exotic
122character. This means that the PYTHIA 8 PDG particle codes
123have been changed for these particles, relative to what was used in
124PYTHIA 6 based on previous PDG editions. Specifically their
125numbers are now in the 9000000 series, and they have been replaced in the
126scalar multiplet by <ei>a_0(1450)</ei> and <ei>f_0(1370)</ei>.
127
128<p/>
129For charm and bottom mesons the jungle of partial measurements makes
130it very difficult to construct fully consistent sets of decay channels.
131This part of the program has not yet been brought up to date to the
1322006 RPP. Instead the LHCb decay tables (for EvtGen, but without
133using the EvtGen matrix-element machinery) and the DELPHI tune for
134PYTHIA 6 is being used. (This also includes a few non-c/b
135hadrons that only occur in the c/b decay tables.) This has the
136advantage that many tests have been made for consistency, but the
137disadvantage that it is not always in agreement with the latest
138measurements of some specific decay channels. The decays based
139on the LHCb tables (with some modifications) are 411, 421, 431, 441,
140445, 511, 521, 531, 541, 3124, 4122, 4124, 5122, 10441, 10443, 13122,
14114122, 20443, 23122, 30313, 30323, 30443, 33122, 100113, 100213, 100441,
142100443, 100553, 9000111, 9000211. Correspondingly the decays based on
143the DELPHI tables are 415, 425, 435, 515, 525, 535, 4132, 4232, 4332,
1445132, 5232 and 5332.
145
146<h3>The data itself</h3>
147
148Here comes the default particle data used in the program. Do not touch.
149The meaning of the various properties and the format used are explained
150<aloc href="ParticleDataScheme">here</aloc> and the
151<code>meMode</code> codes <aloc href="ParticleDecays">here</aloc>.
152
153<particle id="0" name="void" spinType="0" chargeType="0" colType="0" m0="0.0">
154</particle>
155
156<particle id="1" name="d" antiName="dbar" spinType="2" chargeType="-1" colType="1"
157 m0="0.33000">
158</particle>
159
160<particle id="2" name="u" antiName="ubar" spinType="2" chargeType="2" colType="1"
161 m0="0.33000">
162</particle>
163
164<particle id="3" name="s" antiName="sbar" spinType="2" chargeType="-1" colType="1"
165 m0="0.50000">
166</particle>
167
168<particle id="4" name="c" antiName="cbar" spinType="2" chargeType="2" colType="1"
169 m0="1.50000">
170</particle>
171
172<particle id="5" name="b" antiName="bbar" spinType="2" chargeType="-1" colType="1"
173 m0="4.80000">
174</particle>
175
176<particle id="6" name="t" antiName="tbar" spinType="2" chargeType="2" colType="1"
177 m0="171.00000" mWidth="1.40000" mMin="86.00000" mMax="0.00000">
178 <channel onMode="1" bRatio="0.0000300" products="24 1"/>
179 <channel onMode="1" bRatio="0.0017650" products="24 3"/>
180 <channel onMode="1" bRatio="0.9982050" products="24 5"/>
181 <channel onMode="0" bRatio="0.0000000" products="37 5"/>
182</particle>
183
184<particle id="7" name="b'" antiName="b'bar" spinType="2" chargeType="-1" colType="1"
185 m0="400.00000">
186 <channel onMode="1" bRatio="0.0000000" products="-24 2"/>
187 <channel onMode="1" bRatio="0.0000000" products="-24 4"/>
188 <channel onMode="1" bRatio="0.0000000" products="-24 6"/>
189 <channel onMode="1" bRatio="1.0000000" products="-24 8"/>
190</particle>
191
192<particle id="8" name="t'" antiName="t'bar" spinType="2" chargeType="2" colType="1"
193 m0="400.00000">
194 <channel onMode="1" bRatio="0.0000000" products="24 1"/>
195 <channel onMode="1" bRatio="0.0000000" products="24 3"/>
196 <channel onMode="1" bRatio="0.0000000" products="24 5"/>
197 <channel onMode="1" bRatio="1.0000000" products="24 7"/>
198</particle>
199
200<particle id="11" name="e-" antiName="e+" spinType="2" chargeType="-3" colType="0"
201 m0="5.110e-04">
202</particle>
203
204<particle id="12" name="nu_e" antiName="nu_ebar" spinType="2" chargeType="0" colType="0"
205 m0="0.00000">
206</particle>
207
208<particle id="13" name="mu-" antiName="mu+" spinType="2" chargeType="-3" colType="0"
209 m0="0.10566" tau0="6.58654e+05">
210 <channel onMode="1" bRatio="1.0000000" meMode="22" products="-12 11 14"/>
211</particle>
212
213<particle id="14" name="nu_mu" antiName="nu_mubar" spinType="2" chargeType="0" colType="0"
214 m0="0.00000">
215</particle>
216
217<particle id="15" name="tau-" antiName="tau+" spinType="2" chargeType="-3" colType="0"
218 m0="1.77682" tau0="8.71100e-02">
219 <channel onMode="1" bRatio="0.108924" meMode="1521" products="16 -211"/>
220 <channel onMode="1" bRatio="0.006885" meMode="1521" products="16 -321"/>
221 <channel onMode="1" bRatio="0.178345" meMode="1531" products="16 11 -12"/>
222 <channel onMode="1" bRatio="0.173545" meMode="1531" products="16 13 -14"/>
223 <channel onMode="1" bRatio="0.254890" meMode="1532" products="16 111 -211"/>
224 <channel onMode="1" bRatio="0.001513" meMode="1532" products="16 311 -321"/>
225 <channel onMode="1" bRatio="0.000263" meMode="1532" products="16 221 -321"/>
226 <channel onMode="1" bRatio="0.008957" meMode="1533" products="16 -211 -311"/>
227 <channel onMode="1" bRatio="0.004491" meMode="1533" products="16 111 -321"/>
228 <channel onMode="1" bRatio="0.092370" meMode="1541" products="16 111 111 -211"/>
229 <channel onMode="1" bRatio="0.089813" meMode="1541" products="16 -211 -211 211"/>
230 <channel onMode="1" bRatio="0.003757" meMode="1542" products="16 111 -211 -311"/>
231 <channel onMode="1" bRatio="0.003292" meMode="1542" products="16 -211 211 -321"/>
232 <channel onMode="1" bRatio="0.001519" meMode="1542" products="16 -211 -321 321"/>
233 <channel onMode="1" bRatio="0.001518" meMode="1542" products="16 111 311 -321"/>
234 <channel onMode="1" bRatio="0.001087" meMode="1542" products="16 130 -211 310"/>
235 <channel onMode="1" bRatio="0.000555" meMode="1542" products="16 111 111 -321"/>
236 <channel onMode="1" bRatio="0.000235" meMode="1542" products="16 130 130 -211"/>
237 <channel onMode="1" bRatio="0.000235" meMode="1542" products="16 -211 310 310"/>
238 <channel onMode="1" bRatio="0.001744" meMode="1543" products="16 111 -211 221"/>
239 <channel onMode="1" bRatio="0.001762" meMode="1544" products="16 22 111 -211"/>
240 <channel onMode="1" bRatio="0.044435" meMode="1551" products="16 111 -211 -211 211"/>
241 <channel onMode="1" bRatio="0.010313" meMode="1551" products="16 111 111 111 -211"/>
242 <channel onMode="1" bRatio="0.004935" meMode="1561" products="16 111 111 -211 -211 211"/>
243 <channel onMode="1" bRatio="0.000957" meMode="1561" products="16 111 111 111 111 -211"/>
244 <channel onMode="1" bRatio="0.000834" meMode="1561" products="16 -211 -211 -211 211 211"/>
245 <channel onMode="1" bRatio="0.000225" meMode="0" products="16 -211 -211 211 221"/>
246 <channel onMode="1" bRatio="0.000145" meMode="0" products="16 111 111 -211 221"/>
247 <channel onMode="1" bRatio="0.000135" meMode="0" products="16 111 111 -211 223"/>
248 <channel onMode="1" bRatio="0.000118" meMode="0" products="16 -211 -211 211 223"/>
249 <channel onMode="1" bRatio="0.000400" meMode="0" products="16 223 -321"/>
250 <channel onMode="1" bRatio="0.000397" meMode="0" products="16 111 111 111 -321"/>
251 <channel onMode="1" bRatio="0.000307" meMode="0" products="16 111 -211 211 -321"/>
252 <channel onMode="1" bRatio="0.000280" meMode="0" products="16 221 -323"/>
253 <channel onMode="1" bRatio="0.000238" meMode="0" products="16 111 111 -211 -311"/>
254 <channel onMode="1" bRatio="0.000225" meMode="0" products="16 -211 -211 211 -311"/>
255 <channel onMode="1" bRatio="0.000297" meMode="0" products="16 111 -211 -311 311"/>
256 <channel onMode="1" bRatio="0.000059" meMode="0" products="16 111 -211 -321 321"/>
257</particle>
258
259<particle id="16" name="nu_tau" antiName="nu_taubar" spinType="2" chargeType="0" colType="0"
260 m0="0.00000">
261</particle>
262
263<particle id="17" name="tau'-" antiName="tau'+" spinType="2" chargeType="-3" colType="0"
264 m0="400.00000">
265 <channel onMode="1" bRatio="1.0000000" products="-24 18"/>
266</particle>
267
268<particle id="18" name="nu'_tau" antiName="nu'_taubar" spinType="2" chargeType="0" colType="0"
269 m0="400.00000">
270 <channel onMode="1" bRatio="1.0000000" products="24 17"/>
271</particle>
272
273<particle id="21" name="g" spinType="3" chargeType="0" colType="2"
274 m0="0.00000">
275</particle>
276
277<particle id="22" name="gamma" spinType="3" chargeType="0" colType="0"
278 m0="0.00000">
279</particle>
280
281<particle id="23" name="Z0" spinType="3" chargeType="0" colType="0"
282 m0="91.18760" mWidth="2.49520" mMin="10.00000" mMax="0.00000">
283 <channel onMode="1" bRatio="0.1539950" products="1 -1"/>
284 <channel onMode="1" bRatio="0.1194200" products="2 -2"/>
285 <channel onMode="1" bRatio="0.1539840" products="3 -3"/>
286 <channel onMode="1" bRatio="0.1192590" products="4 -4"/>
287 <channel onMode="1" bRatio="0.1522720" products="5 -5"/>
288 <channel onMode="1" bRatio="0.0335760" products="11 -11"/>
289 <channel onMode="1" bRatio="0.0668060" products="12 -12"/>
290 <channel onMode="1" bRatio="0.0335760" products="13 -13"/>
291 <channel onMode="1" bRatio="0.0668060" products="14 -14"/>
292 <channel onMode="1" bRatio="0.0335000" products="15 -15"/>
293 <channel onMode="1" bRatio="0.0668060" products="16 -16"/>
294</particle>
295
296<particle id="24" name="W+" antiName="W-" spinType="3" chargeType="3" colType="0"
297 m0="80.38500" mWidth="2.08500" mMin="10.00000" mMax="0.00000">
298 <channel onMode="1" bRatio="0.3213690" products="-1 2"/>
299 <channel onMode="1" bRatio="0.0164940" products="-1 4"/>
300 <channel onMode="1" bRatio="0.0165020" products="-3 2"/>
301 <channel onMode="1" bRatio="0.3206150" products="-3 4"/>
302 <channel onMode="1" bRatio="0.0000100" products="-5 2"/>
303 <channel onMode="1" bRatio="0.0005910" products="-5 4"/>
304 <channel onMode="1" bRatio="0.1081660" products="-11 12"/>
305 <channel onMode="1" bRatio="0.1081660" products="-13 14"/>
306 <channel onMode="1" bRatio="0.1080870" products="-15 16"/>
307</particle>
308
309<particle id="25" name="h0(H_1)" spinType="1" chargeType="0" colType="0"
310 m0="125.00000" mWidth="0.00374" mMin="50.00000" mMax="0.00000">
311 <channel onMode="1" bRatio="0.0000009" products="1 -1"/>
312 <channel onMode="1" bRatio="0.0000002" products="2 -2"/>
313 <channel onMode="1" bRatio="0.0002361" products="3 -3"/>
314 <channel onMode="1" bRatio="0.0335602" products="4 -4"/>
315 <channel onMode="1" bRatio="0.5876728" products="5 -5"/>
316 <channel onMode="1" bRatio="0.0000000" products="6 -6"/>
317 <channel onMode="1" bRatio="0.0000000" products="11 -11"/>
318 <channel onMode="1" bRatio="0.0002445" products="13 -13"/>
319 <channel onMode="1" bRatio="0.0690800" products="15 -15"/>
320 <channel onMode="1" bRatio="0.0630585" products="21 21"/>
321 <channel onMode="1" bRatio="0.0028438" products="22 22"/>
322 <channel onMode="1" bRatio="0.0017601" products="22 23"/>
323 <channel onMode="1" bRatio="0.0259708" products="23 23"/>
324 <channel onMode="1" bRatio="0.2155720" products="24 -24"/>
325 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1000022"/>
326 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000022"/>
327 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000023"/>
328 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000022"/>
329 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000023"/>
330 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000025"/>
331 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000022"/>
332 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000023"/>
333 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000025"/>
334 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000035"/>
335 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000024"/>
336 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000037"/>
337 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000024"/>
338 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000037"/>
339 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1000001"/>
340 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -2000001"/>
341 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -2000001"/>
342 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 2000001"/>
343 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -1000002"/>
344 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2000002"/>
345 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2000002"/>
346 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2000002"/>
347 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -1000003"/>
348 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -2000003"/>
349 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -2000003"/>
350 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 2000003"/>
351 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -1000004"/>
352 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -2000004"/>
353 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -2000004"/>
354 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 2000004"/>
355 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -1000005"/>
356 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -2000005"/>
357 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -2000005"/>
358 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 2000005"/>
359 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -1000006"/>
360 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -2000006"/>
361 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2000006"/>
362 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 2000006"/>
363 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -1000011"/>
364 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -2000011"/>
365 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -2000011"/>
366 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 2000011"/>
367 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -1000012"/>
368 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -2000012"/>
369 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -2000012"/>
370 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 2000012"/>
371 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -1000013"/>
372 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -2000013"/>
373 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -2000013"/>
374 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 2000013"/>
375 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -1000014"/>
376 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -2000014"/>
377 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -2000014"/>
378 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 2000014"/>
379 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -1000015"/>
380 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -2000015"/>
381 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -2000015"/>
382 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 2000015"/>
383 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -1000016"/>
384 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -2000016"/>
385 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -2000016"/>
386 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 2000016"/>
387</particle>
388
389<particle id="32" name="Z'0" spinType="3" chargeType="0" colType="0"
390 m0="500.00000" mWidth="14.54029" mMin="10.00000" mMax="0.00000">
391 <channel onMode="1" bRatio="0.1458350" products="1 -1"/>
392 <channel onMode="1" bRatio="0.1132760" products="2 -2"/>
393 <channel onMode="1" bRatio="0.1458350" products="3 -3"/>
394 <channel onMode="1" bRatio="0.1132710" products="4 -4"/>
395 <channel onMode="1" bRatio="0.1457810" products="5 -5"/>
396 <channel onMode="1" bRatio="0.0490020" products="6 -6"/>
397 <channel onMode="1" bRatio="0.0320250" products="11 -11"/>
398 <channel onMode="1" bRatio="0.0636420" products="12 -12"/>
399 <channel onMode="1" bRatio="0.0320250" products="13 -13"/>
400 <channel onMode="1" bRatio="0.0636420" products="14 -14"/>
401 <channel onMode="1" bRatio="0.0320220" products="15 -15"/>
402 <channel onMode="1" bRatio="0.0636420" products="16 -16"/>
403 <channel onMode="1" bRatio="0.0000000" products="24 -24"/>
404</particle>
405
406<particle id="33" name="Z''0" spinType="3" chargeType="0" colType="0"
407 m0="900.00000">
408</particle>
409
410<particle id="34" name="W'+" antiName="W'-" spinType="3" chargeType="3" colType="0"
411 m0="500.00000" mWidth="16.66099" mMin="10.00000" mMax="0.00000">
412 <channel onMode="1" bRatio="0.2512250" products="-1 2"/>
413 <channel onMode="1" bRatio="0.0129000" products="-1 4"/>
414 <channel onMode="1" bRatio="0.0000060" products="-1 6"/>
415 <channel onMode="1" bRatio="0.0129000" products="-3 2"/>
416 <channel onMode="1" bRatio="0.2507640" products="-3 4"/>
417 <channel onMode="1" bRatio="0.0003800" products="-3 6"/>
418 <channel onMode="1" bRatio="0.0000080" products="-5 2"/>
419 <channel onMode="1" bRatio="0.0004650" products="-5 4"/>
420 <channel onMode="1" bRatio="0.2154180" products="-5 6"/>
421 <channel onMode="1" bRatio="0.0853120" products="-11 12"/>
422 <channel onMode="1" bRatio="0.0853120" products="-13 14"/>
423 <channel onMode="1" bRatio="0.0853100" products="-15 16"/>
424 <channel onMode="1" bRatio="0.0000000" products="24 23"/>
425</particle>
426
427<particle id="35" name="H0(H_2)" spinType="1" chargeType="0" colType="0"
428 m0="300.00000" mWidth="8.38842" mMin="50.00000" mMax="0.00000">
429 <channel onMode="1" bRatio="0.0000000" products="1 -1"/>
430 <channel onMode="1" bRatio="0.0000000" products="2 -2"/>
431 <channel onMode="1" bRatio="0.0000000" products="3 -3"/>
432 <channel onMode="1" bRatio="0.0000490" products="4 -4"/>
433 <channel onMode="1" bRatio="0.0007740" products="5 -5"/>
434 <channel onMode="1" bRatio="0.0000000" products="6 -6"/>
435 <channel onMode="1" bRatio="0.0000000" products="11 -11"/>
436 <channel onMode="1" bRatio="0.0000000" products="13 -13"/>
437 <channel onMode="1" bRatio="0.0000740" products="15 -15"/>
438 <channel onMode="1" bRatio="0.0004170" products="21 21"/>
439 <channel onMode="1" bRatio="0.0000150" products="22 22"/>
440 <channel onMode="1" bRatio="0.0000610" products="22 23"/>
441 <channel onMode="1" bRatio="0.3067100" products="23 23"/>
442 <channel onMode="1" bRatio="0.6890110" products="24 -24"/>
443 <channel onMode="1" bRatio="0.0000000" products="23 25"/>
444 <channel onMode="1" bRatio="0.0028890" products="25 25"/>
445 <channel onMode="1" bRatio="0.0000000" products="24 -37"/>
446 <channel onMode="1" bRatio="0.0000000" products="37 -24"/>
447 <channel onMode="1" bRatio="0.0000000" products="23 36"/>
448 <channel onMode="1" bRatio="0.0000000" products="25 36"/>
449 <channel onMode="1" bRatio="0.0000000" products="36 36"/>
450 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1000022"/>
451 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000022"/>
452 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000023"/>
453 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000022"/>
454 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000023"/>
455 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000025"/>
456 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000022"/>
457 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000023"/>
458 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000025"/>
459 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000035"/>
460 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000024"/>
461 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000037"/>
462 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000024"/>
463 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000037"/>
464 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1000001"/>
465 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -2000001"/>
466 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -2000001"/>
467 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 2000001"/>
468 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -1000002"/>
469 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2000002"/>
470 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2000002"/>
471 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2000002"/>
472 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -1000003"/>
473 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -2000003"/>
474 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -2000003"/>
475 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 2000003"/>
476 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -1000004"/>
477 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -2000004"/>
478 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -2000004"/>
479 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 2000004"/>
480 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -1000005"/>
481 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -2000005"/>
482 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -2000005"/>
483 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 2000005"/>
484 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -1000006"/>
485 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -2000006"/>
486 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2000006"/>
487 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 2000006"/>
488 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -1000011"/>
489 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -2000011"/>
490 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -2000011"/>
491 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 2000011"/>
492 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -1000012"/>
493 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -2000012"/>
494 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -2000012"/>
495 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 2000012"/>
496 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -1000013"/>
497 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -2000013"/>
498 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -2000013"/>
499 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 2000013"/>
500 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -1000014"/>
501 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -2000014"/>
502 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -2000014"/>
503 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 2000014"/>
504 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -1000015"/>
505 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -2000015"/>
506 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -2000015"/>
507 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 2000015"/>
508 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -1000016"/>
509 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -2000016"/>
510 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -2000016"/>
511 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 2000016"/>
512</particle>
513
514<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 <channel onMode="1" bRatio="0.0000000" products="1 -1"/>
517 <channel onMode="1" bRatio="0.0000000" products="2 -2"/>
518 <channel onMode="1" bRatio="0.0000010" products="3 -3"/>
519 <channel onMode="1" bRatio="0.0001210" products="4 -4"/>
520 <channel onMode="1" bRatio="0.0019240" products="5 -5"/>
521 <channel onMode="1" bRatio="0.0000000" products="6 -6"/>
522 <channel onMode="1" bRatio="0.0000000" products="11 -11"/>
523 <channel onMode="1" bRatio="0.0000010" products="13 -13"/>
524 <channel onMode="1" bRatio="0.0001840" products="15 -15"/>
525 <channel onMode="1" bRatio="0.0031060" products="21 21"/>
526 <channel onMode="1" bRatio="0.0000150" products="22 22"/>
527 <channel onMode="1" bRatio="0.0000030" products="22 23"/>
528 <channel onMode="1" bRatio="0.0000000" products="23 23"/>
529 <channel onMode="1" bRatio="0.0000000" products="24 -24"/>
530 <channel onMode="1" bRatio="0.9946460" products="23 25"/>
531 <channel onMode="1" bRatio="0.0000000" products="25 25"/>
532 <channel onMode="1" bRatio="0.0000000" products="24 -37"/>
533 <channel onMode="1" bRatio="0.0000000" products="37 -24"/>
534 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1000022"/>
535 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000022"/>
536 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000023"/>
537 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000022"/>
538 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000023"/>
539 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000025"/>
540 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000022"/>
541 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000023"/>
542 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000025"/>
543 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000035"/>
544 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000024"/>
545 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -1000037"/>
546 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000024"/>
547 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -1000037"/>
548 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1000001"/>
549 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -2000001"/>
550 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -2000001"/>
551 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 2000001"/>
552 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -1000002"/>
553 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2000002"/>
554 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2000002"/>
555 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2000002"/>
556 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -1000003"/>
557 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -2000003"/>
558 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -2000003"/>
559 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 2000003"/>
560 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -1000004"/>
561 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -2000004"/>
562 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -2000004"/>
563 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 2000004"/>
564 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -1000005"/>
565 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -2000005"/>
566 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -2000005"/>
567 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 2000005"/>
568 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -1000006"/>
569 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -2000006"/>
570 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2000006"/>
571 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 2000006"/>
572 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -1000011"/>
573 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -2000011"/>
574 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -2000011"/>
575 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 2000011"/>
576 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -1000012"/>
577 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -2000012"/>
578 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -2000012"/>
579 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 2000012"/>
580 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -1000013"/>
581 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -2000013"/>
582 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -2000013"/>
583 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 2000013"/>
584 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -1000014"/>
585 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -2000014"/>
586 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -2000014"/>
587 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 2000014"/>
588 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -1000015"/>
589 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -2000015"/>
590 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -2000015"/>
591 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 2000015"/>
592 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -1000016"/>
593 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -2000016"/>
594 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -2000016"/>
595 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 2000016"/>
596</particle>
597
598<particle id="37" name="H+" antiName="H-" spinType="1" chargeType="3" colType="0"
599 m0="300.00000" mWidth="4.17669" mMin="50.00000" mMax="0.00000">
600 <channel onMode="1" bRatio="0.0000000" products="-1 2"/>
601 <channel onMode="1" bRatio="0.0000210" products="-3 4"/>
602 <channel onMode="1" bRatio="0.0901350" products="-5 6"/>
603 <channel onMode="1" bRatio="0.0000000" products="-11 12"/>
604 <channel onMode="1" bRatio="0.0000130" products="-13 14"/>
605 <channel onMode="1" bRatio="0.0037140" products="-15 16"/>
606 <channel onMode="1" bRatio="0.9061170" products="24 25"/>
607 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1000024"/>
608 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1000037"/>
609 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000024"/>
610 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1000037"/>
611 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000024"/>
612 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1000037"/>
613 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000024"/>
614 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1000037"/>
615 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -1000005"/>
616 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -1000005"/>
617 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2000005"/>
618 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -2000005"/>
619 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 1000002"/>
620 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 1000004"/>
621 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 1000012"/>
622 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 1000014"/>
623 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 1000016"/>
624 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 1000016"/>
625</particle>
626
627<particle id="39" name="Graviton" spinType="5" chargeType="0" colType="0"
628 m0="0.00000">
629</particle>
630
631<particle id="40" name="BlackHole" spinType="0" chargeType="0" colType="0"
632 m0="0.00000">
633</particle>
634
635<particle id="41" name="R0" antiName="Rbar0" spinType="3" chargeType="0" colType="0"
636 m0="5.000e+03" mWidth="4.173e+02" mMin="1.000e+02" mMax="0.000e+00">
637 <channel onMode="1" bRatio="0.2151190" products="1 -3"/>
638 <channel onMode="1" bRatio="0.2151190" products="2 -4"/>
639 <channel onMode="1" bRatio="0.2151190" products="3 -5"/>
640 <channel onMode="1" bRatio="0.2147240" products="4 -6"/>
641 <channel onMode="1" bRatio="0.0699600" products="11 -13"/>
642 <channel onMode="1" bRatio="0.0699590" products="13 -15"/>
643</particle>
644
645<particle id="42" name="LQ_ue" antiName="LQ_uebar" spinType="1" chargeType="-1" colType="1"
646 m0="200.00000" mWidth="0.39162" mMin="50.00000" mMax="0.00000">
647 <channel onMode="1" bRatio="1.0000000" products="2 11"/>
648</particle>
649
650<particle id="81" name="specflav" spinType="0" chargeType="0" colType="0"
651 m0="0.00000">
652</particle>
653
654<particle id="82" name="rndmflavq" antiName="rndmflavqbar" spinType="0" chargeType="0" colType="0"
655 m0="0.00000">
656</particle>
657
658<particle id="83" name="rndmflavg" antiName="rndmflavgbar" spinType="0" chargeType="0" colType="0"
659 m0="0.00000">
660</particle>
661
662<particle id="90" name="system" spinType="0" chargeType="0" colType="0"
663 m0="0.00000">
664</particle>
665
666<particle id="110" name="Reggeon" spinType="0" chargeType="0" colType="0"
667 m0="0.00000">
668</particle>
669
670<particle id="111" name="pi0" spinType="1" chargeType="0" colType="0"
671 m0="0.13498" tau0="2.55313e-05">
672 <channel onMode="1" bRatio="0.9879900" products="22 22"/>
673 <channel onMode="1" bRatio="0.0119800" meMode="11" products="22 11 -11"/>
674 <channel onMode="1" bRatio="0.0000300" meMode="13" products="11 -11 11 -11"/>
675</particle>
676
677<particle id="113" name="rho0" spinType="3" chargeType="0" colType="0"
678 m0="0.77549" mWidth="0.14910" mMin="0.30000" mMax="1.50000">
679 <channel onMode="1" bRatio="0.9988485" meMode="2" products="211 -211"/>
680 <channel onMode="1" bRatio="0.0006000" products="111 22"/>
681 <channel onMode="1" bRatio="0.0002950" products="221 22"/>
682 <channel onMode="1" bRatio="0.0001010" meMode="1" products="211 -211 111"/>
683 <channel onMode="1" bRatio="0.0000470" products="11 -11"/>
684 <channel onMode="1" bRatio="0.0000455" products="13 -13"/>
685 <channel onMode="1" bRatio="0.0000450" products="111 111 22"/>
686 <channel onMode="1" bRatio="0.0000180" products="211 -211 211 -211"/>
687</particle>
688
689<particle id="115" name="a_20" spinType="5" chargeType="0" colType="0"
690 m0="1.31830" mWidth="0.10700" mMin="1.00000" mMax="1.70000">
691 <channel onMode="1" bRatio="0.3483455" products="213 -211"/>
692 <channel onMode="1" bRatio="0.3483455" products="-213 211"/>
693 <channel onMode="1" bRatio="0.1440000" products="221 111"/>
694 <channel onMode="1" bRatio="0.1050000" products="223 211 -211"/>
695 <channel onMode="1" bRatio="0.0245000" products="321 -321"/>
696 <channel onMode="1" bRatio="0.0122500" products="130 130"/>
697 <channel onMode="1" bRatio="0.0122500" products="310 310"/>
698 <channel onMode="1" bRatio="0.0053000" products="331 111"/>
699 <channel onMode="1" bRatio="0.0000090" products="22 22"/>
700</particle>
701
702<particle id="130" name="K_L0" spinType="1" chargeType="0" colType="0"
703 m0="0.49761" tau0="1.53300e+04">
704 <channel onMode="1" bRatio="0.1955770" products="111 111 111"/>
705 <channel onMode="1" bRatio="0.1255900" products="211 -211 111"/>
706 <channel onMode="1" bRatio="0.2026300" meMode="22" products="-12 11 211"/>
707 <channel onMode="1" bRatio="0.2026300" meMode="22" products="12 -11 -211"/>
708 <channel onMode="1" bRatio="0.1350900" meMode="22" products="-14 13 211"/>
709 <channel onMode="1" bRatio="0.1350900" meMode="22" products="14 -13 -211"/>
710 <channel onMode="1" bRatio="0.0019760" products="211 -211"/>
711 <channel onMode="1" bRatio="0.0008690" products="111 111"/>
712 <channel onMode="1" bRatio="0.0005480" products="22 22"/>
713</particle>
714
715<particle id="211" name="pi+" antiName="pi-" spinType="1" chargeType="3" colType="0"
716 m0="0.13957" tau0="7.80450e+03">
717 <channel onMode="1" bRatio="0.9998770" products="-13 14"/>
718 <channel onMode="1" bRatio="0.0001230" products="-11 12"/>
719</particle>
720
721<particle id="213" name="rho+" antiName="rho-" spinType="3" chargeType="3" colType="0"
722 m0="0.77549" mWidth="0.14910" mMin="0.30000" mMax="1.50000">
723 <channel onMode="1" bRatio="0.9995500" meMode="2" products="211 111"/>
724 <channel onMode="1" bRatio="0.0004500" products="211 22"/>
725</particle>
726
727<particle id="215" name="a_2+" antiName="a_2-" spinType="5" chargeType="3" colType="0"
728 m0="1.31830" mWidth="0.10700" mMin="1.00000" mMax="1.70000">
729 <channel onMode="1" bRatio="0.3480100" products="213 111"/>
730 <channel onMode="1" bRatio="0.3480100" products="113 211"/>
731 <channel onMode="1" bRatio="0.1440000" products="221 211"/>
732 <channel onMode="1" bRatio="0.1040000" products="223 211 111"/>
733 <channel onMode="1" bRatio="0.0480000" products="321 -311"/>
734 <channel onMode="1" bRatio="0.0053000" products="331 211"/>
735 <channel onMode="1" bRatio="0.0026800" products="211 22"/>
736</particle>
737
738<particle id="221" name="eta" spinType="1" chargeType="0" colType="0"
739 m0="0.54785">
740 <channel onMode="1" bRatio="0.3938240" products="22 22"/>
741 <channel onMode="1" bRatio="0.3251200" products="111 111 111"/>
742 <channel onMode="1" bRatio="0.0004400" products="111 22 22"/>
743 <channel onMode="1" bRatio="0.2270000" products="211 -211 111"/>
744 <channel onMode="1" bRatio="0.0469000" products="211 -211 22"/>
745 <channel onMode="1" bRatio="0.0060000" meMode="11" products="22 11 -11"/>
746 <channel onMode="1" bRatio="0.0003100" meMode="11" products="22 13 -13"/>
747 <channel onMode="1" bRatio="0.0000060" products="13 -13"/>
748 <channel onMode="1" bRatio="0.0004000" meMode="12" products="211 -211 11 -11"/>
749</particle>
750
751<particle id="223" name="omega" spinType="3" chargeType="0" colType="0"
752 m0="0.78265" mWidth="0.00849" mMin="0.50000" mMax="1.10000">
753 <channel onMode="1" bRatio="0.8924150" meMode="1" products="211 -211 111"/>
754 <channel onMode="1" bRatio="0.0890000" products="111 22"/>
755 <channel onMode="1" bRatio="0.0170000" meMode="2" products="211 -211"/>
756 <channel onMode="1" bRatio="0.0004900" products="221 22"/>
757 <channel onMode="1" bRatio="0.0007700" meMode="11" products="111 11 -11"/>
758 <channel onMode="1" bRatio="0.0000960" meMode="11" products="111 13 -13"/>
759 <channel onMode="1" bRatio="0.0000720" products="11 -11"/>
760 <channel onMode="1" bRatio="0.0000900" products="13 -13"/>
761 <channel onMode="1" bRatio="0.0000670" products="111 111 22"/>
762</particle>
763
764<particle id="225" name="f_2" spinType="5" chargeType="0" colType="0"
765 m0="1.27510" mWidth="0.18510" mMin="0.60000" mMax="2.00000">
766 <channel onMode="1" bRatio="0.5653260" products="211 -211"/>
767 <channel onMode="1" bRatio="0.2826600" products="111 111"/>
768 <channel onMode="1" bRatio="0.0710000" products="211 -211 111 111"/>
769 <channel onMode="1" bRatio="0.0280000" products="211 -211 211 -211"/>
770 <channel onMode="1" bRatio="0.0230000" products="321 -321"/>
771 <channel onMode="1" bRatio="0.0115000" products="130 130"/>
772 <channel onMode="1" bRatio="0.0115000" products="310 310"/>
773 <channel onMode="1" bRatio="0.0040000" products="221 221"/>
774 <channel onMode="1" bRatio="0.0030000" products="111 111 111 111"/>
775 <channel onMode="1" bRatio="0.0000140" products="22 22"/>
776</particle>
777
778<particle id="310" name="K_S0" spinType="1" chargeType="0" colType="0"
779 m0="0.49761" tau0="2.68420e+01">
780 <channel onMode="1" bRatio="0.6923500" products="211 -211"/>
781 <channel onMode="1" bRatio="0.3069000" products="111 111"/>
782 <channel onMode="1" bRatio="0.0000470" meMode="12" products="211 -211 11 -11"/>
783 <channel onMode="1" bRatio="0.0003500" meMode="22" products="-12 11 211"/>
784 <channel onMode="1" bRatio="0.0003500" meMode="22" products="12 -11 -211"/>
785 <channel onMode="1" bRatio="0.0000030" products="22 22"/>
786</particle>
787
788<particle id="311" name="K0" antiName="Kbar0" spinType="1" chargeType="0" colType="0"
789 m0="0.49761">
790 <channel onMode="1" bRatio="0.5000000" products="130"/>
791 <channel onMode="1" bRatio="0.5000000" products="310"/>
792</particle>
793
794<particle id="313" name="K*0" antiName="K*bar0" spinType="3" chargeType="0" colType="0"
795 m0="0.89594" mWidth="0.04870" mMin="0.65000" mMax="1.20000">
796 <channel onMode="1" bRatio="0.6650000" meMode="2" products="321 -211"/>
797 <channel onMode="1" bRatio="0.3326900" meMode="2" products="311 111"/>
798 <channel onMode="1" bRatio="0.0023100" products="311 22"/>
799</particle>
800
801<particle id="315" name="K*_2(1430)0" antiName="K*_2(1430)bar0" spinType="5" chargeType="0" colType="0"
802 m0="1.43240" mWidth="0.10900" mMin="1.10000" mMax="1.80000">
803 <channel onMode="1" bRatio="0.3340000" products="321 -211"/>
804 <channel onMode="1" bRatio="0.1670000" products="311 111"/>
805 <channel onMode="1" bRatio="0.1650000" products="323 -211"/>
806 <channel onMode="1" bRatio="0.0825000" products="313 111"/>
807 <channel onMode="1" bRatio="0.0890000" products="323 -211 111"/>
808 <channel onMode="1" bRatio="0.0450000" products="313 211 -211"/>
809 <channel onMode="1" bRatio="0.0580000" products="321 -213"/>
810 <channel onMode="1" bRatio="0.0290000" products="311 113"/>
811 <channel onMode="1" bRatio="0.0290000" products="311 223"/>
812 <channel onMode="1" bRatio="0.0015000" products="311 221"/>
813</particle>
814
815<particle id="321" name="K+" antiName="K-" spinType="1" chargeType="3" colType="0"
816 m0="0.49368" tau0="3.71300e+03">
817 <channel onMode="1" bRatio="0.6343000" products="-13 14"/>
818 <channel onMode="1" bRatio="0.0000150" products="-11 12"/>
819 <channel onMode="1" bRatio="0.2091100" products="211 111"/>
820 <channel onMode="1" bRatio="0.0559000" products="211 211 -211"/>
821 <channel onMode="1" bRatio="0.0175700" products="211 111 111"/>
822 <channel onMode="1" bRatio="0.0498000" meMode="22" products="12 -11 111"/>
823 <channel onMode="1" bRatio="0.0332000" meMode="22" products="14 -13 111"/>
824 <channel onMode="1" bRatio="0.0000220" products="-11 12 111 111"/>
825 <channel onMode="1" bRatio="0.0000410" products="-11 12 211 -211"/>
826 <channel onMode="1" bRatio="0.0000140" products="-13 14 111 111"/>
827 <channel onMode="1" bRatio="0.0000280" products="-13 14 211 -211"/>
828</particle>
829
830<particle id="323" name="K*+" antiName="K*-" spinType="3" chargeType="3" colType="0"
831 m0="0.89166" mWidth="0.05080" mMin="0.65000" mMax="1.20000">
832 <channel onMode="1" bRatio="0.6660000" meMode="2" products="311 211"/>
833 <channel onMode="1" bRatio="0.3330000" meMode="2" products="321 111"/>
834 <channel onMode="1" bRatio="0.0010000" products="321 22"/>
835</particle>
836
837<particle id="325" name="K*_2(1430)+" antiName="K*_2(1430)-" spinType="5" chargeType="3" colType="0"
838 m0="1.42560" mWidth="0.09850" mMin="1.10000" mMax="1.80000">
839 <channel onMode="1" bRatio="0.3330000" products="311 211"/>
840 <channel onMode="1" bRatio="0.1660000" products="321 111"/>
841 <channel onMode="1" bRatio="0.1647000" products="313 211"/>
842 <channel onMode="1" bRatio="0.0824000" products="323 111"/>
843 <channel onMode="1" bRatio="0.0890000" products="313 211 111"/>
844 <channel onMode="1" bRatio="0.0450000" products="323 211 -211"/>
845 <channel onMode="1" bRatio="0.0580000" products="311 213"/>
846 <channel onMode="1" bRatio="0.0290000" products="321 113"/>
847 <channel onMode="1" bRatio="0.0290000" products="321 223"/>
848 <channel onMode="1" bRatio="0.0015000" products="321 221"/>
849 <channel onMode="1" bRatio="0.0024000" products="321 22"/>
850</particle>
851
852<particle id="331" name="eta'" spinType="1" chargeType="0" colType="0"
853 m0="0.95778" mWidth="0.00020" mMin="0.95578" mMax="0.95978">
854 <channel onMode="1" bRatio="0.4449000" products="211 -211 221"/>
855 <channel onMode="1" bRatio="0.2939500" products="113 22"/>
856 <channel onMode="1" bRatio="0.2080000" products="111 111 221"/>
857 <channel onMode="1" bRatio="0.0303000" products="223 22"/>
858 <channel onMode="1" bRatio="0.0212000" products="22 22"/>
859 <channel onMode="1" bRatio="0.0015500" products="111 111 111"/>
860 <channel onMode="1" bRatio="0.0001000" products="13 -13 22"/>
861</particle>
862
863<particle id="333" name="phi" spinType="3" chargeType="0" colType="0"
864 m0="1.01946" mWidth="0.00426" mMin="1.00000" mMax="1.04000">
865 <channel onMode="1" bRatio="0.4919270" meMode="2" products="321 -321"/>
866 <channel onMode="1" bRatio="0.3400000" meMode="2" products="130 310"/>
867 <channel onMode="1" bRatio="0.0420000" products="-213 211"/>
868 <channel onMode="1" bRatio="0.0420000" products="113 111"/>
869 <channel onMode="1" bRatio="0.0420000" products="213 -211"/>
870 <channel onMode="1" bRatio="0.0270000" meMode="1" products="211 -211 111"/>
871 <channel onMode="1" bRatio="0.0130000" products="221 22"/>
872 <channel onMode="1" bRatio="0.0012500" products="111 22"/>
873 <channel onMode="1" bRatio="0.0002970" products="11 -11"/>
874 <channel onMode="1" bRatio="0.0002860" products="13 -13"/>
875 <channel onMode="1" bRatio="0.0001150" meMode="11" products="221 11 -11"/>
876 <channel onMode="1" bRatio="0.0000730" meMode="2" products="211 -211"/>
877 <channel onMode="1" bRatio="0.0000520" products="223 111"/>
878</particle>
879
880<particle id="335" name="f'_2(1525)" spinType="5" chargeType="0" colType="0"
881 m0="1.52500" mWidth="0.07300" mMin="1.10000" mMax="2.00000">
882 <channel onMode="1" bRatio="0.4444000" products="321 -321"/>
883 <channel onMode="1" bRatio="0.2222000" products="130 130"/>
884 <channel onMode="1" bRatio="0.2222000" products="310 310"/>
885 <channel onMode="1" bRatio="0.1030000" products="221 221"/>
886 <channel onMode="1" bRatio="0.0041000" products="211 -211"/>
887 <channel onMode="1" bRatio="0.0041000" products="111 111"/>
888</particle>
889
890<particle id="411" name="D+" antiName="D-" spinType="1" chargeType="3" colType="0"
891 m0="1.86962" tau0="3.11800e-01">
892 <channel onMode="1" bRatio="0.0004000" products="-13 14"/>
893 <channel onMode="1" bRatio="0.0010000" products="-15 16"/>
894 <channel onMode="1" bRatio="0.0043000" meMode="22" products="-11 12 111"/>
895 <channel onMode="1" bRatio="0.0028000" meMode="22" products="-11 12 113"/>
896 <channel onMode="1" bRatio="0.0026000" meMode="22" products="-11 12 221"/>
897 <channel onMode="1" bRatio="0.0028000" meMode="22" products="-11 12 223"/>
898 <channel onMode="1" bRatio="0.0900000" meMode="22" products="-11 12 311"/>
899 <channel onMode="1" bRatio="0.0554000" meMode="22" products="-11 12 -313"/>
900 <channel onMode="1" bRatio="0.0038000" meMode="22" products="-11 12 -315"/>
901 <channel onMode="1" bRatio="0.0005000" meMode="22" products="-11 12 331"/>
902 <channel onMode="1" bRatio="0.0036000" meMode="22" products="-11 12 -10313"/>
903 <channel onMode="1" bRatio="0.0043000" meMode="22" products="-13 14 111"/>
904 <channel onMode="1" bRatio="0.0028000" meMode="22" products="-13 14 113"/>
905 <channel onMode="1" bRatio="0.0026000" meMode="22" products="-13 14 221"/>
906 <channel onMode="1" bRatio="0.0028000" meMode="22" products="-13 14 223"/>
907 <channel onMode="1" bRatio="0.0874000" meMode="22" products="-13 14 311"/>
908 <channel onMode="1" bRatio="0.0533000" meMode="22" products="-13 14 -313"/>
909 <channel onMode="1" bRatio="0.0038000" meMode="22" products="-13 14 -315"/>
910 <channel onMode="1" bRatio="0.0005000" meMode="22" products="-13 14 331"/>
911 <channel onMode="1" bRatio="0.0036000" meMode="22" products="-13 14 -10313"/>
912 <channel onMode="1" bRatio="0.0014000" meMode="22" products="-11 12 311 111"/>
913 <channel onMode="1" bRatio="0.0027000" meMode="22" products="-11 12 -321 211"/>
914 <channel onMode="1" bRatio="0.0014000" meMode="22" products="-13 14 311 111"/>
915 <channel onMode="1" bRatio="0.0027000" meMode="22" products="-13 14 -321 211"/>
916 <channel onMode="1" bRatio="0.0026000" products="211 111"/>
917 <channel onMode="1" bRatio="0.0010000" products="211 113"/>
918 <channel onMode="1" bRatio="0.0076000" products="221 211"/>
919 <channel onMode="1" bRatio="0.0282000" products="311 211"/>
920 <channel onMode="1" bRatio="0.0210000" products="-313 213"/>
921 <channel onMode="1" bRatio="0.0074000" products="321 311"/>
922 <channel onMode="1" bRatio="0.0042000" products="321 -313"/>
923 <channel onMode="1" bRatio="0.0310000" products="323 311"/>
924 <channel onMode="1" bRatio="0.0180000" products="323 -313"/>
925 <channel onMode="1" bRatio="0.0070000" products="333 211"/>
926 <channel onMode="1" bRatio="0.0115000" products="-10311 211"/>
927 <channel onMode="1" bRatio="0.0800000" products="20213 311"/>
928 <channel onMode="1" bRatio="0.0508000" products="-20313 211"/>
929 <channel onMode="1" bRatio="0.0015000" products="211 111 111"/>
930 <channel onMode="1" bRatio="0.0020000" products="211 211 -211"/>
931 <channel onMode="1" bRatio="0.0030000" products="221 211 111"/>
932 <channel onMode="1" bRatio="0.0970000" products="311 211 111"/>
933 <channel onMode="1" bRatio="0.0050000" products="311 211 113"/>
934 <channel onMode="1" bRatio="0.0100000" products="311 221 211"/>
935 <channel onMode="1" bRatio="0.0050000" products="311 223 211"/>
936 <channel onMode="1" bRatio="0.0010000" products="311 311 211"/>
937 <channel onMode="1" bRatio="0.0010000" products="313 311 211"/>
938 <channel onMode="1" bRatio="0.0100000" products="-313 211 111"/>
939 <channel onMode="1" bRatio="0.0078000" products="-313 211 113"/>
940 <channel onMode="1" bRatio="0.0100000" products="-313 221 211"/>
941 <channel onMode="1" bRatio="0.0050000" products="-313 223 211"/>
942 <channel onMode="1" bRatio="0.0010000" products="-313 311 211"/>
943 <channel onMode="1" bRatio="0.0010000" products="321 311 111"/>
944 <channel onMode="1" bRatio="0.0100000" products="321 311 311"/>
945 <channel onMode="1" bRatio="0.0010000" products="321 -313 111"/>
946 <channel onMode="1" bRatio="0.0046000" products="321 -321 211"/>
947 <channel onMode="1" bRatio="0.0920000" products="-321 211 211"/>
948 <channel onMode="1" bRatio="0.0110000" products="-321 213 211"/>
949 <channel onMode="1" bRatio="0.0010000" products="323 311 111"/>
950 <channel onMode="1" bRatio="0.0010000" products="323 -321 211"/>
951 <channel onMode="1" bRatio="0.0070000" products="-323 211 211"/>
952 <channel onMode="1" bRatio="0.0100000" products="-323 213 211"/>
953 <channel onMode="1" bRatio="0.0010000" products="-323 321 211"/>
954 <channel onMode="1" bRatio="0.0230000" products="333 211 111"/>
955 <channel onMode="1" bRatio="0.0050000" products="211 111 111 111"/>
956 <channel onMode="1" bRatio="0.0090000" products="211 211 -211 111"/>
957 <channel onMode="1" bRatio="0.0020000" products="221 211 111 111"/>
958 <channel onMode="1" bRatio="0.0030000" products="221 211 211 -211"/>
959 <channel onMode="1" bRatio="0.0188000" products="311 211 111 111"/>
960 <channel onMode="1" bRatio="0.0120000" products="-321 211 211 111"/>
961 <channel onMode="1" bRatio="0.0021000" products="211 211 211 -211 -211"/>
962 <channel onMode="1" bRatio="0.0035000" products="311 211 111 111 111"/>
963 <channel onMode="1" bRatio="0.0087000" products="311 211 211 -211 111"/>
964 <channel onMode="1" bRatio="0.0050000" products="-321 211 211 111 111"/>
965 <channel onMode="1" bRatio="0.0022000" products="-321 211 211 211 -211"/>
966</particle>
967
968<particle id="413" name="D*+" antiName="D*-" spinType="3" chargeType="3" colType="0"
969 m0="2.01028">
970 <channel onMode="1" bRatio="0.6770000" meMode="2" products="421 211"/>
971 <channel onMode="1" bRatio="0.3070000" meMode="2" products="411 111"/>
972 <channel onMode="1" bRatio="0.0160000" products="411 22"/>
973</particle>
974
975<particle id="415" name="D*_2(2460)+" antiName="D*_2(2460)-" spinType="5" chargeType="3" colType="0"
976 m0="2.46440" mWidth="0.03700" mMin="2.30000" mMax="2.65000">
977 <channel onMode="1" bRatio="0.2200000" products="423 211"/>
978 <channel onMode="1" bRatio="0.1100000" products="413 111"/>
979 <channel onMode="1" bRatio="0.3800000" products="421 211"/>
980 <channel onMode="1" bRatio="0.1900000" products="411 111"/>
981 <channel onMode="1" bRatio="0.0670000" products="423 211 111"/>
982 <channel onMode="1" bRatio="0.0330000" products="413 211 -211"/>
983</particle>
984
985<particle id="421" name="D0" antiName="Dbar0" spinType="1" chargeType="0" colType="0"
986 m0="1.86486" tau0="1.22900e-01">
987 <channel onMode="1" bRatio="0.0034000" meMode="22" products="-11 12 -211"/>
988 <channel onMode="1" bRatio="0.0022000" meMode="22" products="-11 12 -213"/>
989 <channel onMode="1" bRatio="0.0350000" meMode="22" products="-11 12 -321"/>
990 <channel onMode="1" bRatio="0.0225000" meMode="22" products="-11 12 -323"/>
991 <channel onMode="1" bRatio="0.0015000" meMode="22" products="-11 12 -325"/>
992 <channel onMode="1" bRatio="0.0014000" meMode="22" products="-11 12 -10323"/>
993 <channel onMode="1" bRatio="0.0034000" meMode="22" products="-13 14 -211"/>
994 <channel onMode="1" bRatio="0.0022000" meMode="22" products="-13 14 -213"/>
995 <channel onMode="1" bRatio="0.0340000" meMode="22" products="-13 14 -321"/>
996 <channel onMode="1" bRatio="0.0214000" meMode="22" products="-13 14 -323"/>
997 <channel onMode="1" bRatio="0.0015000" meMode="22" products="-13 14 -325"/>
998 <channel onMode="1" bRatio="0.0014000" meMode="22" products="-13 14 -10323"/>
999 <channel onMode="1" bRatio="0.0011000" meMode="22" products="-11 12 311 -211"/>
1000 <channel onMode="1" bRatio="0.0006000" meMode="22" products="-11 12 -321 111"/>
1001 <channel onMode="1" bRatio="0.0011000" meMode="22" products="-13 14 311 -211"/>
1002 <channel onMode="1" bRatio="0.0006000" meMode="22" products="-13 14 -321 111"/>
1003 <channel onMode="1" bRatio="0.0008000" products="111 111"/>
1004 <channel onMode="1" bRatio="0.0020000" products="113 111"/>
1005 <channel onMode="1" bRatio="0.0006000" products="130 130"/>
1006 <channel onMode="1" bRatio="0.0015000" products="211 -211"/>
1007 <channel onMode="1" bRatio="0.0040000" products="213 -211"/>
1008 <channel onMode="1" bRatio="0.0040000" products="-213 211"/>
1009 <channel onMode="1" bRatio="0.0010000" products="221 111"/>
1010 <channel onMode="1" bRatio="0.0010000" products="221 221"/>
1011 <channel onMode="1" bRatio="0.0006000" products="310 310"/>
1012 <channel onMode="1" bRatio="0.0212000" products="311 111"/>
1013 <channel onMode="1" bRatio="0.0071000" products="311 221"/>
1014 <channel onMode="1" bRatio="0.0210000" products="311 223"/>
1015 <channel onMode="1" bRatio="0.0004000" products="313 311"/>
1016 <channel onMode="1" bRatio="0.0014000" products="313 -313"/>
1017 <channel onMode="1" bRatio="0.0085000" products="-313 111"/>
1018 <channel onMode="1" bRatio="0.0146000" products="-313 113"/>
1019 <channel onMode="1" bRatio="0.0190000" products="-313 221"/>
1020 <channel onMode="1" bRatio="0.0110000" products="-313 223"/>
1021 <channel onMode="1" bRatio="0.0008000" products="-313 311"/>
1022 <channel onMode="1" bRatio="0.0001500" products="321 -211"/>
1023 <channel onMode="1" bRatio="0.0043000" products="321 -321"/>
1024 <channel onMode="1" bRatio="0.0383000" products="-321 211"/>
1025 <channel onMode="1" bRatio="0.0035000" products="323 -321"/>
1026 <channel onMode="1" bRatio="0.0610000" products="-323 213"/>
1027 <channel onMode="1" bRatio="0.0018000" products="-323 321"/>
1028 <channel onMode="1" bRatio="0.0010000" products="331 111"/>
1029 <channel onMode="1" bRatio="0.0172000" products="331 311"/>
1030 <channel onMode="1" bRatio="0.0020000" products="331 -313"/>
1031 <channel onMode="1" bRatio="0.0007000" products="333 111"/>
1032 <channel onMode="1" bRatio="0.0086000" products="333 311"/>
1033 <channel onMode="1" bRatio="0.0071000" products="-10313 111"/>
1034 <channel onMode="1" bRatio="0.0107000" products="-10323 211"/>
1035 <channel onMode="1" bRatio="0.0730000" products="20213 -321"/>
1036 <channel onMode="1" bRatio="0.0010000" products="111 111 111"/>
1037 <channel onMode="1" bRatio="0.0060000" products="211 -211 111"/>
1038 <channel onMode="1" bRatio="0.0270000" products="211 -211 130"/>
1039 <channel onMode="1" bRatio="0.0270000" products="310 211 -211"/>
1040 <channel onMode="1" bRatio="0.0008000" products="310 310 310"/>
1041 <channel onMode="1" bRatio="0.0078000" products="311 111 111"/>
1042 <channel onMode="1" bRatio="0.0116000" products="-313 111 111"/>
1043 <channel onMode="1" bRatio="0.0225000" products="-313 211 -211"/>
1044 <channel onMode="1" bRatio="0.0005000" products="321 -211 111"/>
1045 <channel onMode="1" bRatio="0.0051000" products="321 -321 311"/>
1046 <channel onMode="1" bRatio="0.1390000" products="-321 211 111"/>
1047 <channel onMode="1" bRatio="0.0060000" products="-321 211 113"/>
1048 <channel onMode="1" bRatio="0.0068000" products="-321 213 111"/>
1049 <channel onMode="1" bRatio="0.0100000" products="-321 221 211"/>
1050 <channel onMode="1" bRatio="0.0303000" products="-321 223 211"/>
1051 <channel onMode="1" bRatio="0.0100000" products="-323 211 111"/>
1052 <channel onMode="1" bRatio="0.0075000" products="331 -321 211"/>
1053 <channel onMode="1" bRatio="0.0011000" products="333 211 -211"/>
1054 <channel onMode="1" bRatio="0.0073000" products="211 211 -211 -211"/>
1055 <channel onMode="1" bRatio="0.0050000" products="211 -211 111 111"/>
1056 <channel onMode="1" bRatio="0.0143000" products="311 111 111 111"/>
1057 <channel onMode="1" bRatio="0.0085000" products="311 211 -211 111"/>
1058 <channel onMode="1" bRatio="0.0015000" products="311 311 111 111"/>
1059 <channel onMode="1" bRatio="0.0015000" products="311 311 211 -211"/>
1060 <channel onMode="1" bRatio="0.0030000" products="321 -321 111 111"/>
1061 <channel onMode="1" bRatio="0.0025000" products="321 -321 211 -211"/>
1062 <channel onMode="1" bRatio="0.0257500" products="-321 211 111 111"/>
1063 <channel onMode="1" bRatio="0.0074000" products="-321 211 211 -211"/>
1064 <channel onMode="1" bRatio="0.0177000" products="211 211 -211 -211 111"/>
1065 <channel onMode="1" bRatio="0.0060000" products="211 -211 111 111 111"/>
1066 <channel onMode="1" bRatio="0.0058000" products="311 211 211 -211 -211"/>
1067 <channel onMode="1" bRatio="0.0638000" products="311 211 -211 111 111"/>
1068 <channel onMode="1" bRatio="0.0038000" products="-321 211 111 111 111"/>
1069 <channel onMode="1" bRatio="0.0038000" products="-321 211 211 -211 111"/>
1070 <channel onMode="1" bRatio="0.0192000" products="311 211 -211 111 111 111"/>
1071</particle>
1072
1073<particle id="423" name="D*0" antiName="D*bar0" spinType="3" chargeType="0" colType="0"
1074 m0="2.00698">
1075 <channel onMode="1" bRatio="0.6190000" meMode="2" products="421 111"/>
1076 <channel onMode="1" bRatio="0.3810000" products="421 22"/>
1077</particle>
1078
1079<particle id="425" name="D*_2(2460)0" antiName="D*_2(2460)bar0" spinType="5" chargeType="0" colType="0"
1080 m0="2.46260" mWidth="0.04900" mMin="2.30000" mMax="2.65000">
1081 <channel onMode="1" bRatio="0.2200000" products="413 -211"/>
1082 <channel onMode="1" bRatio="0.1100000" products="423 111"/>
1083 <channel onMode="1" bRatio="0.3800000" products="411 -211"/>
1084 <channel onMode="1" bRatio="0.1900000" products="421 111"/>
1085 <channel onMode="1" bRatio="0.0670000" products="413 -211 111"/>
1086 <channel onMode="1" bRatio="0.0330000" products="423 211 -211"/>
1087</particle>
1088
1089<particle id="431" name="D_s+" antiName="D_s-" spinType="1" chargeType="3" colType="0"
1090 m0="1.96849" tau0="1.49900e-01">
1091 <channel onMode="1" bRatio="0.0061600" products="-13 14"/>
1092 <channel onMode="1" bRatio="0.0640000" products="-15 16"/>
1093 <channel onMode="1" bRatio="0.0307000" meMode="22" products="-11 12 221"/>
1094 <channel onMode="1" bRatio="0.0027000" meMode="22" products="-11 12 311"/>
1095 <channel onMode="1" bRatio="0.0010000" meMode="22" products="-11 12 -313"/>
1096 <channel onMode="1" bRatio="0.0106000" meMode="22" products="-11 12 331"/>
1097 <channel onMode="1" bRatio="0.0242000" meMode="22" products="-11 12 333"/>
1098 <channel onMode="1" bRatio="0.0307000" meMode="22" products="-13 14 221"/>
1099 <channel onMode="1" bRatio="0.0027000" meMode="22" products="-13 14 311"/>
1100 <channel onMode="1" bRatio="0.0010000" meMode="22" products="-13 14 -313"/>
1101 <channel onMode="1" bRatio="0.0106000" meMode="22" products="-13 14 331"/>
1102 <channel onMode="1" bRatio="0.0242000" meMode="22" products="-13 14 333"/>
1103 <channel onMode="1" bRatio="0.0010000" products="211 111"/>
1104 <channel onMode="1" bRatio="0.0004000" products="211 113"/>
1105 <channel onMode="1" bRatio="0.0004000" products="213 111"/>
1106 <channel onMode="1" bRatio="0.0210000" products="221 211"/>
1107 <channel onMode="1" bRatio="0.1310400" products="221 213"/>
1108 <channel onMode="1" bRatio="0.0034000" products="223 211"/>
1109 <channel onMode="1" bRatio="0.0023000" products="225 211"/>
1110 <channel onMode="1" bRatio="0.0040000" products="311 211"/>
1111 <channel onMode="1" bRatio="0.0015000" products="311 213"/>
1112 <channel onMode="1" bRatio="0.0079000" products="313 211"/>
1113 <channel onMode="1" bRatio="0.0050000" products="313 213"/>
1114 <channel onMode="1" bRatio="0.0015000" products="321 113"/>
1115 <channel onMode="1" bRatio="0.0002000" products="321 221"/>
1116 <channel onMode="1" bRatio="0.0440000" products="321 311"/>
1117 <channel onMode="1" bRatio="0.0400000" products="321 -313"/>
1118 <channel onMode="1" bRatio="0.0530000" products="323 311"/>
1119 <channel onMode="1" bRatio="0.0700000" products="323 -313"/>
1120 <channel onMode="1" bRatio="0.0470000" products="331 211"/>
1121 <channel onMode="1" bRatio="0.1220000" products="331 213"/>
1122 <channel onMode="1" bRatio="0.0002000" products="331 321"/>
1123 <channel onMode="1" bRatio="0.0440000" products="333 211"/>
1124 <channel onMode="1" bRatio="0.0820000" products="333 213"/>
1125 <channel onMode="1" bRatio="0.0003000" products="333 321"/>
1126 <channel onMode="1" bRatio="0.0025000" products="20213 311"/>
1127 <channel onMode="1" bRatio="0.0100000" products="9010221 211"/>
1128 <channel onMode="1" bRatio="0.0000500" products="211 111 111"/>
1129 <channel onMode="1" bRatio="0.0000500" products="211 211 -211"/>
1130 <channel onMode="1" bRatio="0.0150000" products="221 211 111"/>
1131 <channel onMode="1" bRatio="0.0010000" products="311 211 111"/>
1132 <channel onMode="1" bRatio="0.0050000" products="313 211 111"/>
1133 <channel onMode="1" bRatio="0.0002000" products="321 221 111"/>
1134 <channel onMode="1" bRatio="0.0030000" products="321 311 111"/>
1135 <channel onMode="1" bRatio="0.0012000" products="321 -313 111"/>
1136 <channel onMode="1" bRatio="0.0002000" products="321 321 -321"/>
1137 <channel onMode="1" bRatio="0.0110000" products="321 -321 211"/>
1138 <channel onMode="1" bRatio="0.0012000" products="323 311 111"/>
1139 <channel onMode="1" bRatio="0.0040000" products="323 -313 111"/>
1140 <channel onMode="1" bRatio="0.0150000" products="331 211 111"/>
1141 <channel onMode="1" bRatio="0.0002000" products="331 321 111"/>
1142 <channel onMode="1" bRatio="0.0100000" products="333 211 111"/>
1143 <channel onMode="1" bRatio="0.0050000" products="221 211 111 111"/>
1144 <channel onMode="1" bRatio="0.0050000" products="221 211 211 -211"/>
1145 <channel onMode="1" bRatio="0.0002000" products="321 221 211 -211"/>
1146 <channel onMode="1" bRatio="0.0010000" products="321 311 111 111"/>
1147 <channel onMode="1" bRatio="0.0010000" products="321 311 211 -211"/>
1148 <channel onMode="1" bRatio="0.0002000" products="331 321 211 -211"/>
1149 <channel onMode="1" bRatio="0.0050000" products="333 211 111 111"/>
1150 <channel onMode="1" bRatio="0.0080000" products="333 211 211 -211"/>
1151 <channel onMode="1" bRatio="0.0043000" products="321 -321 211 211 -211"/>
1152</particle>
1153
1154<particle id="433" name="D*_s+" antiName="D*_s-" spinType="3" chargeType="3" colType="0"
1155 m0="2.11230">
1156 <channel onMode="1" bRatio="0.9420000" products="431 22"/>
1157 <channel onMode="1" bRatio="0.0580000" meMode="2" products="431 111"/>
1158</particle>
1159
1160<particle id="435" name="D*_2s(2573)+" antiName="D*_2s(2573)-" spinType="5" chargeType="3" colType="0"
1161 m0="2.57190" mWidth="0.01700" mMin="2.51000" mMax="2.70000">
1162 <channel onMode="1" bRatio="0.0500000" products="413 311"/>
1163 <channel onMode="1" bRatio="0.0500000" products="423 321"/>
1164 <channel onMode="1" bRatio="0.4500000" products="411 311"/>
1165 <channel onMode="1" bRatio="0.4500000" products="421 321"/>
1166</particle>
1167
1168<particle id="441" name="eta_c" spinType="1" chargeType="0" colType="0"
1169 m0="2.98100" mWidth="0.02970" mMin="2.78040" mMax="3.18040">
1170 <channel onMode="1" bRatio="0.0002800" products="22 22"/>
1171 <channel onMode="1" bRatio="0.0087000" products="113 113"/>
1172 <channel onMode="1" bRatio="0.0173000" products="213 -213"/>
1173 <channel onMode="1" bRatio="0.0042000" products="313 -313"/>
1174 <channel onMode="1" bRatio="0.0043000" products="323 -323"/>
1175 <channel onMode="1" bRatio="0.0026000" products="333 333"/>
1176 <channel onMode="1" bRatio="0.0013000" products="2212 -2212"/>
1177 <channel onMode="1" bRatio="0.0163000" products="221 111 111"/>
1178 <channel onMode="1" bRatio="0.0327000" products="221 211 -211"/>
1179 <channel onMode="1" bRatio="0.0095000" products="311 311 111"/>
1180 <channel onMode="1" bRatio="0.0191000" products="321 311 -211"/>
1181 <channel onMode="1" bRatio="0.0072000" products="321 -313 -211"/>
1182 <channel onMode="1" bRatio="0.0095000" products="321 -321 111"/>
1183 <channel onMode="1" bRatio="0.0191000" products="-321 311 211"/>
1184 <channel onMode="1" bRatio="0.0072000" products="-321 313 211"/>
1185 <channel onMode="1" bRatio="0.0137000" products="331 111 111"/>
1186 <channel onMode="1" bRatio="0.0273000" products="331 211 -211"/>
1187 <channel onMode="1" bRatio="0.0018000" products="333 321 -321"/>
1188 <channel onMode="1" bRatio="0.0033000" products="211 211 -211 -211"/>
1189 <channel onMode="1" bRatio="0.0006000" products="321 321 -321 -321"/>
1190 <channel onMode="1" bRatio="0.0054000" products="321 -321 211 -211"/>
1191 <channel onMode="1" bRatio="0.7886200" meMode="52" products="83 -83"/>
1192</particle>
1193
1194<particle id="443" name="J/psi" spinType="3" chargeType="0" colType="0"
1195 m0="3.09692" mWidth="0.00009" mMin="3.09602" mMax="3.09782">
1196 <channel onMode="1" bRatio="0.8023950" meMode="43" products="83 -83"/>
1197 <channel onMode="1" bRatio="0.0594000" products="11 -11"/>
1198 <channel onMode="1" bRatio="0.0593000" products="13 -13"/>
1199 <channel onMode="1" bRatio="0.0130000" products="441 22"/>
1200 <channel onMode="1" bRatio="0.0056000" products="113 111"/>
1201 <channel onMode="1" bRatio="0.0056500" products="213 -211"/>
1202 <channel onMode="1" bRatio="0.0056500" products="-213 211"/>
1203 <channel onMode="1" bRatio="0.0036000" products="115 113"/>
1204 <channel onMode="1" bRatio="0.0036000" products="-215 213"/>
1205 <channel onMode="1" bRatio="0.0036000" products="215 -213"/>
1206 <channel onMode="1" bRatio="0.0043000" products="225 223"/>
1207 <channel onMode="1" bRatio="0.0022000" products="313 -315"/>
1208 <channel onMode="1" bRatio="0.0022000" products="323 -325"/>
1209 <channel onMode="1" bRatio="0.0022000" products="-323 325"/>
1210 <channel onMode="1" bRatio="0.0025000" products="321 -323"/>
1211 <channel onMode="1" bRatio="0.0025000" products="-321 323"/>
1212 <channel onMode="1" bRatio="0.0021000" products="311 -313"/>
1213 <channel onMode="1" bRatio="0.0021000" products="-311 313"/>
1214 <channel onMode="1" bRatio="0.0019000" products="20323 -321"/>
1215 <channel onMode="1" bRatio="0.0019000" products="-20323 321"/>
1216 <channel onMode="1" bRatio="0.0015000" products="10213 -211"/>
1217 <channel onMode="1" bRatio="0.0015000" products="-10213 211"/>
1218 <channel onMode="1" bRatio="0.0023000" products="10113 111"/>
1219 <channel onMode="1" bRatio="0.0004800" products="10331 223"/>
1220 <channel onMode="1" bRatio="0.0007400" products="223 221"/>
1221 <channel onMode="1" bRatio="0.0003600" products="10331 333"/>
1222 <channel onMode="1" bRatio="0.0008000" products="333 335"/>
1223 <channel onMode="1" bRatio="0.0006800" products="20333 223"/>
1224 <channel onMode="1" bRatio="0.0007400" products="333 221"/>
1225 <channel onMode="1" bRatio="0.0004500" products="223 111"/>
1226 <channel onMode="1" bRatio="0.0004000" products="333 331"/>
1227 <channel onMode="1" bRatio="0.0003200" products="333 9010221"/>
1228 <channel onMode="1" bRatio="0.0002600" products="333 20223"/>
1229 <channel onMode="1" bRatio="0.0001930" products="113 221"/>
1230 <channel onMode="1" bRatio="0.0001820" products="223 331"/>
1231 <channel onMode="1" bRatio="0.0001400" products="223 9010221"/>
1232 <channel onMode="1" bRatio="0.0001050" products="113 331"/>
1233 <channel onMode="1" bRatio="0.0011000" products="2224 -2224"/>
1234 <channel onMode="1" bRatio="0.0005150" products="3112 -3112"/>
1235 <channel onMode="1" bRatio="0.0005900" products="3314 -3314"/>
1236 <channel onMode="1" bRatio="0.0003200" products="3324 -3324"/>
1237 <channel onMode="1" bRatio="0.0003200" products="3324 -3324"/>
1238 <channel onMode="1" bRatio="0.0001550" products="3114 -3114"/>
1239 <channel onMode="1" bRatio="0.0001550" products="3224 -3224"/>
1240</particle>
1241
1242<particle id="445" name="chi_2c" spinType="5" chargeType="0" colType="0"
1243 m0="3.55620" mWidth="0.00198" mMin="3.53620" mMax="3.57620">
1244 <channel onMode="1" bRatio="0.0002590" products="22 22"/>
1245 <channel onMode="1" bRatio="0.2020000" products="443 22"/>
1246 <channel onMode="1" bRatio="0.0008900" products="130 130"/>
1247 <channel onMode="1" bRatio="0.0018000" products="211 -211"/>
1248 <channel onMode="1" bRatio="0.0008900" products="310 310"/>
1249 <channel onMode="1" bRatio="0.0047000" products="313 -313"/>
1250 <channel onMode="1" bRatio="0.0009000" products="321 -321"/>
1251 <channel onMode="1" bRatio="0.0024000" products="333 333"/>
1252 <channel onMode="1" bRatio="0.0000680" products="2212 -2212"/>
1253 <channel onMode="1" bRatio="0.0003000" products="3122 -3122"/>
1254 <channel onMode="1" bRatio="0.0046000" products="211 -211 113"/>
1255 <channel onMode="1" bRatio="0.0046000" products="213 -211 111"/>
1256 <channel onMode="1" bRatio="0.0046000" products="-213 211 111"/>
1257 <channel onMode="1" bRatio="0.0015000" products="321 -313 -211"/>
1258 <channel onMode="1" bRatio="0.0015000" products="-321 313 211"/>
1259 <channel onMode="1" bRatio="0.0016000" products="323 311 -211"/>
1260 <channel onMode="1" bRatio="0.0016000" products="-323 311 211"/>
1261 <channel onMode="1" bRatio="0.0102000" products="211 211 -211 -211"/>
1262 <channel onMode="1" bRatio="0.0003000" products="310 310 211 -211"/>
1263 <channel onMode="1" bRatio="0.0012000" products="321 321 -321 -321"/>
1264 <channel onMode="1" bRatio="0.0103000" products="321 -321 211 -211"/>
1265 <channel onMode="1" bRatio="0.0003000" products="321 -321 310 310"/>
1266 <channel onMode="1" bRatio="0.0017000" products="2212 -2212 211 -211"/>
1267 <channel onMode="1" bRatio="0.0107000" products="211 211 211 -211 -211 -211"/>
1268 <channel onMode="1" bRatio="0.7310930" meMode="52" products="83 -83"/>
1269</particle>
1270
1271<particle id="511" name="B0" antiName="Bbar0" spinType="1" chargeType="0" colType="0"
1272 m0="5.27958" tau0="4.58700e-01">
1273 <channel onMode="1" bRatio="0.0001330" meMode="22" products="12 -11 -211"/>
1274 <channel onMode="1" bRatio="0.0002690" meMode="22" products="12 -11 -213"/>
1275 <channel onMode="1" bRatio="0.0207000" meMode="22" products="12 -11 -411"/>
1276 <channel onMode="1" bRatio="0.0570000" meMode="22" products="12 -11 -413"/>
1277 <channel onMode="1" bRatio="0.0023000" meMode="22" products="12 -11 -415"/>
1278 <channel onMode="1" bRatio="0.0045000" meMode="22" products="12 -11 -10411"/>
1279 <channel onMode="1" bRatio="0.0052000" meMode="22" products="12 -11 -10413"/>
1280 <channel onMode="1" bRatio="0.0083000" meMode="22" products="12 -11 -20413"/>
1281 <channel onMode="1" bRatio="0.0001330" meMode="22" products="14 -13 -211"/>
1282 <channel onMode="1" bRatio="0.0002690" meMode="22" products="14 -13 -213"/>
1283 <channel onMode="1" bRatio="0.0207000" meMode="22" products="14 -13 -411"/>
1284 <channel onMode="1" bRatio="0.0570000" meMode="22" products="14 -13 -413"/>
1285 <channel onMode="1" bRatio="0.0023000" meMode="22" products="14 -13 -415"/>
1286 <channel onMode="1" bRatio="0.0045000" meMode="22" products="14 -13 -10411"/>
1287 <channel onMode="1" bRatio="0.0052000" meMode="22" products="14 -13 -10413"/>
1288 <channel onMode="1" bRatio="0.0083000" meMode="22" products="14 -13 -20413"/>
1289 <channel onMode="1" bRatio="0.0000600" meMode="22" products="16 -15 -211"/>
1290 <channel onMode="1" bRatio="0.0000830" meMode="22" products="16 -15 -213"/>
1291 <channel onMode="1" bRatio="0.0000080" meMode="22" products="16 -15 -215"/>
1292 <channel onMode="1" bRatio="0.0070000" meMode="22" products="16 -15 -411"/>
1293 <channel onMode="1" bRatio="0.0160000" meMode="22" products="16 -15 -413"/>
1294 <channel onMode="1" bRatio="0.0020000" meMode="22" products="16 -15 -415"/>
1295 <channel onMode="1" bRatio="0.0000080" meMode="22" products="16 -15 -10213"/>
1296 <channel onMode="1" bRatio="0.0013000" meMode="22" products="16 -15 -10411"/>
1297 <channel onMode="1" bRatio="0.0013000" meMode="22" products="16 -15 -10413"/>
1298 <channel onMode="1" bRatio="0.0000900" meMode="22" products="16 -15 -20213"/>
1299 <channel onMode="1" bRatio="0.0020000" meMode="22" products="16 -15 -20413"/>
1300 <channel onMode="1" bRatio="0.0000080" meMode="22" products="16 -15 -9000211"/>
1301 <channel onMode="1" bRatio="0.0010000" meMode="22" products="12 -11 -411 111"/>
1302 <channel onMode="1" bRatio="0.0003000" meMode="22" products="12 -11 -413 111"/>
1303 <channel onMode="1" bRatio="0.0020000" meMode="22" products="12 -11 -421 -211"/>
1304 <channel onMode="1" bRatio="0.0007000" meMode="22" products="12 -11 -423 -211"/>
1305 <channel onMode="1" bRatio="0.0010000" meMode="22" products="14 -13 -411 111"/>
1306 <channel onMode="1" bRatio="0.0003000" meMode="22" products="14 -13 -413 111"/>
1307 <channel onMode="1" bRatio="0.0020000" meMode="22" products="14 -13 -421 -211"/>
1308 <channel onMode="1" bRatio="0.0007000" meMode="22" products="14 -13 -423 -211"/>
1309 <channel onMode="1" bRatio="0.0000015" products="111 111"/>
1310 <channel onMode="1" bRatio="0.0000020" products="113 113"/>
1311 <channel onMode="1" bRatio="0.0000060" products="130 111"/>
1312 <channel onMode="1" bRatio="0.0000026" products="130 113"/>
1313 <channel onMode="1" bRatio="0.0000006" products="130 130"/>
1314 <channel onMode="1" bRatio="0.0000046" products="211 -211"/>
1315 <channel onMode="1" bRatio="0.0000300" products="213 -213"/>
1316 <channel onMode="1" bRatio="0.0000010" products="221 111"/>
1317 <channel onMode="1" bRatio="0.0000010" products="221 113"/>
1318 <channel onMode="1" bRatio="0.0000010" products="221 130"/>
1319 <channel onMode="1" bRatio="0.0000010" products="221 221"/>
1320 <channel onMode="1" bRatio="0.0000005" products="223 22"/>
1321 <channel onMode="1" bRatio="0.0000010" products="223 111"/>
1322 <channel onMode="1" bRatio="0.0000010" products="223 113"/>
1323 <channel onMode="1" bRatio="0.0000023" products="223 130"/>
1324 <channel onMode="1" bRatio="0.0000010" products="223 221"/>
1325 <channel onMode="1" bRatio="0.0000010" products="223 223"/>
1326 <channel onMode="1" bRatio="0.0000060" products="310 111"/>
1327 <channel onMode="1" bRatio="0.0000026" products="310 113"/>
1328 <channel onMode="1" bRatio="0.0000010" products="310 221"/>
1329 <channel onMode="1" bRatio="0.0000023" products="310 223"/>
1330 <channel onMode="1" bRatio="0.0000006" products="310 310"/>
1331 <channel onMode="1" bRatio="0.0000401" products="313 22"/>
1332 <channel onMode="1" bRatio="0.0000017" products="313 111"/>
1333 <channel onMode="1" bRatio="0.0000100" products="313 113"/>
1334 <channel onMode="1" bRatio="0.0000190" products="313 221"/>
1335 <channel onMode="1" bRatio="0.0000010" products="313 223"/>
1336 <channel onMode="1" bRatio="0.0000030" products="313 311"/>
1337 <channel onMode="1" bRatio="0.0000010" products="313 -313"/>
1338 <channel onMode="1" bRatio="0.0000180" products="321 -211"/>
1339 <channel onMode="1" bRatio="0.0000099" products="321 -213"/>
1340 <channel onMode="1" bRatio="0.0000010" products="321 -321"/>
1341 <channel onMode="1" bRatio="0.0000130" products="323 -211"/>
1342 <channel onMode="1" bRatio="0.0000200" products="323 -213"/>
1343 <channel onMode="1" bRatio="0.0000020" products="323 -321"/>
1344 <channel onMode="1" bRatio="0.0000010" products="323 -323"/>
1345 <channel onMode="1" bRatio="0.0000010" products="331 111"/>
1346 <channel onMode="1" bRatio="0.0000010" products="331 113"/>
1347 <channel onMode="1" bRatio="0.0000320" products="331 130"/>
1348 <channel onMode="1" bRatio="0.0000010" products="331 221"/>
1349 <channel onMode="1" bRatio="0.0000010" products="331 223"/>
1350 <channel onMode="1" bRatio="0.0000320" products="331 310"/>
1351 <channel onMode="1" bRatio="0.0000010" products="331 313"/>
1352 <channel onMode="1" bRatio="0.0000010" products="331 331"/>
1353 <channel onMode="1" bRatio="0.0000010" products="333 111"/>
1354 <channel onMode="1" bRatio="0.0000001" products="333 113"/>
1355 <channel onMode="1" bRatio="0.0000042" products="333 130"/>
1356 <channel onMode="1" bRatio="0.0000010" products="333 221"/>
1357 <channel onMode="1" bRatio="0.0000010" products="333 223"/>
1358 <channel onMode="1" bRatio="0.0000042" products="333 310"/>
1359 <channel onMode="1" bRatio="0.0000110" products="333 313"/>
1360 <channel onMode="1" bRatio="0.0000010" products="333 331"/>
1361 <channel onMode="1" bRatio="0.0000001" products="333 333"/>
1362 <channel onMode="1" bRatio="0.0002700" products="411 -411"/>
1363 <channel onMode="1" bRatio="0.0028000" products="-411 211"/>
1364 <channel onMode="1" bRatio="0.0077000" products="-411 213"/>
1365 <channel onMode="1" bRatio="0.0002000" products="-411 321"/>
1366 <channel onMode="1" bRatio="0.0003700" products="-411 323"/>
1367 <channel onMode="1" bRatio="0.0003350" products="413 -411"/>
1368 <channel onMode="1" bRatio="0.0008300" products="413 -413"/>
1369 <channel onMode="1" bRatio="0.0028000" products="-413 211"/>
1370 <channel onMode="1" bRatio="0.0068000" products="-413 213"/>
1371 <channel onMode="1" bRatio="0.0001700" products="-413 321"/>
1372 <channel onMode="1" bRatio="0.0003800" products="-413 323"/>
1373 <channel onMode="1" bRatio="0.0003350" products="-413 411"/>
1374 <channel onMode="1" bRatio="0.0009000" products="-415 211"/>
1375 <channel onMode="1" bRatio="0.0022000" products="-415 213"/>
1376 <channel onMode="1" bRatio="0.0000100" products="421 313"/>
1377 <channel onMode="1" bRatio="0.0002900" products="-421 111"/>
1378 <channel onMode="1" bRatio="0.0002900" products="-421 113"/>
1379 <channel onMode="1" bRatio="0.0002200" products="-421 221"/>
1380 <channel onMode="1" bRatio="0.0002500" products="-421 223"/>
1381 <channel onMode="1" bRatio="0.0000400" products="-421 311"/>
1382 <channel onMode="1" bRatio="0.0000400" products="-421 313"/>
1383 <channel onMode="1" bRatio="0.0001700" products="-421 331"/>
1384 <channel onMode="1" bRatio="0.0000100" products="423 313"/>
1385 <channel onMode="1" bRatio="0.0002700" products="-423 111"/>
1386 <channel onMode="1" bRatio="0.0002900" products="-423 113"/>
1387 <channel onMode="1" bRatio="0.0002600" products="-423 221"/>
1388 <channel onMode="1" bRatio="0.0004200" products="-423 223"/>
1389 <channel onMode="1" bRatio="0.0000400" products="-423 311"/>
1390 <channel onMode="1" bRatio="0.0000400" products="-423 313"/>
1391 <channel onMode="1" bRatio="0.0001700" products="-423 331"/>
1392 <channel onMode="1" bRatio="0.0000390" products="431 -211"/>
1393 <channel onMode="1" bRatio="0.0000160" products="431 -213"/>
1394 <channel onMode="1" bRatio="0.0090000" products="431 -411"/>
1395 <channel onMode="1" bRatio="0.0126000" products="431 -413"/>
1396 <channel onMode="1" bRatio="0.0042000" products="431 -415"/>
1397 <channel onMode="1" bRatio="0.0000460" products="-431 321"/>
1398 <channel onMode="1" bRatio="0.0000160" products="-431 323"/>
1399 <channel onMode="1" bRatio="0.0000260" products="433 -211"/>
1400 <channel onMode="1" bRatio="0.0000160" products="433 -213"/>
1401 <channel onMode="1" bRatio="0.0090000" products="433 -411"/>
1402 <channel onMode="1" bRatio="0.0240000" products="433 -413"/>
1403 <channel onMode="1" bRatio="0.0040000" products="433 -415"/>
1404 <channel onMode="1" bRatio="0.0000160" products="-433 321"/>
1405 <channel onMode="1" bRatio="0.0000160" products="-433 323"/>
1406 <channel onMode="1" bRatio="0.0006000" products="441 130"/>
1407 <channel onMode="1" bRatio="0.0006000" products="441 310"/>
1408 <channel onMode="1" bRatio="0.0016200" products="441 313"/>
1409 <channel onMode="1" bRatio="0.0000220" products="443 111"/>
1410 <channel onMode="1" bRatio="0.0000160" products="443 113"/>
1411 <channel onMode="1" bRatio="0.0004400" products="443 130"/>
1412 <channel onMode="1" bRatio="0.0000300" products="443 223"/>
1413 <channel onMode="1" bRatio="0.0004400" products="443 310"/>
1414 <channel onMode="1" bRatio="0.0005000" products="443 315"/>
1415 <channel onMode="1" bRatio="0.0000300" products="445 313"/>
1416 <channel onMode="1" bRatio="0.0000001" products="2212 -2212"/>
1417 <channel onMode="1" bRatio="0.0000010" products="10113 111"/>
1418 <channel onMode="1" bRatio="0.0000010" products="10113 221"/>
1419 <channel onMode="1" bRatio="0.0000100" products="10113 311"/>
1420 <channel onMode="1" bRatio="0.0000010" products="10113 331"/>
1421 <channel onMode="1" bRatio="0.0000100" products="10213 -211"/>
1422 <channel onMode="1" bRatio="0.0000100" products="-10213 211"/>
1423 <channel onMode="1" bRatio="0.0000100" products="-10213 321"/>
1424 <channel onMode="1" bRatio="0.0000010" products="10311 111"/>
1425 <channel onMode="1" bRatio="0.0000100" products="10311 113"/>
1426 <channel onMode="1" bRatio="0.0000030" products="10311 311"/>
1427 <channel onMode="1" bRatio="0.0000100" products="10311 333"/>
1428 <channel onMode="1" bRatio="0.0015000" products="10313 443"/>
1429 <channel onMode="1" bRatio="0.0000010" products="10321 -211"/>
1430 <channel onMode="1" bRatio="0.0000200" products="10321 -213"/>
1431 <channel onMode="1" bRatio="0.0000020" products="10321 -321"/>
1432 <channel onMode="1" bRatio="0.0002000" products="-10411 211"/>
1433 <channel onMode="1" bRatio="0.0006000" products="-10413 211"/>
1434 <channel onMode="1" bRatio="0.0004000" products="-10413 213"/>
1435 <channel onMode="1" bRatio="0.0012000" products="-10413 431"/>
1436 <channel onMode="1" bRatio="0.0024000" products="-10413 433"/>
1437 <channel onMode="1" bRatio="0.0016000" products="10431 -411"/>
1438 <channel onMode="1" bRatio="0.0016000" products="10431 -413"/>
1439 <channel onMode="1" bRatio="0.0001500" products="10441 130"/>
1440 <channel onMode="1" bRatio="0.0001500" products="10441 310"/>
1441 <channel onMode="1" bRatio="0.0003000" products="10441 313"/>
1442 <channel onMode="1" bRatio="0.0000010" products="20113 111"/>
1443 <channel onMode="1" bRatio="0.0000100" products="20113 113"/>
1444 <channel onMode="1" bRatio="0.0000010" products="20113 221"/>
1445 <channel onMode="1" bRatio="0.0000100" products="20113 223"/>
1446 <channel onMode="1" bRatio="0.0000100" products="20113 311"/>
1447 <channel onMode="1" bRatio="0.0000200" products="20113 313"/>
1448 <channel onMode="1" bRatio="0.0000010" products="20113 331"/>
1449 <channel onMode="1" bRatio="0.0000500" products="20113 20113"/>
1450 <channel onMode="1" bRatio="0.0000400" products="20213 -211"/>
1451 <channel onMode="1" bRatio="0.0000100" products="20213 -213"/>
1452 <channel onMode="1" bRatio="0.0083400" products="20213 -411"/>
1453 <channel onMode="1" bRatio="0.0120000" products="20213 -413"/>
1454 <channel onMode="1" bRatio="0.0000500" products="20213 -20213"/>
1455 <channel onMode="1" bRatio="0.0000400" products="-20213 211"/>
1456 <channel onMode="1" bRatio="0.0000100" products="-20213 213"/>
1457 <channel onMode="1" bRatio="0.0000100" products="-20213 321"/>
1458 <channel onMode="1" bRatio="0.0000200" products="-20213 323"/>
1459 <channel onMode="1" bRatio="0.0000020" products="20313 333"/>
1460 <channel onMode="1" bRatio="0.0001000" products="20313 443"/>
1461 <channel onMode="1" bRatio="0.0001000" products="-20413 211"/>
1462 <channel onMode="1" bRatio="0.0013000" products="-20413 213"/>
1463 <channel onMode="1" bRatio="0.0006000" products="-20413 431"/>
1464 <channel onMode="1" bRatio="0.0012000" products="-20413 433"/>
1465 <channel onMode="1" bRatio="0.0041000" products="20433 -411"/>
1466 <channel onMode="1" bRatio="0.0098000" products="20433 -413"/>
1467 <channel onMode="1" bRatio="0.0002300" products="20443 130"/>
1468 <channel onMode="1" bRatio="0.0002300" products="20443 310"/>
1469 <channel onMode="1" bRatio="0.0003000" products="20443 313"/>
1470 <channel onMode="1" bRatio="0.0000010" products="30313 111"/>
1471 <channel onMode="1" bRatio="0.0000010" products="30313 311"/>
1472 <channel onMode="1" bRatio="0.0000010" products="30323 -211"/>
1473 <channel onMode="1" bRatio="0.0000010" products="30323 -321"/>
1474 <channel onMode="1" bRatio="0.0002400" products="30443 130"/>
1475 <channel onMode="1" bRatio="0.0002400" products="30443 310"/>
1476 <channel onMode="1" bRatio="0.0004800" products="30443 313"/>
1477 <channel onMode="1" bRatio="0.0002900" products="30443 10313"/>
1478 <channel onMode="1" bRatio="0.0000005" products="100113 130"/>
1479 <channel onMode="1" bRatio="0.0000005" products="100113 310"/>
1480 <channel onMode="1" bRatio="0.0002400" products="100441 130"/>
1481 <channel onMode="1" bRatio="0.0002400" products="100441 310"/>
1482 <channel onMode="1" bRatio="0.0006600" products="100441 313"/>
1483 <channel onMode="1" bRatio="0.0003300" products="100443 130"/>
1484 <channel onMode="1" bRatio="0.0003300" products="100443 310"/>
1485 <channel onMode="1" bRatio="0.0006600" products="100443 313"/>
1486 <channel onMode="1" bRatio="0.0004000" products="100443 10313"/>
1487 <channel onMode="1" bRatio="0.0000010" products="9000111 111"/>
1488 <channel onMode="1" bRatio="0.0000010" products="9000111 113"/>
1489 <channel onMode="1" bRatio="0.0000010" products="9000111 221"/>
1490 <channel onMode="1" bRatio="0.0000010" products="9000111 223"/>
1491 <channel onMode="1" bRatio="0.0000010" products="9000111 311"/>
1492 <channel onMode="1" bRatio="0.0000050" products="9000111 313"/>
1493 <channel onMode="1" bRatio="0.0000010" products="9000111 331"/>
1494 <channel onMode="1" bRatio="0.0000010" products="9000111 10113"/>
1495 <channel onMode="1" bRatio="0.0000010" products="9000111 20113"/>
1496 <channel onMode="1" bRatio="0.0000010" products="9000111 9000111"/>
1497 <channel onMode="1" bRatio="0.0000010" products="9000211 -211"/>
1498 <channel onMode="1" bRatio="0.0000020" products="9000211 -213"/>
1499 <channel onMode="1" bRatio="0.0000030" products="-9000211 211"/>
1500 <channel onMode="1" bRatio="0.0000100" products="-9000211 213"/>
1501 <channel onMode="1" bRatio="0.0000010" products="-9000211 321"/>
1502 <channel onMode="1" bRatio="0.0000050" products="-9000211 323"/>
1503 <channel onMode="1" bRatio="0.0000010" products="9010221 111"/>
1504 <channel onMode="1" bRatio="0.0000010" products="9010221 113"/>
1505 <channel onMode="1" bRatio="0.0000010" products="9010221 221"/>
1506 <channel onMode="1" bRatio="0.0000010" products="9010221 223"/>
1507 <channel onMode="1" bRatio="0.0000060" products="9010221 311"/>
1508 <channel onMode="1" bRatio="0.0000050" products="9010221 313"/>
1509 <channel onMode="1" bRatio="0.0000010" products="9010221 331"/>
1510 <channel onMode="1" bRatio="0.0000010" products="9010221 10113"/>
1511 <channel onMode="1" bRatio="0.0000010" products="9010221 20113"/>
1512 <channel onMode="1" bRatio="0.0000010" products="9010221 9000111"/>
1513 <channel onMode="1" bRatio="0.0000010" products="9010221 9010221"/>
1514 <channel onMode="1" bRatio="0.0000010" products="111 111 111"/>
1515 <channel onMode="1" bRatio="0.0000010" products="113 111 111"/>
1516 <channel onMode="1" bRatio="0.0000100" products="113 113 111"/>
1517 <channel onMode="1" bRatio="0.0000240" products="211 -211 111"/>
1518 <channel onMode="1" bRatio="0.0000030" products="211 -211 113"/>
1519 <channel onMode="1" bRatio="0.0000100" products="213 -211 111"/>
1520 <channel onMode="1" bRatio="0.0000100" products="213 -213 111"/>
1521 <channel onMode="1" bRatio="0.0000100" products="-213 211 111"/>
1522 <channel onMode="1" bRatio="0.0000010" products="221 111 111"/>
1523 <channel onMode="1" bRatio="0.0000005" products="221 113 111"/>
1524 <channel onMode="1" bRatio="0.0000050" products="221 113 113"/>
1525 <channel onMode="1" bRatio="0.0000170" products="221 211 -211"/>
1526 <channel onMode="1" bRatio="0.0000050" products="221 213 -211"/>
1527 <channel onMode="1" bRatio="0.0000050" products="221 213 -213"/>
1528 <channel onMode="1" bRatio="0.0000050" products="221 -213 211"/>
1529 <channel onMode="1" bRatio="0.0000010" products="221 221 111"/>
1530 <channel onMode="1" bRatio="0.0000002" products="221 221 113"/>
1531 <channel onMode="1" bRatio="0.0000010" products="223 111 111"/>
1532 <channel onMode="1" bRatio="0.0000100" products="223 113 111"/>
1533 <channel onMode="1" bRatio="0.0000030" products="223 211 -211"/>
1534 <channel onMode="1" bRatio="0.0000005" products="223 221 111"/>
1535 <channel onMode="1" bRatio="0.0000050" products="223 221 113"/>
1536 <channel onMode="1" bRatio="0.0000002" products="223 221 221"/>
1537 <channel onMode="1" bRatio="0.0000006" meMode="11" products="311 11 -11"/>
1538 <channel onMode="1" bRatio="0.0000006" meMode="11" products="311 13 -13"/>
1539 <channel onMode="1" bRatio="0.0000001" meMode="11" products="311 15 -15"/>
1540 <channel onMode="1" bRatio="0.0000020" products="311 111 111"/>
1541 <channel onMode="1" bRatio="0.0000050" products="311 113 111"/>
1542 <channel onMode="1" bRatio="0.0000260" products="311 211 -211"/>
1543 <channel onMode="1" bRatio="0.0000100" products="311 213 -211"/>
1544 <channel onMode="1" bRatio="0.0000100" products="311 -213 211"/>
1545 <channel onMode="1" bRatio="0.0000010" products="311 221 111"/>
1546 <channel onMode="1" bRatio="0.0000020" products="311 221 113"/>
1547 <channel onMode="1" bRatio="0.0000010" products="311 221 221"/>
1548 <channel onMode="1" bRatio="0.0000050" products="311 223 111"/>
1549 <channel onMode="1" bRatio="0.0000020" products="311 223 221"/>
1550 <channel onMode="1" bRatio="0.0000020" products="311 311 111"/>
1551 <channel onMode="1" bRatio="0.0000010" products="311 311 113"/>
1552 <channel onMode="1" bRatio="0.0000010" products="311 311 221"/>
1553 <channel onMode="1" bRatio="0.0000010" products="311 311 223"/>
1554 <channel onMode="1" bRatio="0.0000480" products="311 311 311"/>
1555 <channel onMode="1" bRatio="0.0000018" meMode="11" products="313 11 -11"/>
1556 <channel onMode="1" bRatio="0.0000014" meMode="11" products="313 13 -13"/>
1557 <channel onMode="1" bRatio="0.0000002" meMode="11" products="313 15 -15"/>
1558 <channel onMode="1" bRatio="0.0000100" products="313 113 111"/>
1559 <channel onMode="1" bRatio="0.0000100" products="313 211 -211"/>
1560 <channel onMode="1" bRatio="0.0000100" products="313 213 -211"/>
1561 <channel onMode="1" bRatio="0.0000100" products="313 -213 211"/>
1562 <channel onMode="1" bRatio="0.0000050" products="313 221 113"/>
1563 <channel onMode="1" bRatio="0.0000100" products="313 223 111"/>
1564 <channel onMode="1" bRatio="0.0000050" products="313 223 221"/>
1565 <channel onMode="1" bRatio="0.0000010" products="313 311 111"/>
1566 <channel onMode="1" bRatio="0.0000010" products="313 -313 111"/>
1567 <channel onMode="1" bRatio="0.0000005" products="313 -313 221"/>
1568 <channel onMode="1" bRatio="0.0000010" products="-313 311 111"/>
1569 <channel onMode="1" bRatio="0.0000020" products="321 -211 111"/>
1570 <channel onMode="1" bRatio="0.0000100" products="321 -213 111"/>
1571 <channel onMode="1" bRatio="0.0000200" products="321 221 -211"/>
1572 <channel onMode="1" bRatio="0.0000050" products="321 221 -213"/>
1573 <channel onMode="1" bRatio="0.0000050" products="321 223 -211"/>
1574 <channel onMode="1" bRatio="0.0000005" products="321 311 -211"/>
1575 <channel onMode="1" bRatio="0.0000010" products="321 311 -213"/>
1576 <channel onMode="1" bRatio="0.0000010" products="321 -313 -211"/>
1577 <channel onMode="1" bRatio="0.0000010" products="321 -321 111"/>
1578 <channel onMode="1" bRatio="0.0000010" products="321 -321 113"/>
1579 <channel onMode="1" bRatio="0.0000010" products="321 -321 221"/>
1580 <channel onMode="1" bRatio="0.0000010" products="321 -321 223"/>
1581 <channel onMode="1" bRatio="0.0000100" products="321 -321 313"/>
1582 <channel onMode="1" bRatio="0.0000005" products="-321 311 211"/>
1583 <channel onMode="1" bRatio="0.0000010" products="-321 311 213"/>
1584 <channel onMode="1" bRatio="0.0000010" products="-321 313 211"/>
1585 <channel onMode="1" bRatio="0.0000100" products="323 -211 111"/>
1586 <channel onMode="1" bRatio="0.0000100" products="323 -211 113"/>
1587 <channel onMode="1" bRatio="0.0000100" products="323 -213 111"/>
1588 <channel onMode="1" bRatio="0.0000050" products="323 221 -211"/>
1589 <channel onMode="1" bRatio="0.0000050" products="323 221 -213"/>
1590 <channel onMode="1" bRatio="0.0000100" products="323 223 -211"/>
1591 <channel onMode="1" bRatio="0.0000010" products="323 311 -211"/>
1592 <channel onMode="1" bRatio="0.0000010" products="323 -313 -211"/>
1593 <channel onMode="1" bRatio="0.0000010" products="323 -321 111"/>
1594 <channel onMode="1" bRatio="0.0000100" products="323 -321 311"/>
1595 <channel onMode="1" bRatio="0.0000010" products="323 -323 111"/>
1596 <channel onMode="1" bRatio="0.0000005" products="323 -323 221"/>
1597 <channel onMode="1" bRatio="0.0000010" products="-323 311 211"/>
1598 <channel onMode="1" bRatio="0.0000010" products="-323 313 211"/>
1599 <channel onMode="1" bRatio="0.0000010" products="-323 321 111"/>
1600 <channel onMode="1" bRatio="0.0000100" products="-323 321 311"/>
1601 <channel onMode="1" bRatio="0.0000010" products="331 111 111"/>
1602 <channel onMode="1" bRatio="0.0000002" products="331 113 111"/>
1603 <channel onMode="1" bRatio="0.0000020" products="331 113 113"/>
1604 <channel onMode="1" bRatio="0.0000010" products="331 211 -211"/>
1605 <channel onMode="1" bRatio="0.0000020" products="331 213 -213"/>
1606 <channel onMode="1" bRatio="0.0000010" products="331 221 111"/>
1607 <channel onMode="1" bRatio="0.0000001" products="331 221 113"/>
1608 <channel onMode="1" bRatio="0.0000002" products="331 223 111"/>
1609 <channel onMode="1" bRatio="0.0000020" products="331 223 113"/>
1610 <channel onMode="1" bRatio="0.0000001" products="331 223 221"/>
1611 <channel onMode="1" bRatio="0.0000010" products="331 311 111"/>
1612 <channel onMode="1" bRatio="0.0000010" products="331 311 113"/>
1613 <channel onMode="1" bRatio="0.0000010" products="331 311 221"/>
1614 <channel onMode="1" bRatio="0.0000010" products="331 311 223"/>
1615 <channel onMode="1" bRatio="0.0000010" products="331 311 311"/>
1616 <channel onMode="1" bRatio="0.0000020" products="331 313 113"/>
1617 <channel onMode="1" bRatio="0.0000020" products="331 313 223"/>
1618 <channel onMode="1" bRatio="0.0000002" products="331 313 -313"/>
1619 <channel onMode="1" bRatio="0.0000010" products="331 321 -211"/>
1620 <channel onMode="1" bRatio="0.0000020" products="331 321 -213"/>
1621 <channel onMode="1" bRatio="0.0000010" products="331 321 -321"/>
1622 <channel onMode="1" bRatio="0.0000020" products="331 323 -211"/>
1623 <channel onMode="1" bRatio="0.0000020" products="331 323 -213"/>
1624 <channel onMode="1" bRatio="0.0000002" products="331 323 -323"/>
1625 <channel onMode="1" bRatio="0.0000010" products="331 331 311"/>
1626 <channel onMode="1" bRatio="0.0000010" products="333 113 111"/>
1627 <channel onMode="1" bRatio="0.0000001" products="333 211 -211"/>
1628 <channel onMode="1" bRatio="0.0000010" products="333 213 -211"/>
1629 <channel onMode="1" bRatio="0.0000010" products="333 -213 211"/>
1630 <channel onMode="1" bRatio="0.0000005" products="333 221 113"/>
1631 <channel onMode="1" bRatio="0.0000010" products="333 223 111"/>
1632 <channel onMode="1" bRatio="0.0000100" products="333 311 111"/>
1633 <channel onMode="1" bRatio="0.0000100" products="333 311 113"/>
1634 <channel onMode="1" bRatio="0.0000100" products="333 311 223"/>
1635 <channel onMode="1" bRatio="0.0000001" products="333 311 311"/>
1636 <channel onMode="1" bRatio="0.0000100" products="333 313 111"/>
1637 <channel onMode="1" bRatio="0.0000050" products="333 313 221"/>
1638 <channel onMode="1" bRatio="0.0000100" products="333 321 -211"/>
1639 <channel onMode="1" bRatio="0.0000100" products="333 321 -213"/>
1640 <channel onMode="1" bRatio="0.0000001" products="333 321 -321"/>
1641 <channel onMode="1" bRatio="0.0000100" products="333 323 -211"/>
1642 <channel onMode="1" bRatio="0.0000002" products="333 331 113"/>
1643 <channel onMode="1" bRatio="0.0000020" products="333 331 313"/>
1644 <channel onMode="1" bRatio="0.0000001" products="333 333 111"/>
1645 <channel onMode="1" bRatio="0.0000030" products="333 333 311"/>
1646 <channel onMode="1" bRatio="0.0000030" products="333 333 313"/>
1647 <channel onMode="1" bRatio="0.0015000" products="411 -411 311"/>
1648 <channel onMode="1" bRatio="0.0025000" products="411 -411 313"/>
1649 <channel onMode="1" bRatio="0.0005000" products="-411 211 111"/>
1650 <channel onMode="1" bRatio="0.0011000" products="-411 211 113"/>
1651 <channel onMode="1" bRatio="0.0011000" products="-411 213 111"/>
1652 <channel onMode="1" bRatio="0.0047000" products="413 -411 311"/>
1653 <channel onMode="1" bRatio="0.0025000" products="413 -411 313"/>
1654 <channel onMode="1" bRatio="0.0070000" products="413 -413 311"/>
1655 <channel onMode="1" bRatio="0.0050000" products="413 -413 313"/>
1656 <channel onMode="1" bRatio="0.0008000" products="-413 211 111"/>
1657 <channel onMode="1" bRatio="0.0010000" products="-413 211 113"/>
1658 <channel onMode="1" bRatio="0.0010000" products="-413 213 111"/>
1659 <channel onMode="1" bRatio="0.0018000" products="-413 411 311"/>
1660 <channel onMode="1" bRatio="0.0025000" products="-413 411 313"/>
1661 <channel onMode="1" bRatio="0.0017000" products="421 -411 321"/>
1662 <channel onMode="1" bRatio="0.0025000" products="421 -411 323"/>
1663 <channel onMode="1" bRatio="0.0031000" products="421 -413 321"/>
1664 <channel onMode="1" bRatio="0.0025000" products="421 -413 323"/>
1665 <channel onMode="1" bRatio="0.0005000" products="421 -421 311"/>
1666 <channel onMode="1" bRatio="0.0005000" products="421 -421 313"/>
1667 <channel onMode="1" bRatio="0.0005000" products="-421 211 -211"/>
1668 <channel onMode="1" bRatio="0.0049000" products="423 -411 321"/>
1669 <channel onMode="1" bRatio="0.0025000" products="423 -411 323"/>
1670 <channel onMode="1" bRatio="0.0100000" products="423 -413 321"/>
1671 <channel onMode="1" bRatio="0.0050000" products="423 -413 323"/>
1672 <channel onMode="1" bRatio="0.0005000" products="423 -421 313"/>
1673 <channel onMode="1" bRatio="0.0015000" products="423 -423 311"/>
1674 <channel onMode="1" bRatio="0.0010000" products="423 -423 313"/>
1675 <channel onMode="1" bRatio="0.0005000" products="-423 111 111"/>
1676 <channel onMode="1" bRatio="0.0003000" products="-423 211 -211"/>
1677 <channel onMode="1" bRatio="0.0005000" products="-423 421 313"/>
1678 <channel onMode="1" bRatio="0.0018000" products="431 -411 111"/>
1679 <channel onMode="1" bRatio="0.0037000" products="431 -421 -211"/>
1680 <channel onMode="1" bRatio="0.0018000" products="433 -411 111"/>
1681 <channel onMode="1" bRatio="0.0037000" products="433 -421 -211"/>
1682 <channel onMode="1" bRatio="0.0001000" products="441 311 111"/>
1683 <channel onMode="1" bRatio="0.0002000" products="441 321 -211"/>
1684 <channel onMode="1" bRatio="0.0001000" products="443 311 111"/>
1685 <channel onMode="1" bRatio="0.0002000" products="443 321 -211"/>
1686 <channel onMode="1" bRatio="0.0000900" products="443 333 311"/>
1687 <channel onMode="1" bRatio="0.0001000" products="445 311 111"/>
1688 <channel onMode="1" bRatio="0.0002000" products="445 321 -211"/>
1689 <channel onMode="1" bRatio="0.0000100" products="10311 111 111"/>
1690 <channel onMode="1" bRatio="0.0000100" products="10311 113 111"/>
1691 <channel onMode="1" bRatio="0.0000100" products="10311 211 -211"/>
1692 <channel onMode="1" bRatio="0.0000100" products="10311 213 -211"/>
1693 <channel onMode="1" bRatio="0.0000100" products="10311 -213 211"/>
1694 <channel onMode="1" bRatio="0.0000050" products="10311 221 113"/>
1695 <channel onMode="1" bRatio="0.0000100" products="10311 321 -321"/>
1696 <channel onMode="1" bRatio="0.0000020" products="10311 331 113"/>
1697 <channel onMode="1" bRatio="0.0000100" products="10311 333 111"/>
1698 <channel onMode="1" bRatio="0.0000100" products="10321 -211 111"/>
1699 <channel onMode="1" bRatio="0.0000100" products="10321 -211 113"/>
1700 <channel onMode="1" bRatio="0.0000100" products="10321 -213 111"/>
1701 <channel onMode="1" bRatio="0.0000050" products="10321 221 -213"/>
1702 <channel onMode="1" bRatio="0.0000100" products="10321 -321 311"/>
1703 <channel onMode="1" bRatio="0.0000020" products="10321 331 -213"/>
1704 <channel onMode="1" bRatio="0.0000100" products="10321 333 -211"/>
1705 <channel onMode="1" bRatio="0.0000100" products="-10321 321 311"/>
1706 <channel onMode="1" bRatio="0.0001000" products="10441 311 111"/>
1707 <channel onMode="1" bRatio="0.0002000" products="10441 321 -211"/>
1708 <channel onMode="1" bRatio="0.0000100" products="20113 111 111"/>
1709 <channel onMode="1" bRatio="0.0000100" products="20113 211 -211"/>
1710 <channel onMode="1" bRatio="0.0000050" products="20113 221 111"/>
1711 <channel onMode="1" bRatio="0.0000100" products="20113 311 111"/>
1712 <channel onMode="1" bRatio="0.0000100" products="20113 321 -211"/>
1713 <channel onMode="1" bRatio="0.0000020" products="20113 331 111"/>
1714 <channel onMode="1" bRatio="0.0000100" products="20213 -211 111"/>
1715 <channel onMode="1" bRatio="0.0000050" products="20213 221 -211"/>
1716 <channel onMode="1" bRatio="0.0000100" products="20213 311 -211"/>
1717 <channel onMode="1" bRatio="0.0000020" products="20213 331 -211"/>
1718 <channel onMode="1" bRatio="0.0000100" products="-20213 211 111"/>
1719 <channel onMode="1" bRatio="0.0000050" products="-20213 221 211"/>
1720 <channel onMode="1" bRatio="0.0000100" products="-20213 311 211"/>
1721 <channel onMode="1" bRatio="0.0000100" products="-20213 321 111"/>
1722 <channel onMode="1" bRatio="0.0000020" products="-20213 331 211"/>
1723 <channel onMode="1" bRatio="0.0000020" products="20313 321 -321"/>
1724 <channel onMode="1" bRatio="0.0000020" products="20313 333 111"/>
1725 <channel onMode="1" bRatio="0.0000010" products="20313 333 221"/>
1726 <channel onMode="1" bRatio="0.0000010" products="20313 333 331"/>
1727 <channel onMode="1" bRatio="0.0000020" products="20323 333 -211"/>
1728 <channel onMode="1" bRatio="0.0002000" products="20443 311 111"/>
1729 <channel onMode="1" bRatio="0.0004000" products="20443 321 -211"/>
1730 <channel onMode="1" bRatio="0.0001400" products="30443 311 111"/>
1731 <channel onMode="1" bRatio="0.0001400" products="30443 321 -211"/>
1732 <channel onMode="1" bRatio="0.0000500" products="100441 311 111"/>
1733 <channel onMode="1" bRatio="0.0000800" products="100441 321 -211"/>
1734 <channel onMode="1" bRatio="0.0002000" products="100443 311 111"/>
1735 <channel onMode="1" bRatio="0.0004000" products="100443 321 -211"/>
1736 <channel onMode="1" bRatio="0.0000010" products="9000111 111 111"/>
1737 <channel onMode="1" bRatio="0.0000100" products="9000111 113 111"/>
1738 <channel onMode="1" bRatio="0.0000100" products="9000111 213 -211"/>
1739 <channel onMode="1" bRatio="0.0000100" products="9000111 -213 211"/>
1740 <channel onMode="1" bRatio="0.0000050" products="9000111 221 113"/>
1741 <channel onMode="1" bRatio="0.0000050" products="9000111 313 111"/>
1742 <channel onMode="1" bRatio="0.0000020" products="9000111 313 221"/>
1743 <channel onMode="1" bRatio="0.0000050" products="9000111 323 -211"/>
1744 <channel onMode="1" bRatio="0.0000020" products="9000111 331 113"/>
1745 <channel onMode="1" bRatio="0.0000010" products="9000111 331 313"/>
1746 <channel onMode="1" bRatio="0.0000010" products="9000211 -211 111"/>
1747 <channel onMode="1" bRatio="0.0000100" products="9000211 -211 113"/>
1748 <channel onMode="1" bRatio="0.0000100" products="9000211 -213 111"/>
1749 <channel onMode="1" bRatio="0.0000050" products="9000211 221 -213"/>
1750 <channel onMode="1" bRatio="0.0000020" products="9000211 331 -213"/>
1751 <channel onMode="1" bRatio="0.0000010" products="-9000211 211 111"/>
1752 <channel onMode="1" bRatio="0.0000100" products="-9000211 211 113"/>
1753 <channel onMode="1" bRatio="0.0000100" products="-9000211 213 111"/>
1754 <channel onMode="1" bRatio="0.0000050" products="-9000211 221 213"/>
1755 <channel onMode="1" bRatio="0.0000050" products="-9000211 323 111"/>
1756 <channel onMode="1" bRatio="0.0000020" products="-9000211 323 221"/>
1757 <channel onMode="1" bRatio="0.0000020" products="-9000211 331 213"/>
1758 <channel onMode="1" bRatio="0.0000010" products="-9000211 331 323"/>
1759 <channel onMode="1" bRatio="0.0000010" products="9010221 111 111"/>
1760 <channel onMode="1" bRatio="0.0000100" products="9010221 113 111"/>
1761 <channel onMode="1" bRatio="0.0000010" products="9010221 211 -211"/>
1762 <channel onMode="1" bRatio="0.0000100" products="9010221 213 -211"/>
1763 <channel onMode="1" bRatio="0.0000100" products="9010221 -213 211"/>
1764 <channel onMode="1" bRatio="0.0000050" products="9010221 221 113"/>
1765 <channel onMode="1" bRatio="0.0000100" products="9010221 223 111"/>
1766 <channel onMode="1" bRatio="0.0000100" products="9010221 313 111"/>
1767 <channel onMode="1" bRatio="0.0000050" products="9010221 313 221"/>
1768 <channel onMode="1" bRatio="0.0000100" products="9010221 323 -211"/>
1769 <channel onMode="1" bRatio="0.0000020" products="9010221 331 113"/>
1770 <channel onMode="1" bRatio="0.0000020" products="9010221 331 313"/>
1771 <channel onMode="1" bRatio="0.0000010" products="9010221 333 111"/>
1772 <channel onMode="1" bRatio="0.0000100" products="9010221 333 311"/>
1773 <channel onMode="1" bRatio="0.0000020" products="113 111 111 111"/>
1774 <channel onMode="1" bRatio="0.0000100" products="211 211 -211 -211"/>
1775 <channel onMode="1" bRatio="0.0000100" products="211 -211 111 111"/>
1776 <channel onMode="1" bRatio="0.0000020" products="211 -211 113 111"/>
1777 <channel onMode="1" bRatio="0.0000020" products="213 211 -211 -211"/>
1778 <channel onMode="1" bRatio="0.0000020" products="213 -211 111 111"/>
1779 <channel onMode="1" bRatio="0.0000020" products="-213 211 111 111"/>
1780 <channel onMode="1" bRatio="0.0000020" products="-213 211 211 -211"/>
1781 <channel onMode="1" bRatio="0.0000010" products="221 113 111 111"/>
1782 <channel onMode="1" bRatio="0.0000050" products="221 211 -211 111"/>
1783 <channel onMode="1" bRatio="0.0000010" products="221 211 -211 113"/>
1784 <channel onMode="1" bRatio="0.0000010" products="221 213 -211 111"/>
1785 <channel onMode="1" bRatio="0.0000010" products="221 -213 211 111"/>
1786 <channel onMode="1" bRatio="0.0000020" products="221 221 211 -211"/>
1787 <channel onMode="1" bRatio="0.0000020" products="223 111 111 111"/>
1788 <channel onMode="1" bRatio="0.0000020" products="223 211 -211 111"/>
1789 <channel onMode="1" bRatio="0.0000010" products="223 221 111 111"/>
1790 <channel onMode="1" bRatio="0.0000010" products="223 221 211 -211"/>
1791 <channel onMode="1" bRatio="0.0000100" products="311 111 111 111"/>
1792 <channel onMode="1" bRatio="0.0000100" products="311 113 111 111"/>
1793 <channel onMode="1" bRatio="0.0000100" products="311 211 -211 111"/>
1794 <channel onMode="1" bRatio="0.0000100" products="311 211 -211 113"/>
1795 <channel onMode="1" bRatio="0.0000100" products="311 213 -211 111"/>
1796 <channel onMode="1" bRatio="0.0000100" products="311 -213 211 111"/>
1797 <channel onMode="1" bRatio="0.0000050" products="311 221 111 111"/>
1798 <channel onMode="1" bRatio="0.0000050" products="311 221 113 111"/>
1799 <channel onMode="1" bRatio="0.0000050" products="311 221 211 -211"/>
1800 <channel onMode="1" bRatio="0.0000050" products="311 221 213 -211"/>
1801 <channel onMode="1" bRatio="0.0000050" products="311 221 -213 211"/>
1802 <channel onMode="1" bRatio="0.0000020" products="311 221 221 111"/>
1803 <channel onMode="1" bRatio="0.0000100" products="311 223 111 111"/>
1804 <channel onMode="1" bRatio="0.0000100" products="311 223 211 -211"/>
1805 <channel onMode="1" bRatio="0.0000050" products="311 223 221 111"/>
1806 <channel onMode="1" bRatio="0.0000010" products="311 311 111 111"/>
1807 <channel onMode="1" bRatio="0.0000010" products="311 311 113 111"/>
1808 <channel onMode="1" bRatio="0.0000010" products="311 311 211 -211"/>
1809 <channel onMode="1" bRatio="0.0000010" products="311 311 213 -211"/>
1810 <channel onMode="1" bRatio="0.0000010" products="311 311 -213 211"/>
1811 <channel onMode="1" bRatio="0.0000005" products="311 311 221 111"/>
1812 <channel onMode="1" bRatio="0.0000005" products="311 311 221 113"/>
1813 <channel onMode="1" bRatio="0.0000002" products="311 311 221 221"/>
1814 <channel onMode="1" bRatio="0.0000010" products="311 311 223 111"/>
1815 <channel onMode="1" bRatio="0.0000100" products="311 311 311 111"/>
1816 <channel onMode="1" bRatio="0.0000050" products="311 311 311 221"/>
1817 <channel onMode="1" bRatio="0.0000001" products="311 311 311 311"/>
1818 <channel onMode="1" bRatio="0.0000100" products="313 111 111 111"/>
1819 <channel onMode="1" bRatio="0.0000100" products="313 211 -211 111"/>
1820 <channel onMode="1" bRatio="0.0000050" products="313 221 111 111"/>
1821 <channel onMode="1" bRatio="0.0000050" products="313 221 211 -211"/>
1822 <channel onMode="1" bRatio="0.0000010" products="313 311 111 111"/>
1823 <channel onMode="1" bRatio="0.0000010" products="313 311 211 -211"/>
1824 <channel onMode="1" bRatio="0.0000005" products="313 311 221 111"/>
1825 <channel onMode="1" bRatio="0.0000010" products="-313 311 111 111"/>
1826 <channel onMode="1" bRatio="0.0000010" products="-313 311 211 -211"/>
1827 <channel onMode="1" bRatio="0.0000005" products="-313 311 221 111"/>
1828 <channel onMode="1" bRatio="0.0000100" products="321 211 -211 -211"/>
1829 <channel onMode="1" bRatio="0.0000100" products="321 -211 111 111"/>
1830 <channel onMode="1" bRatio="0.0000100" products="321 -211 113 111"/>
1831 <channel onMode="1" bRatio="0.0000100" products="321 213 -211 -211"/>
1832 <channel onMode="1" bRatio="0.0000100" products="321 -213 111 111"/>
1833 <channel onMode="1" bRatio="0.0000100" products="321 -213 211 -211"/>
1834 <channel onMode="1" bRatio="0.0000050" products="321 221 -211 111"/>
1835 <channel onMode="1" bRatio="0.0000050" products="321 221 -211 113"/>
1836 <channel onMode="1" bRatio="0.0000050" products="321 221 -213 111"/>
1837 <channel onMode="1" bRatio="0.0000020" products="321 221 221 -211"/>
1838 <channel onMode="1" bRatio="0.0000100" products="321 223 -211 111"/>
1839 <channel onMode="1" bRatio="0.0000050" products="321 223 221 -211"/>
1840 <channel onMode="1" bRatio="0.0000010" products="321 311 -211 113"/>
1841 <channel onMode="1" bRatio="0.0000010" products="321 311 -213 111"/>
1842 <channel onMode="1" bRatio="0.0000005" products="321 311 221 -213"/>
1843 <channel onMode="1" bRatio="0.0000010" products="321 311 223 -211"/>
1844 <channel onMode="1" bRatio="0.0000100" products="321 313 311 -211"/>
1845 <channel onMode="1" bRatio="0.0000010" products="321 -313 -211 111"/>
1846 <channel onMode="1" bRatio="0.0000005" products="321 -313 221 -211"/>
1847 <channel onMode="1" bRatio="0.0000100" products="321 -313 311 -211"/>
1848 <channel onMode="1" bRatio="0.0000100" products="321 321 -321 -211"/>
1849 <channel onMode="1" bRatio="0.0000100" products="321 321 -321 -213"/>
1850 <channel onMode="1" bRatio="0.0000001" products="321 321 -321 -321"/>
1851 <channel onMode="1" bRatio="0.0000010" products="321 -321 111 111"/>
1852 <channel onMode="1" bRatio="0.0000010" products="321 -321 113 111"/>
1853 <channel onMode="1" bRatio="0.0000010" products="321 -321 211 -211"/>
1854 <channel onMode="1" bRatio="0.0000010" products="321 -321 213 -211"/>
1855 <channel onMode="1" bRatio="0.0000010" products="321 -321 -213 211"/>
1856 <channel onMode="1" bRatio="0.0000005" products="321 -321 221 111"/>
1857 <channel onMode="1" bRatio="0.0000005" products="321 -321 221 113"/>
1858 <channel onMode="1" bRatio="0.0000002" products="321 -321 221 221"/>
1859 <channel onMode="1" bRatio="0.0000010" products="321 -321 223 111"/>
1860 <channel onMode="1" bRatio="0.0000005" products="321 -321 223 221"/>
1861 <channel onMode="1" bRatio="0.0000100" products="321 -321 311 111"/>
1862 <channel onMode="1" bRatio="0.0000100" products="321 -321 311 113"/>
1863 <channel onMode="1" bRatio="0.0000050" products="321 -321 311 221"/>
1864 <channel onMode="1" bRatio="0.0000100" products="321 -321 311 223"/>
1865 <channel onMode="1" bRatio="0.0000001" products="321 -321 311 311"/>
1866 <channel onMode="1" bRatio="0.0000010" products="-321 311 211 113"/>
1867 <channel onMode="1" bRatio="0.0000010" products="-321 311 213 111"/>
1868 <channel onMode="1" bRatio="0.0000005" products="-321 311 221 213"/>
1869 <channel onMode="1" bRatio="0.0000010" products="-321 311 223 211"/>
1870 <channel onMode="1" bRatio="0.0000010" products="-321 313 211 111"/>
1871 <channel onMode="1" bRatio="0.0000005" products="-321 313 221 211"/>
1872 <channel onMode="1" bRatio="0.0000100" products="323 211 -211 -211"/>
1873 <channel onMode="1" bRatio="0.0000100" products="323 -211 111 111"/>
1874 <channel onMode="1" bRatio="0.0000050" products="323 221 -211 111"/>
1875 <channel onMode="1" bRatio="0.0000010" products="323 311 -211 111"/>
1876 <channel onMode="1" bRatio="0.0000005" products="323 311 221 -211"/>
1877 <channel onMode="1" bRatio="0.0000100" products="323 311 311 -211"/>
1878 <channel onMode="1" bRatio="0.0000100" products="323 321 -321 -211"/>
1879 <channel onMode="1" bRatio="0.0000010" products="323 -321 111 111"/>
1880 <channel onMode="1" bRatio="0.0000010" products="323 -321 211 -211"/>
1881 <channel onMode="1" bRatio="0.0000005" products="323 -321 221 111"/>
1882 <channel onMode="1" bRatio="0.0000010" products="-323 311 211 111"/>
1883 <channel onMode="1" bRatio="0.0000005" products="-323 311 221 211"/>
1884 <channel onMode="1" bRatio="0.0000010" products="-323 321 111 111"/>
1885 <channel onMode="1" bRatio="0.0000010" products="-323 321 211 -211"/>
1886 <channel onMode="1" bRatio="0.0000005" products="-323 321 221 111"/>
1887 <channel onMode="1" bRatio="0.0000100" products="-323 321 321 -211"/>
1888 <channel onMode="1" bRatio="0.0000010" products="331 113 111 111"/>
1889 <channel onMode="1" bRatio="0.0000020" products="331 211 -211 111"/>
1890 <channel onMode="1" bRatio="0.0000010" products="331 211 -211 113"/>
1891 <channel onMode="1" bRatio="0.0000010" products="331 213 -211 111"/>
1892 <channel onMode="1" bRatio="0.0000010" products="331 -213 211 111"/>
1893 <channel onMode="1" bRatio="0.0000010" products="331 221 211 -211"/>
1894 <channel onMode="1" bRatio="0.0000010" products="331 223 111 111"/>
1895 <channel onMode="1" bRatio="0.0000010" products="331 223 211 -211"/>
1896 <channel onMode="1" bRatio="0.0000020" products="331 311 111 111"/>
1897 <channel onMode="1" bRatio="0.0000020" products="331 311 113 111"/>
1898 <channel onMode="1" bRatio="0.0000020" products="331 311 213 -211"/>
1899 <channel onMode="1" bRatio="0.0000020" products="331 311 -213 211"/>
1900 <channel onMode="1" bRatio="0.0000010" products="331 311 221 111"/>
1901 <channel onMode="1" bRatio="0.0000020" products="331 311 223 111"/>
1902 <channel onMode="1" bRatio="0.0000002" products="331 311 311 111"/>
1903 <channel onMode="1" bRatio="0.0000002" products="331 311 311 113"/>
1904 <channel onMode="1" bRatio="0.0000001" products="331 311 311 221"/>
1905 <channel onMode="1" bRatio="0.0000020" products="331 313 111 111"/>
1906 <channel onMode="1" bRatio="0.0000020" products="331 313 211 -211"/>
1907 <channel onMode="1" bRatio="0.0000002" products="331 313 311 111"/>
1908 <channel onMode="1" bRatio="0.0000002" products="331 -313 311 111"/>
1909 <channel onMode="1" bRatio="0.0000020" products="331 321 -211 111"/>
1910 <channel onMode="1" bRatio="0.0000020" products="331 321 -211 113"/>
1911 <channel onMode="1" bRatio="0.0000020" products="331 321 -213 111"/>
1912 <channel onMode="1" bRatio="0.0000010" products="331 321 221 -211"/>
1913 <channel onMode="1" bRatio="0.0000020" products="331 321 223 -211"/>
1914 <channel onMode="1" bRatio="0.0000002" products="331 321 311 -213"/>
1915 <channel onMode="1" bRatio="0.0000002" products="331 321 -313 -211"/>
1916 <channel onMode="1" bRatio="0.0000002" products="331 321 -321 111"/>
1917 <channel onMode="1" bRatio="0.0000002" products="331 321 -321 113"/>
1918 <channel onMode="1" bRatio="0.0000001" products="331 321 -321 221"/>
1919 <channel onMode="1" bRatio="0.0000002" products="331 321 -321 223"/>
1920 <channel onMode="1" bRatio="0.0000002" products="331 -321 311 213"/>
1921 <channel onMode="1" bRatio="0.0000002" products="331 -321 313 211"/>
1922 <channel onMode="1" bRatio="0.0000020" products="331 323 -211 111"/>
1923 <channel onMode="1" bRatio="0.0000002" products="331 323 311 -211"/>
1924 <channel onMode="1" bRatio="0.0000002" products="331 323 -321 111"/>
1925 <channel onMode="1" bRatio="0.0000002" products="331 -323 311 211"/>
1926 <channel onMode="1" bRatio="0.0000002" products="331 -323 321 111"/>
1927 <channel onMode="1" bRatio="0.0000010" products="333 111 111 111"/>
1928 <channel onMode="1" bRatio="0.0000010" products="333 211 -211 111"/>
1929 <channel onMode="1" bRatio="0.0000005" products="333 221 111 111"/>
1930 <channel onMode="1" bRatio="0.0000005" products="333 221 211 -211"/>
1931 <channel onMode="1" bRatio="0.0000100" products="333 311 111 111"/>
1932 <channel onMode="1" bRatio="0.0000100" products="333 311 211 -211"/>
1933 <channel onMode="1" bRatio="0.0000050" products="333 311 221 111"/>
1934 <channel onMode="1" bRatio="0.0000001" products="333 311 311 111"/>
1935 <channel onMode="1" bRatio="0.0000010" products="333 311 311 311"/>
1936 <channel onMode="1" bRatio="0.0000010" products="333 313 311 311"/>
1937 <channel onMode="1" bRatio="0.0000010" products="333 -313 311 311"/>
1938 <channel onMode="1" bRatio="0.0000100" products="333 321 -211 111"/>
1939 <channel onMode="1" bRatio="0.0000050" products="333 321 221 -211"/>
1940 <channel onMode="1" bRatio="0.0000001" products="333 321 311 -211"/>
1941 <channel onMode="1" bRatio="0.0000001" products="333 321 -321 111"/>
1942 <channel onMode="1" bRatio="0.0000010" products="333 321 -321 311"/>
1943 <channel onMode="1" bRatio="0.0000010" products="333 321 -321 313"/>
1944 <channel onMode="1" bRatio="0.0000001" products="333 -321 311 211"/>
1945 <channel onMode="1" bRatio="0.0000010" products="333 -323 321 311"/>
1946 <channel onMode="1" bRatio="0.0000002" products="333 331 111 111"/>
1947 <channel onMode="1" bRatio="0.0000002" products="333 331 211 -211"/>
1948 <channel onMode="1" bRatio="0.0000020" products="333 331 311 111"/>
1949 <channel onMode="1" bRatio="0.0000020" products="333 331 321 -211"/>
1950 <channel onMode="1" bRatio="0.0010000" products="-411 211 111 111"/>
1951 <channel onMode="1" bRatio="0.0022000" products="-411 211 211 -211"/>
1952 <channel onMode="1" bRatio="0.0010000" products="-413 211 111 111"/>
1953 <channel onMode="1" bRatio="0.0001000" products="-421 111 111 111"/>
1954 <channel onMode="1" bRatio="0.0010000" products="-421 211 -211 111"/>
1955 <channel onMode="1" bRatio="0.0001000" products="-423 111 111 111"/>
1956 <channel onMode="1" bRatio="0.0010000" products="-423 211 -211 111"/>
1957 <channel onMode="1" bRatio="0.0022000" products="431 -411 111 111"/>
1958 <channel onMode="1" bRatio="0.0030000" products="431 -411 211 -211"/>
1959 <channel onMode="1" bRatio="0.0022000" products="431 -421 -211 111"/>
1960 <channel onMode="1" bRatio="0.0022000" products="433 -411 111 111"/>
1961 <channel onMode="1" bRatio="0.0030000" products="433 -411 211 -211"/>
1962 <channel onMode="1" bRatio="0.0022000" products="433 -421 -211 111"/>
1963 <channel onMode="1" bRatio="0.0001000" products="441 311 111 111"/>
1964 <channel onMode="1" bRatio="0.0002000" products="441 311 211 -211"/>
1965 <channel onMode="1" bRatio="0.0001000" products="441 321 -211 111"/>
1966 <channel onMode="1" bRatio="0.0001000" products="445 311 111 111"/>
1967 <channel onMode="1" bRatio="0.0002000" products="445 311 211 -211"/>
1968 <channel onMode="1" bRatio="0.0001000" products="445 321 -211 111"/>
1969 <channel onMode="1" bRatio="0.0000100" products="10311 111 111 111"/>
1970 <channel onMode="1" bRatio="0.0000100" products="10311 211 -211 111"/>
1971 <channel onMode="1" bRatio="0.0000050" products="10311 221 111 111"/>
1972 <channel onMode="1" bRatio="0.0000050" products="10311 221 211 -211"/>
1973 <channel onMode="1" bRatio="0.0000100" products="10311 311 311 111"/>
1974 <channel onMode="1" bRatio="0.0000050" products="10311 311 311 221"/>
1975 <channel onMode="1" bRatio="0.0000100" products="10311 321 311 -211"/>
1976 <channel onMode="1" bRatio="0.0000100" products="10311 321 -321 111"/>
1977 <channel onMode="1" bRatio="0.0000050" products="10311 321 -321 221"/>
1978 <channel onMode="1" bRatio="0.0000050" products="10311 331 111 111"/>
1979 <channel onMode="1" bRatio="0.0000020" products="10311 331 211 -211"/>
1980 <channel onMode="1" bRatio="0.0000020" products="10311 331 311 311"/>
1981 <channel onMode="1" bRatio="0.0000020" products="10311 331 321 -321"/>
1982 <channel onMode="1" bRatio="0.0000100" products="-10311 311 311 111"/>
1983 <channel onMode="1" bRatio="0.0000050" products="-10311 311 311 221"/>
1984 <channel onMode="1" bRatio="0.0000100" products="-10311 321 311 -211"/>
1985 <channel onMode="1" bRatio="0.0000020" products="-10311 331 311 311"/>
1986 <channel onMode="1" bRatio="0.0000100" products="10321 211 -211 -211"/>
1987 <channel onMode="1" bRatio="0.0000100" products="10321 -211 111 111"/>
1988 <channel onMode="1" bRatio="0.0000050" products="10321 221 -211 111"/>
1989 <channel onMode="1" bRatio="0.0000100" products="10321 311 311 -211"/>
1990 <channel onMode="1" bRatio="0.0000100" products="10321 321 -321 -211"/>
1991 <channel onMode="1" bRatio="0.0000020" products="10321 331 -211 111"/>
1992 <channel onMode="1" bRatio="0.0000100" products="-10321 321 321 -211"/>
1993 <channel onMode="1" bRatio="0.0001000" products="10441 311 111 111"/>
1994 <channel onMode="1" bRatio="0.0002000" products="10441 311 211 -211"/>
1995 <channel onMode="1" bRatio="0.0001000" products="10441 321 -211 111"/>
1996 <channel onMode="1" bRatio="0.0000020" products="20313 311 311 111"/>
1997 <channel onMode="1" bRatio="0.0000010" products="20313 311 311 221"/>
1998 <channel onMode="1" bRatio="0.0000020" products="20313 321 -321 111"/>
1999 <channel onMode="1" bRatio="0.0000010" products="20313 321 -321 221"/>
2000 <channel onMode="1" bRatio="0.0000010" products="20313 331 311 311"/>
2001 <channel onMode="1" bRatio="0.0000010" products="20313 331 321 -321"/>
2002 <channel onMode="1" bRatio="0.0000020" products="-20313 311 311 111"/>
2003 <channel onMode="1" bRatio="0.0000010" products="-20313 311 311 221"/>
2004 <channel onMode="1" bRatio="0.0000010" products="-20313 331 311 311"/>
2005 <channel onMode="1" bRatio="0.0000020" products="20323 321 -321 -211"/>
2006 <channel onMode="1" bRatio="0.0000020" products="-20323 321 321 -211"/>
2007 <channel onMode="1" bRatio="0.0002000" products="20443 311 111 111"/>
2008 <channel onMode="1" bRatio="0.0004000" products="20443 311 211 -211"/>
2009 <channel onMode="1" bRatio="0.0002000" products="20443 321 -211 111"/>
2010 <channel onMode="1" bRatio="0.0000700" products="30443 311 111 111"/>
2011 <channel onMode="1" bRatio="0.0001400" products="30443 311 211 -211"/>
2012 <channel onMode="1" bRatio="0.0000700" products="30443 321 -211 111"/>
2013 <channel onMode="1" bRatio="0.0000500" products="100441 311 111 111"/>
2014 <channel onMode="1" bRatio="0.0000800" products="100441 311 211 -211"/>
2015 <channel onMode="1" bRatio="0.0000500" products="100441 321 -211 111"/>
2016 <channel onMode="1" bRatio="0.0001000" products="100443 311 111 111"/>
2017 <channel onMode="1" bRatio="0.0002000" products="100443 311 211 -211"/>
2018 <channel onMode="1" bRatio="0.0001000" products="100443 321 -211 111"/>
2019 <channel onMode="1" bRatio="0.0000010" products="9000111 111 111 111"/>
2020 <channel onMode="1" bRatio="0.0000010" products="9000111 211 -211 111"/>
2021 <channel onMode="1" bRatio="0.0000010" products="9000211 211 -211 -211"/>
2022 <channel onMode="1" bRatio="0.0000010" products="9000211 -211 111 111"/>
2023 <channel onMode="1" bRatio="0.0000010" products="-9000211 211 111 111"/>
2024 <channel onMode="1" bRatio="0.0000010" products="-9000211 211 211 -211"/>
2025 <channel onMode="1" bRatio="0.0000020" products="9010221 111 111 111"/>
2026 <channel onMode="1" bRatio="0.0000020" products="9010221 211 -211 111"/>
2027 <channel onMode="1" bRatio="0.0000010" products="9010221 221 111 111"/>
2028 <channel onMode="1" bRatio="0.0000010" products="9010221 221 211 -211"/>
2029 <channel onMode="1" bRatio="0.0000010" products="9010221 311 311 111"/>
2030 <channel onMode="1" bRatio="0.0000010" products="9010221 321 311 -211"/>
2031 <channel onMode="1" bRatio="0.0000010" products="9010221 321 -321 111"/>
2032 <channel onMode="1" bRatio="0.0000100" products="9010221 321 -321 311"/>
2033 <channel onMode="1" bRatio="0.0000010" products="9010221 -321 311 211"/>
2034 <channel onMode="1" bRatio="0.0000010" products="9010221 331 111 111"/>
2035 <channel onMode="1" bRatio="0.0000010" products="9010221 331 211 -211"/>
2036 <channel onMode="1" bRatio="0.0000005" products="111 111 111 111 111"/>
2037 <channel onMode="1" bRatio="0.0000010" products="211 211 -211 -211 111"/>
2038 <channel onMode="1" bRatio="0.0000010" products="211 -211 111 111 111"/>
2039 <channel onMode="1" bRatio="0.0000002" products="221 111 111 111 111"/>
2040 <channel onMode="1" bRatio="0.0000005" products="221 211 211 -211 -211"/>
2041 <channel onMode="1" bRatio="0.0000005" products="221 211 -211 111 111"/>
2042 <channel onMode="1" bRatio="0.0000020" products="311 111 111 111 111"/>
2043 <channel onMode="1" bRatio="0.0000020" products="311 211 211 -211 -211"/>
2044 <channel onMode="1" bRatio="0.0000020" products="311 211 -211 111 111"/>
2045 <channel onMode="1" bRatio="0.0000010" products="311 221 111 111 111"/>
2046 <channel onMode="1" bRatio="0.0000010" products="311 221 211 -211 111"/>
2047 <channel onMode="1" bRatio="0.0000002" products="311 311 111 111 111"/>
2048 <channel onMode="1" bRatio="0.0000002" products="311 311 211 -211 111"/>
2049 <channel onMode="1" bRatio="0.0000001" products="311 311 221 111 111"/>
2050 <channel onMode="1" bRatio="0.0000001" products="311 311 221 211 -211"/>
2051 <channel onMode="1" bRatio="0.0000100" products="311 311 311 111 111"/>
2052 <channel onMode="1" bRatio="0.0000100" products="311 311 311 211 -211"/>
2053 <channel onMode="1" bRatio="0.0000050" products="311 311 311 221 111"/>
2054 <channel onMode="1" bRatio="0.0000001" products="311 311 311 311 111"/>
2055 <channel onMode="1" bRatio="0.0000020" products="321 211 -211 -211 111"/>
2056 <channel onMode="1" bRatio="0.0000020" products="321 -211 111 111 111"/>
2057 <channel onMode="1" bRatio="0.0000010" products="321 221 211 -211 -211"/>
2058 <channel onMode="1" bRatio="0.0000010" products="321 221 -211 111 111"/>
2059 <channel onMode="1" bRatio="0.0000002" products="321 311 211 -211 -211"/>
2060 <channel onMode="1" bRatio="0.0000002" products="321 311 -211 111 111"/>
2061 <channel onMode="1" bRatio="0.0000001" products="321 311 221 -211 111"/>
2062 <channel onMode="1" bRatio="0.0000100" products="321 311 311 -211 111"/>
2063 <channel onMode="1" bRatio="0.0000050" products="321 311 311 221 -211"/>
2064 <channel onMode="1" bRatio="0.0000001" products="321 311 311 311 -211"/>
2065 <channel onMode="1" bRatio="0.0000100" products="321 321 -321 -211 111"/>
2066 <channel onMode="1" bRatio="0.0000050" products="321 321 -321 221 -211"/>
2067 <channel onMode="1" bRatio="0.0000001" products="321 321 -321 311 -211"/>
2068 <channel onMode="1" bRatio="0.0000001" products="321 321 -321 -321 111"/>
2069 <channel onMode="1" bRatio="0.0000001" products="321 321 -321 -321 311"/>
2070 <channel onMode="1" bRatio="0.0000002" products="321 -321 111 111 111"/>
2071 <channel onMode="1" bRatio="0.0000002" products="321 -321 211 -211 111"/>
2072 <channel onMode="1" bRatio="0.0000001" products="321 -321 221 111 111"/>
2073 <channel onMode="1" bRatio="0.0000001" products="321 -321 221 211 -211"/>
2074 <channel onMode="1" bRatio="0.0000100" products="321 -321 311 111 111"/>
2075 <channel onMode="1" bRatio="0.0000100" products="321 -321 311 211 -211"/>
2076 <channel onMode="1" bRatio="0.0000050" products="321 -321 311 221 111"/>
2077 <channel onMode="1" bRatio="0.0000001" products="321 -321 311 311 111"/>
2078 <channel onMode="1" bRatio="0.0000001" products="321 -321 311 311 311"/>
2079 <channel onMode="1" bRatio="0.0000001" products="321 -321 -321 311 211"/>
2080 <channel onMode="1" bRatio="0.0000002" products="-321 311 211 111 111"/>
2081 <channel onMode="1" bRatio="0.0000002" products="-321 311 211 211 -211"/>
2082 <channel onMode="1" bRatio="0.0000001" products="-321 311 221 211 111"/>
2083 <channel onMode="1" bRatio="0.0000001" products="-321 311 311 311 211"/>
2084 <channel onMode="1" bRatio="0.0000001" products="331 111 111 111 111"/>
2085 <channel onMode="1" bRatio="0.0000002" products="331 211 211 -211 -211"/>
2086 <channel onMode="1" bRatio="0.0000002" products="331 211 -211 111 111"/>
2087 <channel onMode="1" bRatio="0.0000010" products="331 311 111 111 111"/>
2088 <channel onMode="1" bRatio="0.0000010" products="331 311 211 -211 111"/>
2089 <channel onMode="1" bRatio="0.0000001" products="331 311 311 111 111"/>
2090 <channel onMode="1" bRatio="0.0000001" products="331 311 311 211 -211"/>
2091 <channel onMode="1" bRatio="0.0000020" products="331 311 311 311 111"/>
2092 <channel onMode="1" bRatio="0.0000010" products="331 321 211 -211 -211"/>
2093 <channel onMode="1" bRatio="0.0000010" products="331 321 -211 111 111"/>
2094 <channel onMode="1" bRatio="0.0000001" products="331 321 311 -211 111"/>
2095 <channel onMode="1" bRatio="0.0000020" products="331 321 311 311 -211"/>
2096 <channel onMode="1" bRatio="0.0000020" products="331 321 321 -321 -211"/>
2097 <channel onMode="1" bRatio="0.0000001" products="331 321 -321 111 111"/>
2098 <channel onMode="1" bRatio="0.0000001" products="331 321 -321 211 -211"/>
2099 <channel onMode="1" bRatio="0.0000050" products="331 321 -321 311 111"/>
2100 <channel onMode="1" bRatio="0.0000001" products="331 -321 311 211 111"/>
2101 <channel onMode="1" bRatio="0.0000001" products="333 311 311 311 111"/>
2102 <channel onMode="1" bRatio="0.0000001" products="333 321 311 311 -211"/>
2103 <channel onMode="1" bRatio="0.0000001" products="333 321 321 -321 -211"/>
2104 <channel onMode="1" bRatio="0.0000001" products="333 321 -321 311 111"/>
2105 <channel onMode="1" bRatio="0.0050000" meMode="55" products="-3 1"/>
2106 <channel onMode="1" bRatio="0.0110000" meMode="63" products="-4101 2101"/>
2107 <channel onMode="1" bRatio="0.0220000" meMode="63" products="-4103 2103"/>
2108 <channel onMode="1" bRatio="0.0030000" meMode="63" products="-4301 2101"/>
2109 <channel onMode="1" bRatio="0.0060000" meMode="63" products="-4303 2103"/>
2110 <channel onMode="1" bRatio="0.0000700" meMode="23" products="1 -1 -1 1"/>
2111 <channel onMode="1" bRatio="0.0018000" meMode="23" products="1 -1 -3 1"/>
2112 <channel onMode="1" bRatio="0.0030000" meMode="23" products="2 -1 -2 1"/>
2113 <channel onMode="1" bRatio="0.0020500" meMode="23" products="2 -2 -1 1"/>
2114 <channel onMode="1" bRatio="0.0022000" meMode="23" products="2 -2 -3 1"/>
2115 <channel onMode="1" bRatio="0.0210000" meMode="63" products="2 -3 -4 1"/>
2116 <channel onMode="1" bRatio="0.0180000" meMode="23" products="2 -4 -1 1"/>
2117 <channel onMode="1" bRatio="0.0009000" meMode="23" products="2 -4 -3 1"/>
2118 <channel onMode="1" bRatio="0.0000900" meMode="23" products="3 -3 -1 1"/>
2119 <channel onMode="1" bRatio="0.0015000" meMode="23" products="3 -3 -3 1"/>
2120 <channel onMode="1" bRatio="0.0060000" meMode="43" products="4 -1 -4 1"/>
2121 <channel onMode="1" bRatio="0.0040000" meMode="23" products="4 -3 -2 1"/>
2122 <channel onMode="1" bRatio="0.0740000" meMode="43" products="4 -3 -4 1"/>
2123 <channel onMode="2" bRatio="0.0018920" meMode="22" products="12 -11 1 -2"/>
2124 <channel onMode="2" bRatio="0.0018920" meMode="22" products="14 -13 1 -2"/>
2125 <channel onMode="2" bRatio="0.0012910" products="443 313"/>
2126 <channel onMode="2" bRatio="0.0000500" products="445 130"/>
2127 <channel onMode="2" bRatio="0.0000500" products="445 310"/>
2128 <channel onMode="2" bRatio="0.0000100" products="213 -211 113"/>
2129 <channel onMode="2" bRatio="0.0000100" products="223 213 -211"/>
2130 <channel onMode="2" bRatio="0.0000067" products="313 111 111"/>
2131 <channel onMode="2" bRatio="0.0000100" products="321 -211 113"/>
2132 <channel onMode="2" bRatio="0.0000010" products="321 -321 130"/>
2133 <channel onMode="2" bRatio="0.0000010" products="321 -321 310"/>
2134 <channel onMode="2" bRatio="0.0000070" products="333 311 221"/>
2135 <channel onMode="2" bRatio="0.0005000" products="423 -421 311"/>
2136 <channel onMode="2" bRatio="0.0015000" products="-423 421 311"/>
2137 <channel onMode="2" bRatio="0.0000050" products="9000211 313 -211"/>
2138 <channel onMode="2" bRatio="0.0003118" meMode="31" products="1 -3 22"/>
2139 <channel onMode="2" bRatio="0.0000050" meMode="12" products="1 -3 11 -11"/>
2140 <channel onMode="2" bRatio="0.0000025" meMode="12" products="1 -3 13 -13"/>
2141 <channel onMode="2" bRatio="0.0000002" meMode="12" products="1 -3 15 -15"/>
2142 <channel onMode="2" bRatio="0.3158500" meMode="23" products="2 -1 -4 1"/>
2143 <channel onMode="3" bRatio="0.0018920" meMode="22" products="12 -11 -2 1"/>
2144 <channel onMode="3" bRatio="0.0018920" meMode="22" products="14 -13 -2 1"/>
2145 <channel onMode="3" bRatio="0.0012310" products="443 313"/>
2146 <channel onMode="3" bRatio="0.0000100" products="445 130"/>
2147 <channel onMode="3" bRatio="0.0000100" products="445 310"/>
2148 <channel onMode="3" bRatio="0.0000100" products="-213 211 113"/>
2149 <channel onMode="3" bRatio="0.0000100" products="223 -213 211"/>
2150 <channel onMode="3" bRatio="0.0000067" products="-313 111 111"/>
2151 <channel onMode="3" bRatio="0.0000050" products="321 -211 113"/>
2152 <channel onMode="3" bRatio="0.0000105" products="321 -321 130"/>
2153 <channel onMode="3" bRatio="0.0000105" products="321 -321 310"/>
2154 <channel onMode="3" bRatio="0.0000050" products="333 311 221"/>
2155 <channel onMode="3" bRatio="0.0015000" products="423 -421 311"/>
2156 <channel onMode="3" bRatio="0.0005000" products="-423 421 311"/>
2157 <channel onMode="3" bRatio="0.0000050" products="-9000211 313 211"/>
2158 <channel onMode="3" bRatio="0.0003118" meMode="31" products="-3 1 22"/>
2159 <channel onMode="3" bRatio="0.3160000" meMode="23" products="2 -1 -4 1"/>
2160 <channel onMode="3" bRatio="0.0000050" meMode="12" products="-3 1 11 -11"/>
2161 <channel onMode="3" bRatio="0.0000025" meMode="12" products="-3 1 13 -13"/>
2162 <channel onMode="3" bRatio="0.0000002" meMode="12" products="-3 1 15 -15"/>
2163</particle>
2164
2165<particle id="513" name="B*0" antiName="B*bar0" spinType="3" chargeType="0" colType="0"
2166 m0="5.32520">
2167 <channel onMode="1" bRatio="1.0000000" products="511 22"/>
2168</particle>
2169
2170<particle id="515" name="B*_20" antiName="B*_2bar0" spinType="5" chargeType="0" colType="0"
2171 m0="5.74300" mWidth="0.02300" mMin="5.63000" mMax="6.03000">
2172 <channel onMode="1" bRatio="0.3100000" products="523 -211"/>
2173 <channel onMode="1" bRatio="0.1500000" products="513 111"/>
2174 <channel onMode="1" bRatio="0.3100000" products="521 -211"/>
2175 <channel onMode="1" bRatio="0.1500000" products="511 111"/>
2176 <channel onMode="1" bRatio="0.0500000" products="523 -211 111"/>
2177 <channel onMode="1" bRatio="0.0300000" products="513 211 -211"/>
2178</particle>
2179
2180<particle id="521" name="B+" antiName="B-" spinType="1" chargeType="3" colType="0"
2181 m0="5.27925" tau0="4.91100e-01">
2182 <channel onMode="1" bRatio="0.0000930" products="16 -15"/>
2183 <channel onMode="1" bRatio="0.0000720" meMode="22" products="12 -11 111"/>
2184 <channel onMode="1" bRatio="0.0001450" meMode="22" products="12 -11 113"/>
2185 <channel onMode="1" bRatio="0.0000840" meMode="22" products="12 -11 221"/>
2186 <channel onMode="1" bRatio="0.0001450" meMode="22" products="12 -11 223"/>
2187 <channel onMode="1" bRatio="0.0000840" meMode="22" products="12 -11 331"/>
2188 <channel onMode="1" bRatio="0.0224000" meMode="22" products="12 -11 -421"/>
2189 <channel onMode="1" bRatio="0.0617000" meMode="22" products="12 -11 -423"/>
2190 <channel onMode="1" bRatio="0.0030000" meMode="22" products="12 -11 -425"/>
2191 <channel onMode="1" bRatio="0.0049000" meMode="22" products="12 -11 -10421"/>
2192 <channel onMode="1" bRatio="0.0056000" meMode="22" products="12 -11 -10423"/>
2193 <channel onMode="1" bRatio="0.0090000" meMode="22" products="12 -11 -20423"/>
2194 <channel onMode="1" bRatio="0.0000720" meMode="22" products="14 -13 111"/>
2195 <channel onMode="1" bRatio="0.0001450" meMode="22" products="14 -13 113"/>
2196 <channel onMode="1" bRatio="0.0000840" meMode="22" products="14 -13 221"/>
2197 <channel onMode="1" bRatio="0.0001450" meMode="22" products="14 -13 223"/>
2198 <channel onMode="1" bRatio="0.0000840" meMode="22" products="14 -13 331"/>
2199 <channel onMode="1" bRatio="0.0224000" meMode="22" products="14 -13 -421"/>
2200 <channel onMode="1" bRatio="0.0617000" meMode="22" products="14 -13 -423"/>
2201 <channel onMode="1" bRatio="0.0030000" meMode="22" products="14 -13 -425"/>
2202 <channel onMode="1" bRatio="0.0049000" meMode="22" products="14 -13 -10421"/>
2203 <channel onMode="1" bRatio="0.0056000" meMode="22" products="14 -13 -10423"/>
2204 <channel onMode="1" bRatio="0.0090000" meMode="22" products="14 -13 -20423"/>
2205 <channel onMode="1" bRatio="0.0000300" meMode="22" products="16 -15 111"/>
2206 <channel onMode="1" bRatio="0.0000420" meMode="22" products="16 -15 113"/>
2207 <channel onMode="1" bRatio="0.0000120" meMode="22" products="16 -15 221"/>
2208 <channel onMode="1" bRatio="0.0000420" meMode="22" products="16 -15 223"/>
2209 <channel onMode="1" bRatio="0.0000200" meMode="22" products="16 -15 225"/>
2210 <channel onMode="1" bRatio="0.0000180" meMode="22" products="16 -15 331"/>
2211 <channel onMode="1" bRatio="0.0000200" meMode="22" products="16 -15 335"/>
2212 <channel onMode="1" bRatio="0.0070000" meMode="22" products="16 -15 -421"/>
2213 <channel onMode="1" bRatio="0.0160000" meMode="22" products="16 -15 -423"/>
2214 <channel onMode="1" bRatio="0.0020000" meMode="22" products="16 -15 -425"/>
2215 <channel onMode="1" bRatio="0.0000270" meMode="22" products="16 -15 10113"/>
2216 <channel onMode="1" bRatio="0.0000020" meMode="22" products="16 -15 10221"/>
2217 <channel onMode="1" bRatio="0.0000130" meMode="22" products="16 -15 10223"/>
2218 <channel onMode="1" bRatio="0.0000130" meMode="22" products="16 -15 10333"/>
2219 <channel onMode="1" bRatio="0.0013000" meMode="22" products="16 -15 -10421"/>
2220 <channel onMode="1" bRatio="0.0013000" meMode="22" products="16 -15 -10423"/>
2221 <channel onMode="1" bRatio="0.0000460" meMode="22" products="16 -15 20113"/>
2222 <channel onMode="1" bRatio="0.0000230" meMode="22" products="16 -15 20223"/>
2223 <channel onMode="1" bRatio="0.0000230" meMode="22" products="16 -15 20333"/>
2224 <channel onMode="1" bRatio="0.0020000" meMode="22" products="16 -15 -20423"/>
2225 <channel onMode="1" bRatio="0.0000040" meMode="22" products="16 -15 9000111"/>
2226 <channel onMode="1" bRatio="0.0000020" meMode="22" products="16 -15 9010221"/>
2227 <channel onMode="1" bRatio="0.0019000" meMode="22" products="12 -11 -411 211"/>
2228 <channel onMode="1" bRatio="0.0006000" meMode="22" products="12 -11 -413 211"/>
2229 <channel onMode="1" bRatio="0.0010000" meMode="22" products="12 -11 -421 111"/>
2230 <channel onMode="1" bRatio="0.0003000" meMode="22" products="12 -11 -423 111"/>
2231 <channel onMode="1" bRatio="0.0019000" meMode="22" products="14 -13 -411 211"/>
2232 <channel onMode="1" bRatio="0.0006000" meMode="22" products="14 -13 -413 211"/>
2233 <channel onMode="1" bRatio="0.0010000" meMode="22" products="14 -13 -421 111"/>
2234 <channel onMode="1" bRatio="0.0003000" meMode="22" products="14 -13 -423 111"/>
2235 <channel onMode="1" bRatio="0.0000055" products="211 111"/>
2236 <channel onMode="1" bRatio="0.0000091" products="211 113"/>
2237 <channel onMode="1" bRatio="0.0000120" products="211 130"/>
2238 <channel onMode="1" bRatio="0.0000120" products="213 111"/>
2239 <channel onMode="1" bRatio="0.0000150" products="213 113"/>
2240 <channel onMode="1" bRatio="0.0000048" products="221 211"/>
2241 <channel onMode="1" bRatio="0.0000086" products="221 213"/>
2242 <channel onMode="1" bRatio="0.0000059" products="223 211"/>
2243 <channel onMode="1" bRatio="0.0000130" products="223 213"/>
2244 <channel onMode="1" bRatio="0.0000023" products="225 211"/>
2245 <channel onMode="1" bRatio="0.0000120" products="310 211"/>
2246 <channel onMode="1" bRatio="0.0000010" products="311 213"/>
2247 <channel onMode="1" bRatio="0.0000100" products="313 213"/>
2248 <channel onMode="1" bRatio="0.0000120" products="321 111"/>
2249 <channel onMode="1" bRatio="0.0000052" products="321 113"/>
2250 <channel onMode="1" bRatio="0.0000026" products="321 221"/>
2251 <channel onMode="1" bRatio="0.0000051" products="321 223"/>
2252 <channel onMode="1" bRatio="0.0000010" products="321 311"/>
2253 <channel onMode="1" bRatio="0.0000403" products="323 22"/>
2254 <channel onMode="1" bRatio="0.0000020" products="323 111"/>
2255 <channel onMode="1" bRatio="0.0000100" products="323 113"/>
2256 <channel onMode="1" bRatio="0.0000240" products="323 221"/>
2257 <channel onMode="1" bRatio="0.0000010" products="323 223"/>
2258 <channel onMode="1" bRatio="0.0000030" products="323 311"/>
2259 <channel onMode="1" bRatio="0.0000010" products="323 -313"/>
2260 <channel onMode="1" bRatio="0.0000042" products="331 211"/>
2261 <channel onMode="1" bRatio="0.0000010" products="331 213"/>
2262 <channel onMode="1" bRatio="0.0000780" products="331 321"/>
2263 <channel onMode="1" bRatio="0.0000010" products="331 323"/>
2264 <channel onMode="1" bRatio="0.0000010" products="333 211"/>
2265 <channel onMode="1" bRatio="0.0000010" products="333 213"/>
2266 <channel onMode="1" bRatio="0.0000090" products="333 321"/>
2267 <channel onMode="1" bRatio="0.0000110" products="333 323"/>
2268 <channel onMode="1" bRatio="0.0000005" products="411 111"/>
2269 <channel onMode="1" bRatio="0.0000110" products="411 311"/>
2270 <channel onMode="1" bRatio="0.0000005" products="413 111"/>
2271 <channel onMode="1" bRatio="0.0000060" products="413 311"/>
2272 <channel onMode="1" bRatio="0.0050000" products="-421 211"/>
2273 <channel onMode="1" bRatio="0.0134000" products="-421 213"/>
2274 <channel onMode="1" bRatio="0.0004100" products="-421 321"/>
2275 <channel onMode="1" bRatio="0.0006100" products="-421 323"/>
2276 <channel onMode="1" bRatio="0.0002700" products="-421 411"/>
2277 <channel onMode="1" bRatio="0.0003350" products="-421 413"/>
2278 <channel onMode="1" bRatio="0.0046000" products="-423 211"/>
2279 <channel onMode="1" bRatio="0.0098000" products="-423 213"/>
2280 <channel onMode="1" bRatio="0.0003600" products="-423 321"/>
2281 <channel onMode="1" bRatio="0.0007700" products="-423 323"/>
2282 <channel onMode="1" bRatio="0.0003350" products="-423 411"/>
2283 <channel onMode="1" bRatio="0.0010400" products="-423 413"/>
2284 <channel onMode="1" bRatio="0.0008000" products="-425 211"/>
2285 <channel onMode="1" bRatio="0.0038000" products="-425 213"/>
2286 <channel onMode="1" bRatio="0.0000200" products="431 111"/>
2287 <channel onMode="1" bRatio="0.0000280" products="431 113"/>
2288 <channel onMode="1" bRatio="0.0129000" products="431 -421"/>
2289 <channel onMode="1" bRatio="0.0124000" products="431 -423"/>
2290 <channel onMode="1" bRatio="0.0042000" products="431 -425"/>
2291 <channel onMode="1" bRatio="0.0000200" products="433 111"/>
2292 <channel onMode="1" bRatio="0.0000280" products="433 113"/>
2293 <channel onMode="1" bRatio="0.0111000" products="433 -421"/>
2294 <channel onMode="1" bRatio="0.0278000" products="433 -423"/>
2295 <channel onMode="1" bRatio="0.0040000" products="433 -425"/>
2296 <channel onMode="1" bRatio="0.0009000" products="441 321"/>
2297 <channel onMode="1" bRatio="0.0012000" products="441 323"/>
2298 <channel onMode="1" bRatio="0.0000400" products="443 211"/>
2299 <channel onMode="1" bRatio="0.0000600" products="443 213"/>
2300 <channel onMode="1" bRatio="0.0010600" products="443 321"/>
2301 <channel onMode="1" bRatio="0.0014300" products="443 323"/>
2302 <channel onMode="1" bRatio="0.0005000" products="443 325"/>
2303 <channel onMode="1" bRatio="0.0000200" products="445 321"/>
2304 <channel onMode="1" bRatio="0.0000100" products="10113 211"/>
2305 <channel onMode="1" bRatio="0.0000100" products="10113 321"/>
2306 <channel onMode="1" bRatio="0.0000100" products="10213 111"/>
2307 <channel onMode="1" bRatio="0.0000100" products="10213 311"/>
2308 <channel onMode="1" bRatio="0.0000700" products="10311 211"/>
2309 <channel onMode="1" bRatio="0.0000100" products="10311 213"/>
2310 <channel onMode="1" bRatio="0.0000020" products="-10311 321"/>
2311 <channel onMode="1" bRatio="0.0000020" products="10321 111"/>
2312 <channel onMode="1" bRatio="0.0000100" products="10321 113"/>
2313 <channel onMode="1" bRatio="0.0000020" products="10321 311"/>
2314 <channel onMode="1" bRatio="0.0000100" products="10321 333"/>
2315 <channel onMode="1" bRatio="0.0018000" products="10323 443"/>
2316 <channel onMode="1" bRatio="0.0009100" products="-10421 211"/>
2317 <channel onMode="1" bRatio="0.0010000" products="-10423 211"/>
2318 <channel onMode="1" bRatio="0.0007000" products="-10423 213"/>
2319 <channel onMode="1" bRatio="0.0012000" products="-10423 431"/>
2320 <channel onMode="1" bRatio="0.0024000" products="-10423 433"/>
2321 <channel onMode="1" bRatio="0.0016000" products="10431 -421"/>
2322 <channel onMode="1" bRatio="0.0016000" products="10431 -423"/>
2323 <channel onMode="1" bRatio="0.0003000" products="10441 321"/>
2324 <channel onMode="1" bRatio="0.0004000" products="10441 323"/>
2325 <channel onMode="1" bRatio="0.0000400" products="20113 211"/>
2326 <channel onMode="1" bRatio="0.0000100" products="20113 321"/>
2327 <channel onMode="1" bRatio="0.0000200" products="20113 323"/>
2328 <channel onMode="1" bRatio="0.0000400" products="20213 111"/>
2329 <channel onMode="1" bRatio="0.0000100" products="20213 113"/>
2330 <channel onMode="1" bRatio="0.0000100" products="20213 223"/>
2331 <channel onMode="1" bRatio="0.0000100" products="20213 311"/>
2332 <channel onMode="1" bRatio="0.0000200" products="20213 313"/>
2333 <channel onMode="1" bRatio="0.0088700" products="20213 -421"/>
2334 <channel onMode="1" bRatio="0.0159700" products="20213 -423"/>
2335 <channel onMode="1" bRatio="0.0000500" products="20213 20113"/>
2336 <channel onMode="1" bRatio="0.0000020" products="20323 333"/>
2337 <channel onMode="1" bRatio="0.0001000" products="20323 443"/>
2338 <channel onMode="1" bRatio="0.0007500" products="-20423 211"/>
2339 <channel onMode="1" bRatio="0.0022000" products="-20423 213"/>
2340 <channel onMode="1" bRatio="0.0006000" products="-20423 431"/>
2341 <channel onMode="1" bRatio="0.0012000" products="-20423 433"/>
2342 <channel onMode="1" bRatio="0.0041000" products="20433 -421"/>
2343 <channel onMode="1" bRatio="0.0098000" products="20433 -423"/>
2344 <channel onMode="1" bRatio="0.0005700" products="20443 321"/>
2345 <channel onMode="1" bRatio="0.0002900" products="20443 323"/>
2346 <channel onMode="1" bRatio="0.0004800" products="30443 321"/>
2347 <channel onMode="1" bRatio="0.0005000" products="30443 323"/>
2348 <channel onMode="1" bRatio="0.0003000" products="30443 10323"/>
2349 <channel onMode="1" bRatio="0.0000022" products="100113 211"/>
2350 <channel onMode="1" bRatio="0.0000010" products="100113 321"/>
2351 <channel onMode="1" bRatio="0.0003600" products="100441 321"/>
2352 <channel onMode="1" bRatio="0.0004800" products="100441 323"/>
2353 <channel onMode="1" bRatio="0.0006300" products="100443 321"/>
2354 <channel onMode="1" bRatio="0.0006000" products="100443 323"/>
2355 <channel onMode="1" bRatio="0.0004000" products="100443 10323"/>
2356 <channel onMode="1" bRatio="0.0000010" products="9000111 211"/>
2357 <channel onMode="1" bRatio="0.0000100" products="9000111 213"/>
2358 <channel onMode="1" bRatio="0.0000010" products="9000111 321"/>
2359 <channel onMode="1" bRatio="0.0000050" products="9000111 323"/>
2360 <channel onMode="1" bRatio="0.0000010" products="9000211 111"/>
2361 <channel onMode="1" bRatio="0.0000020" products="9000211 113"/>
2362 <channel onMode="1" bRatio="0.0000010" products="9000211 311"/>
2363 <channel onMode="1" bRatio="0.0000050" products="9000211 313"/>
2364 <channel onMode="1" bRatio="0.0000010" products="9010221 211"/>
2365 <channel onMode="1" bRatio="0.0000100" products="9010221 213"/>
2366 <channel onMode="1" bRatio="0.0000085" products="9010221 321"/>
2367 <channel onMode="1" bRatio="0.0000100" products="9010221 323"/>
2368 <channel onMode="1" bRatio="0.0000100" products="9010221 20213"/>
2369 <channel onMode="1" bRatio="0.0000260" products="211 111 111"/>
2370 <channel onMode="1" bRatio="0.0000100" products="211 113 111"/>
2371 <channel onMode="1" bRatio="0.0000100" products="211 113 113"/>
2372 <channel onMode="1" bRatio="0.0000160" products="211 211 -211"/>
2373 <channel onMode="1" bRatio="0.0000100" products="213 111 111"/>
2374 <channel onMode="1" bRatio="0.0000100" products="213 113 111"/>
2375 <channel onMode="1" bRatio="0.0000100" products="213 211 -211"/>
2376 <channel onMode="1" bRatio="0.0000100" products="213 -213 211"/>
2377 <channel onMode="1" bRatio="0.0000100" products="-213 211 211"/>
2378 <channel onMode="1" bRatio="0.0000010" products="221 211 111"/>
2379 <channel onMode="1" bRatio="0.0000050" products="221 211 113"/>
2380 <channel onMode="1" bRatio="0.0000050" products="221 213 111"/>
2381 <channel onMode="1" bRatio="0.0000050" products="221 213 113"/>
2382 <channel onMode="1" bRatio="0.0000010" products="221 221 211"/>
2383 <channel onMode="1" bRatio="0.0000020" products="221 221 213"/>
2384 <channel onMode="1" bRatio="0.0000100" products="223 211 111"/>
2385 <channel onMode="1" bRatio="0.0000100" products="223 211 113"/>
2386 <channel onMode="1" bRatio="0.0000100" products="223 213 111"/>
2387 <channel onMode="1" bRatio="0.0000050" products="223 221 211"/>
2388 <channel onMode="1" bRatio="0.0000050" products="223 221 213"/>
2389 <channel onMode="1" bRatio="0.0000010" products="311 211 111"/>
2390 <channel onMode="1" bRatio="0.0000050" products="311 211 113"/>
2391 <channel onMode="1" bRatio="0.0000100" products="311 213 111"/>
2392 <channel onMode="1" bRatio="0.0000010" products="311 221 211"/>
2393 <channel onMode="1" bRatio="0.0000050" products="311 221 213"/>
2394 <channel onMode="1" bRatio="0.0000050" products="311 223 211"/>
2395 <channel onMode="1" bRatio="0.0000010" products="311 311 211"/>
2396 <channel onMode="1" bRatio="0.0000010" products="311 311 213"/>
2397 <channel onMode="1" bRatio="0.0000100" products="313 211 111"/>
2398 <channel onMode="1" bRatio="0.0000100" products="313 211 113"/>
2399 <channel onMode="1" bRatio="0.0000100" products="313 213 111"/>
2400 <channel onMode="1" bRatio="0.0000050" products="313 221 211"/>
2401 <channel onMode="1" bRatio="0.0000050" products="313 221 213"/>
2402 <channel onMode="1" bRatio="0.0000100" products="313 223 211"/>
2403 <channel onMode="1" bRatio="0.0000010" products="313 311 211"/>
2404 <channel onMode="1" bRatio="0.0000010" products="313 -313 211"/>
2405 <channel onMode="1" bRatio="0.0000010" products="-313 311 211"/>
2406 <channel onMode="1" bRatio="0.0000006" meMode="11" products="321 11 -11"/>
2407 <channel onMode="1" bRatio="0.0000006" meMode="11" products="321 13 -13"/>
2408 <channel onMode="1" bRatio="0.0000001" meMode="11" products="321 15 -15"/>
2409 <channel onMode="1" bRatio="0.0000010" products="321 111 111"/>
2410 <channel onMode="1" bRatio="0.0000050" products="321 113 111"/>
2411 <channel onMode="1" bRatio="0.0000049" products="321 211 -211"/>
2412 <channel onMode="1" bRatio="0.0000100" products="321 213 -211"/>
2413 <channel onMode="1" bRatio="0.0000100" products="321 -213 211"/>
2414 <channel onMode="1" bRatio="0.0000010" products="321 221 111"/>
2415 <channel onMode="1" bRatio="0.0000020" products="321 221 113"/>
2416 <channel onMode="1" bRatio="0.0000010" products="321 221 221"/>
2417 <channel onMode="1" bRatio="0.0000050" products="321 223 111"/>
2418 <channel onMode="1" bRatio="0.0000020" products="321 223 221"/>
2419 <channel onMode="1" bRatio="0.0000010" products="321 311 111"/>
2420 <channel onMode="1" bRatio="0.0000010" products="321 311 113"/>
2421 <channel onMode="1" bRatio="0.0000010" products="321 311 221"/>
2422 <channel onMode="1" bRatio="0.0000010" products="321 311 223"/>
2423 <channel onMode="1" bRatio="0.0000480" products="321 311 311"/>
2424 <channel onMode="1" bRatio="0.0000100" products="321 313 311"/>
2425 <channel onMode="1" bRatio="0.0000010" products="321 -313 111"/>
2426 <channel onMode="1" bRatio="0.0000005" products="321 -313 221"/>
2427 <channel onMode="1" bRatio="0.0000100" products="321 -313 311"/>
2428 <channel onMode="1" bRatio="0.0000001" products="321 321 -211"/>
2429 <channel onMode="1" bRatio="0.0000260" products="321 321 -321"/>
2430 <channel onMode="1" bRatio="0.0000010" products="321 -321 211"/>
2431 <channel onMode="1" bRatio="0.0000010" products="321 -321 213"/>
2432 <channel onMode="1" bRatio="0.0000001" products="-321 211 211"/>
2433 <channel onMode="1" bRatio="0.0000018" meMode="11" products="323 11 -11"/>
2434 <channel onMode="1" bRatio="0.0000014" meMode="11" products="323 13 -13"/>
2435 <channel onMode="1" bRatio="0.0000002" meMode="11" products="323 15 -15"/>
2436 <channel onMode="1" bRatio="0.0000100" products="323 111 111"/>
2437 <channel onMode="1" bRatio="0.0000100" products="323 113 111"/>
2438 <channel onMode="1" bRatio="0.0000100" products="323 211 -211"/>
2439 <channel onMode="1" bRatio="0.0000100" products="323 213 -211"/>
2440 <channel onMode="1" bRatio="0.0000100" products="323 -213 211"/>
2441 <channel onMode="1" bRatio="0.0000050" products="323 221 111"/>
2442 <channel onMode="1" bRatio="0.0000050" products="323 221 113"/>
2443 <channel onMode="1" bRatio="0.0000020" products="323 221 221"/>
2444 <channel onMode="1" bRatio="0.0000100" products="323 223 111"/>
2445 <channel onMode="1" bRatio="0.0000050" products="323 223 221"/>
2446 <channel onMode="1" bRatio="0.0000010" products="323 311 111"/>
2447 <channel onMode="1" bRatio="0.0000005" products="323 311 221"/>
2448 <channel onMode="1" bRatio="0.0000100" products="323 311 311"/>
2449 <channel onMode="1" bRatio="0.0000010" products="323 -313 111"/>
2450 <channel onMode="1" bRatio="0.0000005" products="323 -313 221"/>
2451 <channel onMode="1" bRatio="0.0000100" products="323 321 -321"/>
2452 <channel onMode="1" bRatio="0.0000010" products="323 -321 211"/>
2453 <channel onMode="1" bRatio="0.0000010" products="-323 321 211"/>
2454 <channel onMode="1" bRatio="0.0000100" products="-323 321 321"/>
2455 <channel onMode="1" bRatio="0.0000010" products="331 211 111"/>
2456 <channel onMode="1" bRatio="0.0000020" products="331 211 113"/>
2457 <channel onMode="1" bRatio="0.0000020" products="331 213 111"/>
2458 <channel onMode="1" bRatio="0.0000020" products="331 213 113"/>
2459 <channel onMode="1" bRatio="0.0000010" products="331 221 211"/>
2460 <channel onMode="1" bRatio="0.0000020" products="331 223 211"/>
2461 <channel onMode="1" bRatio="0.0000020" products="331 223 213"/>
2462 <channel onMode="1" bRatio="0.0000010" products="331 311 211"/>
2463 <channel onMode="1" bRatio="0.0000020" products="331 311 213"/>
2464 <channel onMode="1" bRatio="0.0000020" products="331 313 213"/>
2465 <channel onMode="1" bRatio="0.0000010" products="331 321 111"/>
2466 <channel onMode="1" bRatio="0.0000010" products="331 321 113"/>
2467 <channel onMode="1" bRatio="0.0000010" products="331 321 221"/>
2468 <channel onMode="1" bRatio="0.0000010" products="331 321 223"/>
2469 <channel onMode="1" bRatio="0.0000010" products="331 321 311"/>
2470 <channel onMode="1" bRatio="0.0000002" products="331 321 -313"/>
2471 <channel onMode="1" bRatio="0.0000020" products="331 323 111"/>
2472 <channel onMode="1" bRatio="0.0000020" products="331 323 113"/>
2473 <channel onMode="1" bRatio="0.0000010" products="331 323 221"/>
2474 <channel onMode="1" bRatio="0.0000020" products="331 323 223"/>
2475 <channel onMode="1" bRatio="0.0000002" products="331 323 311"/>
2476 <channel onMode="1" bRatio="0.0000002" products="331 323 -313"/>
2477 <channel onMode="1" bRatio="0.0000010" products="331 331 321"/>
2478 <channel onMode="1" bRatio="0.0000010" products="333 211 111"/>
2479 <channel onMode="1" bRatio="0.0000010" products="333 211 113"/>
2480 <channel onMode="1" bRatio="0.0000010" products="333 213 111"/>
2481 <channel onMode="1" bRatio="0.0000005" products="333 221 211"/>
2482 <channel onMode="1" bRatio="0.0000005" products="333 221 213"/>
2483 <channel onMode="1" bRatio="0.0000010" products="333 223 211"/>
2484 <channel onMode="1" bRatio="0.0000100" products="333 311 211"/>
2485 <channel onMode="1" bRatio="0.0000100" products="333 311 213"/>
2486 <channel onMode="1" bRatio="0.0000100" products="333 321 111"/>
2487 <channel onMode="1" bRatio="0.0000100" products="333 321 113"/>
2488 <channel onMode="1" bRatio="0.0000050" products="333 321 221"/>
2489 <channel onMode="1" bRatio="0.0000100" products="333 321 223"/>
2490 <channel onMode="1" bRatio="0.0000010" products="333 321 311"/>
2491 <channel onMode="1" bRatio="0.0000100" products="333 323 111"/>
2492 <channel onMode="1" bRatio="0.0000002" products="333 331 211"/>
2493 <channel onMode="1" bRatio="0.0000002" products="333 331 213"/>
2494 <channel onMode="1" bRatio="0.0000020" products="333 331 321"/>
2495 <channel onMode="1" bRatio="0.0000010" products="333 333 211"/>
2496 <channel onMode="1" bRatio="0.0000030" products="333 333 321"/>
2497 <channel onMode="1" bRatio="0.0000030" products="333 333 323"/>
2498 <channel onMode="1" bRatio="0.0005000" products="411 -411 321"/>
2499 <channel onMode="1" bRatio="0.0005000" products="411 -411 323"/>
2500 <channel onMode="1" bRatio="0.0010200" products="-411 211 211"/>
2501 <channel onMode="1" bRatio="0.0020000" products="-411 213 211"/>
2502 <channel onMode="1" bRatio="0.0005000" products="413 -411 321"/>
2503 <channel onMode="1" bRatio="0.0005000" products="413 -411 323"/>
2504 <channel onMode="1" bRatio="0.0015000" products="413 -413 321"/>
2505 <channel onMode="1" bRatio="0.0010000" products="413 -413 323"/>
2506 <channel onMode="1" bRatio="0.0012500" products="-413 211 211"/>
2507 <channel onMode="1" bRatio="0.0020000" products="-413 213 211"/>
2508 <channel onMode="1" bRatio="0.0015000" products="-413 411 321"/>
2509 <channel onMode="1" bRatio="0.0005000" products="-413 411 323"/>
2510 <channel onMode="1" bRatio="0.0015000" products="421 -421 321"/>
2511 <channel onMode="1" bRatio="0.0025000" products="421 -421 323"/>
2512 <channel onMode="1" bRatio="0.0005000" products="-421 211 111"/>
2513 <channel onMode="1" bRatio="0.0021000" products="-421 211 113"/>
2514 <channel onMode="1" bRatio="0.0017000" products="-421 411 311"/>
2515 <channel onMode="1" bRatio="0.0025000" products="-421 411 313"/>
2516 <channel onMode="1" bRatio="0.0049000" products="-421 413 311"/>
2517 <channel onMode="1" bRatio="0.0025000" products="-421 413 313"/>
2518 <channel onMode="1" bRatio="0.0047000" products="423 -421 321"/>
2519 <channel onMode="1" bRatio="0.0025000" products="423 -421 323"/>
2520 <channel onMode="1" bRatio="0.0070000" products="423 -423 321"/>
2521 <channel onMode="1" bRatio="0.0050000" products="423 -423 323"/>
2522 <channel onMode="1" bRatio="0.0005000" products="-423 211 111"/>
2523 <channel onMode="1" bRatio="0.0005000" products="-423 211 113"/>
2524 <channel onMode="1" bRatio="0.0005000" products="-423 213 111"/>
2525 <channel onMode="1" bRatio="0.0031000" products="-423 411 311"/>
2526 <channel onMode="1" bRatio="0.0025000" products="-423 411 313"/>
2527 <channel onMode="1" bRatio="0.0100000" products="-423 413 311"/>
2528 <channel onMode="1" bRatio="0.0050000" products="-423 413 313"/>
2529 <channel onMode="1" bRatio="0.0018000" products="-423 421 321"/>
2530 <channel onMode="1" bRatio="0.0025000" products="-423 421 323"/>
2531 <channel onMode="1" bRatio="0.0036000" products="431 -411 211"/>
2532 <channel onMode="1" bRatio="0.0018000" products="431 -421 111"/>
2533 <channel onMode="1" bRatio="0.0037000" products="433 -411 211"/>
2534 <channel onMode="1" bRatio="0.0018000" products="433 -421 111"/>
2535 <channel onMode="1" bRatio="0.0002000" products="441 311 211"/>
2536 <channel onMode="1" bRatio="0.0001000" products="441 321 111"/>
2537 <channel onMode="1" bRatio="0.0002000" products="443 311 211"/>
2538 <channel onMode="1" bRatio="0.0001000" products="443 321 111"/>
2539 <channel onMode="1" bRatio="0.0000900" products="443 333 321"/>
2540 <channel onMode="1" bRatio="0.0002000" products="445 311 211"/>
2541 <channel onMode="1" bRatio="0.0001000" products="445 321 111"/>
2542 <channel onMode="1" bRatio="0.0000100" products="10311 211 111"/>
2543 <channel onMode="1" bRatio="0.0000100" products="10311 211 113"/>
2544 <channel onMode="1" bRatio="0.0000100" products="10311 213 111"/>
2545 <channel onMode="1" bRatio="0.0000050" products="10311 221 213"/>
2546 <channel onMode="1" bRatio="0.0000100" products="10311 321 311"/>
2547 <channel onMode="1" bRatio="0.0000020" products="10311 331 213"/>
2548 <channel onMode="1" bRatio="0.0000100" products="10311 333 211"/>
2549 <channel onMode="1" bRatio="0.0000100" products="-10311 321 311"/>
2550 <channel onMode="1" bRatio="0.0000100" products="10321 111 111"/>
2551 <channel onMode="1" bRatio="0.0000100" products="10321 113 111"/>
2552 <channel onMode="1" bRatio="0.0000100" products="10321 213 -211"/>
2553 <channel onMode="1" bRatio="0.0000050" products="10321 221 113"/>
2554 <channel onMode="1" bRatio="0.0000100" products="10321 321 -321"/>
2555 <channel onMode="1" bRatio="0.0000020" products="10321 331 113"/>
2556 <channel onMode="1" bRatio="0.0000100" products="10321 333 111"/>
2557 <channel onMode="1" bRatio="0.0000050" products="10321 333 221"/>
2558 <channel onMode="1" bRatio="0.0000020" products="10321 333 331"/>
2559 <channel onMode="1" bRatio="0.0000100" products="-10321 321 321"/>
2560 <channel onMode="1" bRatio="0.0002000" products="10441 311 211"/>
2561 <channel onMode="1" bRatio="0.0001000" products="10441 321 111"/>
2562 <channel onMode="1" bRatio="0.0000100" products="20113 211 111"/>
2563 <channel onMode="1" bRatio="0.0000050" products="20113 221 211"/>
2564 <channel onMode="1" bRatio="0.0000100" products="20113 311 211"/>
2565 <channel onMode="1" bRatio="0.0000100" products="20113 321 111"/>
2566 <channel onMode="1" bRatio="0.0000020" products="20113 331 211"/>
2567 <channel onMode="1" bRatio="0.0000100" products="20213 111 111"/>
2568 <channel onMode="1" bRatio="0.0000100" products="20213 211 -211"/>
2569 <channel onMode="1" bRatio="0.0000050" products="20213 221 111"/>
2570 <channel onMode="1" bRatio="0.0000100" products="20213 311 111"/>
2571 <channel onMode="1" bRatio="0.0000100" products="20213 321 -211"/>
2572 <channel onMode="1" bRatio="0.0000020" products="20213 331 111"/>
2573 <channel onMode="1" bRatio="0.0000100" products="-20213 211 211"/>
2574 <channel onMode="1" bRatio="0.0000020" products="20313 333 211"/>
2575 <channel onMode="1" bRatio="0.0000020" products="20323 321 -321"/>
2576 <channel onMode="1" bRatio="0.0000020" products="20323 333 111"/>
2577 <channel onMode="1" bRatio="0.0000010" products="20323 333 221"/>
2578 <channel onMode="1" bRatio="0.0000010" products="20323 333 331"/>
2579 <channel onMode="1" bRatio="0.0004000" products="20443 311 211"/>
2580 <channel onMode="1" bRatio="0.0002000" products="20443 321 111"/>
2581 <channel onMode="1" bRatio="0.0003000" products="30443 311 211"/>
2582 <channel onMode="1" bRatio="0.0002000" products="30443 321 111"/>
2583 <channel onMode="1" bRatio="0.0000800" products="100441 311 211"/>
2584 <channel onMode="1" bRatio="0.0000500" products="100441 321 111"/>
2585 <channel onMode="1" bRatio="0.0004000" products="100443 311 211"/>
2586 <channel onMode="1" bRatio="0.0002000" products="100443 321 111"/>
2587 <channel onMode="1" bRatio="0.0000010" products="9000111 211 111"/>
2588 <channel onMode="1" bRatio="0.0000100" products="9000111 213 111"/>
2589 <channel onMode="1" bRatio="0.0000050" products="9000111 221 213"/>
2590 <channel onMode="1" bRatio="0.0000050" products="9000111 323 111"/>
2591 <channel onMode="1" bRatio="0.0000020" products="9000111 331 213"/>
2592 <channel onMode="1" bRatio="0.0000010" products="9000211 111 111"/>
2593 <channel onMode="1" bRatio="0.0000100" products="9000211 113 111"/>
2594 <channel onMode="1" bRatio="0.0000100" products="9000211 -213 211"/>
2595 <channel onMode="1" bRatio="0.0000050" products="9000211 221 113"/>
2596 <channel onMode="1" bRatio="0.0000050" products="9000211 313 111"/>
2597 <channel onMode="1" bRatio="0.0000020" products="9000211 331 113"/>
2598 <channel onMode="1" bRatio="0.0000010" products="-9000211 211 211"/>
2599 <channel onMode="1" bRatio="0.0000100" products="9010221 211 111"/>
2600 <channel onMode="1" bRatio="0.0000100" products="9010221 211 113"/>
2601 <channel onMode="1" bRatio="0.0000100" products="9010221 213 111"/>
2602 <channel onMode="1" bRatio="0.0000050" products="9010221 221 213"/>
2603 <channel onMode="1" bRatio="0.0000100" products="9010221 223 211"/>
2604 <channel onMode="1" bRatio="0.0000100" products="9010221 313 211"/>
2605 <channel onMode="1" bRatio="0.0000100" products="9010221 323 111"/>
2606 <channel onMode="1" bRatio="0.0000050" products="9010221 323 221"/>
2607 <channel onMode="1" bRatio="0.0000020" products="9010221 331 213"/>
2608 <channel onMode="1" bRatio="0.0000020" products="9010221 331 323"/>
2609 <channel onMode="1" bRatio="0.0000010" products="9010221 333 211"/>
2610 <channel onMode="1" bRatio="0.0000100" products="9010221 333 321"/>
2611 <channel onMode="1" bRatio="0.0000100" products="211 111 111 111"/>
2612 <channel onMode="1" bRatio="0.0000020" products="211 113 111 111"/>
2613 <channel onMode="1" bRatio="0.0000100" products="211 211 -211 111"/>
2614 <channel onMode="1" bRatio="0.0000020" products="211 211 -211 113"/>
2615 <channel onMode="1" bRatio="0.0000020" products="213 111 111 111"/>
2616 <channel onMode="1" bRatio="0.0000020" products="213 211 -211 111"/>
2617 <channel onMode="1" bRatio="0.0000020" products="-213 211 211 111"/>
2618 <channel onMode="1" bRatio="0.0000050" products="221 211 111 111"/>
2619 <channel onMode="1" bRatio="0.0000010" products="221 211 113 111"/>
2620 <channel onMode="1" bRatio="0.0000050" products="221 211 211 -211"/>
2621 <channel onMode="1" bRatio="0.0000010" products="221 213 111 111"/>
2622 <channel onMode="1" bRatio="0.0000010" products="221 213 211 -211"/>
2623 <channel onMode="1" bRatio="0.0000010" products="221 -213 211 211"/>
2624 <channel onMode="1" bRatio="0.0000020" products="221 221 211 111"/>
2625 <channel onMode="1" bRatio="0.0000010" products="221 221 213 111"/>
2626 <channel onMode="1" bRatio="0.0000020" products="223 211 111 111"/>
2627 <channel onMode="1" bRatio="0.0000010" products="223 221 211 111"/>
2628 <channel onMode="1" bRatio="0.0000100" products="311 211 111 111"/>
2629 <channel onMode="1" bRatio="0.0000100" products="311 211 113 111"/>
2630 <channel onMode="1" bRatio="0.0000100" products="311 211 211 -211"/>
2631 <channel onMode="1" bRatio="0.0000100" products="311 213 111 111"/>
2632 <channel onMode="1" bRatio="0.0000100" products="311 213 211 -211"/>
2633 <channel onMode="1" bRatio="0.0000100" products="311 -213 211 211"/>
2634 <channel onMode="1" bRatio="0.0000050" products="311 221 211 111"/>
2635 <channel onMode="1" bRatio="0.0000050" products="311 221 213 111"/>
2636 <channel onMode="1" bRatio="0.0000020" products="311 221 221 211"/>
2637 <channel onMode="1" bRatio="0.0000100" products="311 223 211 111"/>
2638 <channel onMode="1" bRatio="0.0000010" products="311 311 211 111"/>
2639 <channel onMode="1" bRatio="0.0000010" products="311 311 211 113"/>
2640 <channel onMode="1" bRatio="0.0000010" products="311 311 213 111"/>
2641 <channel onMode="1" bRatio="0.0000005" products="311 311 221 211"/>
2642 <channel onMode="1" bRatio="0.0000005" products="311 311 221 213"/>
2643 <channel onMode="1" bRatio="0.0000010" products="311 311 223 211"/>
2644 <channel onMode="1" bRatio="0.0000100" products="311 311 311 211"/>
2645 <channel onMode="1" bRatio="0.0000100" products="313 211 111 111"/>
2646 <channel onMode="1" bRatio="0.0000100" products="313 211 211 -211"/>
2647 <channel onMode="1" bRatio="0.0000050" products="313 221 211 111"/>
2648 <channel onMode="1" bRatio="0.0000010" products="313 311 211 111"/>
2649 <channel onMode="1" bRatio="0.0000010" products="-313 311 211 111"/>
2650 <channel onMode="1" bRatio="0.0000100" products="321 111 111 111"/>
2651 <channel onMode="1" bRatio="0.0000100" products="321 113 111 111"/>
2652 <channel onMode="1" bRatio="0.0000100" products="321 211 -211 111"/>
2653 <channel onMode="1" bRatio="0.0000100" products="321 213 -211 111"/>
2654 <channel onMode="1" bRatio="0.0000100" products="321 -213 211 111"/>
2655 <channel onMode="1" bRatio="0.0000050" products="321 221 111 111"/>
2656 <channel onMode="1" bRatio="0.0000050" products="321 221 113 111"/>
2657 <channel onMode="1" bRatio="0.0000050" products="321 221 211 -211"/>
2658 <channel onMode="1" bRatio="0.0000020" products="321 221 221 111"/>
2659 <channel onMode="1" bRatio="0.0000100" products="321 223 111 111"/>
2660 <channel onMode="1" bRatio="0.0000050" products="321 223 221 111"/>
2661 <channel onMode="1" bRatio="0.0000010" products="321 311 111 111"/>
2662 <channel onMode="1" bRatio="0.0000010" products="321 311 113 111"/>
2663 <channel onMode="1" bRatio="0.0000010" products="321 311 211 -211"/>
2664 <channel onMode="1" bRatio="0.0000010" products="321 311 213 -211"/>
2665 <channel onMode="1" bRatio="0.0000010" products="321 311 -213 211"/>
2666 <channel onMode="1" bRatio="0.0000005" products="321 311 221 111"/>
2667 <channel onMode="1" bRatio="0.0000005" products="321 311 221 113"/>
2668 <channel onMode="1" bRatio="0.0000002" products="321 311 221 221"/>
2669 <channel onMode="1" bRatio="0.0000010" products="321 311 223 111"/>
2670 <channel onMode="1" bRatio="0.0000100" products="321 311 311 111"/>
2671 <channel onMode="1" bRatio="0.0000050" products="321 311 311 221"/>
2672 <channel onMode="1" bRatio="0.0000010" products="321 311 311 311"/>
2673 <channel onMode="1" bRatio="0.0000100" products="321 313 311 111"/>
2674 <channel onMode="1" bRatio="0.0000010" products="321 -313 111 111"/>
2675 <channel onMode="1" bRatio="0.0000005" products="321 -313 221 111"/>
2676 <channel onMode="1" bRatio="0.0000100" products="321 -313 311 111"/>
2677 <channel onMode="1" bRatio="0.0000100" products="321 321 -321 111"/>
2678 <channel onMode="1" bRatio="0.0000100" products="321 321 -321 113"/>
2679 <channel onMode="1" bRatio="0.0000050" products="321 321 -321 221"/>
2680 <channel onMode="1" bRatio="0.0000100" products="321 321 -321 223"/>
2681 <channel onMode="1" bRatio="0.0000010" products="321 321 -321 311"/>
2682 <channel onMode="1" bRatio="0.0000010" products="321 -321 211 111"/>
2683 <channel onMode="1" bRatio="0.0000010" products="321 -321 211 113"/>
2684 <channel onMode="1" bRatio="0.0000010" products="321 -321 213 111"/>
2685 <channel onMode="1" bRatio="0.0000005" products="321 -321 221 211"/>
2686 <channel onMode="1" bRatio="0.0000005" products="321 -321 221 213"/>
2687 <channel onMode="1" bRatio="0.0000010" products="321 -321 223 211"/>
2688 <channel onMode="1" bRatio="0.0000100" products="321 -321 311 211"/>
2689 <channel onMode="1" bRatio="0.0000100" products="321 -321 311 213"/>
2690 <channel onMode="1" bRatio="0.0000010" products="-321 311 213 211"/>
2691 <channel onMode="1" bRatio="0.0000010" products="-321 313 211 211"/>
2692 <channel onMode="1" bRatio="0.0000100" products="323 111 111 111"/>
2693 <channel onMode="1" bRatio="0.0000100" products="323 211 -211 111"/>
2694 <channel onMode="1" bRatio="0.0000050" products="323 221 111 111"/>
2695 <channel onMode="1" bRatio="0.0000050" products="323 221 211 -211"/>
2696 <channel onMode="1" bRatio="0.0000020" products="323 221 221 111"/>
2697 <channel onMode="1" bRatio="0.0000010" products="323 311 111 111"/>
2698 <channel onMode="1" bRatio="0.0000005" products="323 311 221 111"/>
2699 <channel onMode="1" bRatio="0.0000100" products="323 311 311 111"/>
2700 <channel onMode="1" bRatio="0.0000100" products="323 321 -321 111"/>
2701 <channel onMode="1" bRatio="0.0000010" products="323 -321 211 111"/>
2702 <channel onMode="1" bRatio="0.0000010" products="-323 311 211 211"/>
2703 <channel onMode="1" bRatio="0.0000010" products="-323 321 211 111"/>
2704 <channel onMode="1" bRatio="0.0000100" products="-323 321 321 111"/>
2705 <channel onMode="1" bRatio="0.0000020" products="331 211 111 111"/>
2706 <channel onMode="1" bRatio="0.0000010" products="331 211 113 111"/>
2707 <channel onMode="1" bRatio="0.0000020" products="331 211 211 -211"/>
2708 <channel onMode="1" bRatio="0.0000010" products="331 213 111 111"/>
2709 <channel onMode="1" bRatio="0.0000010" products="331 213 211 -211"/>
2710 <channel onMode="1" bRatio="0.0000010" products="331 -213 211 211"/>
2711 <channel onMode="1" bRatio="0.0000010" products="331 221 211 111"/>
2712 <channel onMode="1" bRatio="0.0000010" products="331 223 211 111"/>
2713 <channel onMode="1" bRatio="0.0000020" products="331 311 213 111"/>
2714 <channel onMode="1" bRatio="0.0000002" products="331 311 311 211"/>
2715 <channel onMode="1" bRatio="0.0000002" products="331 311 311 213"/>
2716 <channel onMode="1" bRatio="0.0000020" products="331 313 211 111"/>
2717 <channel onMode="1" bRatio="0.0000020" products="331 321 111 111"/>
2718 <channel onMode="1" bRatio="0.0000020" products="331 321 113 111"/>
2719 <channel onMode="1" bRatio="0.0000010" products="331 321 221 111"/>
2720 <channel onMode="1" bRatio="0.0000020" products="331 321 223 111"/>
2721 <channel onMode="1" bRatio="0.0000002" products="331 321 311 111"/>
2722 <channel onMode="1" bRatio="0.0000002" products="331 321 311 113"/>
2723 <channel onMode="1" bRatio="0.0000001" products="331 321 311 221"/>
2724 <channel onMode="1" bRatio="0.0000020" products="331 321 311 311"/>
2725 <channel onMode="1" bRatio="0.0000002" products="331 321 -313 111"/>
2726 <channel onMode="1" bRatio="0.0000020" products="331 321 321 -321"/>
2727 <channel onMode="1" bRatio="0.0000002" products="331 321 -321 211"/>
2728 <channel onMode="1" bRatio="0.0000002" products="331 321 -321 213"/>
2729 <channel onMode="1" bRatio="0.0000020" products="331 323 111 111"/>
2730 <channel onMode="1" bRatio="0.0000020" products="331 323 211 -211"/>
2731 <channel onMode="1" bRatio="0.0000010" products="331 323 221 111"/>
2732 <channel onMode="1" bRatio="0.0000002" products="331 323 311 111"/>
2733 <channel onMode="1" bRatio="0.0000010" products="333 211 111 111"/>
2734 <channel onMode="1" bRatio="0.0000010" products="333 211 211 -211"/>
2735 <channel onMode="1" bRatio="0.0000005" products="333 221 211 111"/>
2736 <channel onMode="1" bRatio="0.0000100" products="333 311 211 111"/>
2737 <channel onMode="1" bRatio="0.0000010" products="333 311 311 211"/>
2738 <channel onMode="1" bRatio="0.0000100" products="333 321 111 111"/>
2739 <channel onMode="1" bRatio="0.0000100" products="333 321 211 -211"/>
2740 <channel onMode="1" bRatio="0.0000050" products="333 321 221 111"/>
2741 <channel onMode="1" bRatio="0.0000010" products="333 321 311 111"/>
2742 <channel onMode="1" bRatio="0.0000010" products="333 321 311 311"/>
2743 <channel onMode="1" bRatio="0.0000010" products="333 321 321 -321"/>
2744 <channel onMode="1" bRatio="0.0000010" products="333 323 311 311"/>
2745 <channel onMode="1" bRatio="0.0000010" products="333 323 321 -321"/>
2746 <channel onMode="1" bRatio="0.0000002" products="333 331 211 111"/>
2747 <channel onMode="1" bRatio="0.0000020" products="333 331 321 111"/>
2748 <channel onMode="1" bRatio="0.0020000" products="-411 211 211 111"/>
2749 <channel onMode="1" bRatio="0.0150000" products="-413 211 211 111"/>
2750 <channel onMode="1" bRatio="0.0050000" products="-421 211 211 -211"/>
2751 <channel onMode="1" bRatio="0.0005000" products="-423 211 111 111"/>
2752 <channel onMode="1" bRatio="0.0005000" products="-423 211 211 -211"/>
2753 <channel onMode="1" bRatio="0.0033000" products="431 -411 211 111"/>
2754 <channel onMode="1" bRatio="0.0008000" products="431 -421 111 111"/>
2755 <channel onMode="1" bRatio="0.0033000" products="431 -421 211 -211"/>
2756 <channel onMode="1" bRatio="0.0033000" products="433 -411 211 111"/>
2757 <channel onMode="1" bRatio="0.0008000" products="433 -421 111 111"/>
2758 <channel onMode="1" bRatio="0.0033000" products="433 -421 211 -211"/>
2759 <channel onMode="1" bRatio="0.0001000" products="441 311 211 111"/>
2760 <channel onMode="1" bRatio="0.0001000" products="441 321 111 111"/>
2761 <channel onMode="1" bRatio="0.0002000" products="441 321 211 -211"/>
2762 <channel onMode="1" bRatio="0.0001000" products="445 311 211 111"/>
2763 <channel onMode="1" bRatio="0.0001000" products="445 321 111 111"/>
2764 <channel onMode="1" bRatio="0.0002000" products="445 321 211 -211"/>
2765 <channel onMode="1" bRatio="0.0000100" products="10311 211 111 111"/>
2766 <channel onMode="1" bRatio="0.0000100" products="10311 211 211 -211"/>
2767 <channel onMode="1" bRatio="0.0000050" products="10311 221 211 111"/>
2768 <channel onMode="1" bRatio="0.0000100" products="10311 321 311 111"/>
2769 <channel onMode="1" bRatio="0.0000050" products="10311 321 311 221"/>
2770 <channel onMode="1" bRatio="0.0000100" products="10311 321 -321 211"/>
2771 <channel onMode="1" bRatio="0.0000020" products="10311 331 211 111"/>
2772 <channel onMode="1" bRatio="0.0000020" products="10311 331 321 311"/>
2773 <channel onMode="1" bRatio="0.0000100" products="-10311 311 311 211"/>
2774 <channel onMode="1" bRatio="0.0000100" products="-10311 321 311 111"/>
2775 <channel onMode="1" bRatio="0.0000050" products="-10311 321 311 221"/>
2776 <channel onMode="1" bRatio="0.0000100" products="-10311 321 321 -211"/>
2777 <channel onMode="1" bRatio="0.0000020" products="-10311 331 321 311"/>
2778 <channel onMode="1" bRatio="0.0000100" products="10321 111 111 111"/>
2779 <channel onMode="1" bRatio="0.0000050" products="10321 221 111 111"/>
2780 <channel onMode="1" bRatio="0.0000100" products="10321 321 -321 111"/>
2781 <channel onMode="1" bRatio="0.0000050" products="10321 321 -321 221"/>
2782 <channel onMode="1" bRatio="0.0000020" products="10321 331 111 111"/>
2783 <channel onMode="1" bRatio="0.0000020" products="10321 331 321 -321"/>
2784 <channel onMode="1" bRatio="0.0000100" products="-10321 321 321 111"/>
2785 <channel onMode="1" bRatio="0.0000050" products="-10321 321 321 221"/>
2786 <channel onMode="1" bRatio="0.0000020" products="-10321 331 321 321"/>
2787 <channel onMode="1" bRatio="0.0001000" products="10441 311 211 111"/>
2788 <channel onMode="1" bRatio="0.0001000" products="10441 321 111 111"/>
2789 <channel onMode="1" bRatio="0.0002000" products="10441 321 211 -211"/>
2790 <channel onMode="1" bRatio="0.0000020" products="20313 311 311 211"/>
2791 <channel onMode="1" bRatio="0.0000100" products="20313 321 311 111"/>
2792 <channel onMode="1" bRatio="0.0000050" products="20313 321 311 221"/>
2793 <channel onMode="1" bRatio="0.0000020" products="20313 321 -321 211"/>
2794 <channel onMode="1" bRatio="0.0000020" products="20313 331 321 311"/>
2795 <channel onMode="1" bRatio="0.0000020" products="-20313 311 311 211"/>
2796 <channel onMode="1" bRatio="0.0000100" products="-20313 321 311 111"/>
2797 <channel onMode="1" bRatio="0.0000050" products="-20313 321 311 221"/>
2798 <channel onMode="1" bRatio="0.0000020" products="-20313 331 321 311"/>
2799 <channel onMode="1" bRatio="0.0000040" products="20323 311 311 111"/>
2800 <channel onMode="1" bRatio="0.0000020" products="20323 311 311 221"/>
2801 <channel onMode="1" bRatio="0.0000020" products="20323 321 -321 111"/>
2802 <channel onMode="1" bRatio="0.0000010" products="20323 321 -321 221"/>
2803 <channel onMode="1" bRatio="0.0000020" products="20323 331 311 311"/>
2804 <channel onMode="1" bRatio="0.0000010" products="20323 331 321 -321"/>
2805 <channel onMode="1" bRatio="0.0000020" products="-20323 321 321 111"/>
2806 <channel onMode="1" bRatio="0.0002000" products="20443 311 211 111"/>
2807 <channel onMode="1" bRatio="0.0002000" products="20443 321 111 111"/>
2808 <channel onMode="1" bRatio="0.0004000" products="20443 321 211 -211"/>
2809 <channel onMode="1" bRatio="0.0001000" products="30443 311 211 111"/>
2810 <channel onMode="1" bRatio="0.0001000" products="30443 321 111 111"/>
2811 <channel onMode="1" bRatio="0.0002000" products="30443 321 211 -211"/>
2812 <channel onMode="1" bRatio="0.0000500" products="100441 311 211 111"/>
2813 <channel onMode="1" bRatio="0.0000500" products="100441 321 111 111"/>
2814 <channel onMode="1" bRatio="0.0000800" products="100441 321 211 -211"/>
2815 <channel onMode="1" bRatio="0.0001000" products="100443 311 211 111"/>
2816 <channel onMode="1" bRatio="0.0001000" products="100443 321 111 111"/>
2817 <channel onMode="1" bRatio="0.0002000" products="100443 321 211 -211"/>
2818 <channel onMode="1" bRatio="0.0000010" products="9000111 211 111 111"/>
2819 <channel onMode="1" bRatio="0.0000010" products="9000211 111 111 111"/>
2820 <channel onMode="1" bRatio="0.0000010" products="-9000211 211 211 111"/>
2821 <channel onMode="1" bRatio="0.0000020" products="9010221 211 111 111"/>
2822 <channel onMode="1" bRatio="0.0000020" products="9010221 211 211 -211"/>
2823 <channel onMode="1" bRatio="0.0000010" products="9010221 221 211 111"/>
2824 <channel onMode="1" bRatio="0.0000010" products="9010221 311 311 211"/>
2825 <channel onMode="1" bRatio="0.0000010" products="9010221 321 311 111"/>
2826 <channel onMode="1" bRatio="0.0000100" products="9010221 321 321 -321"/>
2827 <channel onMode="1" bRatio="0.0000010" products="9010221 331 211 111"/>
2828 <channel onMode="1" bRatio="0.0000010" products="211 111 111 111 111"/>
2829 <channel onMode="1" bRatio="0.0000010" products="211 211 -211 111 111"/>
2830 <channel onMode="1" bRatio="0.0000010" products="221 211 111 111 111"/>
2831 <channel onMode="1" bRatio="0.0000010" products="221 211 211 -211 111"/>
2832 <channel onMode="1" bRatio="0.0000020" products="311 211 111 111 111"/>
2833 <channel onMode="1" bRatio="0.0000020" products="311 211 211 -211 111"/>
2834 <channel onMode="1" bRatio="0.0000010" products="311 221 211 111 111"/>
2835 <channel onMode="1" bRatio="0.0000010" products="311 221 211 211 -211"/>
2836 <channel onMode="1" bRatio="0.0000010" products="311 221 221 211 111"/>
2837 <channel onMode="1" bRatio="0.0000002" products="311 311 211 111 111"/>
2838 <channel onMode="1" bRatio="0.0000002" products="311 311 211 211 -211"/>
2839 <channel onMode="1" bRatio="0.0000001" products="311 311 221 211 111"/>
2840 <channel onMode="1" bRatio="0.0000100" products="311 311 311 211 111"/>
2841 <channel onMode="1" bRatio="0.0000020" products="321 111 111 111 111"/>
2842 <channel onMode="1" bRatio="0.0000020" products="321 211 211 -211 -211"/>
2843 <channel onMode="1" bRatio="0.0000020" products="321 211 -211 111 111"/>
2844 <channel onMode="1" bRatio="0.0000010" products="321 221 111 111 111"/>
2845 <channel onMode="1" bRatio="0.0000010" products="321 221 211 -211 111"/>
2846 <channel onMode="1" bRatio="0.0000010" products="321 221 221 111 111"/>
2847 <channel onMode="1" bRatio="0.0000002" products="321 311 111 111 111"/>
2848 <channel onMode="1" bRatio="0.0000002" products="321 311 211 -211 111"/>
2849 <channel onMode="1" bRatio="0.0000001" products="321 311 221 111 111"/>
2850 <channel onMode="1" bRatio="0.0000001" products="321 311 221 211 -211"/>
2851 <channel onMode="1" bRatio="0.0000100" products="321 311 311 111 111"/>
2852 <channel onMode="1" bRatio="0.0000050" products="321 311 311 221 111"/>
2853 <channel onMode="1" bRatio="0.0000010" products="321 311 311 311 111"/>
2854 <channel onMode="1" bRatio="0.0000100" products="321 321 -321 111 111"/>
2855 <channel onMode="1" bRatio="0.0000050" products="321 321 -321 221 111"/>
2856 <channel onMode="1" bRatio="0.0000010" products="321 321 -321 311 111"/>
2857 <channel onMode="1" bRatio="0.0000010" products="321 321 -321 -321 211"/>
2858 <channel onMode="1" bRatio="0.0000002" products="321 -321 211 111 111"/>
2859 <channel onMode="1" bRatio="0.0000002" products="321 -321 211 211 -211"/>
2860 <channel onMode="1" bRatio="0.0000001" products="321 -321 221 211 111"/>
2861 <channel onMode="1" bRatio="0.0000100" products="321 -321 311 211 111"/>
2862 <channel onMode="1" bRatio="0.0000010" products="321 -321 311 311 211"/>
2863 <channel onMode="1" bRatio="0.0000002" products="-321 311 211 211 111"/>
2864 <channel onMode="1" bRatio="0.0000001" products="-321 311 221 211 211"/>
2865 <channel onMode="1" bRatio="0.0000010" products="331 211 111 111 111"/>
2866 <channel onMode="1" bRatio="0.0000010" products="331 211 211 -211 111"/>
2867 <channel onMode="1" bRatio="0.0000010" products="331 311 211 211 -211"/>
2868 <channel onMode="1" bRatio="0.0000001" products="331 311 311 211 111"/>
2869 <channel onMode="1" bRatio="0.0000010" products="331 321 111 111 111"/>
2870 <channel onMode="1" bRatio="0.0000010" products="331 321 211 -211 111"/>
2871 <channel onMode="1" bRatio="0.0000010" products="331 321 221 111 111"/>
2872 <channel onMode="1" bRatio="0.0000001" products="331 321 311 111 111"/>
2873 <channel onMode="1" bRatio="0.0000001" products="331 321 311 211 -211"/>
2874 <channel onMode="1" bRatio="0.0000020" products="331 321 311 311 111"/>
2875 <channel onMode="1" bRatio="0.0000020" products="331 321 321 -321 111"/>
2876 <channel onMode="1" bRatio="0.0000001" products="331 321 -321 211 111"/>
2877 <channel onMode="1" bRatio="0.0000001" products="331 -321 311 211 211"/>
2878 <channel onMode="1" bRatio="0.0000010" products="333 311 311 311 211"/>
2879 <channel onMode="1" bRatio="0.0000010" products="333 321 311 311 111"/>
2880 <channel onMode="1" bRatio="0.0000010" products="333 321 321 311 -211"/>
2881 <channel onMode="1" bRatio="0.0000010" products="333 321 321 -321 111"/>
2882 <channel onMode="1" bRatio="0.0000010" products="333 321 -321 311 211"/>
2883 <channel onMode="1" bRatio="0.0050000" meMode="55" products="-3 2"/>
2884 <channel onMode="1" bRatio="0.0330000" meMode="63" products="-4103 2203"/>
2885 <channel onMode="1" bRatio="0.0090000" meMode="63" products="-4303 2203"/>
2886 <channel onMode="1" bRatio="0.0000700" meMode="23" products="1 -1 -1 2"/>
2887 <channel onMode="1" bRatio="0.0018000" meMode="23" products="1 -1 -3 2"/>
2888 <channel onMode="1" bRatio="0.0030000" meMode="23" products="2 -1 -2 2"/>
2889 <channel onMode="1" bRatio="0.0020500" meMode="23" products="2 -2 -1 2"/>
2890 <channel onMode="1" bRatio="0.0022000" meMode="23" products="2 -2 -3 2"/>
2891 <channel onMode="1" bRatio="0.0225000" meMode="43" products="2 -3 -4 2"/>
2892 <channel onMode="1" bRatio="0.0000900" meMode="23" products="3 -3 -1 2"/>
2893 <channel onMode="1" bRatio="0.0015000" meMode="23" products="3 -3 -3 2"/>
2894 <channel onMode="1" bRatio="0.0040000" meMode="43" products="4 -1 -4 2"/>
2895 <channel onMode="1" bRatio="0.0040000" meMode="23" products="4 -3 -2 2"/>
2896 <channel onMode="1" bRatio="0.0740000" meMode="43" products="4 -3 -4 2"/>
2897 <channel onMode="2" bRatio="0.0019480" meMode="22" products="12 -11 2 -2"/>
2898 <channel onMode="2" bRatio="0.0019480" meMode="22" products="14 -13 2 -2"/>
2899 <channel onMode="2" bRatio="0.0000200" products="445 323"/>
2900 <channel onMode="2" bRatio="0.0000010" products="333 321 313 311"/>
2901 <channel onMode="2" bRatio="0.0000020" products="-20313 321 321 -211"/>
2902 <channel onMode="2" bRatio="0.0003118" meMode="31" products="2 -3 22"/>
2903 <channel onMode="2" bRatio="0.2682660" meMode="23" products="2 -1 -4 2"/>
2904 <channel onMode="2" bRatio="0.0000050" meMode="12" products="2 -3 11 -11"/>
2905 <channel onMode="2" bRatio="0.0000025" meMode="12" products="2 -3 13 -13"/>
2906 <channel onMode="2" bRatio="0.0000002" meMode="12" products="2 -3 15 -15"/>
2907 <channel onMode="3" bRatio="0.0019480" meMode="22" products="12 -11 -2 2"/>
2908 <channel onMode="3" bRatio="0.0019480" meMode="22" products="14 -13 -2 2"/>
2909 <channel onMode="3" bRatio="0.0000400" products="445 323"/>
2910 <channel onMode="3" bRatio="0.0000010" products="333 321 -313 311"/>
2911 <channel onMode="3" bRatio="0.0000020" products="20313 321 321 -211"/>
2912 <channel onMode="3" bRatio="0.0003118" meMode="31" products="-3 2 22"/>
2913 <channel onMode="3" bRatio="0.2683360" meMode="23" products="2 -1 -4 2"/>
2914 <channel onMode="3" bRatio="0.0000050" meMode="12" products="-3 2 11 -11"/>
2915 <channel onMode="3" bRatio="0.0000025" meMode="12" products="-3 2 13 -13"/>
2916 <channel onMode="3" bRatio="0.0000002" meMode="12" products="-3 2 15 -15"/>
2917</particle>
2918
2919<particle id="523" name="B*+" antiName="B*-" spinType="3" chargeType="3" colType="0"
2920 m0="5.32520">
2921 <channel onMode="1" bRatio="1.0000000" products="521 22"/>
2922</particle>
2923
2924<particle id="525" name="B*_2+" antiName="B*_2-" spinType="5" chargeType="3" colType="0"
2925 m0="5.74300" mWidth="0.02300" mMin="5.63000" mMax="6.03000">
2926 <channel onMode="1" bRatio="0.3100000" products="513 211"/>
2927 <channel onMode="1" bRatio="0.1500000" products="523 111"/>
2928 <channel onMode="1" bRatio="0.3100000" products="511 211"/>
2929 <channel onMode="1" bRatio="0.1500000" products="521 111"/>
2930 <channel onMode="1" bRatio="0.0500000" products="513 211 111"/>
2931 <channel onMode="1" bRatio="0.0300000" products="523 211 -211"/>
2932</particle>
2933
2934<particle id="531" name="B_s0" antiName="B_sbar0" spinType="1" chargeType="0" colType="0"
2935 m0="5.36677" tau0="4.39000e-01">
2936 <channel onMode="1" bRatio="0.0002000" meMode="22" products="12 -11 -321"/>
2937 <channel onMode="1" bRatio="0.0003000" meMode="22" products="12 -11 -323"/>
2938 <channel onMode="1" bRatio="0.0210000" meMode="22" products="12 -11 -431"/>
2939 <channel onMode="1" bRatio="0.0490000" meMode="22" products="12 -11 -433"/>
2940 <channel onMode="1" bRatio="0.0070000" meMode="22" products="12 -11 -435"/>
2941 <channel onMode="1" bRatio="0.0003000" meMode="22" products="12 -11 -10323"/>
2942 <channel onMode="1" bRatio="0.0040000" meMode="22" products="12 -11 -10431"/>
2943 <channel onMode="1" bRatio="0.0070000" meMode="22" products="12 -11 -10433"/>
2944 <channel onMode="1" bRatio="0.0002000" meMode="22" products="12 -11 -20323"/>
2945 <channel onMode="1" bRatio="0.0040000" meMode="22" products="12 -11 -20433"/>
2946 <channel onMode="1" bRatio="0.0002000" meMode="22" products="14 -13 -321"/>
2947 <channel onMode="1" bRatio="0.0003000" meMode="22" products="14 -13 -323"/>
2948 <channel onMode="1" bRatio="0.0210000" meMode="22" products="14 -13 -431"/>
2949 <channel onMode="1" bRatio="0.0490000" meMode="22" products="14 -13 -433"/>
2950 <channel onMode="1" bRatio="0.0070000" meMode="22" products="14 -13 -435"/>
2951 <channel onMode="1" bRatio="0.0003000" meMode="22" products="14 -13 -10323"/>
2952 <channel onMode="1" bRatio="0.0040000" meMode="22" products="14 -13 -10431"/>
2953 <channel onMode="1" bRatio="0.0070000" meMode="22" products="14 -13 -10433"/>
2954 <channel onMode="1" bRatio="0.0002000" meMode="22" products="14 -13 -20323"/>
2955 <channel onMode="1" bRatio="0.0040000" meMode="22" products="14 -13 -20433"/>
2956 <channel onMode="1" bRatio="0.0080000" meMode="22" products="16 -15 -431"/>
2957 <channel onMode="1" bRatio="0.0160000" meMode="22" products="16 -15 -433"/>
2958 <channel onMode="1" bRatio="0.0028000" meMode="22" products="16 -15 -435"/>
2959 <channel onMode="1" bRatio="0.0018000" meMode="22" products="16 -15 -10431"/>
2960 <channel onMode="1" bRatio="0.0028000" meMode="22" products="16 -15 -10433"/>
2961 <channel onMode="1" bRatio="0.0018000" meMode="22" products="16 -15 -20433"/>
2962 <channel onMode="1" bRatio="0.0000005" products="22 22"/>
2963 <channel onMode="1" bRatio="0.0000100" products="130 130"/>
2964 <channel onMode="1" bRatio="0.0000000" products="211 -211"/>
2965 <channel onMode="1" bRatio="0.0000040" products="221 221"/>
2966 <channel onMode="1" bRatio="0.0000012" products="223 221"/>
2967 <channel onMode="1" bRatio="0.0000100" products="310 310"/>
2968 <channel onMode="1" bRatio="0.0000002" products="311 111"/>
2969 <channel onMode="1" bRatio="0.0000000" products="311 113"/>
2970 <channel onMode="1" bRatio="0.0000002" products="311 221"/>
2971 <channel onMode="1" bRatio="0.0000001" products="311 223"/>
2972 <channel onMode="1" bRatio="0.0000020" products="313 130"/>
2973 <channel onMode="1" bRatio="0.0000020" products="313 310"/>
2974 <channel onMode="1" bRatio="0.0000040" products="313 -313"/>
2975 <channel onMode="1" bRatio="0.0000000" products="-313 111"/>
2976 <channel onMode="1" bRatio="0.0000008" products="-313 113"/>
2977 <channel onMode="1" bRatio="0.0000020" products="-313 130"/>
2978 <channel onMode="1" bRatio="0.0000001" products="-313 221"/>
2979 <channel onMode="1" bRatio="0.0000020" products="-313 310"/>
2980 <channel onMode="1" bRatio="0.0000185" products="321 -321"/>
2981 <channel onMode="1" bRatio="0.0000048" products="-321 211"/>
2982 <channel onMode="1" bRatio="0.0000120" products="-321 213"/>
2983 <channel onMode="1" bRatio="0.0000046" products="323 -321"/>
2984 <channel onMode="1" bRatio="0.0000060" products="323 -323"/>
2985 <channel onMode="1" bRatio="0.0000250" products="-323 211"/>
2986 <channel onMode="1" bRatio="0.0000200" products="-323 213"/>
2987 <channel onMode="1" bRatio="0.0000082" products="-323 321"/>
2988 <channel onMode="1" bRatio="0.0000250" products="331 221"/>
2989 <channel onMode="1" bRatio="0.0000025" products="331 223"/>
2990 <channel onMode="1" bRatio="0.0000001" products="331 311"/>
2991 <channel onMode="1" bRatio="0.0000000" products="331 -313"/>
2992 <channel onMode="1" bRatio="0.0000580" products="331 331"/>
2993 <channel onMode="1" bRatio="0.0000450" products="333 22"/>
2994 <channel onMode="1" bRatio="0.0000213" products="333 221"/>
2995 <channel onMode="1" bRatio="0.0000004" products="333 -313"/>
2996 <channel onMode="1" bRatio="0.0000125" products="333 331"/>
2997 <channel onMode="1" bRatio="0.0000080" products="333 333"/>
2998 <channel onMode="1" bRatio="0.0002000" products="-421 311"/>
2999 <channel onMode="1" bRatio="0.0002000" products="-421 -313"/>
3000 <channel onMode="1" bRatio="0.0002000" products="-423 311"/>
3001 <channel onMode="1" bRatio="0.0002000" products="-423 -313"/>
3002 <channel onMode="1" bRatio="0.0017000" products="431 -411"/>
3003 <channel onMode="1" bRatio="0.0017000" products="431 -413"/>
3004 <channel onMode="1" bRatio="0.0086000" products="431 -431"/>
3005 <channel onMode="1" bRatio="0.0026000" products="-431 211"/>
3006 <channel onMode="1" bRatio="0.0073000" products="-431 213"/>
3007 <channel onMode="1" bRatio="0.0001500" products="-431 321"/>
3008 <channel onMode="1" bRatio="0.0003000" products="-431 323"/>
3009 <channel onMode="1" bRatio="0.0017000" products="433 -411"/>
3010 <channel onMode="1" bRatio="0.0017000" products="433 -413"/>
3011 <channel onMode="1" bRatio="0.0197000" products="433 -433"/>
3012 <channel onMode="1" bRatio="0.0027000" products="-433 211"/>
3013 <channel onMode="1" bRatio="0.0070000" products="-433 213"/>
3014 <channel onMode="1" bRatio="0.0001500" products="-433 321"/>
3015 <channel onMode="1" bRatio="0.0003000" products="-433 323"/>
3016 <channel onMode="1" bRatio="0.0013000" products="-435 211"/>
3017 <channel onMode="1" bRatio="0.0004000" products="441 221"/>
3018 <channel onMode="1" bRatio="0.0008000" products="441 331"/>
3019 <channel onMode="1" bRatio="0.0015000" products="441 333"/>
3020 <channel onMode="1" bRatio="0.0003200" products="443 221"/>
3021 <channel onMode="1" bRatio="0.0000800" products="443 311"/>
3022 <channel onMode="1" bRatio="0.0006400" products="443 331"/>
3023 <channel onMode="1" bRatio="0.0013500" products="443 333"/>
3024 <channel onMode="1" bRatio="0.0002350" products="445 221"/>
3025 <channel onMode="1" bRatio="0.0004650" products="445 331"/>
3026 <channel onMode="1" bRatio="0.0000500" products="10441 221"/>
3027 <channel onMode="1" bRatio="0.0001000" products="10441 331"/>
3028 <channel onMode="1" bRatio="0.0002000" products="10441 333"/>
3029 <channel onMode="1" bRatio="0.0002350" products="10443 221"/>
3030 <channel onMode="1" bRatio="0.0004650" products="10443 331"/>
3031 <channel onMode="1" bRatio="0.0010000" products="10443 333"/>
3032 <channel onMode="1" bRatio="0.0085000" products="20213 -431"/>
3033 <channel onMode="1" bRatio="0.0122000" products="20213 -433"/>
3034 <channel onMode="1" bRatio="0.0008000" products="-20433 211"/>
3035 <channel onMode="1" bRatio="0.0021000" products="-20433 213"/>
3036 <channel onMode="1" bRatio="0.0003000" products="20443 221"/>
3037 <channel onMode="1" bRatio="0.0007000" products="20443 331"/>
3038 <channel onMode="1" bRatio="0.0014000" products="20443 333"/>
3039 <channel onMode="1" bRatio="0.0002000" products="100441 221"/>
3040 <channel onMode="1" bRatio="0.0004000" products="100441 331"/>
3041 <channel onMode="1" bRatio="0.0006000" products="100441 333"/>
3042 <channel onMode="1" bRatio="0.0002350" products="100443 221"/>
3043 <channel onMode="1" bRatio="0.0004650" products="100443 331"/>
3044 <channel onMode="1" bRatio="0.0012000" products="100443 333"/>
3045 <channel onMode="1" bRatio="0.0000023" meMode="11" products="333 11 -11"/>
3046 <channel onMode="1" bRatio="0.0000023" meMode="11" products="333 13 -13"/>
3047 <channel onMode="1" bRatio="0.0007000" products="411 -411 311"/>
3048 <channel onMode="1" bRatio="0.0007000" products="413 -411 311"/>
3049 <channel onMode="1" bRatio="0.0007000" products="421 411 -321"/>
3050 <channel onMode="1" bRatio="0.0007000" products="-421 413 -321"/>
3051 <channel onMode="1" bRatio="0.0096000" products="431 -411 311"/>
3052 <channel onMode="1" bRatio="0.0096000" products="431 421 -321"/>
3053 <channel onMode="1" bRatio="0.0009000" products="-431 211 113"/>
3054 <channel onMode="1" bRatio="0.0009000" products="-431 213 111"/>
3055 <channel onMode="1" bRatio="0.0020000" products="-431 411 311"/>
3056 <channel onMode="1" bRatio="0.0025000" products="-431 411 313"/>
3057 <channel onMode="1" bRatio="0.0050000" products="-431 413 311"/>
3058 <channel onMode="1" bRatio="0.0025000" products="-431 413 313"/>
3059 <channel onMode="1" bRatio="0.0020000" products="-431 421 321"/>
3060 <channel onMode="1" bRatio="0.0025000" products="-431 421 323"/>
3061 <channel onMode="1" bRatio="0.0050000" products="-431 423 321"/>
3062 <channel onMode="1" bRatio="0.0025000" products="-431 423 323"/>
3063 <channel onMode="1" bRatio="0.0096000" products="433 -411 311"/>
3064 <channel onMode="1" bRatio="0.0096000" products="433 -421 -321"/>
3065 <channel onMode="1" bRatio="0.0010000" products="-433 211 113"/>
3066 <channel onMode="1" bRatio="0.0010000" products="-433 213 111"/>
3067 <channel onMode="1" bRatio="0.0050000" products="-433 411 311"/>
3068 <channel onMode="1" bRatio="0.0050000" products="-433 411 313"/>
3069 <channel onMode="1" bRatio="0.0150000" products="-433 413 311"/>
3070 <channel onMode="1" bRatio="0.0030000" products="-433 413 313"/>
3071 <channel onMode="1" bRatio="0.0050000" products="-433 421 321"/>
3072 <channel onMode="1" bRatio="0.0050000" products="-433 421 323"/>
3073 <channel onMode="1" bRatio="0.0150000" products="-433 423 321"/>
3074 <channel onMode="1" bRatio="0.0030000" products="-433 423 323"/>
3075 <channel onMode="1" bRatio="0.0002800" products="441 311 311"/>
3076 <channel onMode="1" bRatio="0.0002800" products="441 321 -321"/>
3077 <channel onMode="1" bRatio="0.0002000" products="443 111 111"/>
3078 <channel onMode="1" bRatio="0.0002000" products="443 211 -211"/>
3079 <channel onMode="1" bRatio="0.0007000" products="443 311 311"/>
3080 <channel onMode="1" bRatio="0.0007000" products="443 321 -321"/>
3081 <channel onMode="1" bRatio="0.0001600" products="445 311 311"/>
3082 <channel onMode="1" bRatio="0.0001600" products="445 321 -321"/>
3083 <channel onMode="1" bRatio="0.0000300" products="10441 311 311"/>
3084 <channel onMode="1" bRatio="0.0000300" products="10441 321 -321"/>
3085 <channel onMode="1" bRatio="0.0001600" products="10443 311 311"/>
3086 <channel onMode="1" bRatio="0.0001600" products="10443 321 -321"/>
3087 <channel onMode="1" bRatio="0.0002600" products="20443 311 311"/>
3088 <channel onMode="1" bRatio="0.0002600" products="20443 321 -321"/>
3089 <channel onMode="1" bRatio="0.0001200" products="100441 311 311"/>
3090 <channel onMode="1" bRatio="0.0001200" products="100441 321 -321"/>
3091 <channel onMode="1" bRatio="0.0002000" products="100443 111 111"/>
3092 <channel onMode="1" bRatio="0.0002000" products="100443 211 -211"/>
3093 <channel onMode="1" bRatio="0.0003000" products="100443 311 311"/>
3094 <channel onMode="1" bRatio="0.0003000" products="100443 321 -321"/>
3095 <channel onMode="1" bRatio="0.0003000" products="411 -411 311 111"/>
3096 <channel onMode="1" bRatio="0.0003000" products="411 -411 -321 211"/>
3097 <channel onMode="1" bRatio="0.0003000" products="413 -411 311 111"/>
3098 <channel onMode="1" bRatio="0.0003000" products="413 -411 -321 211"/>
3099 <channel onMode="1" bRatio="0.0007000" products="-421 411 311 -211"/>
3100 <channel onMode="1" bRatio="0.0007000" products="-421 411 -321 111"/>
3101 <channel onMode="1" bRatio="0.0007000" products="-421 413 311 -211"/>
3102 <channel onMode="1" bRatio="0.0007000" products="-421 413 -321 111"/>
3103 <channel onMode="1" bRatio="0.0024000" products="431 -411 311 111"/>
3104 <channel onMode="1" bRatio="0.0048000" products="431 -411 -321 211"/>
3105 <channel onMode="1" bRatio="0.0048000" products="431 -421 311 -211"/>
3106 <channel onMode="1" bRatio="0.0024000" products="431 -421 -321 111"/>
3107 <channel onMode="1" bRatio="0.0009000" products="-431 211 111 111"/>
3108 <channel onMode="1" bRatio="0.0009000" products="-431 211 211 -211"/>
3109 <channel onMode="1" bRatio="0.0024000" products="433 -411 311 111"/>
3110 <channel onMode="1" bRatio="0.0048000" products="433 -411 -321 211"/>
3111 <channel onMode="1" bRatio="0.0048000" products="433 -421 311 -211"/>
3112 <channel onMode="1" bRatio="0.0024000" products="433 -421 -321 111"/>
3113 <channel onMode="1" bRatio="0.0010000" products="-433 211 111 111"/>
3114 <channel onMode="1" bRatio="0.0077000" products="-433 211 211 -211"/>
3115 <channel onMode="1" bRatio="0.0001000" products="441 221 111 111"/>
3116 <channel onMode="1" bRatio="0.0001000" products="441 221 211 -211"/>
3117 <channel onMode="1" bRatio="0.0002800" products="441 311 311 111"/>
3118 <channel onMode="1" bRatio="0.0002800" products="441 321 -321 111"/>
3119 <channel onMode="1" bRatio="0.0002800" products="441 -321 311 211"/>
3120 <channel onMode="1" bRatio="0.0002000" products="441 331 111 111"/>
3121 <channel onMode="1" bRatio="0.0002000" products="441 331 211 -211"/>
3122 <channel onMode="1" bRatio="0.0004000" products="441 333 111 111"/>
3123 <channel onMode="1" bRatio="0.0004000" products="441 333 211 -211"/>
3124 <channel onMode="1" bRatio="0.0002000" products="443 221 111 111"/>
3125 <channel onMode="1" bRatio="0.0002000" products="443 221 211 -211"/>
3126 <channel onMode="1" bRatio="0.0007000" products="443 311 311 111"/>
3127 <channel onMode="1" bRatio="0.0007000" products="443 321 -321 111"/>
3128 <channel onMode="1" bRatio="0.0007000" products="443 -321 311 211"/>
3129 <channel onMode="1" bRatio="0.0004000" products="443 331 111 111"/>
3130 <channel onMode="1" bRatio="0.0004000" products="443 331 211 -211"/>
3131 <channel onMode="1" bRatio="0.0003900" products="443 333 111 111"/>
3132 <channel onMode="1" bRatio="0.0003900" products="443 333 211 -211"/>
3133 <channel onMode="1" bRatio="0.0001600" products="445 311 311 111"/>
3134 <channel onMode="1" bRatio="0.0001600" products="445 321 -321 111"/>
3135 <channel onMode="1" bRatio="0.0001600" products="445 -321 311 211"/>
3136 <channel onMode="1" bRatio="0.0000300" products="10441 311 311 111"/>
3137 <channel onMode="1" bRatio="0.0000300" products="10441 321 -321 111"/>
3138 <channel onMode="1" bRatio="0.0000300" products="10441 -321 311 211"/>
3139 <channel onMode="1" bRatio="0.0001600" products="10443 311 311 111"/>
3140 <channel onMode="1" bRatio="0.0001600" products="10443 321 -321 111"/>
3141 <channel onMode="1" bRatio="0.0001600" products="10443 -321 311 211"/>
3142 <channel onMode="1" bRatio="0.0001000" products="20443 221 111 111"/>
3143 <channel onMode="1" bRatio="0.0001000" products="20443 221 211 -211"/>
3144 <channel onMode="1" bRatio="0.0002600" products="20443 311 311 111"/>
3145 <channel onMode="1" bRatio="0.0002600" products="20443 321 -321 111"/>
3146 <channel onMode="1" bRatio="0.0002600" products="20443 -321 311 211"/>
3147 <channel onMode="1" bRatio="0.0002000" products="20443 331 111 111"/>
3148 <channel onMode="1" bRatio="0.0002000" products="20443 331 211 -211"/>
3149 <channel onMode="1" bRatio="0.0004000" products="20443 333 111 111"/>
3150 <channel onMode="1" bRatio="0.0004000" products="20443 333 211 -211"/>
3151 <channel onMode="1" bRatio="0.0001200" products="100441 311 311 111"/>
3152 <channel onMode="1" bRatio="0.0001200" products="100441 321 -321 111"/>
3153 <channel onMode="1" bRatio="0.0001200" products="100441 -321 311 211"/>
3154 <channel onMode="1" bRatio="0.0002000" products="100443 221 111 111"/>
3155 <channel onMode="1" bRatio="0.0002000" products="100443 221 211 -211"/>
3156 <channel onMode="1" bRatio="0.0003000" products="100443 311 311 111"/>
3157 <channel onMode="1" bRatio="0.0003000" products="100443 321 -321 111"/>
3158 <channel onMode="1" bRatio="0.0003000" products="100443 -321 311 211"/>
3159 <channel onMode="1" bRatio="0.0004000" products="100443 331 111 111"/>
3160 <channel onMode="1" bRatio="0.0004000" products="100443 331 211 -211"/>
3161 <channel onMode="1" bRatio="0.0003400" products="100443 333 111 111"/>
3162 <channel onMode="1" bRatio="0.0003400" products="100443 333 211 -211"/>
3163 <channel onMode="1" bRatio="0.0050000" meMode="55" products="-3 3"/>
3164 <channel onMode="1" bRatio="0.0200000" meMode="63" products="-4301 2101"/>
3165 <channel onMode="1" bRatio="0.0400000" meMode="63" products="-4303 2103"/>
3166 <channel onMode="1" bRatio="0.0007000" meMode="23" products="1 -1 -1 3"/>
3167 <channel onMode="1" bRatio="0.0016000" meMode="23" products="1 -1 -3 3"/>
3168 <channel onMode="1" bRatio="0.3574344" meMode="23" products="2 -1 -4 3"/>
3169 <channel onMode="1" bRatio="0.0036000" meMode="23" products="2 -2 -1 3"/>
3170 <channel onMode="1" bRatio="0.0020000" meMode="23" products="2 -2 -3 3"/>
3171 <channel onMode="1" bRatio="0.0172000" meMode="23" products="2 -3 -4 3"/>
3172 <channel onMode="1" bRatio="0.0195000" meMode="23" products="2 -4 -1 3"/>
3173 <channel onMode="1" bRatio="0.0009000" meMode="23" products="2 -4 -3 3"/>
3174 <channel onMode="1" bRatio="0.0009000" meMode="23" products="3 -3 -1 3"/>
3175 <channel onMode="1" bRatio="0.0013000" meMode="23" products="3 -3 -3 3"/>
3176 <channel onMode="1" bRatio="0.0070000" meMode="43" products="4 -1 -4 3"/>
3177 <channel onMode="1" bRatio="0.0040000" meMode="23" products="4 -3 -2 3"/>
3178 <channel onMode="2" bRatio="0.0090000" products="433 -431"/>
3179 <channel onMode="2" bRatio="0.0099000" products="-433 431"/>
3180 <channel onMode="3" bRatio="0.0099000" products="433 -431"/>
3181 <channel onMode="3" bRatio="0.0090000" products="-433 431"/>
3182</particle>
3183
3184<particle id="533" name="B*_s0" antiName="B*_sbar0" spinType="3" chargeType="0" colType="0"
3185 m0="5.41540">
3186 <channel onMode="1" bRatio="1.0000000" products="531 22"/>
3187</particle>
3188
3189<particle id="535" name="B*_2s0" antiName="B*_2sbar0" spinType="5" chargeType="0" colType="0"
3190 m0="5.83970" mWidth="0.02000" mMin="5.87000" mMax="6.27000">
3191 <channel onMode="1" bRatio="0.1700000" products="513 311"/>
3192 <channel onMode="1" bRatio="0.1700000" products="523 -321"/>
3193 <channel onMode="1" bRatio="0.3300000" products="511 311"/>
3194 <channel onMode="1" bRatio="0.3300000" products="521 -321"/>
3195</particle>
3196
3197<particle id="541" name="B_c+" antiName="B_c-" spinType="1" chargeType="3" colType="0"
3198 m0="6.27700" tau0="1.38000e-01">
3199 <channel onMode="1" bRatio="0.0160000" products="16 -15"/>
3200 <channel onMode="1" bRatio="0.0034000" meMode="22" products="-11 12 511"/>
3201 <channel onMode="1" bRatio="0.0058000" meMode="22" products="-11 12 513"/>
3202 <channel onMode="1" bRatio="0.0403000" meMode="22" products="-11 12 531"/>
3203 <channel onMode="1" bRatio="0.0506000" meMode="22" products="-11 12 533"/>
3204 <channel onMode="1" bRatio="0.0000400" meMode="22" products="12 -11 421"/>
3205 <channel onMode="1" bRatio="0.0001800" meMode="22" products="12 -11 423"/>
3206 <channel onMode="1" bRatio="0.0075000" meMode="22" products="12 -11 441"/>
3207 <channel onMode="1" bRatio="0.0190000" meMode="22" products="12 -11 443"/>
3208 <channel onMode="1" bRatio="0.0002000" meMode="22" products="12 -11 100441"/>
3209 <channel onMode="1" bRatio="0.0009400" meMode="22" products="12 -11 100443"/>
3210 <channel onMode="1" bRatio="0.0034000" meMode="22" products="-13 14 511"/>
3211 <channel onMode="1" bRatio="0.0058000" meMode="22" products="-13 14 513"/>
3212 <channel onMode="1" bRatio="0.0403000" meMode="22" products="-13 14 531"/>
3213 <channel onMode="1" bRatio="0.0506000" meMode="22" products="-13 14 533"/>
3214 <channel onMode="1" bRatio="0.0000400" meMode="22" products="14 -13 421"/>
3215 <channel onMode="1" bRatio="0.0001800" meMode="22" products="14 -13 423"/>
3216 <channel onMode="1" bRatio="0.0075000" meMode="22" products="14 -13 441"/>
3217 <channel onMode="1" bRatio="0.0190000" meMode="22" products="14 -13 443"/>
3218 <channel onMode="1" bRatio="0.0002000" meMode="22" products="14 -13 100441"/>
3219 <channel onMode="1" bRatio="0.0009400" meMode="22" products="14 -13 100443"/>
3220 <channel onMode="1" bRatio="0.0000200" meMode="22" products="16 -15 421"/>
3221 <channel onMode="1" bRatio="0.0000800" meMode="22" products="16 -15 423"/>
3222 <channel onMode="1" bRatio="0.0023000" meMode="22" products="16 -15 441"/>
3223 <channel onMode="1" bRatio="0.0048000" meMode="22" products="16 -15 443"/>
3224 <channel onMode="1" bRatio="0.0000160" meMode="22" products="16 -15 100441"/>
3225 <channel onMode="1" bRatio="0.0000800" meMode="22" products="16 -15 100443"/>
3226 <channel onMode="1" bRatio="0.0000200" products="211 113"/>
3227 <channel onMode="1" bRatio="0.0000003" products="421 411"/>
3228 <channel onMode="1" bRatio="0.0000004" products="421 413"/>
3229 <channel onMode="1" bRatio="0.0000530" products="-421 411"/>
3230 <channel onMode="1" bRatio="0.0000490" products="-421 413"/>
3231 <channel onMode="1" bRatio="0.0000003" products="423 411"/>
3232 <channel onMode="1" bRatio="0.0000016" products="423 413"/>
3233 <channel onMode="1" bRatio="0.0000750" products="-423 411"/>
3234 <channel onMode="1" bRatio="0.0003300" products="-423 413"/>
3235 <channel onMode="1" bRatio="0.0000066" products="431 421"/>
3236 <channel onMode="1" bRatio="0.0000048" products="431 -421"/>
3237 <channel onMode="1" bRatio="0.0000063" products="431 423"/>
3238 <channel onMode="1" bRatio="0.0000071" products="431 -423"/>
3239 <channel onMode="1" bRatio="0.0000085" products="433 421"/>
3240 <channel onMode="1" bRatio="0.0000045" products="433 -421"/>
3241 <channel onMode="1" bRatio="0.0000404" products="433 423"/>
3242 <channel onMode="1" bRatio="0.0000260" products="433 -423"/>
3243 <channel onMode="1" bRatio="0.0020000" products="441 211"/>
3244 <channel onMode="1" bRatio="0.0042000" products="441 213"/>
3245 <channel onMode="1" bRatio="0.0001300" products="441 321"/>
3246 <channel onMode="1" bRatio="0.0002000" products="441 323"/>
3247 <channel onMode="1" bRatio="0.0001500" products="441 411"/>
3248 <channel onMode="1" bRatio="0.0001000" products="441 413"/>
3249 <channel onMode="1" bRatio="0.0028000" products="441 431"/>
3250 <channel onMode="1" bRatio="0.0027000" products="441 433"/>
3251 <channel onMode="1" bRatio="0.0013000" products="443 211"/>
3252 <channel onMode="1" bRatio="0.0040000" products="443 213"/>
3253 <channel onMode="1" bRatio="0.0001100" products="443 321"/>
3254 <channel onMode="1" bRatio="0.0002200" products="443 323"/>
3255 <channel onMode="1" bRatio="0.0000900" products="443 411"/>
3256 <channel onMode="1" bRatio="0.0002800" products="443 413"/>
3257 <channel onMode="1" bRatio="0.0017000" products="443 431"/>
3258 <channel onMode="1" bRatio="0.0067000" products="443 433"/>
3259 <channel onMode="1" bRatio="0.0106000" products="511 211"/>
3260 <channel onMode="1" bRatio="0.0096000" products="511 213"/>
3261 <channel onMode="1" bRatio="0.0007000" products="511 321"/>
3262 <channel onMode="1" bRatio="0.0001500" products="511 323"/>
3263 <channel onMode="1" bRatio="0.0095000" products="513 211"/>
3264 <channel onMode="1" bRatio="0.0257000" products="513 213"/>
3265 <channel onMode="1" bRatio="0.0005500" products="513 321"/>
3266 <channel onMode="1" bRatio="0.0005800" products="513 323"/>
3267 <channel onMode="1" bRatio="0.0003700" products="521 111"/>
3268 <channel onMode="1" bRatio="0.0003400" products="521 113"/>
3269 <channel onMode="1" bRatio="0.0198000" products="521 311"/>
3270 <channel onMode="1" bRatio="0.0003300" products="523 111"/>
3271 <channel onMode="1" bRatio="0.0009000" products="523 113"/>
3272 <channel onMode="1" bRatio="0.0160000" products="523 311"/>
3273 <channel onMode="1" bRatio="0.1640000" products="531 211"/>
3274 <channel onMode="1" bRatio="0.0720000" products="531 213"/>
3275 <channel onMode="1" bRatio="0.0106000" products="531 321"/>
3276 <channel onMode="1" bRatio="0.0650000" products="533 211"/>
3277 <channel onMode="1" bRatio="0.2020000" products="533 213"/>
3278 <channel onMode="1" bRatio="0.0037000" products="533 321"/>
3279 <channel onMode="1" bRatio="0.0600502" meMode="42" products="4 -3"/>
3280 <channel onMode="2" bRatio="0.0043000" products="521 313"/>
3281 <channel onMode="2" bRatio="0.0167000" products="523 313"/>
3282 <channel onMode="3" bRatio="0.0043000" products="521 -313"/>
3283 <channel onMode="3" bRatio="0.0167000" products="523 -313"/>
3284</particle>
3285
3286<particle id="543" name="B*_c+" antiName="B*_c-" spinType="3" chargeType="3" colType="0"
3287 m0="6.34000">
3288 <channel onMode="1" bRatio="1.0000000" products="541 22"/>
3289</particle>
3290
3291<particle id="545" name="B*_2c+" antiName="B*_2c-" spinType="5" chargeType="3" colType="0"
3292 m0="7.35000" mWidth="0.02000" mMin="7.20000" mMax="7.50000">
3293 <channel onMode="1" bRatio="0.3000000" products="511 411"/>
3294 <channel onMode="1" bRatio="0.3000000" products="521 421"/>
3295 <channel onMode="1" bRatio="0.2000000" products="513 411"/>
3296 <channel onMode="1" bRatio="0.2000000" products="523 421"/>
3297</particle>
3298
3299<particle id="551" name="eta_b" spinType="1" chargeType="0" colType="0"
3300 m0="9.40000">
3301 <channel onMode="1" bRatio="1.0000000" meMode="91" products="21 21"/>
3302</particle>
3303
3304<particle id="553" name="Upsilon" spinType="3" chargeType="0" colType="0"
3305 m0="9.46030" mWidth="0.00005" mMin="9.45980" mMax="9.46080">
3306 <channel onMode="1" bRatio="0.7757000" meMode="92" products="21 21 21"/>
3307 <channel onMode="1" bRatio="0.0290000" meMode="92" products="22 21 21"/>
3308 <channel onMode="1" bRatio="0.0238000" products="11 -11"/>
3309 <channel onMode="1" bRatio="0.0248000" products="13 -13"/>
3310 <channel onMode="1" bRatio="0.0267000" products="15 -15"/>
3311 <channel onMode="1" bRatio="0.0150000" meMode="91" products="1 -1"/>
3312 <channel onMode="1" bRatio="0.0450000" meMode="91" products="2 -2"/>
3313 <channel onMode="1" bRatio="0.0150000" meMode="91" products="3 -3"/>
3314 <channel onMode="1" bRatio="0.0450000" meMode="91" products="4 -4"/>
3315</particle>
3316
3317<particle id="555" name="chi_2b" spinType="5" chargeType="0" colType="0"
3318 m0="9.91220">
3319 <channel onMode="1" bRatio="0.2200000" products="553 22"/>
3320 <channel onMode="1" bRatio="0.7800000" meMode="91" products="21 21"/>
3321</particle>
3322
3323<particle id="990" name="Pomeron" spinType="0" chargeType="0" colType="0"
3324 m0="0.00000">
3325</particle>
3326
3327<particle id="1103" name="dd_1" antiName="dd_1bar" spinType="3" chargeType="-2" colType="-1"
3328 m0="0.77133">
3329</particle>
3330
3331<particle id="1114" name="Delta-" antiName="Deltabar+" spinType="4" chargeType="-3" colType="0"
3332 m0="1.23200" mWidth="0.11700" mMin="1.08000" mMax="1.60000">
3333 <channel onMode="1" bRatio="1.0000000" products="2112 -211"/>
3334</particle>
3335
3336<particle id="2101" name="ud_0" antiName="ud_0bar" spinType="1" chargeType="1" colType="-1"
3337 m0="0.57933">
3338</particle>
3339
3340<particle id="2103" name="ud_1" antiName="ud_1bar" spinType="3" chargeType="1" colType="-1"
3341 m0="0.77133">
3342</particle>
3343
3344<particle id="2112" name="n0" antiName="nbar0" spinType="2" chargeType="0" colType="0"
3345 m0="0.93957" tau0="2.65500e+14">
3346 <channel onMode="1" bRatio="1.0000000" meMode="22" products="-12 11 2212"/>
3347</particle>
3348
3349<particle id="2114" name="Delta0" antiName="Deltabar0" spinType="4" chargeType="0" colType="0"
3350 m0="1.23200" mWidth="0.11700" mMin="1.08000" mMax="1.60000">
3351 <channel onMode="1" bRatio="0.3314000" products="2212 -211"/>
3352 <channel onMode="1" bRatio="0.6630000" products="2112 111"/>
3353 <channel onMode="1" bRatio="0.0056000" products="2112 22"/>
3354</particle>
3355
3356<particle id="2203" name="uu_1" antiName="uu_1bar" spinType="3" chargeType="4" colType="-1"
3357 m0="0.77133">
3358</particle>
3359
3360<particle id="2212" name="p+" antiName="pbar-" spinType="2" chargeType="3" colType="0"
3361 m0="0.93827">
3362</particle>
3363
3364<particle id="2214" name="Delta+" antiName="Deltabar-" spinType="4" chargeType="3" colType="0"
3365 m0="1.23200" mWidth="0.11700" mMin="1.08000" mMax="1.60000">
3366 <channel onMode="1" bRatio="0.6630000" products="2212 111"/>
3367 <channel onMode="1" bRatio="0.3314000" products="2112 211"/>
3368 <channel onMode="1" bRatio="0.0056000" products="2212 22"/>
3369</particle>
3370
3371<particle id="2224" name="Delta++" antiName="Deltabar--" spinType="4" chargeType="6" colType="0"
3372 m0="1.23200" mWidth="0.11700" mMin="1.08000" mMax="1.60000">
3373 <channel onMode="1" bRatio="1.0000000" products="2212 211"/>
3374</particle>
3375
3376<particle id="3101" name="sd_0" antiName="sd_0bar" spinType="1" chargeType="-2" colType="-1"
3377 m0="0.80473">
3378</particle>
3379
3380<particle id="3103" name="sd_1" antiName="sd_1bar" spinType="3" chargeType="-2" colType="-1"
3381 m0="0.92953">
3382</particle>
3383
3384<particle id="3112" name="Sigma-" antiName="Sigmabar+" spinType="2" chargeType="-3" colType="0"
3385 m0="1.19745" tau0="4.43400e+01">
3386 <channel onMode="1" bRatio="0.9984760" products="2112 -211"/>
3387 <channel onMode="1" bRatio="0.0010170" meMode="22" products="-12 11 2112"/>
3388 <channel onMode="1" bRatio="0.0004500" meMode="22" products="-14 13 2112"/>
3389 <channel onMode="1" bRatio="0.0000570" meMode="22" products="-12 11 3122"/>
3390</particle>
3391
3392<particle id="3114" name="Sigma*-" antiName="Sigma*bar+" spinType="4" chargeType="-3" colType="0"
3393 m0="1.38720" mWidth="0.03940" mMin="1.34000" mMax="1.70000">
3394 <channel onMode="1" bRatio="0.8800000" products="3122 -211"/>
3395 <channel onMode="1" bRatio="0.0600000" products="3212 -211"/>
3396 <channel onMode="1" bRatio="0.0600000" products="3112 111"/>
3397</particle>
3398
3399<particle id="3122" name="Lambda0" antiName="Lambdabar0" spinType="2" chargeType="0" colType="0"
3400 m0="1.11568" tau0="7.89000e+01">
3401 <channel onMode="1" bRatio="0.6391610" products="2212 -211"/>
3402 <channel onMode="1" bRatio="0.3581000" products="2112 111"/>
3403 <channel onMode="1" bRatio="0.0017500" products="2112 22"/>
3404 <channel onMode="1" bRatio="0.0008320" meMode="22" products="-12 11 2212"/>
3405 <channel onMode="1" bRatio="0.0001570" meMode="22" products="-14 13 2212"/>
3406</particle>
3407
3408<particle id="3124" name="Lambda(1520)0" antiName="Lambda(1520)bar0" spinType="4" chargeType="0" colType="0"
3409 m0="1.51950" mWidth="0.01560" mMin="1.40000" mMax="1.65000">
3410 <channel onMode="1" bRatio="0.2300000" products="2212 -321"/>
3411 <channel onMode="1" bRatio="0.2300000" products="2112 -311"/>
3412 <channel onMode="1" bRatio="0.1400000" products="3222 -211"/>
3413 <channel onMode="1" bRatio="0.1400000" products="3112 211"/>
3414 <channel onMode="1" bRatio="0.1400000" products="3212 111"/>
3415 <channel onMode="1" bRatio="0.0333000" products="3122 111 111"/>
3416 <channel onMode="1" bRatio="0.0667000" products="3122 211 -211"/>
3417 <channel onMode="1" bRatio="0.0030000" products="3222 -211 111"/>
3418 <channel onMode="1" bRatio="0.0030000" products="3112 211 111"/>
3419 <channel onMode="1" bRatio="0.0010000" products="3212 111 111"/>
3420 <channel onMode="1" bRatio="0.0020000" products="3212 211 -211"/>
3421 <channel onMode="1" bRatio="0.0110000" products="3122 22"/>
3422</particle>
3423
3424<particle id="3201" name="su_0" antiName="su_0bar" spinType="1" chargeType="1" colType="-1"
3425 m0="0.80473">
3426</particle>
3427
3428<particle id="3203" name="su_1" antiName="su_1bar" spinType="3" chargeType="1" colType="-1"
3429 m0="0.92953">
3430</particle>
3431
3432<particle id="3212" name="Sigma0" antiName="Sigmabar0" spinType="2" chargeType="0" colType="0"
3433 m0="1.19264">
3434 <channel onMode="1" bRatio="0.9950000" products="3122 22"/>
3435 <channel onMode="1" bRatio="0.0050000" meMode="11" products="3122 11 -11"/>
3436</particle>
3437
3438<particle id="3214" name="Sigma*0" antiName="Sigma*bar0" spinType="4" chargeType="0" colType="0"
3439 m0="1.38370" mWidth="0.03600" mMin="1.34000" mMax="1.70000">
3440 <channel onMode="1" bRatio="0.8700000" products="3122 111"/>
3441 <channel onMode="1" bRatio="0.0585000" products="3222 -211"/>
3442 <channel onMode="1" bRatio="0.0585000" products="3112 211"/>
3443 <channel onMode="1" bRatio="0.0130000" products="3122 22"/>
3444</particle>
3445
3446<particle id="3222" name="Sigma+" antiName="Sigmabar-" spinType="2" chargeType="3" colType="0"
3447 m0="1.18937" tau0="2.40400e+01">
3448 <channel onMode="1" bRatio="0.5156700" products="2212 111"/>
3449 <channel onMode="1" bRatio="0.4830800" products="2112 211"/>
3450 <channel onMode="1" bRatio="0.0012300" products="2212 22"/>
3451 <channel onMode="1" bRatio="0.0000200" meMode="22" products="-11 12 3122"/>
3452</particle>
3453
3454<particle id="3224" name="Sigma*+" antiName="Sigma*bar-" spinType="4" chargeType="3" colType="0"
3455 m0="1.38280" mWidth="0.03600" mMin="1.34000" mMax="1.70000">
3456 <channel onMode="1" bRatio="0.8800000" products="3122 211"/>
3457 <channel onMode="1" bRatio="0.0600000" products="3222 111"/>
3458 <channel onMode="1" bRatio="0.0600000" products="3212 211"/>
3459</particle>
3460
3461<particle id="3303" name="ss_1" antiName="ss_1bar" spinType="3" chargeType="-2" colType="-1"
3462 m0="1.09361">
3463</particle>
3464
3465<particle id="3312" name="Xi-" antiName="Xibar+" spinType="2" chargeType="-3" colType="0"
3466 m0="1.32171" tau0="4.91000e+01">
3467 <channel onMode="1" bRatio="0.9988730" products="3122 -211"/>
3468 <channel onMode="1" bRatio="0.0001270" products="3112 22"/>
3469 <channel onMode="1" bRatio="0.0005630" meMode="22" products="-12 11 3122"/>
3470 <channel onMode="1" bRatio="0.0003500" meMode="22" products="-14 13 3122"/>
3471 <channel onMode="1" bRatio="0.0000870" meMode="22" products="-12 11 3212"/>
3472</particle>
3473
3474<particle id="3314" name="Xi*-" antiName="Xi*bar+" spinType="4" chargeType="-3" colType="0"
3475 m0="1.53500" mWidth="0.00990" mMin="1.46000" mMax="1.63000">
3476 <channel onMode="1" bRatio="0.6670000" products="3322 -211"/>
3477 <channel onMode="1" bRatio="0.3330000" products="3312 111"/>
3478</particle>
3479
3480<particle id="3322" name="Xi0" antiName="Xibar0" spinType="2" chargeType="0" colType="0"
3481 m0="1.31486" tau0="8.71000e+01">
3482 <channel onMode="1" bRatio="0.9952250" products="3122 111"/>
3483 <channel onMode="1" bRatio="0.0011700" products="3122 22"/>
3484 <channel onMode="1" bRatio="0.0033300" products="3212 22"/>
3485 <channel onMode="1" bRatio="0.0002700" meMode="22" products="-12 11 3222"/>
3486 <channel onMode="1" bRatio="0.0000050" meMode="22" products="-14 13 3222"/>
3487</particle>
3488
3489<particle id="3324" name="Xi*0" antiName="Xi*bar0" spinType="4" chargeType="0" colType="0"
3490 m0="1.53180" mWidth="0.00910" mMin="1.46000" mMax="1.63000">
3491 <channel onMode="1" bRatio="0.3330000" products="3322 111"/>
3492 <channel onMode="1" bRatio="0.6670000" products="3312 211"/>
3493</particle>
3494
3495<particle id="3334" name="Omega-" antiName="Omegabar+" spinType="4" chargeType="-3" colType="0"
3496 m0="1.67245" tau0="2.46100e+01">
3497 <channel onMode="1" bRatio="0.6737600" products="3122 -321"/>
3498 <channel onMode="1" bRatio="0.2340000" products="3322 -211"/>
3499 <channel onMode="1" bRatio="0.0860000" products="3312 111"/>
3500 <channel onMode="1" bRatio="0.0006400" products="3324 -211"/>
3501 <channel onMode="1" bRatio="0.0056000" meMode="22" products="-12 11 3322"/>
3502</particle>
3503
3504<particle id="4101" name="cd_0" antiName="cd_0bar" spinType="1" chargeType="1" colType="-1"
3505 m0="1.96908">
3506</particle>
3507
3508<particle id="4103" name="cd_1" antiName="cd_1bar" spinType="3" chargeType="1" colType="-1"
3509 m0="2.00808">
3510</particle>
3511
3512<particle id="4112" name="Sigma_c0" antiName="Sigma_cbar0" spinType="2" chargeType="0" colType="0"
3513 m0="2.45374" mWidth="0.00216" mMin="2.43176" mMax="2.47576">
3514 <channel onMode="1" bRatio="1.0000000" products="4122 -211"/>
3515</particle>
3516
3517<particle id="4114" name="Sigma*_c0" antiName="Sigma*_cbar0" spinType="4" chargeType="0" colType="0"
3518 m0="2.51880" mWidth="0.01450" mMin="2.43000" mMax="2.68000">
3519 <channel onMode="1" bRatio="1.0000000" products="4122 -211"/>
3520</particle>
3521
3522<particle id="4122" name="Lambda_c+" antiName="Lambda_cbar-" spinType="2" chargeType="3" colType="0"
3523 m0="2.28646" tau0="5.99000e-02">
3524 <channel onMode="1" bRatio="0.0030000" meMode="22" products="-11 12 2112"/>
3525 <channel onMode="1" bRatio="0.0020000" meMode="22" products="-11 12 2114"/>
3526 <channel onMode="1" bRatio="0.0180000" meMode="22" products="-11 12 3122"/>
3527 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-11 12 3212"/>
3528 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-11 12 3214"/>
3529 <channel onMode="1" bRatio="0.0030000" meMode="22" products="-13 14 2112"/>
3530 <channel onMode="1" bRatio="0.0020000" meMode="22" products="-13 14 2114"/>
3531 <channel onMode="1" bRatio="0.0180000" meMode="22" products="-13 14 3122"/>
3532 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-13 14 3212"/>
3533 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-13 14 3214"/>
3534 <channel onMode="1" bRatio="0.0060000" meMode="22" products="-11 12 2112 111"/>
3535 <channel onMode="1" bRatio="0.0060000" meMode="22" products="-11 12 2212 -211"/>
3536 <channel onMode="1" bRatio="0.0060000" meMode="22" products="-13 14 2112 111"/>
3537 <channel onMode="1" bRatio="0.0060000" meMode="22" products="-13 14 2212 -211"/>
3538 <channel onMode="1" bRatio="0.0030000" products="2112 211"/>
3539 <channel onMode="1" bRatio="0.0030000" products="2112 213"/>
3540 <channel onMode="1" bRatio="0.0030000" products="2114 211"/>
3541 <channel onMode="1" bRatio="0.0030000" products="2114 213"/>
3542 <channel onMode="1" bRatio="0.0020000" products="2212 111"/>
3543 <channel onMode="1" bRatio="0.0020000" products="2212 113"/>
3544 <channel onMode="1" bRatio="0.0010000" products="2212 221"/>
3545 <channel onMode="1" bRatio="0.0020000" products="2212 223"/>
3546 <channel onMode="1" bRatio="0.0230000" products="2212 311"/>
3547 <channel onMode="1" bRatio="0.0400000" products="2212 -313"/>
3548 <channel onMode="1" bRatio="0.0010000" products="2212 331"/>
3549 <channel onMode="1" bRatio="0.0013000" products="2212 333"/>
3550 <channel onMode="1" bRatio="0.0010000" products="2214 111"/>
3551 <channel onMode="1" bRatio="0.0010000" products="2214 113"/>
3552 <channel onMode="1" bRatio="0.0010000" products="2214 221"/>
3553 <channel onMode="1" bRatio="0.0010000" products="2214 223"/>
3554 <channel onMode="1" bRatio="0.0050000" products="2214 311"/>
3555 <channel onMode="1" bRatio="0.0050000" products="2214 -313"/>
3556 <channel onMode="1" bRatio="0.0010000" products="2214 331"/>
3557 <channel onMode="1" bRatio="0.0010000" products="2224 -211"/>
3558 <channel onMode="1" bRatio="0.0010000" products="2224 -213"/>
3559 <channel onMode="1" bRatio="0.0066000" products="2224 -321"/>
3560 <channel onMode="1" bRatio="0.0250000" products="2224 -323"/>
3561 <channel onMode="1" bRatio="0.0058000" products="3122 211"/>
3562 <channel onMode="1" bRatio="0.0050000" products="3122 213"/>
3563 <channel onMode="1" bRatio="0.0050000" products="3122 321"/>
3564 <channel onMode="1" bRatio="0.0050000" products="3122 323"/>
3565 <channel onMode="1" bRatio="0.0055000" products="3212 211"/>
3566 <channel onMode="1" bRatio="0.0040000" products="3212 213"/>
3567 <channel onMode="1" bRatio="0.0020000" products="3212 321"/>
3568 <channel onMode="1" bRatio="0.0020000" products="3212 323"/>
3569 <channel onMode="1" bRatio="0.0040000" products="3214 211"/>
3570 <channel onMode="1" bRatio="0.0040000" products="3214 213"/>
3571 <channel onMode="1" bRatio="0.0010000" products="3214 321"/>
3572 <channel onMode="1" bRatio="0.0010000" products="3214 323"/>
3573 <channel onMode="1" bRatio="0.0040000" products="3222 111"/>
3574 <channel onMode="1" bRatio="0.0040000" products="3222 113"/>
3575 <channel onMode="1" bRatio="0.0020000" products="3222 221"/>
3576 <channel onMode="1" bRatio="0.0040000" products="3222 223"/>
3577 <channel onMode="1" bRatio="0.0020000" products="3222 311"/>
3578 <channel onMode="1" bRatio="0.0020000" products="3222 313"/>
3579 <channel onMode="1" bRatio="0.0020000" products="3222 331"/>
3580 <channel onMode="1" bRatio="0.0030000" products="3224 111"/>
3581 <channel onMode="1" bRatio="0.0030000" products="3224 113"/>
3582 <channel onMode="1" bRatio="0.0020000" products="3224 221"/>
3583 <channel onMode="1" bRatio="0.0030000" products="3224 223"/>
3584 <channel onMode="1" bRatio="0.0010000" products="3224 311"/>
3585 <channel onMode="1" bRatio="0.0010000" products="3224 313"/>
3586 <channel onMode="1" bRatio="0.0020000" products="3322 321"/>
3587 <channel onMode="1" bRatio="0.0020000" products="3322 323"/>
3588 <channel onMode="1" bRatio="0.0020000" products="3324 321"/>
3589 <channel onMode="1" bRatio="0.0018000" products="9010221 2212"/>
3590 <channel onMode="1" bRatio="0.0300000" meMode="43" products="1 2203"/>
3591 <channel onMode="1" bRatio="0.0150000" meMode="43" products="2 2101"/>
3592 <channel onMode="1" bRatio="0.0150000" meMode="43" products="2 2103"/>
3593 <channel onMode="1" bRatio="0.1400000" meMode="43" products="2 3201"/>
3594 <channel onMode="1" bRatio="0.1400000" meMode="43" products="2 3203"/>
3595 <channel onMode="1" bRatio="0.0950000" meMode="43" products="3 2203"/>
3596 <channel onMode="1" bRatio="0.0350000" meMode="43" products="2 -1 1 2101"/>
3597 <channel onMode="1" bRatio="0.1300000" meMode="43" products="2 -1 1 3201"/>
3598 <channel onMode="1" bRatio="0.0570000" meMode="43" products="2 -1 1 3203"/>
3599 <channel onMode="1" bRatio="0.0350000" meMode="43" products="2 -3 1 3201"/>
3600</particle>
3601
3602<particle id="4124" name="Lambda_c(2625)+" antiName="Lambda_c(2625)-" spinType="4" chargeType="3" colType="0"
3603 m0="2.62810">
3604 <channel onMode="1" bRatio="0.6600000" products="4122 211 -211"/>
3605 <channel onMode="1" bRatio="0.3300000" products="4122 111"/>
3606 <channel onMode="1" bRatio="0.0100000" products="4122 22"/>
3607</particle>
3608
3609<particle id="4132" name="Xi_c0" antiName="Xi_cbar0" spinType="2" chargeType="0" colType="0"
3610 m0="2.47088" tau0="3.36000e-02">
3611 <channel onMode="1" bRatio="0.0200000" meMode="22" products="-11 12 3 3101"/>
3612 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-11 12 3 3103"/>
3613 <channel onMode="1" bRatio="0.0200000" meMode="22" products="-13 14 3 3101"/>
3614 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-13 14 3 3103"/>
3615 <channel onMode="1" bRatio="0.5400000" meMode="42" products="2 -1 3 3101"/>
3616 <channel onMode="1" bRatio="0.2100000" meMode="42" products="3 3201"/>
3617 <channel onMode="1" bRatio="0.1000000" meMode="42" products="3 3203"/>
3618 <channel onMode="1" bRatio="0.1000000" meMode="42" products="2 3303"/>
3619</particle>
3620
3621<particle id="4201" name="cu_0" antiName="cu_0bar" spinType="1" chargeType="4" colType="-1"
3622 m0="1.96908">
3623</particle>
3624
3625<particle id="4203" name="cu_1" antiName="cu_1bar" spinType="3" chargeType="4" colType="-1"
3626 m0="2.00808">
3627</particle>
3628
3629<particle id="4212" name="Sigma_c+" antiName="Sigma_cbar-" spinType="2" chargeType="3" colType="0"
3630 m0="2.45290" mWidth="0.00220" mMin="2.43090" mMax="2.47490">
3631 <channel onMode="1" bRatio="1.0000000" products="4122 111"/>
3632</particle>
3633
3634<particle id="4214" name="Sigma*_c+" antiName="Sigma*_cbar-" spinType="4" chargeType="3" colType="0"
3635 m0="2.51750" mWidth="0.01550" mMin="2.43000" mMax="2.68000">
3636 <channel onMode="1" bRatio="1.0000000" products="4122 111"/>
3637</particle>
3638
3639<particle id="4222" name="Sigma_c++" antiName="Sigma_cbar--" spinType="2" chargeType="6" colType="0"
3640 m0="2.45398" mWidth="0.00226" mMin="2.43202" mMax="2.47602">
3641 <channel onMode="1" bRatio="1.0000000" products="4122 211"/>
3642</particle>
3643
3644<particle id="4224" name="Sigma*_c++" antiName="Sigma*_cbar--" spinType="4" chargeType="6" colType="0"
3645 m0="2.51790" mWidth="0.01490" mMin="2.43000" mMax="2.68000">
3646 <channel onMode="1" bRatio="1.0000000" products="4122 211"/>
3647</particle>
3648
3649<particle id="4232" name="Xi_c+" antiName="Xi_cbar-" spinType="2" chargeType="3" colType="0"
3650 m0="2.46780" tau0="1.32000e-01">
3651 <channel onMode="1" bRatio="0.0280000" meMode="22" products="-11 12 3 3201"/>
3652 <channel onMode="1" bRatio="0.0070000" meMode="22" products="-11 12 3 3203"/>
3653 <channel onMode="1" bRatio="0.0280000" meMode="22" products="-13 14 3 3201"/>
3654 <channel onMode="1" bRatio="0.0070000" meMode="22" products="-13 14 3 3203"/>
3655 <channel onMode="1" bRatio="0.9300000" meMode="42" products="2 -1 3 3201"/>
3656</particle>
3657
3658<particle id="4301" name="cs_0" antiName="cs_0bar" spinType="1" chargeType="1" colType="-1"
3659 m0="2.15432">
3660</particle>
3661
3662<particle id="4303" name="cs_1" antiName="cs_1bar" spinType="3" chargeType="1" colType="-1"
3663 m0="2.17967">
3664</particle>
3665
3666<particle id="4312" name="Xi'_c0" antiName="Xi'_cbar0" spinType="2" chargeType="0" colType="0"
3667 m0="2.57790">
3668 <channel onMode="1" bRatio="1.0000000" products="4132 22"/>
3669</particle>
3670
3671<particle id="4314" name="Xi*_c0" antiName="Xi*_cbar0" spinType="4" chargeType="0" colType="0"
3672 m0="2.64590">
3673 <channel onMode="1" bRatio="0.5000000" products="4132 111"/>
3674 <channel onMode="1" bRatio="0.5000000" products="4132 22"/>
3675</particle>
3676
3677<particle id="4322" name="Xi'_c+" antiName="Xi'_cbar-" spinType="2" chargeType="3" colType="0"
3678 m0="2.57560">
3679 <channel onMode="1" bRatio="1.0000000" products="4232 22"/>
3680</particle>
3681
3682<particle id="4324" name="Xi*_c+" antiName="Xi*_cbar-" spinType="4" chargeType="3" colType="0"
3683 m0="2.64590">
3684 <channel onMode="1" bRatio="0.5000000" products="4232 111"/>
3685 <channel onMode="1" bRatio="0.5000000" products="4232 22"/>
3686</particle>
3687
3688<particle id="4332" name="Omega_c0" antiName="Omega_cbar0" spinType="2" chargeType="0" colType="0"
3689 m0="2.69520" tau0="2.10000e-02">
3690 <channel onMode="1" bRatio="0.0180000" meMode="22" products="-11 12 3 3303"/>
3691 <channel onMode="1" bRatio="0.0180000" meMode="22" products="-13 14 3 3303"/>
3692 <channel onMode="1" bRatio="0.9640000" meMode="42" products="2 -1 3 3303"/>
3693</particle>
3694
3695<particle id="4334" name="Omega*_c0" antiName="Omega*_cbar0" spinType="4" chargeType="0" colType="0"
3696 m0="2.76590">
3697 <channel onMode="1" bRatio="1.0000000" products="4332 22"/>
3698</particle>
3699
3700<particle id="4403" name="cc_1" antiName="cc_1bar" spinType="3" chargeType="4" colType="-1"
3701 m0="3.27531">
3702</particle>
3703
3704<particle id="4412" name="Xi_cc+" antiName="Xi_ccbar-" spinType="2" chargeType="3" colType="0"
3705 m0="3.59798" tau0="1.00000e-01">
3706 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"/>
3707 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"/>
3708 <channel onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"/>
3709 <channel onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"/>
3710</particle>
3711
3712<particle id="4414" name="Xi*_cc+" antiName="Xi*_ccbar-" spinType="4" chargeType="3" colType="0"
3713 m0="3.65648" tau0="1.00000e-01">
3714 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"/>
3715 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"/>
3716 <channel onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"/>
3717 <channel onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"/>
3718</particle>
3719
3720<particle id="4422" name="Xi_cc++" antiName="Xi_ccbar--" spinType="2" chargeType="6" colType="0"
3721 m0="3.59798" tau0="1.00000e-01">
3722 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"/>
3723 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"/>
3724 <channel onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"/>
3725 <channel onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"/>
3726</particle>
3727
3728<particle id="4424" name="Xi*_cc++" antiName="Xi*_ccbar--" spinType="4" chargeType="6" colType="0"
3729 m0="3.65648" tau0="1.00000e-01">
3730 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"/>
3731 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"/>
3732 <channel onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"/>
3733 <channel onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"/>
3734</particle>
3735
3736<particle id="4432" name="Omega_cc+" antiName="Omega_ccbar-" spinType="2" chargeType="3" colType="0"
3737 m0="3.78663" tau0="1.00000e-01">
3738 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"/>
3739 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"/>
3740 <channel onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"/>
3741 <channel onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"/>
3742</particle>
3743
3744<particle id="4434" name="Omega*_cc+" antiName="Omega*_ccbar-" spinType="4" chargeType="3" colType="0"
3745 m0="3.82466" tau0="1.00000e-01">
3746 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"/>
3747 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"/>
3748 <channel onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"/>
3749 <channel onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"/>
3750</particle>
3751
3752<particle id="4444" name="Omega*_ccc++" antiName="Omega*_cccbar--" spinType="4" chargeType="6" colType="0"
3753 m0="4.91594" tau0="1.00000e-01">
3754 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-11 12 3 81"/>
3755 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-13 14 3 81"/>
3756 <channel onMode="1" bRatio="0.7600000" meMode="42" products="2 -1 3 81"/>
3757 <channel onMode="1" bRatio="0.0800000" meMode="42" products="2 -3 3 81"/>
3758</particle>
3759
3760<particle id="5101" name="bd_0" antiName="bd_0bar" spinType="1" chargeType="-2" colType="-1"
3761 m0="5.38897">
3762</particle>
3763
3764<particle id="5103" name="bd_1" antiName="bd_1bar" spinType="3" chargeType="-2" colType="-1"
3765 m0="5.40145">
3766</particle>
3767
3768<particle id="5112" name="Sigma_b-" antiName="Sigma_bbar+" spinType="2" chargeType="-3" colType="0"
3769 m0="5.81550">
3770 <channel onMode="1" bRatio="1.0000000" products="5122 -211"/>
3771</particle>
3772
3773<particle id="5114" name="Sigma*_b-" antiName="Sigma*_bbar+" spinType="4" chargeType="-3" colType="0"
3774 m0="5.83510">
3775 <channel onMode="1" bRatio="1.0000000" products="5122 -211"/>
3776</particle>
3777
3778<particle id="5122" name="Lambda_b0" antiName="Lambda_bbar0" spinType="2" chargeType="0" colType="0"
3779 m0="5.61940" tau0="3.69000e-01">
3780 <channel onMode="1" bRatio="0.0546000" meMode="22" products="-12 11 4122"/>
3781 <channel onMode="1" bRatio="0.0096000" meMode="22" products="-12 11 4124"/>
3782 <channel onMode="1" bRatio="0.0128000" meMode="22" products="-12 11 14122"/>
3783 <channel onMode="1" bRatio="0.0546000" meMode="22" products="-14 13 4122"/>
3784 <channel onMode="1" bRatio="0.0096000" meMode="22" products="-14 13 4124"/>
3785 <channel onMode="1" bRatio="0.0128000" meMode="22" products="-14 13 14122"/>
3786 <channel onMode="1" bRatio="0.0172000" meMode="22" products="-16 15 4122"/>
3787 <channel onMode="1" bRatio="0.0032000" meMode="22" products="-16 15 4124"/>
3788 <channel onMode="1" bRatio="0.0043000" meMode="22" products="-16 15 14122"/>
3789 <channel onMode="1" bRatio="0.0008000" products="2112 421"/>
3790 <channel onMode="1" bRatio="0.0000048" products="2212 -211"/>
3791 <channel onMode="1" bRatio="0.0000185" products="2212 -321"/>
3792 <channel onMode="1" bRatio="0.0000650" products="3122 22"/>
3793 <channel onMode="1" bRatio="0.0000050" products="3122 113"/>
3794 <channel onMode="1" bRatio="0.0000200" products="3122 333"/>
3795 <channel onMode="1" bRatio="0.0008000" products="3122 -421"/>
3796 <channel onMode="1" bRatio="0.0010000" products="3122 441"/>
3797 <channel onMode="1" bRatio="0.0004700" products="3122 443"/>
3798 <channel onMode="1" bRatio="0.0000590" products="3124 22"/>
3799 <channel onMode="1" bRatio="0.0006000" products="4112 111"/>
3800 <channel onMode="1" bRatio="0.0004000" products="4112 221"/>
3801 <channel onMode="1" bRatio="0.0005000" products="4112 331"/>
3802 <channel onMode="1" bRatio="0.0400000" products="4122 -211"/>
3803 <channel onMode="1" bRatio="0.0100000" products="4122 -213"/>
3804 <channel onMode="1" bRatio="0.0005500" products="4122 -321"/>
3805 <channel onMode="1" bRatio="0.0220000" products="4122 -431"/>
3806 <channel onMode="1" bRatio="0.0440000" products="4122 -433"/>
3807 <channel onMode="1" bRatio="0.0003000" products="4132 311"/>
3808 <channel onMode="1" bRatio="0.0006000" products="4212 -211"/>
3809 <channel onMode="1" bRatio="0.0005000" products="4312 311"/>
3810 <channel onMode="1" bRatio="0.0200000" products="-20213 4122"/>
3811 <channel onMode="1" bRatio="0.0000570" products="23122 22"/>
3812 <channel onMode="1" bRatio="0.0000560" products="33122 22"/>
3813 <channel onMode="1" bRatio="0.0003800" products="100443 3122"/>
3814 <channel onMode="1" bRatio="0.0220000" products="4122 211 -211 -211"/>
3815 <channel onMode="1" bRatio="0.0200000" products="3122 311 211 211 -211 -211"/>
3816 <channel onMode="1" bRatio="0.0120000" meMode="22" products="-2 1 2 2101"/>
3817 <channel onMode="1" bRatio="0.4411147" meMode="23" products="-2 1 4 2101"/>
3818 <channel onMode="1" bRatio="0.0910000" meMode="43" products="-2 4 1 2101"/>
3819 <channel onMode="1" bRatio="0.0120000" meMode="22" products="-4 3 2 2101"/>
3820 <channel onMode="1" bRatio="0.0800000" meMode="43" products="-4 3 4 2101"/>
3821</particle>
3822
3823<particle id="5132" name="Xi_b-" antiName="Xi_bbar+" spinType="2" chargeType="-3" colType="0"
3824 m0="5.79110" tau0="3.64000e-01">
3825 <channel onMode="1" bRatio="0.1080010" meMode="22" products="-12 11 4 3101"/>
3826 <channel onMode="1" bRatio="0.0020000" meMode="22" products="-12 11 2 3101"/>
3827 <channel onMode="1" bRatio="0.1080000" meMode="22" products="-14 13 4 3101"/>
3828 <channel onMode="1" bRatio="0.0020000" meMode="22" products="-14 13 2 3101"/>
3829 <channel onMode="1" bRatio="0.0250000" meMode="22" products="-16 15 4 3101"/>
3830 <channel onMode="1" bRatio="0.0010000" meMode="22" products="-16 15 4 3101"/>
3831 <channel onMode="1" bRatio="0.0010000" products="443 3312"/>
3832 <channel onMode="1" bRatio="0.0004370" products="100443 3312"/>
3833 <channel onMode="1" bRatio="0.0004710" products="20443 3312"/>
3834 <channel onMode="1" bRatio="0.0000900" products="445 3312"/>
3835 <channel onMode="1" bRatio="0.0004900" products="441 3312"/>
3836 <channel onMode="1" bRatio="0.0015000" products="443 3314"/>
3837 <channel onMode="1" bRatio="0.0006560" products="100443 3314"/>
3838 <channel onMode="1" bRatio="0.0007060" products="20443 3314"/>
3839 <channel onMode="1" bRatio="0.0001350" products="445 3314"/>
3840 <channel onMode="1" bRatio="0.0007350" products="441 3314"/>
3841 <channel onMode="1" bRatio="0.0012000" products="443 -321 3122"/>
3842 <channel onMode="1" bRatio="0.0005240" products="100443 -321 3122"/>
3843 <channel onMode="1" bRatio="0.0005650" products="20443 -321 3122"/>
3844 <channel onMode="1" bRatio="0.0001080" products="445 -321 3122"/>
3845 <channel onMode="1" bRatio="0.0005880" products="441 -321 3122"/>
3846 <channel onMode="1" bRatio="0.0006000" products="443 -311 3112"/>
3847 <channel onMode="1" bRatio="0.0002620" products="100443 -311 3112"/>
3848 <channel onMode="1" bRatio="0.0002830" products="20443 -311 3112"/>
3849 <channel onMode="1" bRatio="0.0000540" products="445 -311 3112"/>
3850 <channel onMode="1" bRatio="0.0002940" products="441 -311 3112"/>
3851 <channel onMode="1" bRatio="0.0038200" meMode="43" products="443 3 3101"/>
3852 <channel onMode="1" bRatio="0.0016690" meMode="43" products="100443 3 3101"/>
3853 <channel onMode="1" bRatio="0.0017990" meMode="43" products="20443 3 3101"/>
3854 <channel onMode="1" bRatio="0.0003440" meMode="43" products="445 3 3101"/>
3855 <channel onMode="1" bRatio="0.0018720" meMode="43" products="441 3 3101"/>
3856 <channel onMode="1" bRatio="0.1096770" meMode="22" products="-2 1 4 3101"/>
3857 <channel onMode="1" bRatio="0.2632250" meMode="22" products="-2 4 1 3101"/>
3858 <channel onMode="1" bRatio="0.0658060" meMode="42" products="-2 1 4 3101"/>
3859 <channel onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 1 3101"/>
3860 <channel onMode="1" bRatio="0.0057720" meMode="22" products="-2 3 4 3101"/>
3861 <channel onMode="1" bRatio="0.0138540" meMode="22" products="-2 4 3 3101"/>
3862 <channel onMode="1" bRatio="0.0034630" meMode="42" products="-2 3 4 3101"/>
3863 <channel onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 3 3101"/>
3864 <channel onMode="1" bRatio="0.0090000" meMode="22" products="-2 1 2 3101"/>
3865 <channel onMode="1" bRatio="0.0060000" meMode="22" products="-2 2 1 3101"/>
3866 <channel onMode="1" bRatio="0.0230000" meMode="63" products="-431 4 3101"/>
3867 <channel onMode="1" bRatio="0.0230000" meMode="63" products="-433 4 3101"/>
3868 <channel onMode="1" bRatio="0.0130000" products="-431 4132"/>
3869 <channel onMode="1" bRatio="0.0090000" products="-431 4314"/>
3870 <channel onMode="1" bRatio="0.0090000" products="-433 4132"/>
3871 <channel onMode="1" bRatio="0.0230000" products="-433 4314"/>
3872 <channel onMode="1" bRatio="0.0080000" meMode="22" products="-421 -321 4 3101"/>
3873 <channel onMode="1" bRatio="0.0080000" meMode="22" products="-411 -311 4 3101"/>
3874 <channel onMode="1" bRatio="0.0320000" meMode="22" products="-423 -321 4 3101"/>
3875 <channel onMode="1" bRatio="0.0320000" meMode="22" products="-413 -311 4 3101"/>
3876 <channel onMode="1" bRatio="0.0770000" meMode="42" products="4122 -2203 3101"/>
3877</particle>
3878
3879<particle id="5142" name="Xi_bc0" antiName="Xi_bcbar0" spinType="2" chargeType="0" colType="0"
3880 m0="7.00575" tau0="3.64000e-01">
3881 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"/>
3882 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"/>
3883 <channel onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"/>
3884 <channel onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"/>
3885 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"/>
3886 <channel onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"/>
3887 <channel onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"/>
3888 <channel onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"/>
3889 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"/>
3890</particle>
3891
3892<particle id="5201" name="bu_0" antiName="bu_0bar" spinType="1" chargeType="1" colType="-1"
3893 m0="5.38897">
3894</particle>
3895
3896<particle id="5203" name="bu_1" antiName="bu_1bar" spinType="3" chargeType="1" colType="-1"
3897 m0="5.40145">
3898</particle>
3899
3900<particle id="5212" name="Sigma_b0" antiName="Sigma_bbar0" spinType="2" chargeType="0" colType="0"
3901 m0="5.80000">
3902 <channel onMode="1" bRatio="1.0000000" products="5122 111"/>
3903</particle>
3904
3905<particle id="5214" name="Sigma*_b0" antiName="Sigma*_bbar0" spinType="4" chargeType="0" colType="0"
3906 m0="5.81000">
3907 <channel onMode="1" bRatio="1.0000000" products="5122 111"/>
3908</particle>
3909
3910<particle id="5222" name="Sigma_b+" antiName="Sigma_bbar-" spinType="2" chargeType="3" colType="0"
3911 m0="5.81130">
3912 <channel onMode="1" bRatio="1.0000000" products="5122 211"/>
3913</particle>
3914
3915<particle id="5224" name="Sigma*_b+" antiName="Sigma*_bbar-" spinType="4" chargeType="3" colType="0"
3916 m0="5.83210">
3917 <channel onMode="1" bRatio="1.0000000" products="5122 211"/>
3918</particle>
3919
3920<particle id="5232" name="Xi_b0" antiName="Xi_bbar0" spinType="2" chargeType="0" colType="0"
3921 m0="5.78800" tau0="3.64000e-01">
3922 <channel onMode="1" bRatio="0.1080010" meMode="22" products="-12 11 4 3201"/>
3923 <channel onMode="1" bRatio="0.0020000" meMode="22" products="-12 11 2 3201"/>
3924 <channel onMode="1" bRatio="0.1080000" meMode="22" products="-14 13 4 3201"/>
3925 <channel onMode="1" bRatio="0.0020000" meMode="22" products="-14 13 2 3201"/>
3926 <channel onMode="1" bRatio="0.0250000" meMode="22" products="-16 15 4 3201"/>
3927 <channel onMode="1" bRatio="0.0010000" meMode="22" products="-16 15 4 3201"/>
3928 <channel onMode="1" bRatio="0.0010000" products="443 3322"/>
3929 <channel onMode="1" bRatio="0.0004370" products="100443 3322"/>
3930 <channel onMode="1" bRatio="0.0004710" products="20443 3322"/>
3931 <channel onMode="1" bRatio="0.0000900" products="445 3322"/>
3932 <channel onMode="1" bRatio="0.0004900" products="441 3322"/>
3933 <channel onMode="1" bRatio="0.0015000" products="443 3324"/>
3934 <channel onMode="1" bRatio="0.0006560" products="100443 3324"/>
3935 <channel onMode="1" bRatio="0.0007060" products="20443 3324"/>
3936 <channel onMode="1" bRatio="0.0001350" products="445 3324"/>
3937 <channel onMode="1" bRatio="0.0007350" products="441 3324"/>
3938 <channel onMode="1" bRatio="0.0012000" products="443 -321 3222"/>
3939 <channel onMode="1" bRatio="0.0005240" products="100443 -321 3222"/>
3940 <channel onMode="1" bRatio="0.0005650" products="20443 -321 3222"/>
3941 <channel onMode="1" bRatio="0.0001080" products="445 -321 3222"/>
3942 <channel onMode="1" bRatio="0.0005880" products="441 -321 3222"/>
3943 <channel onMode="1" bRatio="0.0006000" products="443 -311 3212"/>
3944 <channel onMode="1" bRatio="0.0002620" products="100443 -311 3212"/>
3945 <channel onMode="1" bRatio="0.0002830" products="20443 -311 3212"/>
3946 <channel onMode="1" bRatio="0.0000540" products="445 -311 3212"/>
3947 <channel onMode="1" bRatio="0.0002940" products="441 -311 3212"/>
3948 <channel onMode="1" bRatio="0.0038200" meMode="43" products="443 3 3201"/>
3949 <channel onMode="1" bRatio="0.0016690" meMode="43" products="100443 3 3201"/>
3950 <channel onMode="1" bRatio="0.0017990" meMode="43" products="20443 3 3201"/>
3951 <channel onMode="1" bRatio="0.0003440" meMode="43" products="445 3 3201"/>
3952 <channel onMode="1" bRatio="0.0018720" meMode="43" products="441 3 3201"/>
3953 <channel onMode="1" bRatio="0.1096770" meMode="22" products="-2 1 4 3201"/>
3954 <channel onMode="1" bRatio="0.2632250" meMode="22" products="-2 4 1 3201"/>
3955 <channel onMode="1" bRatio="0.0658060" meMode="42" products="-2 1 4 3201"/>
3956 <channel onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 1 3201"/>
3957 <channel onMode="1" bRatio="0.0057720" meMode="22" products="-2 3 4 3201"/>
3958 <channel onMode="1" bRatio="0.0138540" meMode="22" products="-2 4 3 3201"/>
3959 <channel onMode="1" bRatio="0.0034630" meMode="42" products="-2 3 4 3201"/>
3960 <channel onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 3 3201"/>
3961 <channel onMode="1" bRatio="0.0090000" meMode="22" products="-2 1 2 3201"/>
3962 <channel onMode="1" bRatio="0.0060000" meMode="22" products="-2 2 1 3201"/>
3963 <channel onMode="1" bRatio="0.0230000" meMode="63" products="-431 4 3201"/>
3964 <channel onMode="1" bRatio="0.0230000" meMode="63" products="-433 4 3201"/>
3965 <channel onMode="1" bRatio="0.0130000" products="-431 4232"/>
3966 <channel onMode="1" bRatio="0.0090000" products="-431 4324"/>
3967 <channel onMode="1" bRatio="0.0090000" products="-433 4232"/>
3968 <channel onMode="1" bRatio="0.0230000" products="-433 4324"/>
3969 <channel onMode="1" bRatio="0.0080000" meMode="22" products="-421 -321 4 3201"/>
3970 <channel onMode="1" bRatio="0.0080000" meMode="22" products="-411 -311 4 3201"/>
3971 <channel onMode="1" bRatio="0.0320000" meMode="22" products="-423 -321 4 3201"/>
3972 <channel onMode="1" bRatio="0.0320000" meMode="22" products="-413 -311 4 3201"/>
3973 <channel onMode="1" bRatio="0.0770000" meMode="42" products="4122 -2203 3201"/>
3974</particle>
3975
3976<particle id="5242" name="Xi_bc+" antiName="Xi_bcbar-" spinType="2" chargeType="3" colType="0"
3977 m0="7.00575" tau0="3.64000e-01">
3978 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"/>
3979 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"/>
3980 <channel onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"/>
3981 <channel onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"/>
3982 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"/>
3983 <channel onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"/>
3984 <channel onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"/>
3985 <channel onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"/>
3986 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"/>
3987</particle>
3988
3989<particle id="5301" name="bs_0" antiName="bs_0bar" spinType="1" chargeType="-2" colType="-1"
3990 m0="5.56725">
3991</particle>
3992
3993<particle id="5303" name="bs_1" antiName="bs_1bar" spinType="3" chargeType="-2" colType="-1"
3994 m0="5.57536">
3995</particle>
3996
3997<particle id="5312" name="Xi'_b-" antiName="Xi'_bbar+" spinType="2" chargeType="-3" colType="0"
3998 m0="5.96000">
3999 <channel onMode="1" bRatio="1.0000000" products="5132 22"/>
4000</particle>
4001
4002<particle id="5314" name="Xi*_b-" antiName="Xi*_bbar+" spinType="4" chargeType="-3" colType="0"
4003 m0="5.97000">
4004 <channel onMode="1" bRatio="1.0000000" products="5132 22"/>
4005</particle>
4006
4007<particle id="5322" name="Xi'_b0" antiName="Xi'_bbar0" spinType="2" chargeType="0" colType="0"
4008 m0="5.96000">
4009 <channel onMode="1" bRatio="1.0000000" products="5232 22"/>
4010</particle>
4011
4012<particle id="5324" name="Xi*_b0" antiName="Xi*_bbar0" spinType="4" chargeType="0" colType="0"
4013 m0="5.97000">
4014 <channel onMode="1" bRatio="1.0000000" products="5232 22"/>
4015</particle>
4016
4017<particle id="5332" name="Omega_b-" antiName="Omega_bbar+" spinType="2" chargeType="-3" colType="0"
4018 m0="6.07000" tau0="3.64000e-01">
4019 <channel onMode="1" bRatio="0.1080010" meMode="22" products="-12 11 4 3303"/>
4020 <channel onMode="1" bRatio="0.0020000" meMode="22" products="-12 11 2 3303"/>
4021 <channel onMode="1" bRatio="0.1080000" meMode="22" products="-14 13 4 3303"/>
4022 <channel onMode="1" bRatio="0.0020000" meMode="22" products="-14 13 2 3303"/>
4023 <channel onMode="1" bRatio="0.0250000" meMode="22" products="-16 15 4 3303"/>
4024 <channel onMode="1" bRatio="0.0010000" meMode="22" products="-16 15 4 3303"/>
4025 <channel onMode="1" bRatio="0.0025000" products="443 3334"/>
4026 <channel onMode="1" bRatio="0.0010930" products="100443 3334"/>
4027 <channel onMode="1" bRatio="0.0011770" products="20443 3334"/>
4028 <channel onMode="1" bRatio="0.0002250" products="445 3334"/>
4029 <channel onMode="1" bRatio="0.0012250" products="441 3334"/>
4030 <channel onMode="1" bRatio="0.0012000" products="443 -321 3322"/>
4031 <channel onMode="1" bRatio="0.0005240" products="100443 -321 3322"/>
4032 <channel onMode="1" bRatio="0.0005650" products="20443 -321 3322"/>
4033 <channel onMode="1" bRatio="0.0001080" products="445 -321 3322"/>
4034 <channel onMode="1" bRatio="0.0005880" products="441 -321 3322"/>
4035 <channel onMode="1" bRatio="0.0006000" products="443 -311 3312"/>
4036 <channel onMode="1" bRatio="0.0002620" products="100443 -311 3312"/>
4037 <channel onMode="1" bRatio="0.0002830" products="20443 -311 3312"/>
4038 <channel onMode="1" bRatio="0.0000540" products="445 -311 3312"/>
4039 <channel onMode="1" bRatio="0.0002940" products="441 -311 3312"/>
4040 <channel onMode="1" bRatio="0.0038200" meMode="43" products="443 3 3303"/>
4041 <channel onMode="1" bRatio="0.0016690" meMode="43" products="100443 3 3303"/>
4042 <channel onMode="1" bRatio="0.0017990" meMode="43" products="20443 3 3303"/>
4043 <channel onMode="1" bRatio="0.0003440" meMode="43" products="445 3 3303"/>
4044 <channel onMode="1" bRatio="0.0018720" meMode="43" products="441 3 3303"/>
4045 <channel onMode="1" bRatio="0.1096770" meMode="22" products="-2 1 4 3303"/>
4046 <channel onMode="1" bRatio="0.2632250" meMode="22" products="-2 4 1 3303"/>
4047 <channel onMode="1" bRatio="0.0658060" meMode="42" products="-2 1 4 3303"/>
4048 <channel onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 1 3303"/>
4049 <channel onMode="1" bRatio="0.0057720" meMode="22" products="-2 3 4 3303"/>
4050 <channel onMode="1" bRatio="0.0138540" meMode="22" products="-2 4 3 3303"/>
4051 <channel onMode="1" bRatio="0.0034630" meMode="42" products="-2 3 4 3303"/>
4052 <channel onMode="1" bRatio="0.0000000" meMode="42" products="-2 4 3 3303"/>
4053 <channel onMode="1" bRatio="0.0090000" meMode="22" products="-2 1 2 3303"/>
4054 <channel onMode="1" bRatio="0.0060000" meMode="22" products="-2 2 1 3303"/>
4055 <channel onMode="1" bRatio="0.0230000" meMode="63" products="-431 4 3303"/>
4056 <channel onMode="1" bRatio="0.0230000" meMode="63" products="-433 4 3303"/>
4057 <channel onMode="1" bRatio="0.0130000" products="-431 4332"/>
4058 <channel onMode="1" bRatio="0.0090000" products="-431 4334"/>
4059 <channel onMode="1" bRatio="0.0090000" products="-433 4332"/>
4060 <channel onMode="1" bRatio="0.0230000" products="-433 4334"/>
4061 <channel onMode="1" bRatio="0.0080000" meMode="22" products="-421 -321 4 3303"/>
4062 <channel onMode="1" bRatio="0.0080000" meMode="22" products="-411 -311 4 3303"/>
4063 <channel onMode="1" bRatio="0.0320000" meMode="22" products="-423 -321 4 3303"/>
4064 <channel onMode="1" bRatio="0.0320000" meMode="22" products="-413 -311 4 3303"/>
4065 <channel onMode="1" bRatio="0.0770000" meMode="42" products="4122 -2203 3303"/>
4066</particle>
4067
4068<particle id="5334" name="Omega*_b-" antiName="Omega*_bbar+" spinType="4" chargeType="-3" colType="0"
4069 m0="6.13000">
4070 <channel onMode="1" bRatio="1.0000000" products="5332 22"/>
4071</particle>
4072
4073<particle id="5342" name="Omega_bc0" antiName="Omega_bcbar0" spinType="2" chargeType="0" colType="0"
4074 m0="7.19099" tau0="3.64000e-01">
4075 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"/>
4076 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"/>
4077 <channel onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"/>
4078 <channel onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"/>
4079 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"/>
4080 <channel onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"/>
4081 <channel onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"/>
4082 <channel onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"/>
4083 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"/>
4084</particle>
4085
4086<particle id="5401" name="bc_0" antiName="bc_0bar" spinType="1" chargeType="1" colType="-1"
4087 m0="6.67143">
4088</particle>
4089
4090<particle id="5403" name="bc_1" antiName="bc_1bar" spinType="3" chargeType="1" colType="-1"
4091 m0="6.67397">
4092</particle>
4093
4094<particle id="5412" name="Xi'_bc0" antiName="Xi'_bcbar0" spinType="2" chargeType="0" colType="0"
4095 m0="7.03724" tau0="3.64000e-01">
4096 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"/>
4097 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"/>
4098 <channel onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"/>
4099 <channel onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"/>
4100 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"/>
4101 <channel onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"/>
4102 <channel onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"/>
4103 <channel onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"/>
4104 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"/>
4105</particle>
4106
4107<particle id="5414" name="Xi*_bc0" antiName="Xi*_bcbar0" spinType="4" chargeType="0" colType="0"
4108 m0="7.04850" tau0="3.64000e-01">
4109 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"/>
4110 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"/>
4111 <channel onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"/>
4112 <channel onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"/>
4113 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"/>
4114 <channel onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"/>
4115 <channel onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"/>
4116 <channel onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"/>
4117 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"/>
4118</particle>
4119
4120<particle id="5422" name="Xi'_bc+" antiName="Xi'_bcbar-" spinType="2" chargeType="3" colType="0"
4121 m0="7.03724" tau0="3.64000e-01">
4122 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"/>
4123 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"/>
4124 <channel onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"/>
4125 <channel onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"/>
4126 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"/>
4127 <channel onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"/>
4128 <channel onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"/>
4129 <channel onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"/>
4130 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"/>
4131</particle>
4132
4133<particle id="5424" name="Xi*_bc+" antiName="Xi*_bcbar-" spinType="4" chargeType="3" colType="0"
4134 m0="7.04850" tau0="3.64000e-01">
4135 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"/>
4136 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"/>
4137 <channel onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"/>
4138 <channel onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"/>
4139 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"/>
4140 <channel onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"/>
4141 <channel onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"/>
4142 <channel onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"/>
4143 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"/>
4144</particle>
4145
4146<particle id="5432" name="Omega'_bc0" antiName="Omega'_bcbar0" spinType="2" chargeType="0" colType="0"
4147 m0="7.21101" tau0="3.64000e-01">
4148 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"/>
4149 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"/>
4150 <channel onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"/>
4151 <channel onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"/>
4152 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"/>
4153 <channel onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"/>
4154 <channel onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"/>
4155 <channel onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"/>
4156 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"/>
4157</particle>
4158
4159<particle id="5434" name="Omega*_bc0" antiName="Omega*_bcbar0" spinType="4" chargeType="0" colType="0"
4160 m0="7.21900" tau0="3.64000e-01">
4161 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"/>
4162 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"/>
4163 <channel onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"/>
4164 <channel onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"/>
4165 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"/>
4166 <channel onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"/>
4167 <channel onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"/>
4168 <channel onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"/>
4169 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"/>
4170</particle>
4171
4172<particle id="5442" name="Omega_bcc+" antiName="Omega_bccbar-" spinType="2" chargeType="3" colType="0"
4173 m0="8.30945" tau0="3.64000e-01">
4174 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"/>
4175 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"/>
4176 <channel onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"/>
4177 <channel onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"/>
4178 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"/>
4179 <channel onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"/>
4180 <channel onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"/>
4181 <channel onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"/>
4182 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"/>
4183</particle>
4184
4185<particle id="5444" name="Omega*_bcc+" antiName="Omega*_bccbar-" spinType="4" chargeType="3" colType="0"
4186 m0="8.31325" tau0="3.64000e-01">
4187 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"/>
4188 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"/>
4189 <channel onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"/>
4190 <channel onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"/>
4191 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"/>
4192 <channel onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"/>
4193 <channel onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"/>
4194 <channel onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"/>
4195 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"/>
4196</particle>
4197
4198<particle id="5503" name="bb_1" antiName="bb_1bar" spinType="3" chargeType="-2" colType="-1"
4199 m0="10.07354">
4200</particle>
4201
4202<particle id="5512" name="Xi_bb-" antiName="Xi_bbbar+" spinType="2" chargeType="-3" colType="0"
4203 m0="10.42272" tau0="3.64000e-01">
4204 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"/>
4205 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"/>
4206 <channel onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"/>
4207 <channel onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"/>
4208 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"/>
4209 <channel onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"/>
4210 <channel onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"/>
4211 <channel onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"/>
4212 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"/>
4213</particle>
4214
4215<particle id="5514" name="Xi*_bb-" antiName="Xi*_bbbar+" spinType="4" chargeType="-3" colType="0"
4216 m0="10.44144" tau0="3.64000e-01">
4217 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"/>
4218 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"/>
4219 <channel onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"/>
4220 <channel onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"/>
4221 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"/>
4222 <channel onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"/>
4223 <channel onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"/>
4224 <channel onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"/>
4225 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"/>
4226</particle>
4227
4228<particle id="5522" name="Xi_bb0" antiName="Xi_bbbar0" spinType="2" chargeType="0" colType="0"
4229 m0="10.42272" tau0="3.64000e-01">
4230 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"/>
4231 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"/>
4232 <channel onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"/>
4233 <channel onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"/>
4234 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"/>
4235 <channel onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"/>
4236 <channel onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"/>
4237 <channel onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"/>
4238 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"/>
4239</particle>
4240
4241<particle id="5524" name="Xi*_bb0" antiName="Xi*_bbbar0" spinType="4" chargeType="0" colType="0"
4242 m0="10.44144" tau0="3.64000e-01">
4243 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"/>
4244 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"/>
4245 <channel onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"/>
4246 <channel onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"/>
4247 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"/>
4248 <channel onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"/>
4249 <channel onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"/>
4250 <channel onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"/>
4251 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"/>
4252</particle>
4253
4254<particle id="5532" name="Omega_bb-" antiName="Omega_bbbar+" spinType="2" chargeType="-3" colType="0"
4255 m0="10.60209" tau0="3.64000e-01">
4256 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"/>
4257 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"/>
4258 <channel onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"/>
4259 <channel onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"/>
4260 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"/>
4261 <channel onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"/>
4262 <channel onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"/>
4263 <channel onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"/>
4264 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"/>
4265</particle>
4266
4267<particle id="5534" name="Omega*_bb-" antiName="Omega*_bbbar+" spinType="4" chargeType="-3" colType="0"
4268 m0="10.61426" tau0="3.64000e-01">
4269 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"/>
4270 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"/>
4271 <channel onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"/>
4272 <channel onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"/>
4273 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"/>
4274 <channel onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"/>
4275 <channel onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"/>
4276 <channel onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"/>
4277 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"/>
4278</particle>
4279
4280<particle id="5542" name="Omega_bbc0" antiName="Omega_bbcbar0" spinType="2" chargeType="0" colType="0"
4281 m0="11.70767" tau0="3.64000e-01">
4282 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"/>
4283 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"/>
4284 <channel onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"/>
4285 <channel onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"/>
4286 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"/>
4287 <channel onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"/>
4288 <channel onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"/>
4289 <channel onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"/>
4290 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"/>
4291</particle>
4292
4293<particle id="5544" name="Omega*_bbc0" antiName="Omega*_bbcbar0" spinType="4" chargeType="0" colType="0"
4294 m0="11.71147" tau0="3.64000e-01">
4295 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"/>
4296 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"/>
4297 <channel onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"/>
4298 <channel onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"/>
4299 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"/>
4300 <channel onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"/>
4301 <channel onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"/>
4302 <channel onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"/>
4303 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"/>
4304</particle>
4305
4306<particle id="5554" name="Omega*_bbb-" antiName="Omega*_bbbbar+" spinType="4" chargeType="-3" colType="0"
4307 m0="15.11061" tau0="3.64000e-01">
4308 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-12 11 4 81"/>
4309 <channel onMode="1" bRatio="0.1050000" meMode="22" products="-14 13 4 81"/>
4310 <channel onMode="1" bRatio="0.0400000" meMode="22" products="-16 15 4 81"/>
4311 <channel onMode="1" bRatio="0.5000000" meMode="22" products="-2 1 4 81"/>
4312 <channel onMode="1" bRatio="0.0800000" meMode="22" products="-2 4 1 81"/>
4313 <channel onMode="1" bRatio="0.1400000" meMode="22" products="-4 3 4 81"/>
4314 <channel onMode="1" bRatio="0.0100000" meMode="22" products="-4 4 3 81"/>
4315 <channel onMode="1" bRatio="0.0150000" meMode="22" products="-2 1 2 81"/>
4316 <channel onMode="1" bRatio="0.0050000" meMode="22" products="-4 3 2 81"/>
4317</particle>
4318
4319<particle id="10111" name="a_0(1450)0" spinType="1" chargeType="0" colType="0"
4320 m0="1.47400" mWidth="0.26500" mMin="1.00000" mMax="2.00000">
4321 <channel onMode="1" bRatio="0.3000000" products="111 221"/>
4322 <channel onMode="1" bRatio="0.1000000" products="111 331"/>
4323 <channel onMode="1" bRatio="0.1200000" products="321 -321"/>
4324 <channel onMode="1" bRatio="0.0600000" products="130 130"/>
4325 <channel onMode="1" bRatio="0.0600000" products="310 310"/>
4326 <channel onMode="1" bRatio="0.1800000" products="223 211 -211"/>
4327 <channel onMode="1" bRatio="0.1800000" products="223 111 111"/>
4328</particle>
4329
4330<particle id="10113" name="b_1(1235)0" spinType="3" chargeType="0" colType="0"
4331 m0="1.22950" mWidth="0.14200" mMin="0.95000" mMax="1.70000">
4332 <channel onMode="1" bRatio="1.0000000" products="223 111"/>
4333</particle>
4334
4335<particle id="10211" name="a_0(1450)+" antiName="a_0(1450)-" spinType="1" chargeType="3" colType="0"
4336 m0="1.47400" mWidth="0.26500" mMin="1.00000" mMax="2.00000">
4337 <channel onMode="1" bRatio="0.3000000" products="211 221"/>
4338 <channel onMode="1" bRatio="0.1000000" products="211 331"/>
4339 <channel onMode="1" bRatio="0.2400000" products="321 -311"/>
4340 <channel onMode="1" bRatio="0.3600000" products="223 211 111"/>
4341</particle>
4342
4343<particle id="10213" name="b_1(1235)+" antiName="b_1(1235)-" spinType="3" chargeType="3" colType="0"
4344 m0="1.22950" mWidth="0.14200" mMin="0.95000" mMax="1.70000">
4345 <channel onMode="1" bRatio="0.9984000" products="223 211"/>
4346 <channel onMode="1" bRatio="0.0016000" products="211 22"/>
4347</particle>
4348
4349<particle id="10221" name="f_0(1370)" spinType="1" chargeType="0" colType="0"
4350 m0="1.35000" mWidth="0.20000" mMin="1.00000" mMax="2.00000">
4351 <channel onMode="1" bRatio="0.2000000" products="113 111"/>
4352 <channel onMode="1" bRatio="0.2000000" products="213 -213"/>
4353 <channel onMode="1" bRatio="0.1000000" products="111 111 111 111"/>
4354 <channel onMode="1" bRatio="0.2000000" products="211 -211"/>
4355 <channel onMode="1" bRatio="0.1000000" products="111 111"/>
4356 <channel onMode="1" bRatio="0.0500000" products="321 -321"/>
4357 <channel onMode="1" bRatio="0.0250000" products="130 130"/>
4358 <channel onMode="1" bRatio="0.0250000" products="310 310"/>
4359 <channel onMode="1" bRatio="0.1000000" products="221 221"/>
4360</particle>
4361
4362<particle id="10223" name="h_1(1170)" spinType="3" chargeType="0" colType="0"
4363 m0="1.17000" mWidth="0.36000" mMin="0.95000" mMax="2.00000">
4364 <channel onMode="1" bRatio="0.3330000" products="213 -211"/>
4365 <channel onMode="1" bRatio="0.3340000" products="113 111"/>
4366 <channel onMode="1" bRatio="0.3330000" products="-213 211"/>
4367</particle>
4368
4369<particle id="10311" name="K*_0(1430)0" antiName="K*_0(1430)bar0" spinType="1" chargeType="0" colType="0"
4370 m0="1.43000" mWidth="0.27000" mMin="0.70000" mMax="2.20000">
4371 <channel onMode="1" bRatio="0.6670000" products="321 -211"/>
4372 <channel onMode="1" bRatio="0.3330000" products="311 111"/>
4373</particle>
4374
4375<particle id="10313" name="K_1(1270)0" antiName="K_1(1270)bar0" spinType="3" chargeType="0" colType="0"
4376 m0="1.27200" mWidth="0.09000" mMin="1.00000" mMax="2.00000">
4377 <channel onMode="1" bRatio="0.2900000" products="321 -213"/>
4378 <channel onMode="1" bRatio="0.1450000" products="311 113"/>
4379 <channel onMode="1" bRatio="0.1900000" products="10321 -211"/>
4380 <channel onMode="1" bRatio="0.0950000" products="10311 111"/>
4381 <channel onMode="1" bRatio="0.1100000" products="323 -211"/>
4382 <channel onMode="1" bRatio="0.0550000" products="313 111"/>
4383 <channel onMode="1" bRatio="0.1150000" products="311 223"/>
4384</particle>
4385
4386<particle id="10321" name="K*_0(1430)+" antiName="K*_0(1430)-" spinType="1" chargeType="3" colType="0"
4387 m0="1.43000" mWidth="0.27000" mMin="0.70000" mMax="2.20000">
4388 <channel onMode="1" bRatio="0.6670000" products="311 211"/>
4389 <channel onMode="1" bRatio="0.3330000" products="321 111"/>
4390</particle>
4391
4392<particle id="10323" name="K_1(1270)+" antiName="K_1(1270)-" spinType="3" chargeType="3" colType="0"
4393 m0="1.27200" mWidth="0.09000" mMin="1.00000" mMax="2.00000">
4394 <channel onMode="1" bRatio="0.2900000" products="311 213"/>
4395 <channel onMode="1" bRatio="0.1450000" products="321 113"/>
4396 <channel onMode="1" bRatio="0.1900000" products="10311 211"/>
4397 <channel onMode="1" bRatio="0.0950000" products="10321 111"/>
4398 <channel onMode="1" bRatio="0.1100000" products="313 211"/>
4399 <channel onMode="1" bRatio="0.0550000" products="323 111"/>
4400 <channel onMode="1" bRatio="0.1150000" products="321 223"/>
4401</particle>
4402
4403<particle id="10331" name="f_0(1710)" spinType="1" chargeType="0" colType="0"
4404 m0="1.72000" mWidth="0.13500" mMin="1.10000" mMax="2.40000">
4405 <channel onMode="1" bRatio="0.3000000" products="321 -321"/>
4406 <channel onMode="1" bRatio="0.1500000" products="130 130"/>
4407 <channel onMode="1" bRatio="0.1500000" products="310 310"/>
4408 <channel onMode="1" bRatio="0.3000000" products="221 221"/>
4409 <channel onMode="1" bRatio="0.0500000" products="211 -211"/>
4410 <channel onMode="1" bRatio="0.0500000" products="111 111"/>
4411</particle>
4412
4413<particle id="10333" name="h_1(1380)" spinType="3" chargeType="0" colType="0"
4414 m0="1.38600" mWidth="0.09100" mMin="1.38000" mMax="1.60000">
4415 <channel onMode="1" bRatio="0.2500000" products="313 -311"/>
4416 <channel onMode="1" bRatio="0.2500000" products="-313 311"/>
4417 <channel onMode="1" bRatio="0.2500000" products="323 -321"/>
4418 <channel onMode="1" bRatio="0.2500000" products="-323 321"/>
4419</particle>
4420
4421<particle id="10411" name="D*_0+" antiName="D*_0-" spinType="1" chargeType="3" colType="0"
4422 m0="2.31800" mWidth="0.27000" mMin="2.05000" mMax="2.50000">
4423 <channel onMode="1" bRatio="0.6670000" products="421 211"/>
4424 <channel onMode="1" bRatio="0.3330000" products="411 111"/>
4425</particle>
4426
4427<particle id="10413" name="D_1+" antiName="D_1-" spinType="3" chargeType="3" colType="0"
4428 m0="2.42400" mWidth="0.02000" mMin="2.22400" mMax="2.62400">
4429 <channel onMode="1" bRatio="0.6670000" products="423 211"/>
4430 <channel onMode="1" bRatio="0.3330000" products="413 111"/>
4431</particle>
4432
4433<particle id="10421" name="D*_00" antiName="D*_0bar0" spinType="1" chargeType="0" colType="0"
4434 m0="2.31800" mWidth="0.27000" mMin="2.05000" mMax="2.50000">
4435 <channel onMode="1" bRatio="0.6670000" products="411 -211"/>
4436 <channel onMode="1" bRatio="0.3330000" products="421 111"/>
4437</particle>
4438
4439<particle id="10423" name="D_10" antiName="D_1bar0" spinType="3" chargeType="0" colType="0"
4440 m0="2.42130" mWidth="0.02710" mMin="2.21830" mMax="2.62630">
4441 <channel onMode="1" bRatio="0.6670000" products="413 -211"/>
4442 <channel onMode="1" bRatio="0.3330000" products="423 111"/>
4443</particle>
4444
4445<particle id="10431" name="D*_0s+" antiName="D*_0s-" spinType="1" chargeType="3" colType="0"
4446 m0="2.31780" mWidth="0.02000" mMin="2.20000" mMax="2.44000">
4447 <channel onMode="1" bRatio="1.0000000" products="431 111"/>
4448</particle>
4449
4450<particle id="10433" name="D_1s+" antiName="D_1s-" spinType="3" chargeType="3" colType="0"
4451 m0="2.53512">
4452 <channel onMode="1" bRatio="0.5000000" products="423 321"/>
4453 <channel onMode="1" bRatio="0.5000000" products="413 311"/>
4454</particle>
4455
4456<particle id="10441" name="chi_0c" spinType="1" chargeType="0" colType="0"
4457 m0="3.41475" mWidth="0.01040" mMin="3.31076" mMax="3.51876">
4458 <channel onMode="1" bRatio="0.0002600" products="22 22"/>
4459 <channel onMode="1" bRatio="0.0021000" products="130 130"/>
4460 <channel onMode="1" bRatio="0.0049000" products="211 -211"/>
4461 <channel onMode="1" bRatio="0.0021000" products="221 221"/>
4462 <channel onMode="1" bRatio="0.0021000" products="310 310"/>
4463 <channel onMode="1" bRatio="0.0016000" products="313 -313"/>
4464 <channel onMode="1" bRatio="0.0060000" products="321 -321"/>
4465 <channel onMode="1" bRatio="0.0010000" products="333 333"/>
4466 <channel onMode="1" bRatio="0.0200000" products="443 22"/>
4467 <channel onMode="1" bRatio="0.0002200" products="2212 -2212"/>
4468 <channel onMode="1" bRatio="0.0005000" products="3122 -3122"/>
4469 <channel onMode="1" bRatio="0.0028000" products="9010221 9010221"/>
4470 <channel onMode="1" bRatio="0.0100000" products="211 -211 113"/>
4471 <channel onMode="1" bRatio="0.0100000" products="213 -211 111"/>
4472 <channel onMode="1" bRatio="0.0100000" products="-213 211 111"/>
4473 <channel onMode="1" bRatio="0.0032000" products="321 -313 -211"/>
4474 <channel onMode="1" bRatio="0.0032000" products="-321 313 211"/>
4475 <channel onMode="1" bRatio="0.0043000" products="323 311 -211"/>
4476 <channel onMode="1" bRatio="0.0043000" products="-323 311 211"/>
4477 <channel onMode="1" bRatio="0.0134000" products="211 211 -211 -211"/>
4478 <channel onMode="1" bRatio="0.0021000" products="321 321 -321 -321"/>
4479 <channel onMode="1" bRatio="0.0153000" products="321 -321 211 -211"/>
4480 <channel onMode="1" bRatio="0.0022000" products="2212 -2212 211 -211"/>
4481 <channel onMode="1" bRatio="0.0098000" products="211 211 211 -211 -211 -211"/>
4482 <channel onMode="1" bRatio="0.8686200" meMode="52" products="83 -83"/>
4483</particle>
4484
4485<particle id="10443" name="h_1c" spinType="3" chargeType="0" colType="0"
4486 m0="3.52541" mWidth="0.01000" mMin="3.36000" mMax="3.56000">
4487 <channel onMode="1" bRatio="0.5000000" products="441 22"/>
4488 <channel onMode="1" bRatio="0.0100000" products="443 111"/>
4489 <channel onMode="1" bRatio="0.4900000" meMode="42" products="83 -83"/>
4490</particle>
4491
4492<particle id="10511" name="B*_00" antiName="B*_0bar0" spinType="1" chargeType="0" colType="0"
4493 m0="5.68000" mWidth="0.05000" mMin="5.58000" mMax="5.78000">
4494 <channel onMode="1" bRatio="0.6670000" products="521 -211"/>
4495 <channel onMode="1" bRatio="0.3330000" products="511 111"/>
4496</particle>
4497
4498<particle id="10513" name="B_10" antiName="B_1bar0" spinType="3" chargeType="0" colType="0"
4499 m0="5.73000" mWidth="0.05000" mMin="5.63000" mMax="5.83000">
4500 <channel onMode="1" bRatio="0.6670000" products="523 -211"/>
4501 <channel onMode="1" bRatio="0.3330000" products="513 111"/>
4502</particle>
4503
4504<particle id="10521" name="B*_0+" antiName="B*_0-" spinType="1" chargeType="3" colType="0"
4505 m0="5.68000" mWidth="0.05000" mMin="5.58000" mMax="5.78000">
4506 <channel onMode="1" bRatio="0.6670000" products="511 211"/>
4507 <channel onMode="1" bRatio="0.3330000" products="521 111"/>
4508</particle>
4509
4510<particle id="10523" name="B_1+" antiName="B_1-" spinType="3" chargeType="3" colType="0"
4511 m0="5.73000" mWidth="0.05000" mMin="5.63000" mMax="5.83000">
4512 <channel onMode="1" bRatio="0.6670000" products="513 211"/>
4513 <channel onMode="1" bRatio="0.3330000" products="523 111"/>
4514</particle>
4515
4516<particle id="10531" name="B*_0s0" antiName="B*_0sbar0" spinType="1" chargeType="0" colType="0"
4517 m0="5.92000" mWidth="0.05000" mMin="5.82000" mMax="6.02000">
4518 <channel onMode="1" bRatio="0.5000000" products="521 -321"/>
4519 <channel onMode="1" bRatio="0.5000000" products="511 -311"/>
4520</particle>
4521
4522<particle id="10533" name="B_1s0" antiName="B_1sbar0" spinType="3" chargeType="0" colType="0"
4523 m0="5.97000" mWidth="0.05000" mMin="5.87000" mMax="6.07000">
4524 <channel onMode="1" bRatio="0.5000000" products="523 -321"/>
4525 <channel onMode="1" bRatio="0.5000000" products="513 -311"/>
4526</particle>
4527
4528<particle id="10541" name="B*_0c+" antiName="B*_0c-" spinType="1" chargeType="3" colType="0"
4529 m0="7.25000" mWidth="0.05000" mMin="7.20000" mMax="7.30000">
4530 <channel onMode="1" bRatio="0.5000000" products="511 411"/>
4531 <channel onMode="1" bRatio="0.5000000" products="521 421"/>
4532</particle>
4533
4534<particle id="10543" name="B_1c+" antiName="B_1c-" spinType="3" chargeType="3" colType="0"
4535 m0="7.30000" mWidth="0.05000" mMin="7.20000" mMax="7.40000">
4536 <channel onMode="1" bRatio="0.5000000" products="513 411"/>
4537 <channel onMode="1" bRatio="0.5000000" products="523 421"/>
4538</particle>
4539
4540<particle id="10551" name="chi_0b" spinType="1" chargeType="0" colType="0"
4541 m0="9.85940">
4542 <channel onMode="1" bRatio="0.9800000" meMode="91" products="21 21"/>
4543 <channel onMode="1" bRatio="0.0200000" products="553 22"/>
4544</particle>
4545
4546<particle id="10553" name="h_1b" spinType="3" chargeType="0" colType="0"
4547 m0="9.89860" mWidth="0.01000" mMin="9.85500" mMax="9.89500">
4548 <channel onMode="1" bRatio="1.0000000" meMode="91" products="21 21"/>
4549</particle>
4550
4551<particle id="13122" name="Lambda(1405)0" antiName="Lambda(1405)bar0" spinType="2" chargeType="0" colType="0"
4552 m0="1.40510" mWidth="0.05000" mMin="1.32000" mMax="1.80000">
4553 <channel onMode="1" bRatio="0.3333000" products="3222 -211"/>
4554 <channel onMode="1" bRatio="0.3333000" products="3112 211"/>
4555 <channel onMode="1" bRatio="0.3334000" products="3212 111"/>
4556</particle>
4557
4558<particle id="14122" name="Lambda_c(2593)+" antiName="Lambda_c(2593)-" spinType="2" chargeType="3" colType="0"
4559 m0="2.59225" mWidth="0.00260" mMin="2.57000" mMax="2.63000">
4560 <channel onMode="1" bRatio="0.2400000" products="4222 -211"/>
4561 <channel onMode="1" bRatio="0.2400000" products="4112 211"/>
4562 <channel onMode="1" bRatio="0.1800000" products="4122 211 -211"/>
4563 <channel onMode="1" bRatio="0.2400000" products="4212 111"/>
4564 <channel onMode="1" bRatio="0.0900000" products="4122 111 111"/>
4565 <channel onMode="1" bRatio="0.0100000" products="4122 22"/>
4566</particle>
4567
4568<particle id="20113" name="a_1(1260)0" spinType="3" chargeType="0" colType="0"
4569 m0="1.23000" mWidth="0.42000" mMin="0.93000" mMax="2.00000">
4570 <channel onMode="1" bRatio="0.3300000" products="213 -211"/>
4571 <channel onMode="1" bRatio="0.3300000" products="-213 211"/>
4572 <channel onMode="1" bRatio="0.3400000" products="113 111"/>
4573</particle>
4574
4575<particle id="20213" name="a_1(1260)+" antiName="a_1(1260)-" spinType="3" chargeType="3" colType="0"
4576 m0="1.23000" mWidth="0.42000" mMin="0.93000" mMax="2.00000">
4577 <channel onMode="1" bRatio="0.5000000" products="113 211"/>
4578 <channel onMode="1" bRatio="0.5000000" products="213 111"/>
4579</particle>
4580
4581<particle id="20223" name="f_1(1285)" spinType="3" chargeType="0" colType="0"
4582 m0="1.28210" mWidth="0.02420" mMin="1.20000" mMax="1.50000">
4583 <channel onMode="1" bRatio="0.1200000" products="9000211 -211"/>
4584 <channel onMode="1" bRatio="0.1200000" products="9000111 111"/>
4585 <channel onMode="1" bRatio="0.1200000" products="-9000211 211"/>
4586 <channel onMode="1" bRatio="0.0800000" products="221 211 -211"/>
4587 <channel onMode="1" bRatio="0.0800000" products="221 111 111"/>
4588 <channel onMode="1" bRatio="0.1100000" products="113 211 -211"/>
4589 <channel onMode="1" bRatio="0.0740000" products="213 -211 111"/>
4590 <channel onMode="1" bRatio="0.0740000" products="113 111 111"/>
4591 <channel onMode="1" bRatio="0.0740000" products="-213 211 111"/>
4592 <channel onMode="1" bRatio="0.0230000" products="321 -321 111"/>
4593 <channel onMode="1" bRatio="0.0230000" products="321 -311 -211"/>
4594 <channel onMode="1" bRatio="0.0230000" products="311 -311 111"/>
4595 <channel onMode="1" bRatio="0.0230000" products="311 -321 211"/>
4596 <channel onMode="1" bRatio="0.0552600" products="113 22"/>
4597 <channel onMode="1" bRatio="0.0007400" products="333 22"/>
4598</particle>
4599
4600<particle id="20313" name="K_1(1400)0" antiName="K_1(1400)bar0" spinType="3" chargeType="0" colType="0"
4601 m0="1.40300" mWidth="0.17400" mMin="1.10000" mMax="2.00000">
4602 <channel onMode="1" bRatio="0.6270000" products="323 -211"/>
4603 <channel onMode="1" bRatio="0.3130000" products="313 111"/>
4604 <channel onMode="1" bRatio="0.0200000" products="321 -213"/>
4605 <channel onMode="1" bRatio="0.0100000" products="311 113"/>
4606 <channel onMode="1" bRatio="0.0200000" products="311 10221"/>
4607 <channel onMode="1" bRatio="0.0100000" products="311 223"/>
4608</particle>
4609
4610<particle id="20323" name="K_1(1400)+" antiName="K_1(1400)-" spinType="3" chargeType="3" colType="0"
4611 m0="1.40300" mWidth="0.17400" mMin="1.10000" mMax="2.00000">
4612 <channel onMode="1" bRatio="0.6270000" products="313 211"/>
4613 <channel onMode="1" bRatio="0.3130000" products="323 111"/>
4614 <channel onMode="1" bRatio="0.0200000" products="311 213"/>
4615 <channel onMode="1" bRatio="0.0100000" products="321 113"/>
4616 <channel onMode="1" bRatio="0.0200000" products="321 10221"/>
4617 <channel onMode="1" bRatio="0.0100000" products="321 223"/>
4618</particle>
4619
4620<particle id="20333" name="f_1(1420)" spinType="3" chargeType="0" colType="0"
4621 m0="1.42640" mWidth="0.05490" mMin="1.40000" mMax="1.80000">
4622 <channel onMode="1" bRatio="0.2500000" products="313 -311"/>
4623 <channel onMode="1" bRatio="0.2500000" products="-313 311"/>
4624 <channel onMode="1" bRatio="0.2500000" products="323 -321"/>
4625 <channel onMode="1" bRatio="0.2500000" products="-323 321"/>
4626</particle>
4627
4628<particle id="20413" name="D*_1+" antiName="D*_1-" spinType="3" chargeType="3" colType="0"
4629 m0="2.42700" mWidth="0.38400" mMin="2.15000" mMax="3.00000">
4630 <channel onMode="1" bRatio="0.6670000" products="423 211"/>
4631 <channel onMode="1" bRatio="0.3330000" products="413 111"/>
4632</particle>
4633
4634<particle id="20423" name="D*_10" antiName="D*_1bar0" spinType="3" chargeType="0" colType="0"
4635 m0="2.42700" mWidth="0.38400" mMin="2.15000" mMax="3.00000">
4636 <channel onMode="1" bRatio="0.6670000" products="413 -211"/>
4637 <channel onMode="1" bRatio="0.3330000" products="423 111"/>
4638</particle>
4639
4640<particle id="20433" name="D*_1s+" antiName="D*_1s-" spinType="3" chargeType="3" colType="0"
4641 m0="2.45960" mWidth="0.03000" mMin="2.40000" mMax="2.60000">
4642 <channel onMode="1" bRatio="0.7600000" products="433 111"/>
4643 <channel onMode="1" bRatio="0.2400000" products="433 22"/>
4644</particle>
4645
4646<particle id="20443" name="chi_1c" spinType="3" chargeType="0" colType="0"
4647 m0="3.51066" mWidth="0.00086" mMin="3.50176" mMax="3.51956">
4648 <channel onMode="1" bRatio="0.3560000" products="443 22"/>
4649 <channel onMode="1" bRatio="0.0000100" products="130 130"/>
4650 <channel onMode="1" bRatio="0.0000100" products="310 310"/>
4651 <channel onMode="1" bRatio="0.0016000" products="313 -313"/>
4652 <channel onMode="1" bRatio="0.0000720" products="2212 -2212"/>
4653 <channel onMode="1" bRatio="0.0003000" products="3122 -3122"/>
4654 <channel onMode="1" bRatio="0.0020000" products="211 -211 113"/>
4655 <channel onMode="1" bRatio="0.0020000" products="213 -211 111"/>
4656 <channel onMode="1" bRatio="0.0020000" products="-213 211 111"/>
4657 <channel onMode="1" bRatio="0.0025000" products="321 311 -211"/>
4658 <channel onMode="1" bRatio="0.0002000" products="321 -313 -211"/>
4659 <channel onMode="1" bRatio="0.0025000" products="-321 311 211"/>
4660 <channel onMode="1" bRatio="0.0002000" products="-321 313 211"/>
4661 <channel onMode="1" bRatio="0.0009000" products="323 311 -211"/>
4662 <channel onMode="1" bRatio="0.0009000" products="-323 311 211"/>
4663 <channel onMode="1" bRatio="0.0062000" products="211 211 -211 -211"/>
4664 <channel onMode="1" bRatio="0.0008000" products="310 310 211 -211"/>
4665 <channel onMode="1" bRatio="0.0004000" products="321 321 -321 -321"/>
4666 <channel onMode="1" bRatio="0.0038000" products="321 -321 211 -211"/>
4667 <channel onMode="1" bRatio="0.0003000" products="321 -321 310 310"/>
4668 <channel onMode="1" bRatio="0.0005000" products="2212 -2212 211 -211"/>
4669 <channel onMode="1" bRatio="0.0058000" products="211 211 211 -211 -211 -211"/>
4670 <channel onMode="1" bRatio="0.6110080" meMode="52" products="83 -83"/>
4671</particle>
4672
4673<particle id="20513" name="B*_10" antiName="B*_1bar0" spinType="3" chargeType="0" colType="0"
4674 m0="5.78000" mWidth="0.05000" mMin="5.68000" mMax="5.88000">
4675 <channel onMode="1" bRatio="0.6670000" products="523 -211"/>
4676 <channel onMode="1" bRatio="0.3330000" products="513 111"/>
4677</particle>
4678
4679<particle id="20523" name="B*_1+" antiName="B*_1-" spinType="3" chargeType="3" colType="0"
4680 m0="5.78000" mWidth="0.05000" mMin="5.68000" mMax="5.88000">
4681 <channel onMode="1" bRatio="0.6670000" products="513 211"/>
4682 <channel onMode="1" bRatio="0.3330000" products="523 111"/>
4683</particle>
4684
4685<particle id="20533" name="B*_1s0" antiName="B*_1sbar0" spinType="3" chargeType="0" colType="0"
4686 m0="6.02000" mWidth="0.05000" mMin="5.92000" mMax="6.12000">
4687 <channel onMode="1" bRatio="0.5000000" products="523 -321"/>
4688 <channel onMode="1" bRatio="0.5000000" products="513 -311"/>
4689</particle>
4690
4691<particle id="20543" name="B*_1c+" antiName="B*_1c-" spinType="3" chargeType="3" colType="0"
4692 m0="7.30000" mWidth="0.05000" mMin="7.20000" mMax="7.40000">
4693 <channel onMode="1" bRatio="0.5000000" products="513 411"/>
4694 <channel onMode="1" bRatio="0.5000000" products="523 421"/>
4695</particle>
4696
4697<particle id="20553" name="chi_1b" spinType="3" chargeType="0" colType="0"
4698 m0="9.89280">
4699 <channel onMode="1" bRatio="0.3500000" products="553 22"/>
4700 <channel onMode="1" bRatio="0.6500000" meMode="91" products="21 21"/>
4701</particle>
4702
4703<particle id="23122" name="Lambda(1600)0" antiName="Lambda(1600)bar0" spinType="2" chargeType="0" colType="0"
4704 m0="1.60000" mWidth="0.15000" mMin="1.42000" mMax="2.20000">
4705 <channel onMode="1" bRatio="0.1760000" products="2212 -321"/>
4706 <channel onMode="1" bRatio="0.1760000" products="2112 -311"/>
4707 <channel onMode="1" bRatio="0.2160000" products="3222 -211"/>
4708 <channel onMode="1" bRatio="0.2160000" products="3112 211"/>
4709 <channel onMode="1" bRatio="0.2160000" products="3212 111"/>
4710</particle>
4711
4712<particle id="30313" name="K*(1680)0" antiName="K*(1680)bar0" spinType="3" chargeType="0" colType="0"
4713 m0="1.71700" mWidth="0.32000" mMin="1.05000" mMax="2.50000">
4714 <channel onMode="1" bRatio="0.2580000" products="321 -211"/>
4715 <channel onMode="1" bRatio="0.1290000" products="311 111"/>
4716 <channel onMode="1" bRatio="0.2093000" products="323 -211"/>
4717 <channel onMode="1" bRatio="0.1047000" products="313 111"/>
4718 <channel onMode="1" bRatio="0.1993000" products="-213 321"/>
4719 <channel onMode="1" bRatio="0.0997000" products="113 311"/>
4720</particle>
4721
4722<particle id="30323" name="K*(1680)+" antiName="K*(1680)-" spinType="3" chargeType="3" colType="0"
4723 m0="1.71700" mWidth="0.32000" mMin="1.05000" mMax="2.50000">
4724 <channel onMode="1" bRatio="0.2580000" products="311 211"/>
4725 <channel onMode="1" bRatio="0.1290000" products="321 111"/>
4726 <channel onMode="1" bRatio="0.2093000" products="313 211"/>
4727 <channel onMode="1" bRatio="0.1047000" products="323 111"/>
4728 <channel onMode="1" bRatio="0.1993000" products="213 311"/>
4729 <channel onMode="1" bRatio="0.0997000" products="113 321"/>
4730</particle>
4731
4732<particle id="30443" name="psi(3770)" spinType="3" chargeType="0" colType="0"
4733 m0="3.77315" mWidth="0.02720" mMin="3.54110" mMax="4.00110">
4734 <channel onMode="1" bRatio="0.4243000" products="411 -411"/>
4735 <channel onMode="1" bRatio="0.5723000" products="421 -421"/>
4736 <channel onMode="1" bRatio="0.0034000" products="443 211 -211"/>
4737</particle>
4738
4739<particle id="33122" name="Lambda(1670)0" antiName="Lambda(1670)bar0" spinType="2" chargeType="0" colType="0"
4740 m0="1.67000" mWidth="0.03500" mMin="1.42000" mMax="2.00000">
4741 <channel onMode="1" bRatio="0.1000000" products="2212 -321"/>
4742 <channel onMode="1" bRatio="0.1000000" products="2112 -311"/>
4743 <channel onMode="1" bRatio="0.1600000" products="3222 -211"/>
4744 <channel onMode="1" bRatio="0.1600000" products="3112 211"/>
4745 <channel onMode="1" bRatio="0.1600000" products="3212 111"/>
4746 <channel onMode="1" bRatio="0.3200000" products="3122 221"/>
4747</particle>
4748
4749<particle id="100113" name="rho(1450)0" spinType="3" chargeType="0" colType="0"
4750 m0="1.46500" mWidth="0.40000" mMin="1.00000" mMax="2.20000">
4751 <channel onMode="1" bRatio="0.4000000" products="211 -211"/>
4752 <channel onMode="1" bRatio="0.3500000" products="211 -211 211 -211"/>
4753 <channel onMode="1" bRatio="0.1500000" products="211 -211 111 111"/>
4754 <channel onMode="1" bRatio="0.1000000" products="111 111 111 111"/>
4755</particle>
4756
4757<particle id="100213" name="rho(1450)+" antiName="rho(1450)-" spinType="3" chargeType="3" colType="0"
4758 m0="1.46500" mWidth="0.40000" mMin="1.00000" mMax="2.20000">
4759 <channel onMode="1" bRatio="0.4000000" products="211 111"/>
4760 <channel onMode="1" bRatio="0.4000000" products="211 211 -211 111"/>
4761 <channel onMode="1" bRatio="0.2000000" products="211 111 111 111"/>
4762</particle>
4763
4764<particle id="100441" name="eta_c(2S)" spinType="1" chargeType="0" colType="0"
4765 m0="3.63890" mWidth="0.01000" mMin="3.49800" mMax="3.77800">
4766 <channel onMode="1" bRatio="0.0190000" products="321 -311 -211"/>
4767 <channel onMode="1" bRatio="0.0190000" products="-321 311 211"/>
4768 <channel onMode="1" bRatio="0.0095000" products="111 321 -321"/>
4769 <channel onMode="1" bRatio="0.0095000" products="311 -311 111"/>
4770 <channel onMode="1" bRatio="0.9430000" meMode="52" products="83 -83"/>
4771</particle>
4772
4773<particle id="100443" name="psi(2S)" spinType="3" chargeType="0" colType="0"
4774 m0="3.68611" mWidth="0.00030" mMin="3.68269" mMax="3.68949">
4775 <channel onMode="1" bRatio="0.0073500" products="11 -11"/>
4776 <channel onMode="1" bRatio="0.0073000" products="13 -13"/>
4777 <channel onMode="1" bRatio="0.0028000" products="15 -15"/>
4778 <channel onMode="1" bRatio="0.0000080" products="113 111"/>
4779 <channel onMode="1" bRatio="0.0000800" products="211 -211"/>
4780 <channel onMode="1" bRatio="0.0000080" products="213 -211"/>
4781 <channel onMode="1" bRatio="0.0000080" products="-213 211"/>
4782 <channel onMode="1" bRatio="0.0000300" products="221 113"/>
4783 <channel onMode="1" bRatio="0.0000250" products="223 111"/>
4784 <channel onMode="1" bRatio="0.0000010" products="223 221"/>
4785 <channel onMode="1" bRatio="0.0002100" products="225 22"/>
4786 <channel onMode="1" bRatio="0.0000520" products="310 130"/>
4787 <channel onMode="1" bRatio="0.0000460" products="313 311"/>
4788 <channel onMode="1" bRatio="0.0000460" products="-313 311"/>
4789 <channel onMode="1" bRatio="0.0001000" products="321 -321"/>
4790 <channel onMode="1" bRatio="0.0000065" products="323 -321"/>
4791 <channel onMode="1" bRatio="0.0000065" products="-323 321"/>
4792 <channel onMode="1" bRatio="0.0001500" products="331 22"/>
4793 <channel onMode="1" bRatio="0.0000010" products="333 111"/>
4794 <channel onMode="1" bRatio="0.0000200" products="333 221"/>
4795 <channel onMode="1" bRatio="0.0032000" products="441 22"/>
4796 <channel onMode="1" bRatio="0.0013000" products="443 111"/>
4797 <channel onMode="1" bRatio="0.0324000" products="443 221"/>
4798 <channel onMode="1" bRatio="0.0933000" products="445 22"/>
4799 <channel onMode="1" bRatio="0.0002100" products="2212 -2212"/>
4800 <channel onMode="1" bRatio="0.0001300" products="2224 -2224"/>
4801 <channel onMode="1" bRatio="0.0001800" products="3122 -3122"/>
4802 <channel onMode="1" bRatio="0.0001200" products="3212 -3212"/>
4803 <channel onMode="1" bRatio="0.0001100" products="3224 -3224"/>
4804 <channel onMode="1" bRatio="0.0000900" products="3312 -3312"/>
4805 <channel onMode="1" bRatio="0.0002140" products="10113 111"/>
4806 <channel onMode="1" bRatio="0.0002140" products="10213 -211"/>
4807 <channel onMode="1" bRatio="0.0002140" products="-10213 211"/>
4808 <channel onMode="1" bRatio="0.0010000" products="10323 -321"/>
4809 <channel onMode="1" bRatio="0.0010000" products="-10323 321"/>
4810 <channel onMode="1" bRatio="0.0922000" products="10441 22"/>
4811 <channel onMode="1" bRatio="0.0008000" products="10443 111"/>
4812 <channel onMode="1" bRatio="0.0907000" products="20443 22"/>
4813 <channel onMode="1" bRatio="0.0001640" products="211 -211 111"/>
4814 <channel onMode="1" bRatio="0.0004200" products="211 -211 113"/>
4815 <channel onMode="1" bRatio="0.0001500" products="321 -321 223"/>
4816 <channel onMode="1" bRatio="0.0001500" products="333 211 -211"/>
4817 <channel onMode="1" bRatio="0.0000600" products="333 321 -321"/>
4818 <channel onMode="1" bRatio="0.1658000" products="443 111 111"/>
4819 <channel onMode="1" bRatio="0.3366000" products="443 211 -211"/>
4820 <channel onMode="1" bRatio="0.0001400" products="2212 -2212 111"/>
4821 <channel onMode="1" bRatio="0.0002200" products="310 310 211 -211"/>
4822 <channel onMode="1" bRatio="0.0016000" products="321 -321 211 -211"/>
4823 <channel onMode="1" bRatio="0.0008000" products="2212 -2212 211 -211"/>
4824 <channel onMode="1" bRatio="0.0030000" products="211 211 -211 -211 111"/>
4825 <channel onMode="1" bRatio="0.0001500" products="211 211 211 -211 -211 -211"/>
4826 <channel onMode="1" bRatio="0.0035000" products="211 211 211 -211 -211 -211 111"/>
4827 <channel onMode="1" bRatio="0.0168000" meMode="53" products="83 -83"/>
4828 <channel onMode="1" bRatio="0.1258780" meMode="92" products="21 21 21"/>
4829 <channel onMode="1" bRatio="0.0089380" meMode="92" products="22 21 21"/>
4830</particle>
4831
4832<particle id="100553" name="Upsilon(2S)" spinType="3" chargeType="0" colType="0"
4833 m0="10.02326" mWidth="0.00003" mMin="10.02297" mMax="10.02357">
4834 <channel onMode="1" bRatio="0.0191000" products="11 -11"/>
4835 <channel onMode="1" bRatio="0.0193000" products="13 -13"/>
4836 <channel onMode="1" bRatio="0.0170000" products="15 -15"/>
4837 <channel onMode="1" bRatio="0.0670000" products="555 22"/>
4838 <channel onMode="1" bRatio="0.0430000" products="10551 22"/>
4839 <channel onMode="1" bRatio="0.0660000" products="20553 22"/>
4840 <channel onMode="1" bRatio="0.0900000" products="553 111 111"/>
4841 <channel onMode="1" bRatio="0.1850000" products="553 211 -211"/>
4842 <channel onMode="1" bRatio="0.0050000" meMode="91" products="1 -1"/>
4843 <channel onMode="1" bRatio="0.0200000" meMode="91" products="2 -2"/>
4844 <channel onMode="1" bRatio="0.0050000" meMode="91" products="3 -3"/>
4845 <channel onMode="1" bRatio="0.0200000" meMode="91" products="4 -4"/>
4846 <channel onMode="1" bRatio="0.4276000" meMode="92" products="21 21 21"/>
4847 <channel onMode="1" bRatio="0.0160000" meMode="92" products="22 21 21"/>
4848</particle>
4849
4850<particle id="1000001" name="~d_L" antiName="~d_Lbar" spinType="1" chargeType="-1" colType="1"
4851 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
4852 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 1"/>
4853 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 3"/>
4854 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 5"/>
4855 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 2"/>
4856 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 2"/>
4857 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 4"/>
4858 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 4"/>
4859 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 6"/>
4860 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 6"/>
4861 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1"/>
4862 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3"/>
4863 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5"/>
4864 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"/>
4865 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"/>
4866 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"/>
4867 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"/>
4868 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"/>
4869 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"/>
4870 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1"/>
4871 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3"/>
4872 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5"/>
4873 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -24"/>
4874 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -24"/>
4875 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -24"/>
4876 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -24"/>
4877 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -24"/>
4878 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -24"/>
4879 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -37"/>
4880 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -37"/>
4881 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -37"/>
4882 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -37"/>
4883 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -37"/>
4884 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -37"/>
4885 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1"/>
4886 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"/>
4887 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5"/>
4888 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"/>
4889 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"/>
4890 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"/>
4891 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"/>
4892 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"/>
4893 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"/>
4894 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"/>
4895 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"/>
4896 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"/>
4897 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1"/>
4898 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2"/>
4899 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3"/>
4900 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4"/>
4901 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5"/>
4902 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6"/>
4903 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1"/>
4904 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2"/>
4905 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3"/>
4906 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4"/>
4907 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5"/>
4908 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6"/>
4909 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1"/>
4910 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2"/>
4911 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3"/>
4912 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4"/>
4913 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5"/>
4914 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6"/>
4915 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3"/>
4916 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -5"/>
4917 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3"/>
4918 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -5"/>
4919 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3"/>
4920 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -5"/>
4921</particle>
4922
4923<particle id="1000002" name="~u_L" antiName="~u_Lbar" spinType="1" chargeType="2" colType="1"
4924 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
4925 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 2"/>
4926 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 4"/>
4927 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 6"/>
4928 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1"/>
4929 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3"/>
4930 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5"/>
4931 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1"/>
4932 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3"/>
4933 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5"/>
4934 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2"/>
4935 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4"/>
4936 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6"/>
4937 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2"/>
4938 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4"/>
4939 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6"/>
4940 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2"/>
4941 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4"/>
4942 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6"/>
4943 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2"/>
4944 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4"/>
4945 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6"/>
4946 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -24"/>
4947 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -24"/>
4948 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -24"/>
4949 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -24"/>
4950 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -24"/>
4951 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -24"/>
4952 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -37"/>
4953 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -37"/>
4954 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -37"/>
4955 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -37"/>
4956 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -37"/>
4957 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -37"/>
4958 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"/>
4959 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4"/>
4960 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6"/>
4961 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"/>
4962 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"/>
4963 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"/>
4964 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"/>
4965 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"/>
4966 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"/>
4967 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"/>
4968 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"/>
4969 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"/>
4970 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"/>
4971 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"/>
4972 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"/>
4973</particle>
4974
4975<particle id="1000003" name="~s_L" antiName="~s_Lbar" spinType="1" chargeType="-1" colType="1"
4976 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
4977 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 1"/>
4978 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 3"/>
4979 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 5"/>
4980 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 2"/>
4981 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 2"/>
4982 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 4"/>
4983 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 4"/>
4984 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 6"/>
4985 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 6"/>
4986 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1"/>
4987 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3"/>
4988 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5"/>
4989 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"/>
4990 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"/>
4991 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"/>
4992 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"/>
4993 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"/>
4994 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"/>
4995 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1"/>
4996 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3"/>
4997 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5"/>
4998 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -24"/>
4999 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -24"/>
5000 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -24"/>
5001 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -24"/>
5002 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -24"/>
5003 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -24"/>
5004 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -37"/>
5005 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -37"/>
5006 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -37"/>
5007 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -37"/>
5008 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -37"/>
5009 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -37"/>
5010 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1"/>
5011 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"/>
5012 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5"/>
5013 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"/>
5014 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"/>
5015 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"/>
5016 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"/>
5017 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"/>
5018 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"/>
5019 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"/>
5020 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"/>
5021 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"/>
5022 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1"/>
5023 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2"/>
5024 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3"/>
5025 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4"/>
5026 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5"/>
5027 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6"/>
5028 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1"/>
5029 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2"/>
5030 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3"/>
5031 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4"/>
5032 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5"/>
5033 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6"/>
5034 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1"/>
5035 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2"/>
5036 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3"/>
5037 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4"/>
5038 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5"/>
5039 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6"/>
5040 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1"/>
5041 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -5"/>
5042 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1"/>
5043 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -5"/>
5044 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1"/>
5045 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -5"/>
5046</particle>
5047
5048<particle id="1000004" name="~c_L" antiName="~c_Lbar" spinType="1" chargeType="2" colType="1"
5049 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
5050 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 2"/>
5051 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 4"/>
5052 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 6"/>
5053 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1"/>
5054 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3"/>
5055 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5"/>
5056 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1"/>
5057 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3"/>
5058 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5"/>
5059 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2"/>
5060 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4"/>
5061 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6"/>
5062 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2"/>
5063 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4"/>
5064 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6"/>
5065 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2"/>
5066 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4"/>
5067 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6"/>
5068 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2"/>
5069 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4"/>
5070 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6"/>
5071 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -24"/>
5072 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -24"/>
5073 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -24"/>
5074 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -24"/>
5075 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -24"/>
5076 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -24"/>
5077 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -37"/>
5078 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -37"/>
5079 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -37"/>
5080 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -37"/>
5081 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -37"/>
5082 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -37"/>
5083 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"/>
5084 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4"/>
5085 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6"/>
5086 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"/>
5087 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"/>
5088 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"/>
5089 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"/>
5090 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"/>
5091 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"/>
5092 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"/>
5093 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"/>
5094 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"/>
5095 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"/>
5096 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"/>
5097 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"/>
5098</particle>
5099
5100<particle id="1000005" name="~b_1" antiName="~b_1bar" spinType="1" chargeType="-1" colType="1"
5101 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
5102 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 1"/>
5103 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 3"/>
5104 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 5"/>
5105 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 2"/>
5106 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 2"/>
5107 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 4"/>
5108 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 4"/>
5109 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 6"/>
5110 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 6"/>
5111 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1"/>
5112 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3"/>
5113 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5"/>
5114 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"/>
5115 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"/>
5116 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"/>
5117 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"/>
5118 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"/>
5119 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"/>
5120 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1"/>
5121 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3"/>
5122 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5"/>
5123 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -24"/>
5124 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -24"/>
5125 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -24"/>
5126 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -24"/>
5127 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -24"/>
5128 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -24"/>
5129 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -37"/>
5130 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -37"/>
5131 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -37"/>
5132 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -37"/>
5133 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -37"/>
5134 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -37"/>
5135 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1"/>
5136 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"/>
5137 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5"/>
5138 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"/>
5139 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"/>
5140 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"/>
5141 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"/>
5142 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"/>
5143 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"/>
5144 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"/>
5145 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"/>
5146 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"/>
5147 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1"/>
5148 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2"/>
5149 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3"/>
5150 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4"/>
5151 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5"/>
5152 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6"/>
5153 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1"/>
5154 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2"/>
5155 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3"/>
5156 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4"/>
5157 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5"/>
5158 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6"/>
5159 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1"/>
5160 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2"/>
5161 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3"/>
5162 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4"/>
5163 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5"/>
5164 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6"/>
5165 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1"/>
5166 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3"/>
5167 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1"/>
5168 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3"/>
5169 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1"/>
5170 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3"/>
5171</particle>
5172
5173<particle id="1000006" name="~t_1" antiName="~t_1bar" spinType="1" chargeType="2" colType="1"
5174 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
5175 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 2"/>
5176 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 4"/>
5177 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 6"/>
5178 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1"/>
5179 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3"/>
5180 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5"/>
5181 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1"/>
5182 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3"/>
5183 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5"/>
5184 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2"/>
5185 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4"/>
5186 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6"/>
5187 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2"/>
5188 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4"/>
5189 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6"/>
5190 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2"/>
5191 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4"/>
5192 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6"/>
5193 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2"/>
5194 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4"/>
5195 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6"/>
5196 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -24"/>
5197 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -24"/>
5198 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -24"/>
5199 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -24"/>
5200 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -24"/>
5201 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -24"/>
5202 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -37"/>
5203 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -37"/>
5204 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -37"/>
5205 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -37"/>
5206 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -37"/>
5207 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -37"/>
5208 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"/>
5209 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4"/>
5210 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6"/>
5211 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"/>
5212 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"/>
5213 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"/>
5214 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"/>
5215 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"/>
5216 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"/>
5217 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"/>
5218 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"/>
5219 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"/>
5220 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"/>
5221 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"/>
5222 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"/>
5223</particle>
5224
5225<particle id="1000011" name="~e_L-" antiName="~e_L+" spinType="1" chargeType="-3" colType="0"
5226 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
5227 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 11"/>
5228 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 12"/>
5229 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 12"/>
5230 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 11"/>
5231 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 11"/>
5232 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 11"/>
5233 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 11"/>
5234 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -24"/>
5235 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -24"/>
5236 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -37"/>
5237 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 13"/>
5238 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 15"/>
5239 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 11"/>
5240 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 15"/>
5241 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 11"/>
5242 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 13"/>
5243 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 11"/>
5244 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 13"/>
5245 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 15"/>
5246 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 11"/>
5247 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 13"/>
5248 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 15"/>
5249 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"/>
5250 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"/>
5251 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"/>
5252 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"/>
5253 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"/>
5254 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"/>
5255 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"/>
5256 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"/>
5257 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"/>
5258</particle>
5259
5260<particle id="1000012" name="~nu_eL" antiName="~nu_eLbar" spinType="1" chargeType="0" colType="0"
5261 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
5262 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 12"/>
5263 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 11"/>
5264 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 11"/>
5265 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 12"/>
5266 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 12"/>
5267 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 12"/>
5268 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 12"/>
5269 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000011 24"/>
5270 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000011 24"/>
5271 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000011 37"/>
5272 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000011 37"/>
5273 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 11"/>
5274 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 13"/>
5275 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 15"/>
5276 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 11"/>
5277 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 13"/>
5278 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 15"/>
5279 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 1"/>
5280 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 3"/>
5281 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 5"/>
5282 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-3 1"/>
5283 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-3 3"/>
5284 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-3 5"/>
5285 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-5 1"/>
5286 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-5 3"/>
5287 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-5 5"/>
5288</particle>
5289
5290<particle id="1000013" name="~mu_L-" antiName="~mu_L+" spinType="1" chargeType="-3" colType="0"
5291 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
5292 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 13"/>
5293 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 14"/>
5294 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 14"/>
5295 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 13"/>
5296 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 13"/>
5297 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 13"/>
5298 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 13"/>
5299 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -24"/>
5300 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -24"/>
5301 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -37"/>
5302 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -37"/>
5303 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 13"/>
5304 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 15"/>
5305 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 11"/>
5306 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 15"/>
5307 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 11"/>
5308 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 13"/>
5309 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 11"/>
5310 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 13"/>
5311 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 15"/>
5312 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 11"/>
5313 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 13"/>
5314 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 15"/>
5315 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"/>
5316 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"/>
5317 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"/>
5318 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"/>
5319 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"/>
5320 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"/>
5321 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"/>
5322 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"/>
5323 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"/>
5324</particle>
5325
5326<particle id="1000014" name="~nu_muL" antiName="~nu_muLbar" spinType="1" chargeType="0" colType="0"
5327 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
5328 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 14"/>
5329 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 13"/>
5330 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 13"/>
5331 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 14"/>
5332 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 14"/>
5333 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 14"/>
5334 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 14"/>
5335 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000013 24"/>
5336 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000013 24"/>
5337 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000013 37"/>
5338 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000013 37"/>
5339 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 11"/>
5340 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 13"/>
5341 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 15"/>
5342 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 11"/>
5343 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 13"/>
5344 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 15"/>
5345 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 1"/>
5346 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 3"/>
5347 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 5"/>
5348 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-3 1"/>
5349 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-3 3"/>
5350 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-3 5"/>
5351 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-5 1"/>
5352 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-5 3"/>
5353 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-5 5"/>
5354</particle>
5355
5356<particle id="1000015" name="~tau_1-" antiName="~tau_1+" spinType="1" chargeType="-3" colType="0"
5357 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
5358 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 15"/>
5359 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 16"/>
5360 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 16"/>
5361 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 15"/>
5362 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 15"/>
5363 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 15"/>
5364 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 15"/>
5365 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -24"/>
5366 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -24"/>
5367 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -37"/>
5368 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -37"/>
5369 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 13"/>
5370 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 15"/>
5371 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 11"/>
5372 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 15"/>
5373 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 11"/>
5374 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 13"/>
5375 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 11"/>
5376 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 13"/>
5377 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 15"/>
5378 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 11"/>
5379 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 13"/>
5380 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 15"/>
5381 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"/>
5382 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"/>
5383 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"/>
5384 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"/>
5385 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"/>
5386 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"/>
5387 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"/>
5388 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"/>
5389 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"/>
5390</particle>
5391
5392<particle id="1000016" name="~nu_tauL" antiName="~nu_tauLbar" spinType="1" chargeType="0" colType="0"
5393 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
5394 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 16"/>
5395 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 15"/>
5396 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 15"/>
5397 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 16"/>
5398 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 16"/>
5399 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 16"/>
5400 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 16"/>
5401 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000015 24"/>
5402 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000015 24"/>
5403 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000015 37"/>
5404 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000015 37"/>
5405 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 11"/>
5406 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 13"/>
5407 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 15"/>
5408 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 11"/>
5409 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 13"/>
5410 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 15"/>
5411 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 1"/>
5412 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 3"/>
5413 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 5"/>
5414 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-3 1"/>
5415 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-3 3"/>
5416 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-3 5"/>
5417 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-5 1"/>
5418 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-5 3"/>
5419 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-5 5"/>
5420</particle>
5421
5422<particle id="1000021" name="~g" spinType="2" chargeType="0" colType="2"
5423 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
5424 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 21"/>
5425 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1"/>
5426 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 1"/>
5427 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -3"/>
5428 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 3"/>
5429 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -5"/>
5430 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 5"/>
5431 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -1"/>
5432 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 1"/>
5433 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -3"/>
5434 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 3"/>
5435 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -5"/>
5436 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 5"/>
5437 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2"/>
5438 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2"/>
5439 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -4"/>
5440 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 4"/>
5441 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -6"/>
5442 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 6"/>
5443 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2"/>
5444 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 2"/>
5445 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -4"/>
5446 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 4"/>
5447 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -6"/>
5448 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 6"/>
5449 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -1"/>
5450 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 1"/>
5451 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -3"/>
5452 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 3"/>
5453 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -5"/>
5454 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 5"/>
5455 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -1"/>
5456 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 1"/>
5457 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -3"/>
5458 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 3"/>
5459 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -5"/>
5460 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 5"/>
5461 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -2"/>
5462 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 2"/>
5463 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -4"/>
5464 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 4"/>
5465 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -6"/>
5466 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 6"/>
5467 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -2"/>
5468 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 2"/>
5469 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -4"/>
5470 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 4"/>
5471 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -6"/>
5472 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 6"/>
5473 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -1"/>
5474 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 1"/>
5475 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -3"/>
5476 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 3"/>
5477 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -5"/>
5478 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 5"/>
5479 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -1"/>
5480 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 1"/>
5481 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -3"/>
5482 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 3"/>
5483 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -5"/>
5484 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 5"/>
5485 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -6"/>
5486 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 6"/>
5487 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2"/>
5488 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 2"/>
5489 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -4"/>
5490 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 4"/>
5491 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -6"/>
5492 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000006 6"/>
5493 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -1"/>
5494 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -3"/>
5495 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -5"/>
5496 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -1"/>
5497 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -3"/>
5498 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -5"/>
5499 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -1"/>
5500 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -3"/>
5501 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -5"/>
5502 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -2"/>
5503 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -4"/>
5504 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -6"/>
5505 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -2"/>
5506 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -4"/>
5507 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -6"/>
5508 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -2"/>
5509 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -4"/>
5510 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -6"/>
5511 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -1"/>
5512 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -3"/>
5513 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -5"/>
5514 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -1"/>
5515 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -3"/>
5516 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -5"/>
5517 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -1"/>
5518 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -3"/>
5519 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -5"/>
5520 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -2"/>
5521 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -4"/>
5522 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -6"/>
5523 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -2"/>
5524 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -4"/>
5525 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -6"/>
5526 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6 -2"/>
5527 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6 -4"/>
5528 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6 -6"/>
5529 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1 -1"/>
5530 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1 -3"/>
5531 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1 -5"/>
5532 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3 -1"/>
5533 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3 -3"/>
5534 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3 -5"/>
5535 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5 -1"/>
5536 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5 -3"/>
5537 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5 -5"/>
5538 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2 -2"/>
5539 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2 -4"/>
5540 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2 -6"/>
5541 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4 -2"/>
5542 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4 -4"/>
5543 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4 -6"/>
5544 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6 -2"/>
5545 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6 -4"/>
5546 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6 -6"/>
5547 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1 -1"/>
5548 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1 -3"/>
5549 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1 -5"/>
5550 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3 -1"/>
5551 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3 -3"/>
5552 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3 -5"/>
5553 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5 -1"/>
5554 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5 -3"/>
5555 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5 -5"/>
5556 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2 -2"/>
5557 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2 -4"/>
5558 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2 -6"/>
5559 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4 -2"/>
5560 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4 -4"/>
5561 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4 -6"/>
5562 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6 -2"/>
5563 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6 -4"/>
5564 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6 -6"/>
5565 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -2"/>
5566 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -4"/>
5567 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -6"/>
5568 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 2"/>
5569 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 4"/>
5570 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 6"/>
5571 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -2"/>
5572 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -4"/>
5573 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -6"/>
5574 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 2"/>
5575 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 4"/>
5576 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 6"/>
5577 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -2"/>
5578 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -4"/>
5579 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -6"/>
5580 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 2"/>
5581 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 4"/>
5582 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 6"/>
5583 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 2"/>
5584 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 4"/>
5585 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 6"/>
5586 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -2"/>
5587 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -4"/>
5588 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -6"/>
5589 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 2"/>
5590 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 4"/>
5591 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 6"/>
5592 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -2"/>
5593 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -4"/>
5594 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -6"/>
5595 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 2"/>
5596 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 4"/>
5597 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 6"/>
5598 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 1"/>
5599 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -1"/>
5600 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 1"/>
5601 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -1"/>
5602 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 3"/>
5603 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -3"/>
5604 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 3"/>
5605 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -3"/>
5606 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 5"/>
5607 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -5"/>
5608 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 5"/>
5609 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -5"/>
5610 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 1"/>
5611 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -1"/>
5612 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 1"/>
5613 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -1"/>
5614 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 3"/>
5615 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -3"/>
5616 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 3"/>
5617 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -3"/>
5618 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 5"/>
5619 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -5"/>
5620 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 5"/>
5621 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -5"/>
5622 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 1"/>
5623 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -1"/>
5624 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 1"/>
5625 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -1"/>
5626 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 3"/>
5627 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -3"/>
5628 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 3"/>
5629 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -3"/>
5630 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 5"/>
5631 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -5"/>
5632 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 5"/>
5633 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -5"/>
5634 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 1"/>
5635 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -1"/>
5636 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 1"/>
5637 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -1"/>
5638 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 3"/>
5639 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -3"/>
5640 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 3"/>
5641 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -3"/>
5642 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 5"/>
5643 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -5"/>
5644 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 5"/>
5645 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -5"/>
5646 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 1"/>
5647 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -1"/>
5648 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 1"/>
5649 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -1"/>
5650 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 3"/>
5651 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -3"/>
5652 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 3"/>
5653 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -3"/>
5654 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 5"/>
5655 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -5"/>
5656 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 5"/>
5657 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -5"/>
5658 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 1"/>
5659 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -1"/>
5660 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 1"/>
5661 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -1"/>
5662 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 3"/>
5663 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -3"/>
5664 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 3"/>
5665 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -3"/>
5666 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 5"/>
5667 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -5"/>
5668 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 5"/>
5669 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -5"/>
5670 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 1"/>
5671 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -1"/>
5672 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 1"/>
5673 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -1"/>
5674 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 3"/>
5675 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -3"/>
5676 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 3"/>
5677 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -3"/>
5678 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 5"/>
5679 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -5"/>
5680 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 5"/>
5681 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -5"/>
5682 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 1"/>
5683 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -1"/>
5684 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 1"/>
5685 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -1"/>
5686 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 3"/>
5687 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -3"/>
5688 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 3"/>
5689 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -3"/>
5690 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 5"/>
5691 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -5"/>
5692 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 5"/>
5693 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -5"/>
5694 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 1"/>
5695 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -1"/>
5696 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 1"/>
5697 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -1"/>
5698 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 3"/>
5699 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -3"/>
5700 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 3"/>
5701 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -3"/>
5702 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 5"/>
5703 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -5"/>
5704 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 5"/>
5705 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -5"/>
5706 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -3"/>
5707 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 1 3"/>
5708 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -5"/>
5709 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 1 5"/>
5710 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3 -5"/>
5711 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 3 5"/>
5712 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -3"/>
5713 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 1 3"/>
5714 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -5"/>
5715 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 1 5"/>
5716 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3 -5"/>
5717 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 3 5"/>
5718 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -3"/>
5719 <channel onMode="1" bRatio="0.0000000" meMode="103" products="6 1 3"/>
5720 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -5"/>
5721 <channel onMode="1" bRatio="0.0000000" meMode="103" products="6 1 5"/>
5722 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3 -5"/>
5723 <channel onMode="1" bRatio="0.0000000" meMode="103" products="6 3 5"/>
5724</particle>
5725
5726<particle id="1000022" name="~chi_10" spinType="2" chargeType="0" colType="0"
5727 m0="500.00000" mWidth="1.00000" mMin="20.00000" mMax="0.00000">
5728 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 22"/>
5729 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 23"/>
5730 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 25"/>
5731 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 35"/>
5732 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 36"/>
5733 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 11"/>
5734 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -11"/>
5735 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 13"/>
5736 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -13"/>
5737 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 15"/>
5738 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -15"/>
5739 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 11"/>
5740 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -11"/>
5741 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 13"/>
5742 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -13"/>
5743 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 15"/>
5744 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -15"/>
5745 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 11"/>
5746 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -11"/>
5747 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 13"/>
5748 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -13"/>
5749 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 15"/>
5750 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -15"/>
5751 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 11"/>
5752 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -11"/>
5753 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 13"/>
5754 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -13"/>
5755 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 15"/>
5756 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -15"/>
5757 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 11"/>
5758 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -11"/>
5759 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 13"/>
5760 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -13"/>
5761 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 15"/>
5762 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -15"/>
5763 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 11"/>
5764 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -11"/>
5765 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 13"/>
5766 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -13"/>
5767 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 15"/>
5768 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -15"/>
5769 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 1"/>
5770 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -1"/>
5771 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 1"/>
5772 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -1"/>
5773 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 3"/>
5774 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -3"/>
5775 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 3"/>
5776 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -3"/>
5777 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 5"/>
5778 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -5"/>
5779 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 5"/>
5780 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -5"/>
5781 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 1"/>
5782 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -1"/>
5783 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 1"/>
5784 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -1"/>
5785 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 3"/>
5786 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -3"/>
5787 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 3"/>
5788 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -3"/>
5789 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 5"/>
5790 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -5"/>
5791 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 5"/>
5792 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -5"/>
5793 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 1"/>
5794 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -1"/>
5795 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 1"/>
5796 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -1"/>
5797 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 3"/>
5798 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -3"/>
5799 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 3"/>
5800 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -3"/>
5801 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 5"/>
5802 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -5"/>
5803 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 5"/>
5804 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -5"/>
5805 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 1"/>
5806 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -1"/>
5807 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 1"/>
5808 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -1"/>
5809 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 3"/>
5810 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -3"/>
5811 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 3"/>
5812 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -3"/>
5813 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 5"/>
5814 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -5"/>
5815 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 5"/>
5816 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -5"/>
5817 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 1"/>
5818 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -1"/>
5819 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 1"/>
5820 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -1"/>
5821 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 3"/>
5822 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -3"/>
5823 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 3"/>
5824 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -3"/>
5825 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 5"/>
5826 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -5"/>
5827 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 5"/>
5828 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -5"/>
5829 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 1"/>
5830 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -1"/>
5831 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 1"/>
5832 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -1"/>
5833 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 3"/>
5834 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -3"/>
5835 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 3"/>
5836 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -3"/>
5837 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 5"/>
5838 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -5"/>
5839 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 5"/>
5840 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -5"/>
5841 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 1"/>
5842 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -1"/>
5843 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 1"/>
5844 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -1"/>
5845 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 3"/>
5846 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -3"/>
5847 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 3"/>
5848 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -3"/>
5849 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 5"/>
5850 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -5"/>
5851 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 5"/>
5852 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -5"/>
5853 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 1"/>
5854 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -1"/>
5855 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 1"/>
5856 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -1"/>
5857 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 3"/>
5858 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -3"/>
5859 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 3"/>
5860 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -3"/>
5861 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 5"/>
5862 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -5"/>
5863 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 5"/>
5864 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -5"/>
5865 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 1"/>
5866 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -1"/>
5867 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 1"/>
5868 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -1"/>
5869 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 3"/>
5870 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -3"/>
5871 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 3"/>
5872 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -3"/>
5873 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 5"/>
5874 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -5"/>
5875 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 5"/>
5876 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -5"/>
5877 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -3"/>
5878 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 1 3"/>
5879 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -5"/>
5880 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 1 5"/>
5881 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3 -5"/>
5882 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 3 5"/>
5883 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -3"/>
5884 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 1 3"/>
5885 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -5"/>
5886 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 1 5"/>
5887 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3 -5"/>
5888 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 3 5"/>
5889 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -3"/>
5890 <channel onMode="1" bRatio="0.0000000" meMode="103" products="6 1 3"/>
5891 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -5"/>
5892 <channel onMode="1" bRatio="0.0000000" meMode="103" products="6 1 5"/>
5893 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3 -5"/>
5894 <channel onMode="1" bRatio="0.0000000" meMode="103" products="6 3 5"/>
5895</particle>
5896
5897<particle id="1000023" name="~chi_20" spinType="2" chargeType="0" colType="0"
5898 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
5899 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 22"/>
5900 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 23"/>
5901 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 25"/>
5902 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 35"/>
5903 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 36"/>
5904 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 22"/>
5905 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 23"/>
5906 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 25"/>
5907 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 35"/>
5908 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 36"/>
5909 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -24"/>
5910 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 24"/>
5911 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -37"/>
5912 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 37"/>
5913 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -37"/>
5914 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 37"/>
5915 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -24"/>
5916 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 24"/>
5917 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -11"/>
5918 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 11"/>
5919 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -11"/>
5920 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000011 11"/>
5921 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -12"/>
5922 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 12"/>
5923 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -12"/>
5924 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000012 12"/>
5925 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -13"/>
5926 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 13"/>
5927 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -13"/>
5928 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000013 13"/>
5929 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -14"/>
5930 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 14"/>
5931 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -14"/>
5932 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000014 14"/>
5933 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -15"/>
5934 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 15"/>
5935 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -15"/>
5936 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 15"/>
5937 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -16"/>
5938 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 16"/>
5939 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -16"/>
5940 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000016 16"/>
5941 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 11 -11"/>
5942 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 13 -13"/>
5943 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 15 -15"/>
5944 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 12 -12"/>
5945 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 14 -14"/>
5946 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 16 -16"/>
5947 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 11 -12"/>
5948 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -11 12"/>
5949 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 13 -14"/>
5950 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -13 14"/>
5951 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 15 -16"/>
5952 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -15 16"/>
5953 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 11 -12"/>
5954 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -11 12"/>
5955 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 13 -14"/>
5956 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -13 14"/>
5957 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 15 -16"/>
5958 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -15 16"/>
5959 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1"/>
5960 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 1"/>
5961 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -3"/>
5962 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 3"/>
5963 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -5"/>
5964 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 5"/>
5965 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -1"/>
5966 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 1"/>
5967 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -3"/>
5968 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 3"/>
5969 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -5"/>
5970 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 5"/>
5971 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2"/>
5972 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2"/>
5973 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -4"/>
5974 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 4"/>
5975 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -6"/>
5976 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 6"/>
5977 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2"/>
5978 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 2"/>
5979 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -4"/>
5980 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 4"/>
5981 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -6"/>
5982 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 6"/>
5983 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -1"/>
5984 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 1"/>
5985 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -3"/>
5986 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 3"/>
5987 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -5"/>
5988 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 5"/>
5989 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -1"/>
5990 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 1"/>
5991 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -3"/>
5992 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 3"/>
5993 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -5"/>
5994 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 5"/>
5995 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -2"/>
5996 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 2"/>
5997 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -4"/>
5998 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 4"/>
5999 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -6"/>
6000 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 6"/>
6001 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -2"/>
6002 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 2"/>
6003 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -4"/>
6004 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 4"/>
6005 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -6"/>
6006 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 6"/>
6007 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -1"/>
6008 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 1"/>
6009 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -3"/>
6010 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 3"/>
6011 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -5"/>
6012 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 5"/>
6013 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -1"/>
6014 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 1"/>
6015 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -3"/>
6016 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 3"/>
6017 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -5"/>
6018 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 5"/>
6019 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -6"/>
6020 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 6"/>
6021 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2"/>
6022 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 2"/>
6023 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -4"/>
6024 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 4"/>
6025 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -6"/>
6026 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000006 6"/>
6027 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -1"/>
6028 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -3"/>
6029 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -5"/>
6030 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -1"/>
6031 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -3"/>
6032 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -5"/>
6033 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -1"/>
6034 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -3"/>
6035 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -5"/>
6036 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -2"/>
6037 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -4"/>
6038 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -6"/>
6039 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -2"/>
6040 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -4"/>
6041 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -6"/>
6042 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -2"/>
6043 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -4"/>
6044 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -6"/>
6045 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -2"/>
6046 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -4"/>
6047 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -6"/>
6048 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 2"/>
6049 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 4"/>
6050 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 6"/>
6051 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -2"/>
6052 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -4"/>
6053 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -6"/>
6054 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 2"/>
6055 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 4"/>
6056 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 6"/>
6057 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -2"/>
6058 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -4"/>
6059 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -6"/>
6060 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 2"/>
6061 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 4"/>
6062 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 6"/>
6063 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 2"/>
6064 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 4"/>
6065 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 6"/>
6066 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -2"/>
6067 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -4"/>
6068 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -6"/>
6069 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 2"/>
6070 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 4"/>
6071 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 6"/>
6072 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -2"/>
6073 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -4"/>
6074 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -6"/>
6075 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 2"/>
6076 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 4"/>
6077 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 6"/>
6078 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -1"/>
6079 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -3"/>
6080 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -5"/>
6081 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -1"/>
6082 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -3"/>
6083 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -5"/>
6084 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -1"/>
6085 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -3"/>
6086 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -5"/>
6087 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -2"/>
6088 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -4"/>
6089 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -6"/>
6090 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -2"/>
6091 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -4"/>
6092 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -6"/>
6093 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6 -2"/>
6094 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6 -4"/>
6095 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6 -6"/>
6096 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 11"/>
6097 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -11"/>
6098 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 13"/>
6099 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -13"/>
6100 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 15"/>
6101 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -15"/>
6102 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 11"/>
6103 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -11"/>
6104 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 13"/>
6105 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -13"/>
6106 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 15"/>
6107 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -15"/>
6108 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 11"/>
6109 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -11"/>
6110 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 13"/>
6111 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -13"/>
6112 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 15"/>
6113 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -15"/>
6114 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 11"/>
6115 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -11"/>
6116 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 13"/>
6117 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -13"/>
6118 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 15"/>
6119 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -15"/>
6120 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 11"/>
6121 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -11"/>
6122 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 13"/>
6123 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -13"/>
6124 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 15"/>
6125 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -15"/>
6126 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 11"/>
6127 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -11"/>
6128 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 13"/>
6129 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -13"/>
6130 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 15"/>
6131 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -15"/>
6132 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 1"/>
6133 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -1"/>
6134 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 1"/>
6135 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -1"/>
6136 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 3"/>
6137 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -3"/>
6138 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 3"/>
6139 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -3"/>
6140 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 5"/>
6141 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -5"/>
6142 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 5"/>
6143 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -5"/>
6144 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 1"/>
6145 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -1"/>
6146 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 1"/>
6147 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -1"/>
6148 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 3"/>
6149 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -3"/>
6150 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 3"/>
6151 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -3"/>
6152 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 5"/>
6153 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -5"/>
6154 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 5"/>
6155 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -5"/>
6156 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 1"/>
6157 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -1"/>
6158 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 1"/>
6159 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -1"/>
6160 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 3"/>
6161 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -3"/>
6162 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 3"/>
6163 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -3"/>
6164 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 5"/>
6165 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -5"/>
6166 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 5"/>
6167 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -5"/>
6168 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 1"/>
6169 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -1"/>
6170 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 1"/>
6171 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -1"/>
6172 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 3"/>
6173 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -3"/>
6174 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 3"/>
6175 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -3"/>
6176 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 5"/>
6177 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -5"/>
6178 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 5"/>
6179 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -5"/>
6180 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 1"/>
6181 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -1"/>
6182 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 1"/>
6183 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -1"/>
6184 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 3"/>
6185 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -3"/>
6186 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 3"/>
6187 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -3"/>
6188 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 5"/>
6189 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -5"/>
6190 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 5"/>
6191 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -5"/>
6192 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 1"/>
6193 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -1"/>
6194 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 1"/>
6195 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -1"/>
6196 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 3"/>
6197 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -3"/>
6198 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 3"/>
6199 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -3"/>
6200 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 5"/>
6201 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -5"/>
6202 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 5"/>
6203 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -5"/>
6204 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 1"/>
6205 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -1"/>
6206 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 1"/>
6207 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -1"/>
6208 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 3"/>
6209 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -3"/>
6210 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 3"/>
6211 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -3"/>
6212 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 5"/>
6213 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -5"/>
6214 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 5"/>
6215 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -5"/>
6216 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 1"/>
6217 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -1"/>
6218 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 1"/>
6219 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -1"/>
6220 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 3"/>
6221 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -3"/>
6222 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 3"/>
6223 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -3"/>
6224 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 5"/>
6225 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -5"/>
6226 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 5"/>
6227 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -5"/>
6228 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 1"/>
6229 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -1"/>
6230 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 1"/>
6231 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -1"/>
6232 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 3"/>
6233 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -3"/>
6234 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 3"/>
6235 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -3"/>
6236 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 5"/>
6237 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -5"/>
6238 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 5"/>
6239 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -5"/>
6240 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -3"/>
6241 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 1 3"/>
6242 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -5"/>
6243 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 1 5"/>
6244 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3 -5"/>
6245 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 3 5"/>
6246 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -3"/>
6247 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 1 3"/>
6248 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -5"/>
6249 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 1 5"/>
6250 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3 -5"/>
6251 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 3 5"/>
6252 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -3"/>
6253 <channel onMode="1" bRatio="0.0000000" meMode="103" products="6 1 3"/>
6254 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -5"/>
6255 <channel onMode="1" bRatio="0.0000000" meMode="103" products="6 1 5"/>
6256 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3 -5"/>
6257 <channel onMode="1" bRatio="0.0000000" meMode="103" products="6 3 5"/>
6258</particle>
6259
6260<particle id="1000024" name="~chi_1+" antiName="~chi_1-" spinType="2" chargeType="3" colType="0"
6261 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
6262 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 24"/>
6263 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 37"/>
6264 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 24"/>
6265 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 24"/>
6266 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 24"/>
6267 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 24"/>
6268 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 37"/>
6269 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 37"/>
6270 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 37"/>
6271 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 37"/>
6272 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -11"/>
6273 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -11"/>
6274 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 12"/>
6275 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000011 12"/>
6276 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -13"/>
6277 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -13"/>
6278 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 14"/>
6279 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000013 14"/>
6280 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -15"/>
6281 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -15"/>
6282 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 16"/>
6283 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 16"/>
6284 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -11 12"/>
6285 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -13 14"/>
6286 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -15 16"/>
6287 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -11 12"/>
6288 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -13 14"/>
6289 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -15 16"/>
6290 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -11 12"/>
6291 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -13 14"/>
6292 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -15 16"/>
6293 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -11 12"/>
6294 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -13 14"/>
6295 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -15 16"/>
6296 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -1 2"/>
6297 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -1 4"/>
6298 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -1 6"/>
6299 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -3 2"/>
6300 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -3 4"/>
6301 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -3 6"/>
6302 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -5 2"/>
6303 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -5 4"/>
6304 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -5 6"/>
6305 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -1 2"/>
6306 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -1 4"/>
6307 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -1 6"/>
6308 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -3 2"/>
6309 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -3 4"/>
6310 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -3 6"/>
6311 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -5 2"/>
6312 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -5 4"/>
6313 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -5 6"/>
6314 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -1 2"/>
6315 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -1 4"/>
6316 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -1 6"/>
6317 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -3 2"/>
6318 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -3 4"/>
6319 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -3 6"/>
6320 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -5 2"/>
6321 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -5 4"/>
6322 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -5 6"/>
6323 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -1 2"/>
6324 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -1 4"/>
6325 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -1 6"/>
6326 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -3 2"/>
6327 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -3 4"/>
6328 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -3 6"/>
6329 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -5 2"/>
6330 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -5 4"/>
6331 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -5 6"/>
6332 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -1"/>
6333 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -3"/>
6334 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -5"/>
6335 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -1"/>
6336 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -3"/>
6337 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -5"/>
6338 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 2"/>
6339 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 4"/>
6340 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 6"/>
6341 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 2"/>
6342 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 4"/>
6343 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 6"/>
6344 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -1"/>
6345 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -3"/>
6346 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -5"/>
6347 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -1"/>
6348 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -3"/>
6349 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -5"/>
6350 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 2"/>
6351 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 4"/>
6352 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 6"/>
6353 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 2"/>
6354 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 4"/>
6355 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 6"/>
6356 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -1"/>
6357 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -3"/>
6358 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -5"/>
6359 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -1"/>
6360 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -3"/>
6361 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -5"/>
6362 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 2"/>
6363 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 4"/>
6364 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 6"/>
6365 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 2"/>
6366 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 4"/>
6367 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 6"/>
6368 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -1 2"/>
6369 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -1 4"/>
6370 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -1 6"/>
6371 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -3 2"/>
6372 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -3 4"/>
6373 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -3 6"/>
6374 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -5 2"/>
6375 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -5 4"/>
6376 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -5 6"/>
6377 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 12"/>
6378 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -11"/>
6379 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 11"/>
6380 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 14"/>
6381 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -13"/>
6382 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 13"/>
6383 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 16"/>
6384 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -15"/>
6385 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 15"/>
6386 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 12"/>
6387 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -11"/>
6388 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 11"/>
6389 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 14"/>
6390 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -13"/>
6391 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 13"/>
6392 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 16"/>
6393 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -15"/>
6394 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 15"/>
6395 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 12"/>
6396 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 11"/>
6397 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 14"/>
6398 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 13"/>
6399 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 16"/>
6400 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 15"/>
6401 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 12"/>
6402 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -11"/>
6403 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 11"/>
6404 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 14"/>
6405 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -13"/>
6406 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 13"/>
6407 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 16"/>
6408 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -15"/>
6409 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 15"/>
6410 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 12"/>
6411 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 11"/>
6412 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 14"/>
6413 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 13"/>
6414 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 16"/>
6415 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 15"/>
6416 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 12"/>
6417 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 11"/>
6418 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 14"/>
6419 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 13"/>
6420 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 16"/>
6421 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 15"/>
6422 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 2"/>
6423 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 2"/>
6424 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 1"/>
6425 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -1"/>
6426 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 4"/>
6427 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 4"/>
6428 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 3"/>
6429 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -3"/>
6430 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 6"/>
6431 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 6"/>
6432 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 5"/>
6433 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -5"/>
6434 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 2"/>
6435 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 2"/>
6436 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 1"/>
6437 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -1"/>
6438 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 4"/>
6439 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 4"/>
6440 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 3"/>
6441 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -3"/>
6442 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 6"/>
6443 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 6"/>
6444 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 5"/>
6445 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -5"/>
6446 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 2"/>
6447 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 2"/>
6448 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 1"/>
6449 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -1"/>
6450 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 4"/>
6451 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 4"/>
6452 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 3"/>
6453 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -3"/>
6454 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 6"/>
6455 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 6"/>
6456 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 5"/>
6457 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -5"/>
6458 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 2"/>
6459 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 2"/>
6460 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 1"/>
6461 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -1"/>
6462 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 4"/>
6463 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 4"/>
6464 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 3"/>
6465 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -3"/>
6466 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 6"/>
6467 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 6"/>
6468 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 5"/>
6469 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -5"/>
6470 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 2"/>
6471 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 2"/>
6472 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 1"/>
6473 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -1"/>
6474 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 4"/>
6475 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 4"/>
6476 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 3"/>
6477 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -3"/>
6478 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 6"/>
6479 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 6"/>
6480 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 5"/>
6481 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -5"/>
6482 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 2"/>
6483 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 2"/>
6484 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 1"/>
6485 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -1"/>
6486 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 4"/>
6487 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 4"/>
6488 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 3"/>
6489 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -3"/>
6490 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 6"/>
6491 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 6"/>
6492 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 5"/>
6493 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -5"/>
6494 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 2"/>
6495 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 2"/>
6496 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 1"/>
6497 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -1"/>
6498 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 4"/>
6499 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 4"/>
6500 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 3"/>
6501 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -3"/>
6502 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 6"/>
6503 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 6"/>
6504 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 5"/>
6505 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -5"/>
6506 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 2"/>
6507 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 2"/>
6508 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 1"/>
6509 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -1"/>
6510 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 4"/>
6511 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 4"/>
6512 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 3"/>
6513 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -3"/>
6514 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 6"/>
6515 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 6"/>
6516 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 5"/>
6517 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -5"/>
6518 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 2"/>
6519 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 2"/>
6520 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 1"/>
6521 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -1"/>
6522 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 4"/>
6523 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 4"/>
6524 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 3"/>
6525 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -3"/>
6526 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 6"/>
6527 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 6"/>
6528 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 5"/>
6529 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -5"/>
6530 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 2 3"/>
6531 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -1 -3"/>
6532 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 2 5"/>
6533 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -1 -5"/>
6534 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 4 1"/>
6535 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 4 3"/>
6536 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3 -3"/>
6537 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 4 5"/>
6538 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3 -5"/>
6539 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 6 1"/>
6540 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 6 3"/>
6541 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 6 5"/>
6542 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5 -5"/>
6543 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 4 1"/>
6544 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 4 5"/>
6545 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-3 -3 -5"/>
6546 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 6 1"/>
6547 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 6 3"/>
6548 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 6 5"/>
6549 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5 -5"/>
6550 <channel onMode="1" bRatio="0.0000000" meMode="103" products="6 6 1"/>
6551 <channel onMode="1" bRatio="0.0000000" meMode="103" products="6 6 3"/>
6552</particle>
6553
6554<particle id="1000025" name="~chi_30" spinType="2" chargeType="0" colType="0"
6555 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
6556 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 22"/>
6557 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 23"/>
6558 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 25"/>
6559 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 35"/>
6560 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 36"/>
6561 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 22"/>
6562 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 23"/>
6563 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 25"/>
6564 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 35"/>
6565 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 36"/>
6566 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 22"/>
6567 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 23"/>
6568 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 25"/>
6569 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 35"/>
6570 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 36"/>
6571 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -24"/>
6572 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 24"/>
6573 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -37"/>
6574 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 37"/>
6575 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -24"/>
6576 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 24"/>
6577 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -37"/>
6578 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 37"/>
6579 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -11"/>
6580 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 11"/>
6581 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -11"/>
6582 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000011 11"/>
6583 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -12"/>
6584 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 12"/>
6585 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -12"/>
6586 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000012 12"/>
6587 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -13"/>
6588 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 13"/>
6589 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -13"/>
6590 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000013 13"/>
6591 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -14"/>
6592 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 14"/>
6593 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -14"/>
6594 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000014 14"/>
6595 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -15"/>
6596 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 15"/>
6597 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -15"/>
6598 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 15"/>
6599 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -16"/>
6600 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 16"/>
6601 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -16"/>
6602 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000016 16"/>
6603 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 11 -11"/>
6604 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 13 -13"/>
6605 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 15 -15"/>
6606 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 12 -12"/>
6607 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 14 -14"/>
6608 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 16 -16"/>
6609 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 11 -11"/>
6610 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 13 -13"/>
6611 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 15 -15"/>
6612 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 12 -12"/>
6613 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 14 -14"/>
6614 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 16 -16"/>
6615 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 11 -12"/>
6616 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -11 12"/>
6617 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 13 -14"/>
6618 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -13 14"/>
6619 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 15 -16"/>
6620 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -15 16"/>
6621 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 11 -12"/>
6622 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -11 12"/>
6623 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 13 -14"/>
6624 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -13 14"/>
6625 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 15 -16"/>
6626 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -15 16"/>
6627 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1"/>
6628 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 1"/>
6629 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -3"/>
6630 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 3"/>
6631 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -5"/>
6632 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 5"/>
6633 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -1"/>
6634 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 1"/>
6635 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -3"/>
6636 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 3"/>
6637 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -5"/>
6638 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 5"/>
6639 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2"/>
6640 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2"/>
6641 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -4"/>
6642 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 4"/>
6643 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -6"/>
6644 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 6"/>
6645 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2"/>
6646 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 2"/>
6647 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -4"/>
6648 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 4"/>
6649 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -6"/>
6650 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 6"/>
6651 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -1"/>
6652 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 1"/>
6653 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -3"/>
6654 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 3"/>
6655 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -5"/>
6656 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 5"/>
6657 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -1"/>
6658 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 1"/>
6659 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -3"/>
6660 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 3"/>
6661 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -5"/>
6662 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 5"/>
6663 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -2"/>
6664 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 2"/>
6665 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -4"/>
6666 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 4"/>
6667 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -6"/>
6668 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 6"/>
6669 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -2"/>
6670 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 2"/>
6671 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -4"/>
6672 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 4"/>
6673 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -6"/>
6674 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 6"/>
6675 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -1"/>
6676 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 1"/>
6677 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -3"/>
6678 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 3"/>
6679 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -5"/>
6680 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 5"/>
6681 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -1"/>
6682 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 1"/>
6683 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -3"/>
6684 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 3"/>
6685 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -5"/>
6686 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 5"/>
6687 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -6"/>
6688 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 6"/>
6689 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2"/>
6690 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 2"/>
6691 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -4"/>
6692 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 4"/>
6693 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -6"/>
6694 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000006 6"/>
6695 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -1"/>
6696 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -3"/>
6697 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -5"/>
6698 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -1"/>
6699 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -3"/>
6700 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -5"/>
6701 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -1"/>
6702 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -3"/>
6703 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -5"/>
6704 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -2"/>
6705 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -4"/>
6706 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -6"/>
6707 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -2"/>
6708 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -4"/>
6709 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -6"/>
6710 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -2"/>
6711 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -4"/>
6712 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -6"/>
6713 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -1"/>
6714 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -3"/>
6715 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -5"/>
6716 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -1"/>
6717 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -3"/>
6718 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -5"/>
6719 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -1"/>
6720 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -3"/>
6721 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -5"/>
6722 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -2"/>
6723 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -4"/>
6724 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -6"/>
6725 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -2"/>
6726 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -4"/>
6727 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -6"/>
6728 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6 -2"/>
6729 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6 -4"/>
6730 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6 -6"/>
6731 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -2"/>
6732 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -4"/>
6733 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -6"/>
6734 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 2"/>
6735 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 4"/>
6736 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 6"/>
6737 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -2"/>
6738 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -4"/>
6739 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -6"/>
6740 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 2"/>
6741 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 4"/>
6742 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 6"/>
6743 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -2"/>
6744 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -4"/>
6745 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -6"/>
6746 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 2"/>
6747 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 4"/>
6748 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 6"/>
6749 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 2"/>
6750 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 4"/>
6751 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 6"/>
6752 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -2"/>
6753 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -4"/>
6754 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -6"/>
6755 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 2"/>
6756 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 4"/>
6757 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 6"/>
6758 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -2"/>
6759 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -4"/>
6760 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -6"/>
6761 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 2"/>
6762 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 4"/>
6763 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 6"/>
6764 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -1"/>
6765 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -3"/>
6766 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -5"/>
6767 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -1"/>
6768 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -3"/>
6769 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -5"/>
6770 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -1"/>
6771 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -3"/>
6772 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -5"/>
6773 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -2"/>
6774 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -4"/>
6775 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -6"/>
6776 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -2"/>
6777 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -4"/>
6778 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -6"/>
6779 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6 -2"/>
6780 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6 -4"/>
6781 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6 -6"/>
6782 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 11"/>
6783 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -11"/>
6784 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 13"/>
6785 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -13"/>
6786 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 15"/>
6787 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -15"/>
6788 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 11"/>
6789 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -11"/>
6790 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 13"/>
6791 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -13"/>
6792 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 15"/>
6793 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -15"/>
6794 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 11"/>
6795 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -11"/>
6796 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 13"/>
6797 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -13"/>
6798 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 15"/>
6799 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -15"/>
6800 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 11"/>
6801 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -11"/>
6802 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 13"/>
6803 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -13"/>
6804 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 15"/>
6805 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -15"/>
6806 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 11"/>
6807 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -11"/>
6808 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 13"/>
6809 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -13"/>
6810 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 15"/>
6811 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -15"/>
6812 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 11"/>
6813 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -11"/>
6814 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 13"/>
6815 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -13"/>
6816 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 15"/>
6817 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -15"/>
6818 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 1"/>
6819 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -1"/>
6820 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 1"/>
6821 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -1"/>
6822 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 3"/>
6823 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -3"/>
6824 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 3"/>
6825 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -3"/>
6826 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 5"/>
6827 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -5"/>
6828 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 5"/>
6829 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -5"/>
6830 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 1"/>
6831 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -1"/>
6832 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 1"/>
6833 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -1"/>
6834 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 3"/>
6835 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -3"/>
6836 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 3"/>
6837 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -3"/>
6838 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 5"/>
6839 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -5"/>
6840 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 5"/>
6841 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -5"/>
6842 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 1"/>
6843 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -1"/>
6844 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 1"/>
6845 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -1"/>
6846 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 3"/>
6847 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -3"/>
6848 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 3"/>
6849 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -3"/>
6850 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 5"/>
6851 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -5"/>
6852 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 5"/>
6853 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -5"/>
6854 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 1"/>
6855 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -1"/>
6856 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 1"/>
6857 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -1"/>
6858 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 3"/>
6859 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -3"/>
6860 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 3"/>
6861 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -3"/>
6862 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 5"/>
6863 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -5"/>
6864 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 5"/>
6865 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -5"/>
6866 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 1"/>
6867 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -1"/>
6868 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 1"/>
6869 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -1"/>
6870 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 3"/>
6871 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -3"/>
6872 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 3"/>
6873 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -3"/>
6874 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 5"/>
6875 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -5"/>
6876 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 5"/>
6877 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -5"/>
6878 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 1"/>
6879 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -1"/>
6880 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 1"/>
6881 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -1"/>
6882 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 3"/>
6883 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -3"/>
6884 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 3"/>
6885 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -3"/>
6886 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 5"/>
6887 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -5"/>
6888 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 5"/>
6889 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -5"/>
6890 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 1"/>
6891 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -1"/>
6892 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 1"/>
6893 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -1"/>
6894 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 3"/>
6895 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -3"/>
6896 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 3"/>
6897 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -3"/>
6898 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 5"/>
6899 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -5"/>
6900 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 5"/>
6901 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -5"/>
6902 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 1"/>
6903 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -1"/>
6904 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 1"/>
6905 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -1"/>
6906 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 3"/>
6907 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -3"/>
6908 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 3"/>
6909 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -3"/>
6910 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 5"/>
6911 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -5"/>
6912 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 5"/>
6913 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -5"/>
6914 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 1"/>
6915 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -1"/>
6916 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 1"/>
6917 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -1"/>
6918 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 3"/>
6919 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -3"/>
6920 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 3"/>
6921 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -3"/>
6922 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 5"/>
6923 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -5"/>
6924 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 5"/>
6925 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -5"/>
6926 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -3"/>
6927 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 1 3"/>
6928 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -5"/>
6929 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 1 5"/>
6930 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3 -5"/>
6931 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 3 5"/>
6932 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -3"/>
6933 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 1 3"/>
6934 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -5"/>
6935 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 1 5"/>
6936 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3 -5"/>
6937 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 3 5"/>
6938 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -3"/>
6939 <channel onMode="1" bRatio="0.0000000" meMode="103" products="6 1 3"/>
6940 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -5"/>
6941 <channel onMode="1" bRatio="0.0000000" meMode="103" products="6 1 5"/>
6942 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3 -5"/>
6943 <channel onMode="1" bRatio="0.0000000" meMode="103" products="6 3 5"/>
6944</particle>
6945
6946<particle id="1000035" name="~chi_40" spinType="2" chargeType="0" colType="0"
6947 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
6948 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 22"/>
6949 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 23"/>
6950 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 25"/>
6951 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 35"/>
6952 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 36"/>
6953 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 22"/>
6954 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 23"/>
6955 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 25"/>
6956 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 35"/>
6957 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 36"/>
6958 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 22"/>
6959 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 23"/>
6960 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 25"/>
6961 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 35"/>
6962 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 36"/>
6963 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 22"/>
6964 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 23"/>
6965 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 25"/>
6966 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 35"/>
6967 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 36"/>
6968 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -24"/>
6969 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 24"/>
6970 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -24"/>
6971 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 24"/>
6972 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 -37"/>
6973 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 37"/>
6974 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 -37"/>
6975 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 37"/>
6976 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 11 -11"/>
6977 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 13 -13"/>
6978 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 15 -15"/>
6979 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 12 -12"/>
6980 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 14 -14"/>
6981 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 16 -16"/>
6982 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 11 -11"/>
6983 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 13 -13"/>
6984 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 15 -15"/>
6985 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 12 -12"/>
6986 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 14 -14"/>
6987 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 16 -16"/>
6988 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 11 -11"/>
6989 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 13 -13"/>
6990 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 15 -15"/>
6991 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 12 -12"/>
6992 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 14 -14"/>
6993 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 16 -16"/>
6994 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 11 -12"/>
6995 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -11 12"/>
6996 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 13 -14"/>
6997 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -13 14"/>
6998 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 15 -16"/>
6999 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -15 16"/>
7000 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 11 -12"/>
7001 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -11 12"/>
7002 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 13 -14"/>
7003 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -13 14"/>
7004 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 15 -16"/>
7005 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -15 16"/>
7006 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000011 -11"/>
7007 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 11"/>
7008 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000011 -11"/>
7009 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000011 11"/>
7010 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -12"/>
7011 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000012 12"/>
7012 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -12"/>
7013 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000012 12"/>
7014 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000013 -13"/>
7015 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 13"/>
7016 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000013 -13"/>
7017 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000013 13"/>
7018 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -14"/>
7019 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000014 14"/>
7020 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -14"/>
7021 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000014 14"/>
7022 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000015 -15"/>
7023 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 15"/>
7024 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000015 -15"/>
7025 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 15"/>
7026 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -16"/>
7027 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000016 16"/>
7028 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -16"/>
7029 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000016 16"/>
7030 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -1"/>
7031 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 1"/>
7032 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -3"/>
7033 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 3"/>
7034 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -5"/>
7035 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 5"/>
7036 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -1"/>
7037 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 1"/>
7038 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -3"/>
7039 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 3"/>
7040 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -5"/>
7041 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 5"/>
7042 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -2"/>
7043 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 2"/>
7044 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -4"/>
7045 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 4"/>
7046 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -6"/>
7047 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000002 6"/>
7048 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -2"/>
7049 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 2"/>
7050 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -4"/>
7051 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 4"/>
7052 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -6"/>
7053 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000002 6"/>
7054 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -1"/>
7055 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 1"/>
7056 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -3"/>
7057 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 3"/>
7058 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -5"/>
7059 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 5"/>
7060 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -1"/>
7061 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 1"/>
7062 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -3"/>
7063 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 3"/>
7064 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -5"/>
7065 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 5"/>
7066 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -2"/>
7067 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 2"/>
7068 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -4"/>
7069 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 4"/>
7070 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -6"/>
7071 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000004 6"/>
7072 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -2"/>
7073 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 2"/>
7074 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -4"/>
7075 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 4"/>
7076 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -6"/>
7077 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000004 6"/>
7078 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -1"/>
7079 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 1"/>
7080 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -3"/>
7081 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 3"/>
7082 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -5"/>
7083 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 5"/>
7084 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -1"/>
7085 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 1"/>
7086 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -3"/>
7087 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 3"/>
7088 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -5"/>
7089 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 5"/>
7090 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -6"/>
7091 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 6"/>
7092 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -2"/>
7093 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 2"/>
7094 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -4"/>
7095 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000006 4"/>
7096 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -6"/>
7097 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000006 6"/>
7098 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -1"/>
7099 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -3"/>
7100 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1 -5"/>
7101 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -1"/>
7102 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -3"/>
7103 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3 -5"/>
7104 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -1"/>
7105 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -3"/>
7106 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5 -5"/>
7107 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -2"/>
7108 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -4"/>
7109 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2 -6"/>
7110 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -2"/>
7111 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -4"/>
7112 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4 -6"/>
7113 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -2"/>
7114 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -4"/>
7115 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6 -6"/>
7116 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -1"/>
7117 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -3"/>
7118 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1 -5"/>
7119 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -1"/>
7120 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -3"/>
7121 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3 -5"/>
7122 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -1"/>
7123 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -3"/>
7124 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5 -5"/>
7125 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -2"/>
7126 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -4"/>
7127 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2 -6"/>
7128 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -2"/>
7129 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -4"/>
7130 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4 -6"/>
7131 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6 -2"/>
7132 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6 -4"/>
7133 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6 -6"/>
7134 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1 -1"/>
7135 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1 -3"/>
7136 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1 -5"/>
7137 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3 -1"/>
7138 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3 -3"/>
7139 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3 -5"/>
7140 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5 -1"/>
7141 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5 -3"/>
7142 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5 -5"/>
7143 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2 -2"/>
7144 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2 -4"/>
7145 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2 -6"/>
7146 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4 -2"/>
7147 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4 -4"/>
7148 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4 -6"/>
7149 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6 -2"/>
7150 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6 -4"/>
7151 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6 -6"/>
7152 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -2"/>
7153 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -4"/>
7154 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -6"/>
7155 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 2"/>
7156 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 4"/>
7157 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -1 6"/>
7158 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -2"/>
7159 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -4"/>
7160 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -6"/>
7161 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 2"/>
7162 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 4"/>
7163 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -3 6"/>
7164 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -2"/>
7165 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -4"/>
7166 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -6"/>
7167 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 2"/>
7168 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 4"/>
7169 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 -5 6"/>
7170 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 2"/>
7171 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 4"/>
7172 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -1 6"/>
7173 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -2"/>
7174 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -4"/>
7175 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3 -6"/>
7176 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 2"/>
7177 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 4"/>
7178 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -3 6"/>
7179 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -2"/>
7180 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -4"/>
7181 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5 -6"/>
7182 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 2"/>
7183 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 4"/>
7184 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 -5 6"/>
7185 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -1"/>
7186 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -3"/>
7187 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1 -5"/>
7188 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -1"/>
7189 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -3"/>
7190 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 3 -5"/>
7191 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -1"/>
7192 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -3"/>
7193 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5 -5"/>
7194 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -2"/>
7195 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -4"/>
7196 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2 -6"/>
7197 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -2"/>
7198 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -4"/>
7199 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4 -6"/>
7200 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6 -2"/>
7201 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6 -4"/>
7202 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6 -6"/>
7203 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 11"/>
7204 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -11"/>
7205 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 13"/>
7206 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -13"/>
7207 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 15"/>
7208 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 13 -15"/>
7209 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 11"/>
7210 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -11"/>
7211 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 13"/>
7212 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -13"/>
7213 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 15"/>
7214 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 15 -15"/>
7215 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 11"/>
7216 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -11"/>
7217 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 13"/>
7218 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -13"/>
7219 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 15"/>
7220 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 11 -15"/>
7221 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 11"/>
7222 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -11"/>
7223 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 13"/>
7224 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -13"/>
7225 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 15"/>
7226 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 15 -15"/>
7227 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 11"/>
7228 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -11"/>
7229 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 13"/>
7230 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -13"/>
7231 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 15"/>
7232 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 11 -15"/>
7233 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 11"/>
7234 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -11"/>
7235 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 13"/>
7236 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -13"/>
7237 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 15"/>
7238 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 13 -15"/>
7239 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 1"/>
7240 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -1"/>
7241 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 1"/>
7242 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -1"/>
7243 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 3"/>
7244 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -3"/>
7245 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 3"/>
7246 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -3"/>
7247 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 5"/>
7248 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1 -5"/>
7249 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 5"/>
7250 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2 -5"/>
7251 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 1"/>
7252 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -1"/>
7253 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 1"/>
7254 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -1"/>
7255 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 3"/>
7256 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -3"/>
7257 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 3"/>
7258 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -3"/>
7259 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 5"/>
7260 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3 -5"/>
7261 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 5"/>
7262 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4 -5"/>
7263 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 1"/>
7264 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -1"/>
7265 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 1"/>
7266 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -1"/>
7267 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 3"/>
7268 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -3"/>
7269 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 3"/>
7270 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -3"/>
7271 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 5"/>
7272 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5 -5"/>
7273 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 5"/>
7274 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6 -5"/>
7275 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 1"/>
7276 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -1"/>
7277 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 1"/>
7278 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -1"/>
7279 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 3"/>
7280 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -3"/>
7281 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 3"/>
7282 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -3"/>
7283 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 5"/>
7284 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1 -5"/>
7285 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 5"/>
7286 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2 -5"/>
7287 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 1"/>
7288 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -1"/>
7289 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 1"/>
7290 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -1"/>
7291 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 3"/>
7292 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -3"/>
7293 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 3"/>
7294 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -3"/>
7295 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 5"/>
7296 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3 -5"/>
7297 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 5"/>
7298 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4 -5"/>
7299 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 1"/>
7300 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -1"/>
7301 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 1"/>
7302 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -1"/>
7303 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 3"/>
7304 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -3"/>
7305 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 3"/>
7306 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -3"/>
7307 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 5"/>
7308 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5 -5"/>
7309 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 5"/>
7310 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6 -5"/>
7311 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 1"/>
7312 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -1"/>
7313 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 1"/>
7314 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -1"/>
7315 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 3"/>
7316 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -3"/>
7317 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 3"/>
7318 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -3"/>
7319 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 5"/>
7320 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1 -5"/>
7321 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 5"/>
7322 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2 -5"/>
7323 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 1"/>
7324 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -1"/>
7325 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 1"/>
7326 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -1"/>
7327 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 3"/>
7328 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -3"/>
7329 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 3"/>
7330 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -3"/>
7331 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 5"/>
7332 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3 -5"/>
7333 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 5"/>
7334 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4 -5"/>
7335 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 1"/>
7336 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -1"/>
7337 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 1"/>
7338 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -1"/>
7339 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 3"/>
7340 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -3"/>
7341 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 3"/>
7342 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -3"/>
7343 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 5"/>
7344 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5 -5"/>
7345 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 5"/>
7346 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6 -5"/>
7347 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -3"/>
7348 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 1 3"/>
7349 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1 -5"/>
7350 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 1 5"/>
7351 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3 -5"/>
7352 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 3 5"/>
7353 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -3"/>
7354 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 1 3"/>
7355 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1 -5"/>
7356 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 1 5"/>
7357 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3 -5"/>
7358 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 3 5"/>
7359 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -3"/>
7360 <channel onMode="1" bRatio="0.0000000" meMode="103" products="6 1 3"/>
7361 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1 -5"/>
7362 <channel onMode="1" bRatio="0.0000000" meMode="103" products="6 1 5"/>
7363 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3 -5"/>
7364 <channel onMode="1" bRatio="0.0000000" meMode="103" products="6 3 5"/>
7365</particle>
7366
7367<particle id="1000037" name="~chi_2+" antiName="~chi_2-" spinType="2" chargeType="3" colType="0"
7368 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
7369 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 24"/>
7370 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 37"/>
7371 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 23"/>
7372 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 25"/>
7373 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 35"/>
7374 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 36"/>
7375 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 24"/>
7376 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 24"/>
7377 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 24"/>
7378 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 24"/>
7379 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 37"/>
7380 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 37"/>
7381 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 37"/>
7382 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 37"/>
7383 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 11 -11"/>
7384 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 13 -13"/>
7385 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 15 -15"/>
7386 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 12 -12"/>
7387 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 14 -14"/>
7388 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 16 -16"/>
7389 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -11 12"/>
7390 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -13 14"/>
7391 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -15 16"/>
7392 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -11 12"/>
7393 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -13 14"/>
7394 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -15 16"/>
7395 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -11 12"/>
7396 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -13 14"/>
7397 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -15 16"/>
7398 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -11 12"/>
7399 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -13 14"/>
7400 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -15 16"/>
7401 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -11"/>
7402 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -11"/>
7403 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000011 12"/>
7404 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000011 12"/>
7405 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -13"/>
7406 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -13"/>
7407 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000013 14"/>
7408 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000013 14"/>
7409 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -15"/>
7410 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -15"/>
7411 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000015 16"/>
7412 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000015 16"/>
7413 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -1 2"/>
7414 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -1 4"/>
7415 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -1 6"/>
7416 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -3 2"/>
7417 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -3 4"/>
7418 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -3 6"/>
7419 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -5 2"/>
7420 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -5 4"/>
7421 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 -5 6"/>
7422 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -1 2"/>
7423 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -1 4"/>
7424 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -1 6"/>
7425 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -3 2"/>
7426 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -3 4"/>
7427 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -3 6"/>
7428 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -5 2"/>
7429 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -5 4"/>
7430 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 -5 6"/>
7431 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -1 2"/>
7432 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -1 4"/>
7433 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -1 6"/>
7434 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -3 2"/>
7435 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -3 4"/>
7436 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -3 6"/>
7437 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -5 2"/>
7438 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -5 4"/>
7439 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 -5 6"/>
7440 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -1 2"/>
7441 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -1 4"/>
7442 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -1 6"/>
7443 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -3 2"/>
7444 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -3 4"/>
7445 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -3 6"/>
7446 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -5 2"/>
7447 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -5 4"/>
7448 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 -5 6"/>
7449 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -1"/>
7450 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -3"/>
7451 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1 -5"/>
7452 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -1"/>
7453 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -3"/>
7454 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3 -5"/>
7455 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -1"/>
7456 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -3"/>
7457 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5 -5"/>
7458 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 2 -2"/>
7459 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 2 -4"/>
7460 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 2 -6"/>
7461 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 4 -2"/>
7462 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 4 -4"/>
7463 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 4 -6"/>
7464 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 6 -2"/>
7465 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 6 -4"/>
7466 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 6 -6"/>
7467 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -1"/>
7468 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -3"/>
7469 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -5"/>
7470 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -1"/>
7471 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -3"/>
7472 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -5"/>
7473 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 2"/>
7474 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 4"/>
7475 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000001 6"/>
7476 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 2"/>
7477 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 4"/>
7478 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000001 6"/>
7479 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -1"/>
7480 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -3"/>
7481 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -5"/>
7482 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -1"/>
7483 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -3"/>
7484 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -5"/>
7485 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 2"/>
7486 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 4"/>
7487 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000003 6"/>
7488 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 2"/>
7489 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 4"/>
7490 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000003 6"/>
7491 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -1"/>
7492 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -3"/>
7493 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -5"/>
7494 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -1"/>
7495 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -3"/>
7496 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -5"/>
7497 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 2"/>
7498 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 4"/>
7499 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000005 6"/>
7500 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 2"/>
7501 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 4"/>
7502 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2000005 6"/>
7503 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -1 2"/>
7504 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -1 4"/>
7505 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -1 6"/>
7506 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -3 2"/>
7507 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -3 4"/>
7508 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -3 6"/>
7509 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -5 2"/>
7510 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -5 4"/>
7511 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 -5 6"/>
7512 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 12"/>
7513 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -11"/>
7514 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 11"/>
7515 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 14"/>
7516 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -13"/>
7517 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 13"/>
7518 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -13 16"/>
7519 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 14 -15"/>
7520 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -13 15"/>
7521 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 12"/>
7522 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -11"/>
7523 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 11"/>
7524 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 14"/>
7525 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -13"/>
7526 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 13"/>
7527 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -15 16"/>
7528 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 16 -15"/>
7529 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -15 15"/>
7530 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 12"/>
7531 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 12 -11"/>
7532 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 11"/>
7533 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 14"/>
7534 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 12 -13"/>
7535 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 13"/>
7536 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -11 16"/>
7537 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 12 -15"/>
7538 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -11 15"/>
7539 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 12"/>
7540 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -11"/>
7541 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 11"/>
7542 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 14"/>
7543 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -13"/>
7544 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 13"/>
7545 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -15 16"/>
7546 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 16 -15"/>
7547 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -15 15"/>
7548 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 12"/>
7549 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 12 -11"/>
7550 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 11"/>
7551 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 14"/>
7552 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 12 -13"/>
7553 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 13"/>
7554 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -11 16"/>
7555 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 12 -15"/>
7556 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -11 15"/>
7557 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 12"/>
7558 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 14 -11"/>
7559 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 11"/>
7560 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 14"/>
7561 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 14 -13"/>
7562 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 13"/>
7563 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -13 16"/>
7564 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 14 -15"/>
7565 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -13 15"/>
7566 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 2"/>
7567 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 2"/>
7568 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 1"/>
7569 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -1"/>
7570 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 4"/>
7571 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 4"/>
7572 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 3"/>
7573 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -3"/>
7574 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -1 6"/>
7575 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -2 6"/>
7576 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -1 5"/>
7577 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 2 -5"/>
7578 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 2"/>
7579 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 2"/>
7580 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 1"/>
7581 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -1"/>
7582 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 4"/>
7583 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 4"/>
7584 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 3"/>
7585 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -3"/>
7586 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -3 6"/>
7587 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -4 6"/>
7588 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -3 5"/>
7589 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 4 -5"/>
7590 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 2"/>
7591 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 2"/>
7592 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 1"/>
7593 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -1"/>
7594 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 4"/>
7595 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 4"/>
7596 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 3"/>
7597 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -3"/>
7598 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 -5 6"/>
7599 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -6 6"/>
7600 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 -5 5"/>
7601 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 6 -5"/>
7602 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 2"/>
7603 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 2"/>
7604 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 1"/>
7605 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -1"/>
7606 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 4"/>
7607 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 4"/>
7608 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 3"/>
7609 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -3"/>
7610 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -1 6"/>
7611 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -2 6"/>
7612 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -1 5"/>
7613 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 2 -5"/>
7614 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 2"/>
7615 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 2"/>
7616 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 1"/>
7617 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -1"/>
7618 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 4"/>
7619 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 4"/>
7620 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 3"/>
7621 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -3"/>
7622 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -3 6"/>
7623 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -4 6"/>
7624 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -3 5"/>
7625 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 4 -5"/>
7626 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 2"/>
7627 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 2"/>
7628 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 1"/>
7629 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -1"/>
7630 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 4"/>
7631 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 4"/>
7632 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 3"/>
7633 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -3"/>
7634 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 -5 6"/>
7635 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -6 6"/>
7636 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 -5 5"/>
7637 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 6 -5"/>
7638 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 2"/>
7639 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 2"/>
7640 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 1"/>
7641 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -1"/>
7642 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 4"/>
7643 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 4"/>
7644 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 3"/>
7645 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -3"/>
7646 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -1 6"/>
7647 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -2 6"/>
7648 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -1 5"/>
7649 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 2 -5"/>
7650 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 2"/>
7651 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 2"/>
7652 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 1"/>
7653 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -1"/>
7654 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 4"/>
7655 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 4"/>
7656 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 3"/>
7657 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -3"/>
7658 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -3 6"/>
7659 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -4 6"/>
7660 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -3 5"/>
7661 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 4 -5"/>
7662 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 2"/>
7663 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 2"/>
7664 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 1"/>
7665 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -1"/>
7666 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 4"/>
7667 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 4"/>
7668 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 3"/>
7669 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -3"/>
7670 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 -5 6"/>
7671 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -6 6"/>
7672 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 -5 5"/>
7673 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 6 -5"/>
7674 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 2 3"/>
7675 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -1 -3"/>
7676 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 2 5"/>
7677 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -1 -5"/>
7678 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 4 1"/>
7679 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 4 3"/>
7680 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3 -3"/>
7681 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 4 5"/>
7682 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3 -5"/>
7683 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 6 1"/>
7684 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 6 3"/>
7685 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2 6 5"/>
7686 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5 -5"/>
7687 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 4 1"/>
7688 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 4 5"/>
7689 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-3 -3 -5"/>
7690 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 6 1"/>
7691 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 6 3"/>
7692 <channel onMode="1" bRatio="0.0000000" meMode="103" products="4 6 5"/>
7693 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5 -5"/>
7694 <channel onMode="1" bRatio="0.0000000" meMode="103" products="6 6 1"/>
7695 <channel onMode="1" bRatio="0.0000000" meMode="103" products="6 6 3"/>
7696</particle>
7697
7698<particle id="1000039" name="~Gravitino" spinType="0" chargeType="0" colType="0"
7699 m0="1.000e-03">
7700</particle>
7701
7702<particle id="1000045" name="~chi_50" spinType="2" chargeType="0" colType="0"
7703 m0="500.00000" mMin="10.00000" mMax="0.00000">
7704</particle>
7705
7706<particle id="1000512" name="R0(~b dbar)" antiName="R0(~bbar d)" spinType="2" chargeType="0" colType="0"
7707 m0="500.00000" tau0="1e-05">
7708</particle>
7709
7710<particle id="1000522" name="R-(~b ubar)" antiName="R+(~bbar u)" spinType="2" chargeType="-3" colType="0"
7711 m0="500.00000" tau0="1e-05">
7712</particle>
7713
7714<particle id="1000532" name="R0(~b sbar)" antiName="R0(~bbar s)" spinType="2" chargeType="0" colType="0"
7715 m0="500.00000" tau0="1e-05">
7716</particle>
7717
7718<particle id="1000542" name="R-(~b cbar)" antiName="R+(~bbar c)" spinType="2" chargeType="-3" colType="0"
7719 m0="500.00000" tau0="1e-05">
7720</particle>
7721
7722<particle id="1000552" name="R0(~b bbar)" antiName="R0(~bbar b)" spinType="2" chargeType="0" colType="0"
7723 m0="500.00000" tau0="1e-05">
7724</particle>
7725
7726<particle id="1000612" name="R+(~t dbar)" antiName="R-(~tbar d)" spinType="2" chargeType="3" colType="0"
7727 m0="500.00000" tau0="1e-05">
7728</particle>
7729
7730<particle id="1000622" name="R0(~t ubar)" antiName="R0(~tbar u)" spinType="2" chargeType="0" colType="0"
7731 m0="500.00000" tau0="1e-05">
7732</particle>
7733
7734<particle id="1000632" name="R+(~t sbar)" antiName="R-(~tbar s)" spinType="2" chargeType="3" colType="0"
7735 m0="500.00000" tau0="1e-05">
7736</particle>
7737
7738<particle id="1000642" name="R0(~t cbar)" antiName="R0(~tbar c)" spinType="2" chargeType="0" colType="0"
7739 m0="500.00000" tau0="1e-05">
7740</particle>
7741
7742<particle id="1000652" name="R+(~t bbar)" antiName="R-(~tbar b)" spinType="2" chargeType="3" colType="0"
7743 m0="500.00000" tau0="1e-05">
7744</particle>
7745
7746<particle id="1000993" name="R0(~g g)" spinType="3" chargeType="0" colType="0"
7747 m0="500.00000" tau0="1e-05">
7748</particle>
7749
7750<particle id="1005113" name="R-(~b dd1)" antiName="Rbar+(~b dd1)" spinType="3" chargeType="-3" colType="0"
7751 m0="500.00000" tau0="1e-05">
7752</particle>
7753
7754<particle id="1005211" name="R0(~b ud0)" antiName="Rbar0(~b ud0)" spinType="1" chargeType="0" colType="0"
7755 m0="500.00000" tau0="1e-05">
7756</particle>
7757
7758<particle id="1005213" name="R0(~b ud1)" antiName="Rbar0(~b ud1)" spinType="3" chargeType="0" colType="0"
7759 m0="500.00000" tau0="1e-05">
7760</particle>
7761
7762<particle id="1005223" name="R+(~b uu1)" antiName="Rbar-(~b uu1)" spinType="3" chargeType="3" colType="0"
7763 m0="500.00000" tau0="1e-05">
7764</particle>
7765
7766<particle id="1005311" name="R-(~b sd0)" antiName="Rbar+(~b sd0)" spinType="1" chargeType="-3" colType="0"
7767 m0="500.00000" tau0="1e-05">
7768</particle>
7769
7770<particle id="1005313" name="R-(~b sd1)" antiName="Rbar+(~b sd1)" spinType="3" chargeType="-3" colType="0"
7771 m0="500.00000" tau0="1e-05">
7772</particle>
7773
7774<particle id="1005321" name="R0(~b su0)" antiName="Rbar0(~b su0)" spinType="1" chargeType="0" colType="0"
7775 m0="500.00000" tau0="1e-05">
7776</particle>
7777
7778<particle id="1005323" name="R0(~b su1)" antiName="Rbar0(~b su1)" spinType="3" chargeType="0" colType="0"
7779 m0="500.00000" tau0="1e-05">
7780</particle>
7781
7782<particle id="1005333" name="R-(~b ss1)" antiName="Rbar+(~b ss1)" spinType="3" chargeType="-3" colType="0"
7783 m0="500.00000" tau0="1e-05">
7784</particle>
7785
7786<particle id="1006113" name="R0(~t dd1)" antiName="Rbar0(~t dd1)" spinType="3" chargeType="0" colType="0"
7787 m0="500.00000" tau0="1e-05">
7788</particle>
7789
7790<particle id="1006211" name="R+(~t ud0)" antiName="Rbar-(~t ud0)" spinType="1" chargeType="3" colType="0"
7791 m0="500.00000" tau0="1e-05">
7792</particle>
7793
7794<particle id="1006213" name="R+(~t ud1)" antiName="Rbar-(~t ud1)" spinType="3" chargeType="3" colType="0"
7795 m0="500.00000" tau0="1e-05">
7796</particle>
7797
7798<particle id="1006223" name="R++(~t uu1)" antiName="Rbar--(~t uu1)" spinType="3" chargeType="6" colType="0"
7799 m0="500.00000" tau0="1e-05">
7800</particle>
7801
7802<particle id="1006311" name="R-(~t sd0)" antiName="Rbar+(~t sd0)" spinType="1" chargeType="0" colType="0"
7803 m0="500.00000" tau0="1e-05">
7804</particle>
7805
7806<particle id="1006313" name="R-(~t sd1)" antiName="Rbar+(~t sd1)" spinType="3" chargeType="0" colType="0"
7807 m0="500.00000" tau0="1e-05">
7808</particle>
7809
7810<particle id="1006321" name="R0(~t su0)" antiName="Rbar0(~t su0)" spinType="1" chargeType="3" colType="0"
7811 m0="500.00000" tau0="1e-05">
7812</particle>
7813
7814<particle id="1006323" name="R0(~t su1)" antiName="Rbar0(~t su1)" spinType="3" chargeType="3" colType="0"
7815 m0="500.00000" tau0="1e-05">
7816</particle>
7817
7818<particle id="1006333" name="R0(~t ss1)" antiName="Rbar0(~t ss1)" spinType="3" chargeType="0" colType="0"
7819 m0="500.00000" tau0="1e-05">
7820</particle>
7821
7822<particle id="1009002" name="Rtemp(~g q)" antiName="Rtemp(~g qbar)" spinType="2" chargeType="0" colType="1"
7823 m0="500.00000" tau0="1e-05">
7824</particle>
7825
7826<particle id="1009113" name="R0(~g d dbar)" spinType="3" chargeType="0" colType="0"
7827 m0="500.00000" tau0="1e-05">
7828</particle>
7829
7830<particle id="1009213" name="R+(~g u dbar)" antiName="R-(~g d ubar)" spinType="3" chargeType="3" colType="0"
7831 m0="500.00000" tau0="1e-05">
7832</particle>
7833
7834<particle id="1009223" name="R0(~g u ubar)" spinType="3" chargeType="0" colType="0"
7835 m0="500.00000" tau0="1e-05">
7836</particle>
7837
7838<particle id="1009313" name="R0(~g d sbar)" antiName="R0(~g s dbar)" spinType="3" chargeType="0" colType="0"
7839 m0="500.00000" tau0="1e-05">
7840</particle>
7841
7842<particle id="1009323" name="R+(~g u sbar)" antiName="R-(~g s ubar)" spinType="3" chargeType="3" colType="0"
7843 m0="500.00000" tau0="1e-05">
7844</particle>
7845
7846<particle id="1009333" name="R0(~g s sbar)" spinType="3" chargeType="0" colType="0"
7847 m0="500.00000" tau0="1e-05">
7848</particle>
7849
7850<particle id="1009413" name="R+(~g c dbar)" antiName="R-(~g d cbar)" spinType="3" chargeType="3" colType="0"
7851 m0="500.00000" tau0="1e-05">
7852</particle>
7853
7854<particle id="1009423" name="R0(~g c ubar)" antiName="R0(~g u cbar)" spinType="3" chargeType="0" colType="0"
7855 m0="500.00000" tau0="1e-05">
7856</particle>
7857
7858<particle id="1009433" name="R+(~g c sbar)" antiName="R-(~g s cbar)" spinType="3" chargeType="3" colType="0"
7859 m0="500.00000" tau0="1e-05">
7860</particle>
7861
7862<particle id="1009443" name="R0(~g c cbar)" spinType="3" chargeType="0" colType="0"
7863 m0="500.00000" tau0="1e-05">
7864</particle>
7865
7866<particle id="1009513" name="R0(~g d bbar)" antiName="R0(~g b dbar)" spinType="3" chargeType="0" colType="0"
7867 m0="500.00000" tau0="1e-05">
7868</particle>
7869
7870<particle id="1009523" name="R+(~g u bbar)" antiName="R-(~g b ubar)" spinType="3" chargeType="3" colType="0"
7871 m0="500.00000" tau0="1e-05">
7872</particle>
7873
7874<particle id="1009533" name="R0(~g s bbar)" antiName="R0(~g b sbar)" spinType="3" chargeType="0" colType="0"
7875 m0="500.00000" tau0="1e-05">
7876</particle>
7877
7878<particle id="1009543" name="R+(~g c bbar)" antiName="R-(~g b cbar)" spinType="3" chargeType="3" colType="0"
7879 m0="500.00000" tau0="1e-05">
7880</particle>
7881
7882<particle id="1009553" name="R0(~g b bbar)" spinType="3" chargeType="0" colType="0"
7883 m0="500.00000" tau0="1e-05">
7884</particle>
7885
7886<particle id="1091114" name="R-(~g ddd)" antiName="Rbar+(~g ddd)" spinType="4" chargeType="-3" colType="0"
7887 m0="500.00000" tau0="1e-05">
7888</particle>
7889
7890<particle id="1092114" name="R0(~g udd)" antiName="Rbar0(~g udd)" spinType="4" chargeType="0" colType="0"
7891 m0="500.00000" tau0="1e-05">
7892</particle>
7893
7894<particle id="1092214" name="R+(~g uud)" antiName="Rbar-(~g uud)" spinType="4" chargeType="3" colType="0"
7895 m0="500.00000" tau0="1e-05">
7896</particle>
7897
7898<particle id="1092224" name="R++(~g uuu)" antiName="Rbar--(~g uuu)" spinType="4" chargeType="6" colType="0"
7899 m0="500.00000" tau0="1e-05">
7900</particle>
7901
7902<particle id="1093114" name="R-(~g sdd)" antiName="Rbar+(~g sdd)" spinType="4" chargeType="-3" colType="0"
7903 m0="500.00000" tau0="1e-05">
7904</particle>
7905
7906<particle id="1093214" name="R0(~g sud)" antiName="Rbar0(~g sud)" spinType="4" chargeType="0" colType="0"
7907 m0="500.00000" tau0="1e-05">
7908</particle>
7909
7910<particle id="1093224" name="R+(~g suu)" antiName="Rbar-(~g suu)" spinType="4" chargeType="3" colType="0"
7911 m0="500.00000" tau0="1e-05">
7912</particle>
7913
7914<particle id="1093314" name="R-(~g ssd)" antiName="Rbar+(~g ssd)" spinType="4" chargeType="-3" colType="0"
7915 m0="500.00000" tau0="1e-05">
7916</particle>
7917
7918<particle id="1093324" name="R0(~g ssu)" antiName="Rbar0(~g ssu)" spinType="4" chargeType="0" colType="0"
7919 m0="500.00000" tau0="1e-05">
7920</particle>
7921
7922<particle id="1093334" name="R-(~g sss)" antiName="Rbar+(~g sss)" spinType="4" chargeType="-3" colType="0"
7923 m0="500.00000" tau0="1e-05">
7924</particle>
7925
7926<particle id="1094114" name="R0(~g cdd)" antiName="Rbar0(~g cdd)" spinType="4" chargeType="0" colType="0"
7927 m0="500.00000" tau0="1e-05">
7928</particle>
7929
7930<particle id="1094214" name="R+(~g cud)" antiName="Rbar-(~g cud)" spinType="4" chargeType="3" colType="0"
7931 m0="500.00000" tau0="1e-05">
7932</particle>
7933
7934<particle id="1094224" name="R++(~g cuu)" antiName="Rbar--(~g cuu)" spinType="4" chargeType="6" colType="0"
7935 m0="500.00000" tau0="1e-05">
7936</particle>
7937
7938<particle id="1094314" name="R0(~g csd)" antiName="Rbar0(~g csd)" spinType="4" chargeType="0" colType="0"
7939 m0="500.00000" tau0="1e-05">
7940</particle>
7941
7942<particle id="1094324" name="R+(~g csu)" antiName="Rbar-(~g csu)" spinType="4" chargeType="3" colType="0"
7943 m0="500.00000" tau0="1e-05">
7944</particle>
7945
7946<particle id="1094334" name="R0(~g css)" antiName="Rbar0(~g css)" spinType="4" chargeType="0" colType="0"
7947 m0="500.00000" tau0="1e-05">
7948</particle>
7949
7950<particle id="1095114" name="R-(~g bdd)" antiName="Rbar+(~g bdd)" spinType="4" chargeType="-3" colType="0"
7951 m0="500.00000" tau0="1e-05">
7952</particle>
7953
7954<particle id="1095214" name="R0(~g bud)" antiName="Rbar0(~g bud)" spinType="4" chargeType="0" colType="0"
7955 m0="500.00000" tau0="1e-05">
7956</particle>
7957
7958<particle id="1095224" name="R+(~g buu)" antiName="Rbar-(~g buu)" spinType="4" chargeType="3" colType="0"
7959 m0="500.00000" tau0="1e-05">
7960</particle>
7961
7962<particle id="1095314" name="R-(~g bsd)" antiName="Rbar+(~g bsd)" spinType="4" chargeType="-3" colType="0"
7963 m0="500.00000" tau0="1e-05">
7964</particle>
7965
7966<particle id="1095324" name="R0(~g bsu)" antiName="Rbar0(~g bsu)" spinType="4" chargeType="0" colType="0"
7967 m0="500.00000" tau0="1e-05">
7968</particle>
7969
7970<particle id="1095334" name="R-(~g bss)" antiName="Rbar+(~g bss)" spinType="4" chargeType="-3" colType="0"
7971 m0="500.00000" tau0="1e-05">
7972</particle>
7973
7974<particle id="2000001" name="~d_R" antiName="~d_Rbar" spinType="1" chargeType="-1" colType="1"
7975 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
7976 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 1"/>
7977 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 3"/>
7978 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 5"/>
7979 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 2"/>
7980 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 4"/>
7981 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 6"/>
7982 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 2"/>
7983 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 4"/>
7984 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 6"/>
7985 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1"/>
7986 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3"/>
7987 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5"/>
7988 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"/>
7989 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"/>
7990 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"/>
7991 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"/>
7992 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"/>
7993 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"/>
7994 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1"/>
7995 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3"/>
7996 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5"/>
7997 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"/>
7998 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"/>
7999 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"/>
8000 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"/>
8001 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"/>
8002 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"/>
8003 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 23"/>
8004 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 23"/>
8005 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 23"/>
8006 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 23"/>
8007 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 23"/>
8008 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 25"/>
8009 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 25"/>
8010 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 25"/>
8011 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 25"/>
8012 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 25"/>
8013 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 35"/>
8014 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 35"/>
8015 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 35"/>
8016 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 35"/>
8017 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 35"/>
8018 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 36"/>
8019 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 36"/>
8020 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 36"/>
8021 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 36"/>
8022 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 36"/>
8023 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -24"/>
8024 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -24"/>
8025 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -24"/>
8026 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -24"/>
8027 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -24"/>
8028 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -24"/>
8029 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -37"/>
8030 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -37"/>
8031 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -37"/>
8032 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -37"/>
8033 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -37"/>
8034 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -37"/>
8035 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1"/>
8036 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"/>
8037 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5"/>
8038 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"/>
8039 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"/>
8040 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"/>
8041 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"/>
8042 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"/>
8043 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"/>
8044 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"/>
8045 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"/>
8046 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"/>
8047 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1"/>
8048 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2"/>
8049 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3"/>
8050 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4"/>
8051 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5"/>
8052 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6"/>
8053 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1"/>
8054 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2"/>
8055 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3"/>
8056 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4"/>
8057 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5"/>
8058 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6"/>
8059 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1"/>
8060 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2"/>
8061 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3"/>
8062 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4"/>
8063 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5"/>
8064 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6"/>
8065 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3"/>
8066 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -5"/>
8067 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3"/>
8068 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -5"/>
8069 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3"/>
8070 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -5"/>
8071</particle>
8072
8073<particle id="2000002" name="~u_R" antiName="~u_Rbar" spinType="1" chargeType="2" colType="1"
8074 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
8075 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 2"/>
8076 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 4"/>
8077 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 6"/>
8078 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1"/>
8079 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3"/>
8080 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5"/>
8081 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1"/>
8082 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3"/>
8083 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5"/>
8084 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2"/>
8085 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4"/>
8086 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6"/>
8087 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2"/>
8088 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4"/>
8089 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6"/>
8090 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2"/>
8091 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4"/>
8092 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6"/>
8093 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2"/>
8094 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4"/>
8095 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6"/>
8096 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 23"/>
8097 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 23"/>
8098 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 23"/>
8099 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 23"/>
8100 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 23"/>
8101 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 25"/>
8102 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 25"/>
8103 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 25"/>
8104 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 25"/>
8105 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 25"/>
8106 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 35"/>
8107 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 35"/>
8108 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 35"/>
8109 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 35"/>
8110 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 35"/>
8111 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 36"/>
8112 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 36"/>
8113 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 36"/>
8114 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 36"/>
8115 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 36"/>
8116 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -24"/>
8117 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -24"/>
8118 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -24"/>
8119 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -24"/>
8120 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -24"/>
8121 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -24"/>
8122 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -37"/>
8123 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -37"/>
8124 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -37"/>
8125 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -37"/>
8126 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -37"/>
8127 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -37"/>
8128 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"/>
8129 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4"/>
8130 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6"/>
8131 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"/>
8132 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"/>
8133 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"/>
8134 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"/>
8135 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"/>
8136 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"/>
8137 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"/>
8138 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"/>
8139 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"/>
8140 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"/>
8141 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"/>
8142 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"/>
8143</particle>
8144
8145<particle id="2000003" name="~s_R" antiName="~s_Rbar" spinType="1" chargeType="-1" colType="1"
8146 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
8147 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 1"/>
8148 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 3"/>
8149 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 5"/>
8150 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 2"/>
8151 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 2"/>
8152 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 4"/>
8153 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 4"/>
8154 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 6"/>
8155 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 6"/>
8156 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1"/>
8157 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3"/>
8158 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5"/>
8159 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"/>
8160 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"/>
8161 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"/>
8162 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"/>
8163 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"/>
8164 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"/>
8165 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1"/>
8166 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3"/>
8167 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5"/>
8168 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"/>
8169 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"/>
8170 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"/>
8171 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"/>
8172 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"/>
8173 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"/>
8174 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 23"/>
8175 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 23"/>
8176 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 23"/>
8177 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 23"/>
8178 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 23"/>
8179 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 25"/>
8180 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 25"/>
8181 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 25"/>
8182 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 25"/>
8183 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 25"/>
8184 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 35"/>
8185 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 35"/>
8186 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 35"/>
8187 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 35"/>
8188 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 35"/>
8189 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 36"/>
8190 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 36"/>
8191 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 36"/>
8192 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 36"/>
8193 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 36"/>
8194 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -24"/>
8195 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -24"/>
8196 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -24"/>
8197 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -24"/>
8198 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -24"/>
8199 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -24"/>
8200 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -37"/>
8201 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -37"/>
8202 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -37"/>
8203 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -37"/>
8204 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -37"/>
8205 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -37"/>
8206 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1"/>
8207 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"/>
8208 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5"/>
8209 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"/>
8210 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"/>
8211 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"/>
8212 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"/>
8213 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"/>
8214 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"/>
8215 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"/>
8216 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"/>
8217 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"/>
8218 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1"/>
8219 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2"/>
8220 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3"/>
8221 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4"/>
8222 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5"/>
8223 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6"/>
8224 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1"/>
8225 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2"/>
8226 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3"/>
8227 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4"/>
8228 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5"/>
8229 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6"/>
8230 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1"/>
8231 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2"/>
8232 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3"/>
8233 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4"/>
8234 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5"/>
8235 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6"/>
8236 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1"/>
8237 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -5"/>
8238 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1"/>
8239 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -5"/>
8240 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1"/>
8241 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -5"/>
8242</particle>
8243
8244<particle id="2000004" name="~c_R" antiName="~c_Rbar" spinType="1" chargeType="2" colType="1"
8245 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
8246 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 2"/>
8247 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 4"/>
8248 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 6"/>
8249 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1"/>
8250 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3"/>
8251 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5"/>
8252 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1"/>
8253 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3"/>
8254 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5"/>
8255 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2"/>
8256 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4"/>
8257 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6"/>
8258 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2"/>
8259 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4"/>
8260 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6"/>
8261 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2"/>
8262 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4"/>
8263 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6"/>
8264 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2"/>
8265 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4"/>
8266 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6"/>
8267 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 23"/>
8268 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 23"/>
8269 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 23"/>
8270 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 23"/>
8271 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 23"/>
8272 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 25"/>
8273 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 25"/>
8274 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 25"/>
8275 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 25"/>
8276 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 25"/>
8277 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 35"/>
8278 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 35"/>
8279 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 35"/>
8280 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 35"/>
8281 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 35"/>
8282 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 36"/>
8283 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 36"/>
8284 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 36"/>
8285 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 36"/>
8286 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 36"/>
8287 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -24"/>
8288 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -24"/>
8289 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -24"/>
8290 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -24"/>
8291 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -24"/>
8292 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -24"/>
8293 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -37"/>
8294 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -37"/>
8295 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -37"/>
8296 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -37"/>
8297 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -37"/>
8298 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -37"/>
8299 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"/>
8300 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4"/>
8301 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6"/>
8302 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"/>
8303 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"/>
8304 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"/>
8305 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"/>
8306 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"/>
8307 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"/>
8308 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"/>
8309 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"/>
8310 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"/>
8311 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"/>
8312 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"/>
8313 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"/>
8314</particle>
8315
8316<particle id="2000005" name="~b_2" antiName="~b_2bar" spinType="1" chargeType="-1" colType="1"
8317 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
8318 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 1"/>
8319 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 3"/>
8320 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 5"/>
8321 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 2"/>
8322 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 2"/>
8323 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 4"/>
8324 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 4"/>
8325 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 6"/>
8326 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 6"/>
8327 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 1"/>
8328 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 3"/>
8329 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 5"/>
8330 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"/>
8331 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"/>
8332 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"/>
8333 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"/>
8334 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"/>
8335 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"/>
8336 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 1"/>
8337 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 3"/>
8338 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 5"/>
8339 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 1"/>
8340 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 3"/>
8341 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 5"/>
8342 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 1"/>
8343 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 3"/>
8344 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 5"/>
8345 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 23"/>
8346 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 23"/>
8347 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 23"/>
8348 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 23"/>
8349 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 23"/>
8350 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 25"/>
8351 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 25"/>
8352 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 25"/>
8353 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 25"/>
8354 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 25"/>
8355 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 35"/>
8356 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 35"/>
8357 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 35"/>
8358 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 35"/>
8359 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 35"/>
8360 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 36"/>
8361 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 36"/>
8362 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 36"/>
8363 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 36"/>
8364 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 36"/>
8365 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -24"/>
8366 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -24"/>
8367 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -24"/>
8368 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -24"/>
8369 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -24"/>
8370 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -24"/>
8371 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 -37"/>
8372 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 -37"/>
8373 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 -37"/>
8374 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 -37"/>
8375 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 -37"/>
8376 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000006 -37"/>
8377 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 1"/>
8378 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"/>
8379 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 5"/>
8380 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 1"/>
8381 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 3"/>
8382 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 5"/>
8383 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 1"/>
8384 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 3"/>
8385 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 5"/>
8386 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 1"/>
8387 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 3"/>
8388 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 5"/>
8389 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 1"/>
8390 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 2"/>
8391 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 3"/>
8392 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 4"/>
8393 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 5"/>
8394 <channel onMode="1" bRatio="0.0000000" meMode="103" products="11 6"/>
8395 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 1"/>
8396 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 2"/>
8397 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 3"/>
8398 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 4"/>
8399 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 5"/>
8400 <channel onMode="1" bRatio="0.0000000" meMode="103" products="13 6"/>
8401 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 1"/>
8402 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 2"/>
8403 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 3"/>
8404 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 4"/>
8405 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 5"/>
8406 <channel onMode="1" bRatio="0.0000000" meMode="103" products="15 6"/>
8407 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -1"/>
8408 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 -3"/>
8409 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -1"/>
8410 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 -3"/>
8411 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -1"/>
8412 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 -3"/>
8413</particle>
8414
8415<particle id="2000006" name="~t_2" antiName="~t_2bar" spinType="1" chargeType="2" colType="1"
8416 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
8417 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 2"/>
8418 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 4"/>
8419 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000039 6"/>
8420 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 1"/>
8421 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 3"/>
8422 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000024 5"/>
8423 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 1"/>
8424 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 3"/>
8425 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000037 5"/>
8426 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 2"/>
8427 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 4"/>
8428 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 6"/>
8429 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 2"/>
8430 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 4"/>
8431 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 6"/>
8432 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 2"/>
8433 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 4"/>
8434 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 6"/>
8435 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 2"/>
8436 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 4"/>
8437 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 6"/>
8438 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 23"/>
8439 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 23"/>
8440 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 23"/>
8441 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 23"/>
8442 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 23"/>
8443 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 25"/>
8444 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 25"/>
8445 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 25"/>
8446 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 25"/>
8447 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 25"/>
8448 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 35"/>
8449 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 35"/>
8450 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 35"/>
8451 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 35"/>
8452 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 35"/>
8453 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000002 36"/>
8454 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000004 36"/>
8455 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000006 36"/>
8456 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000002 36"/>
8457 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000004 36"/>
8458 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -24"/>
8459 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -24"/>
8460 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -24"/>
8461 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -24"/>
8462 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -24"/>
8463 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -24"/>
8464 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000001 -37"/>
8465 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000003 -37"/>
8466 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000005 -37"/>
8467 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000001 -37"/>
8468 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000003 -37"/>
8469 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000005 -37"/>
8470 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 2"/>
8471 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 4"/>
8472 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000021 6"/>
8473 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 1"/>
8474 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 3"/>
8475 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-11 5"/>
8476 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 1"/>
8477 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 3"/>
8478 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-13 5"/>
8479 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 1"/>
8480 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 3"/>
8481 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-15 5"/>
8482 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -3"/>
8483 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1 -5"/>
8484 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-3 -5"/>
8485</particle>
8486
8487<particle id="2000011" name="~e_R-" antiName="~e_R+" spinType="1" chargeType="-3" colType="0"
8488 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
8489 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 11"/>
8490 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 12"/>
8491 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 12"/>
8492 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 11"/>
8493 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 11"/>
8494 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 11"/>
8495 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 11"/>
8496 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000011 23"/>
8497 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000011 25"/>
8498 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000011 35"/>
8499 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000011 36"/>
8500 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -24"/>
8501 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -24"/>
8502 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000012 -37"/>
8503 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000012 -37"/>
8504 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 13"/>
8505 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 15"/>
8506 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 11"/>
8507 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 15"/>
8508 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 11"/>
8509 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 13"/>
8510 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 11"/>
8511 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 13"/>
8512 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 15"/>
8513 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 11"/>
8514 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 13"/>
8515 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 15"/>
8516 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"/>
8517 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"/>
8518 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"/>
8519 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"/>
8520 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"/>
8521 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"/>
8522 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"/>
8523 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"/>
8524 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"/>
8525</particle>
8526
8527<particle id="2000012" name="~nu_eR" antiName="~nu_eRbar" spinType="1" chargeType="0" colType="0"
8528 m0="500.00000">
8529</particle>
8530
8531<particle id="2000013" name="~mu_R-" antiName="~mu_R+" spinType="1" chargeType="-3" colType="0"
8532 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
8533 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 13"/>
8534 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 14"/>
8535 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 14"/>
8536 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 13"/>
8537 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 13"/>
8538 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 13"/>
8539 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 13"/>
8540 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000013 23"/>
8541 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000013 25"/>
8542 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000013 35"/>
8543 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000013 36"/>
8544 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -24"/>
8545 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -24"/>
8546 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000014 -37"/>
8547 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000014 -37"/>
8548 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 13"/>
8549 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 15"/>
8550 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 11"/>
8551 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 15"/>
8552 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 11"/>
8553 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 13"/>
8554 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 11"/>
8555 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 13"/>
8556 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 15"/>
8557 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 11"/>
8558 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 13"/>
8559 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-16 15"/>
8560 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"/>
8561 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"/>
8562 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"/>
8563 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"/>
8564 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"/>
8565 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"/>
8566 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"/>
8567 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"/>
8568 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"/>
8569</particle>
8570
8571<particle id="2000014" name="~nu_muR" antiName="~nu_muRbar" spinType="1" chargeType="0" colType="0"
8572 m0="500.00000">
8573</particle>
8574
8575<particle id="2000015" name="~tau_2-" antiName="~tau_2+" spinType="1" chargeType="-3" colType="0"
8576 m0="500.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
8577 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1000039 15"/>
8578 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000024 16"/>
8579 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-1000037 16"/>
8580 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000022 15"/>
8581 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000023 15"/>
8582 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000025 15"/>
8583 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000035 15"/>
8584 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000015 23"/>
8585 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000015 25"/>
8586 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000015 35"/>
8587 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000015 36"/>
8588 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -24"/>
8589 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -24"/>
8590 <channel onMode="1" bRatio="0.0000000" meMode="103" products="1000016 -37"/>
8591 <channel onMode="1" bRatio="0.0000000" meMode="103" products="2000016 -37"/>
8592 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 13"/>
8593 <channel onMode="1" bRatio="0.0000000" meMode="103" products="12 15"/>
8594 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 11"/>
8595 <channel onMode="1" bRatio="0.0000000" meMode="103" products="14 15"/>
8596 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 11"/>
8597 <channel onMode="1" bRatio="0.0000000" meMode="103" products="16 13"/>
8598 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 11"/>
8599 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 13"/>
8600 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-12 15"/>
8601 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 11"/>
8602 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 13"/>
8603 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-14 15"/>
8604 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 1"/>
8605 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 3"/>
8606 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-2 5"/>
8607 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 1"/>
8608 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 3"/>
8609 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-4 5"/>
8610 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 1"/>
8611 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 3"/>
8612 <channel onMode="1" bRatio="0.0000000" meMode="103" products="-6 5"/>
8613</particle>
8614
8615<particle id="2000016" name="~nu_tauR" antiName="~nu_tauRbar" spinType="1" chargeType="0" colType="0"
8616 m0="500.00000">
8617</particle>
8618
8619<particle id="3000111" name="pi_tc0" spinType="1" chargeType="0" colType="0"
8620 m0="110.00000" mWidth="0.02911" mMin="50.00000" mMax="0.00000">
8621 <channel onMode="1" bRatio="0.0174310" products="3 -3"/>
8622 <channel onMode="1" bRatio="0.0540480" products="4 -4"/>
8623 <channel onMode="1" bRatio="0.8576940" products="5 -5"/>
8624 <channel onMode="1" bRatio="0.0000000" products="6 -6"/>
8625 <channel onMode="1" bRatio="0.0000000" products="11 -11"/>
8626 <channel onMode="1" bRatio="0.0002500" products="13 -13"/>
8627 <channel onMode="1" bRatio="0.0705780" products="15 -15"/>
8628 <channel onMode="1" bRatio="0.0000000" products="21 21"/>
8629</particle>
8630
8631<particle id="3000113" name="rho_tc0" spinType="3" chargeType="0" colType="0"
8632 m0="210.00000" mWidth="0.86860" mMin="50.00000" mMax="0.00000">
8633 <channel onMode="1" bRatio="0.1440510" products="24 -24"/>
8634 <channel onMode="1" bRatio="0.3519020" products="24 -3000211"/>
8635 <channel onMode="1" bRatio="0.3519020" products="3000211 -24"/>
8636 <channel onMode="1" bRatio="0.0000000" products="3000211 -3000211"/>
8637 <channel onMode="1" bRatio="0.0821070" products="22 3000111"/>
8638 <channel onMode="1" bRatio="0.0295660" products="22 3000221"/>
8639 <channel onMode="1" bRatio="0.0015110" products="23 3000111"/>
8640 <channel onMode="1" bRatio="0.0007260" products="23 3000221"/>
8641 <channel onMode="1" bRatio="0.0045180" products="1 -1"/>
8642 <channel onMode="1" bRatio="0.0065220" products="2 -2"/>
8643 <channel onMode="1" bRatio="0.0045180" products="3 -3"/>
8644 <channel onMode="1" bRatio="0.0065220" products="4 -4"/>
8645 <channel onMode="1" bRatio="0.0045130" products="5 -5"/>
8646 <channel onMode="1" bRatio="0.0000000" products="6 -6"/>
8647 <channel onMode="1" bRatio="0.0029080" products="11 -11"/>
8648 <channel onMode="1" bRatio="0.0009730" products="12 -12"/>
8649 <channel onMode="1" bRatio="0.0029080" products="13 -13"/>
8650 <channel onMode="1" bRatio="0.0009730" products="14 -14"/>
8651 <channel onMode="1" bRatio="0.0029080" products="15 -15"/>
8652 <channel onMode="1" bRatio="0.0009730" products="16 -16"/>
8653</particle>
8654
8655<particle id="3000211" name="pi_tc+" antiName="pi_tc-" spinType="1" chargeType="3" colType="0"
8656 m0="110.00000" mWidth="0.01741" mMin="50.00000" mMax="0.00000">
8657 <channel onMode="1" bRatio="0.0227480" products="4 -1"/>
8658 <channel onMode="1" bRatio="0.0265760" products="4 -3"/>
8659 <channel onMode="1" bRatio="0.3594860" products="2 -5"/>
8660 <channel onMode="1" bRatio="0.5615810" products="4 -5"/>
8661 <channel onMode="1" bRatio="0.0000000" products="24 5 -5"/>
8662 <channel onMode="1" bRatio="0.0000000" products="-11 12"/>
8663 <channel onMode="1" bRatio="0.0001040" products="-13 14"/>
8664 <channel onMode="1" bRatio="0.0295040" products="-15 16"/>
8665</particle>
8666
8667<particle id="3000213" name="rho_tc+" antiName="rho_tc-" spinType="3" chargeType="3" colType="0"
8668 m0="210.00000" mWidth="0.62395" mMin="50.00000" mMax="0.00000">
8669 <channel onMode="1" bRatio="0.1439820" products="24 23"/>
8670 <channel onMode="1" bRatio="0.4898880" products="24 3000111"/>
8671 <channel onMode="1" bRatio="0.1951000" products="3000211 23"/>
8672 <channel onMode="1" bRatio="0.0000000" products="3000211 3000111"/>
8673 <channel onMode="1" bRatio="0.1143020" products="3000211 22"/>
8674 <channel onMode="1" bRatio="0.0084260" products="24 3000221"/>
8675 <channel onMode="1" bRatio="0.0148680" products="-1 2"/>
8676 <channel onMode="1" bRatio="0.0007630" products="-1 4"/>
8677 <channel onMode="1" bRatio="0.0000000" products="-1 6"/>
8678 <channel onMode="1" bRatio="0.0007630" products="-3 2"/>
8679 <channel onMode="1" bRatio="0.0148400" products="-3 4"/>
8680 <channel onMode="1" bRatio="0.0000030" products="-3 6"/>
8681 <channel onMode="1" bRatio="0.0000000" products="-5 2"/>
8682 <channel onMode="1" bRatio="0.0000270" products="-5 4"/>
8683 <channel onMode="1" bRatio="0.0019450" products="-5 6"/>
8684 <channel onMode="1" bRatio="0.0050300" products="-11 12"/>
8685 <channel onMode="1" bRatio="0.0050300" products="-13 14"/>
8686 <channel onMode="1" bRatio="0.0050300" products="-15 16"/>
8687</particle>
8688
8689<particle id="3000221" name="pi'_tc0" spinType="1" chargeType="0" colType="0"
8690 m0="110.00000" mWidth="0.04536" mMin="50.00000" mMax="0.00000">
8691 <channel onMode="1" bRatio="0.0111850" products="3 -3"/>
8692 <channel onMode="1" bRatio="0.0346810" products="4 -4"/>
8693 <channel onMode="1" bRatio="0.5503540" products="5 -5"/>
8694 <channel onMode="1" bRatio="0.0000000" products="6 -6"/>
8695 <channel onMode="1" bRatio="0.0000000" products="11 -11"/>
8696 <channel onMode="1" bRatio="0.0001600" products="13 -13"/>
8697 <channel onMode="1" bRatio="0.0452870" products="15 -15"/>
8698 <channel onMode="1" bRatio="0.3583330" products="21 21"/>
8699</particle>
8700
8701<particle id="3000223" name="omega_tc" spinType="3" chargeType="0" colType="0"
8702 m0="210.00000" mWidth="0.19192" mMin="50.00000" mMax="0.00000">
8703 <channel onMode="1" bRatio="0.1337760" products="22 3000111"/>
8704 <channel onMode="1" bRatio="0.0032840" products="23 3000111"/>
8705 <channel onMode="1" bRatio="0.3716900" products="22 3000221"/>
8706 <channel onMode="1" bRatio="0.0068380" products="23 3000221"/>
8707 <channel onMode="1" bRatio="0.0309540" products="24 -3000211"/>
8708 <channel onMode="1" bRatio="0.0309540" products="3000211 -24"/>
8709 <channel onMode="1" bRatio="0.0016300" products="24 -24"/>
8710 <channel onMode="1" bRatio="0.0000000" products="3000211 -3000211"/>
8711 <channel onMode="1" bRatio="0.0472240" products="1 -1"/>
8712 <channel onMode="1" bRatio="0.0737370" products="2 -2"/>
8713 <channel onMode="1" bRatio="0.0472240" products="3 -3"/>
8714 <channel onMode="1" bRatio="0.0737320" products="4 -4"/>
8715 <channel onMode="1" bRatio="0.0471790" products="5 -5"/>
8716 <channel onMode="1" bRatio="0.0000000" products="6 -6"/>
8717 <channel onMode="1" bRatio="0.0347610" products="11 -11"/>
8718 <channel onMode="1" bRatio="0.0091660" products="12 -12"/>
8719 <channel onMode="1" bRatio="0.0347610" products="13 -13"/>
8720 <channel onMode="1" bRatio="0.0091660" products="14 -14"/>
8721 <channel onMode="1" bRatio="0.0347590" products="15 -15"/>
8722 <channel onMode="1" bRatio="0.0091660" products="16 -16"/>
8723</particle>
8724
8725<particle id="3000331" name="eta_tc0" spinType="1" chargeType="0" colType="2"
8726 m0="350.00000" mWidth="0.09511" mMin="50.00000" mMax="0.00000">
8727 <channel onMode="1" bRatio="0.4457810" products="5 -5"/>
8728 <channel onMode="1" bRatio="0.0000000" products="6 -6"/>
8729 <channel onMode="1" bRatio="0.5542190" products="21 21"/>
8730</particle>
8731
8732<particle id="3100021" name="V8_tc" spinType="1" chargeType="0" colType="2"
8733 m0="500.00000" mWidth="123.27638" mMin="50.00000" mMax="0.00000">
8734 <channel onMode="1" bRatio="0.0090690" products="1 -1"/>
8735 <channel onMode="1" bRatio="0.0090690" products="2 -2"/>
8736 <channel onMode="1" bRatio="0.0090690" products="3 -3"/>
8737 <channel onMode="1" bRatio="0.0090690" products="4 -4"/>
8738 <channel onMode="1" bRatio="0.5101470" products="5 -5"/>
8739 <channel onMode="1" bRatio="0.4535760" products="6 -6"/>
8740</particle>
8741
8742<particle id="3100111" name="pi_22_1_tc" spinType="1" chargeType="0" colType="0"
8743 m0="125.00000" mWidth="0.02296" mMin="50.00000" mMax="0.00000">
8744 <channel onMode="1" bRatio="0.0000000" products="1 -1"/>
8745 <channel onMode="1" bRatio="0.0000000" products="2 -2"/>
8746 <channel onMode="1" bRatio="0.0000000" products="3 -3"/>
8747 <channel onMode="1" bRatio="0.0000000" products="4 -4"/>
8748 <channel onMode="1" bRatio="0.0000000" products="5 -5"/>
8749 <channel onMode="1" bRatio="0.0000000" products="6 -6"/>
8750 <channel onMode="1" bRatio="1.0000000" products="21 21"/>
8751</particle>
8752
8753<particle id="3100113" name="rho_11_tc" spinType="3" chargeType="0" colType="2"
8754 m0="400.00000" mWidth="23.26819" mMin="50.00000" mMax="0.00000">
8755 <channel onMode="1" bRatio="0.0011280" products="1 -1"/>
8756 <channel onMode="1" bRatio="0.0011280" products="2 -2"/>
8757 <channel onMode="1" bRatio="0.0011280" products="3 -3"/>
8758 <channel onMode="1" bRatio="0.0011280" products="4 -4"/>
8759 <channel onMode="1" bRatio="0.5710470" products="5 -5"/>
8760 <channel onMode="1" bRatio="0.3822880" products="6 -6"/>
8761 <channel onMode="1" bRatio="0.0421530" products="21 21"/>
8762</particle>
8763
8764<particle id="3200111" name="pi_22_8_tc" spinType="1" chargeType="0" colType="2"
8765 m0="250.00000" mWidth="0.18886" mMin="50.00000" mMax="0.00000">
8766 <channel onMode="1" bRatio="0.0000000" products="1 -1"/>
8767 <channel onMode="1" bRatio="0.0000000" products="2 -2"/>
8768 <channel onMode="1" bRatio="0.0000000" products="3 -3"/>
8769 <channel onMode="1" bRatio="0.0000000" products="4 -4"/>
8770 <channel onMode="1" bRatio="0.0000000" products="5 -5"/>
8771 <channel onMode="1" bRatio="0.0000000" products="6 -6"/>
8772 <channel onMode="1" bRatio="1.0000000" products="21 21"/>
8773</particle>
8774
8775<particle id="3200113" name="rho_12_tc" spinType="3" chargeType="0" colType="2"
8776 m0="350.00000" mWidth="2.86306" mMin="50.00000" mMax="0.00000">
8777 <channel onMode="1" bRatio="0.0165970" products="1 -1"/>
8778 <channel onMode="1" bRatio="0.0165970" products="2 -2"/>
8779 <channel onMode="1" bRatio="0.0165970" products="3 -3"/>
8780 <channel onMode="1" bRatio="0.0165970" products="4 -4"/>
8781 <channel onMode="1" bRatio="0.9336100" products="5 -5"/>
8782 <channel onMode="1" bRatio="0.0000000" products="6 -6"/>
8783</particle>
8784
8785<particle id="3300113" name="rho_21_tc" spinType="3" chargeType="0" colType="2"
8786 m0="350.00000">
8787 <channel onMode="1" bRatio="0.0165970" products="1 -1"/>
8788 <channel onMode="1" bRatio="0.0165970" products="2 -2"/>
8789 <channel onMode="1" bRatio="0.0165970" products="3 -3"/>
8790 <channel onMode="1" bRatio="0.0165970" products="4 -4"/>
8791 <channel onMode="1" bRatio="0.9336100" products="5 -5"/>
8792 <channel onMode="1" bRatio="0.0000000" products="6 -6"/>
8793</particle>
8794
8795<particle id="3400113" name="rho_22_tc" spinType="3" chargeType="0" colType="2"
8796 m0="300.00000" mWidth="3.45903" mMin="50.00000" mMax="0.00000">
8797 <channel onMode="1" bRatio="0.0551500" products="1 -1"/>
8798 <channel onMode="1" bRatio="0.0551500" products="2 -2"/>
8799 <channel onMode="1" bRatio="0.0551500" products="3 -3"/>
8800 <channel onMode="1" bRatio="0.0551500" products="4 -4"/>
8801 <channel onMode="1" bRatio="0.3446900" products="5 -5"/>
8802 <channel onMode="1" bRatio="0.0000000" products="6 -6"/>
8803 <channel onMode="1" bRatio="0.2289980" products="21 21"/>
8804 <channel onMode="1" bRatio="0.1642080" products="3100111 21"/>
8805 <channel onMode="1" bRatio="0.0415030" products="3200111 21"/>
8806</particle>
8807
8808<particle id="4000001" name="d*" antiName="d*bar" spinType="2" chargeType="-1" colType="1"
8809 m0="400.00000" mWidth="2.59359" mMin="50.00000" mMax="0.00000">
8810 <channel onMode="1" bRatio="0.8509730" products="21 1"/>
8811 <channel onMode="1" bRatio="0.0054110" products="22 1"/>
8812 <channel onMode="1" bRatio="0.0450250" products="23 1"/>
8813 <channel onMode="1" bRatio="0.0985910" products="-24 2"/>
8814</particle>
8815
8816<particle id="4000002" name="u*" antiName="u*bar" spinType="2" chargeType="2" colType="1"
8817 m0="400.00000" mWidth="2.59687" mMin="50.00000" mMax="0.00000">
8818 <channel onMode="1" bRatio="0.8498980" products="21 2"/>
8819 <channel onMode="1" bRatio="0.0216170" products="22 2"/>
8820 <channel onMode="1" bRatio="0.0300180" products="23 2"/>
8821 <channel onMode="1" bRatio="0.0984660" products="24 1"/>
8822</particle>
8823
8824<particle id="4000003" name="s*" antiName="s*bar" spinType="2" chargeType="-1" colType="1"
8825 m0="400.00000" mWidth="2.59359" mMin="50.00000" mMax="0.00000">
8826 <channel onMode="1" bRatio="0.8509730" products="21 3"/>
8827 <channel onMode="1" bRatio="0.0054110" products="22 3"/>
8828 <channel onMode="1" bRatio="0.0450250" products="23 3"/>
8829 <channel onMode="1" bRatio="0.0985910" products="-24 4"/>
8830</particle>
8831
8832<particle id="4000004" name="c*" antiName="c*bar" spinType="2" chargeType="2" colType="1"
8833 m0="400.00000" mWidth="2.59687" mMin="50.00000" mMax="0.00000">
8834 <channel onMode="1" bRatio="0.8498980" products="21 4"/>
8835 <channel onMode="1" bRatio="0.0216170" products="22 4"/>
8836 <channel onMode="1" bRatio="0.0300180" products="23 4"/>
8837 <channel onMode="1" bRatio="0.0984660" products="24 3"/>
8838</particle>
8839
8840<particle id="4000005" name="b*" antiName="b*bar" spinType="2" chargeType="-1" colType="1"
8841 m0="400.00000" mWidth="2.59359" mMin="50.00000" mMax="0.00000">
8842 <channel onMode="1" bRatio="0.8509730" products="21 5"/>
8843 <channel onMode="1" bRatio="0.0054110" products="22 5"/>
8844 <channel onMode="1" bRatio="0.0450250" products="23 5"/>
8845 <channel onMode="1" bRatio="0.0985910" products="-24 6"/>
8846</particle>
8847
8848<particle id="4000006" name="t*" antiName="t*bar" spinType="2" chargeType="2" colType="1"
8849 m0="400.00000" mWidth="2.59687" mMin="50.00000" mMax="0.00000">
8850 <channel onMode="1" bRatio="0.8498980" products="21 6"/>
8851 <channel onMode="1" bRatio="0.0216170" products="22 6"/>
8852 <channel onMode="1" bRatio="0.0300180" products="23 6"/>
8853 <channel onMode="1" bRatio="0.0984660" products="24 5"/>
8854</particle>
8855
8856<particle id="4000011" name="e*-" antiName="e*bar+" spinType="2" chargeType="-3" colType="0"
8857 m0="400.00000" mWidth="0.42896" mMin="50.00000" mMax="0.00000">
8858 <channel onMode="1" bRatio="0.2944480" products="22 11"/>
8859 <channel onMode="1" bRatio="0.1094500" products="23 11"/>
8860 <channel onMode="1" bRatio="0.5961020" products="-24 12"/>
8861</particle>
8862
8863<particle id="4000012" name="nu*_e0" antiName="nu*_ebar0" spinType="2" chargeType="0" colType="0"
8864 m0="400.00000" mWidth="0.41912" mMin="50.00000" mMax="0.00000">
8865 <channel onMode="1" bRatio="0.3899060" products="23 12"/>
8866 <channel onMode="1" bRatio="0.6100940" products="24 11"/>
8867</particle>
8868
8869<particle id="4000013" name="mu*-" antiName="mu*bar+" spinType="2" chargeType="-3" colType="0"
8870 m0="400.00000" mWidth="0.42896" mMin="50.00000" mMax="0.00000">
8871 <channel onMode="1" bRatio="0.2944480" products="22 13"/>
8872 <channel onMode="1" bRatio="0.1094500" products="23 13"/>
8873 <channel onMode="1" bRatio="0.5961020" products="-24 14"/>
8874</particle>
8875
8876<particle id="4000014" name="nu*_mu0" antiName="nu*_mubar0" spinType="2" chargeType="0" colType="0"
8877 m0="400.00000" mWidth="0.41912" mMin="50.00000" mMax="0.00000">
8878 <channel onMode="1" bRatio="0.3899060" products="23 14"/>
8879 <channel onMode="1" bRatio="0.6100940" products="24 13"/>
8880</particle>
8881
8882<particle id="4000015" name="tau*-" antiName="tau*bar+" spinType="2" chargeType="-3" colType="0"
8883 m0="400.00000" mWidth="0.42896" mMin="50.00000" mMax="0.00000">
8884 <channel onMode="1" bRatio="0.2944480" products="22 15"/>
8885 <channel onMode="1" bRatio="0.1094500" products="23 15"/>
8886 <channel onMode="1" bRatio="0.5961020" products="-24 16"/>
8887</particle>
8888
8889<particle id="4000016" name="nu*_tau0" antiName="nu*_taubar0" spinType="2" chargeType="0" colType="0"
8890 m0="400.00000" mWidth="0.41912" mMin="50.00000" mMax="0.00000">
8891 <channel onMode="1" bRatio="0.3899060" products="23 16"/>
8892 <channel onMode="1" bRatio="0.6100940" products="24 15"/>
8893</particle>
8894
8895<particle id="4900001" name="Dv" antiName="Dvbar" spinType="2" chargeType="-1" colType="1"
8896 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
8897 <channel onMode="1" bRatio="1.0000000" meMode="103" products="1 4900101"/>
8898</particle>
8899
8900<particle id="4900002" name="Uv" antiName="Uvbar" spinType="2" chargeType="2" colType="1"
8901 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
8902 <channel onMode="1" bRatio="1.0000000" meMode="103" products="2 4900101"/>
8903</particle>
8904
8905<particle id="4900003" name="Sv" antiName="Svbar" spinType="2" chargeType="-1" colType="1"
8906 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
8907 <channel onMode="1" bRatio="1.0000000" meMode="103" products="3 4900101"/>
8908</particle>
8909
8910<particle id="4900004" name="Cv" antiName="Cvbar" spinType="2" chargeType="2" colType="1"
8911 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
8912 <channel onMode="1" bRatio="1.0000000" meMode="103" products="4 4900101"/>
8913</particle>
8914
8915<particle id="4900005" name="Bv" antiName="Bvbar" spinType="2" chargeType="-1" colType="1"
8916 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
8917 <channel onMode="1" bRatio="1.0000000" meMode="103" products="5 4900101"/>
8918</particle>
8919
8920<particle id="4900006" name="Tv" antiName="Tvbar" spinType="2" chargeType="2" colType="1"
8921 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
8922 <channel onMode="1" bRatio="1.0000000" meMode="103" products="6 4900101"/>
8923</particle>
8924
8925<particle id="4900011" name="Ev" antiName="Evbar" spinType="2" chargeType="-3" colType="0"
8926 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
8927 <channel onMode="1" bRatio="1.0000000" meMode="103" products="11 4900101"/>
8928</particle>
8929
8930<particle id="4900012" name="nuEv" antiName="nuEvbar" spinType="2" chargeType="0" colType="0"
8931 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
8932 <channel onMode="1" bRatio="1.0000000" meMode="103" products="12 4900101"/>
8933</particle>
8934
8935<particle id="4900013" name="MUv" antiName="MUvbar" spinType="2" chargeType="-3" colType="0"
8936 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
8937 <channel onMode="1" bRatio="1.0000000" meMode="103" products="13 4900101"/>
8938</particle>
8939
8940<particle id="4900014" name="nuMUv" antiName="nuMUvbar" spinType="2" chargeType="0" colType="0"
8941 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
8942 <channel onMode="1" bRatio="1.0000000" meMode="103" products="14 4900101"/>
8943</particle>
8944
8945<particle id="4900015" name="TAUv" antiName="TAUvbar" spinType="2" chargeType="-3" colType="0"
8946 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
8947 <channel onMode="1" bRatio="1.0000000" meMode="103" products="15 4900101"/>
8948</particle>
8949
8950<particle id="4900016" name="nuTAUv" antiName="nuTAUvbar" spinType="2" chargeType="0" colType="0"
8951 m0="400.00000" mWidth="1.00000" mMin="50.00000" mMax="0.00000">
8952 <channel onMode="1" bRatio="1.0000000" meMode="103" products="16 4900101"/>
8953</particle>
8954
8955<particle id="4900021" name="gv" spinType="3" chargeType="0" colType="0"
8956 m0="0.00000">
8957</particle>
8958
8959<particle id="4900022" name="gammav" spinType="3" chargeType="0" colType="0"
8960 m0="0.00000">
8961 <channel onMode="0" bRatio="0.05" meMode="91" products="1 -1"/>
8962 <channel onMode="0" bRatio="0.20" meMode="91" products="2 -2"/>
8963 <channel onMode="0" bRatio="0.05" meMode="91" products="3 -3"/>
8964 <channel onMode="0" bRatio="0.20" meMode="91" products="4 -4"/>
8965 <channel onMode="0" bRatio="0.05" meMode="91" products="5 -5"/>
8966 <channel onMode="0" bRatio="0.15" meMode="91" products="11 -11"/>
8967 <channel onMode="0" bRatio="0.00" meMode="91" products="12 -12"/>
8968 <channel onMode="0" bRatio="0.15" meMode="91" products="13 -13"/>
8969 <channel onMode="0" bRatio="0.00" meMode="91" products="14 -14"/>
8970 <channel onMode="0" bRatio="0.15" meMode="91" products="15 -15"/>
8971 <channel onMode="0" bRatio="0.00" meMode="91" products="16 -16"/>
8972</particle>
8973
8974<particle id="4900023" name="Zv" spinType="3" chargeType="0" colType="0"
8975 m0="1000.00000" mWidth="20.00000" mMin="100.00000" mMax="0.00000">
8976 <channel onMode="1" bRatio="0.075" meMode="102" products="1 -1"/>
8977 <channel onMode="1" bRatio="0.075" meMode="102" products="2 -2"/>
8978 <channel onMode="1" bRatio="0.075" meMode="102" products="3 -3"/>
8979 <channel onMode="1" bRatio="0.075" meMode="102" products="4 -4"/>
8980 <channel onMode="1" bRatio="0.075" meMode="102" products="5 -5"/>
8981 <channel onMode="1" bRatio="0.075" meMode="102" products="6 -6"/>
8982 <channel onMode="1" bRatio="0.025" meMode="102" products="11 -11"/>
8983 <channel onMode="1" bRatio="0.025" meMode="102" products="12 -12"/>
8984 <channel onMode="1" bRatio="0.025" meMode="102" products="13 -13"/>
8985 <channel onMode="1" bRatio="0.025" meMode="102" products="14 -14"/>
8986 <channel onMode="1" bRatio="0.025" meMode="102" products="15 -15"/>
8987 <channel onMode="1" bRatio="0.025" meMode="102" products="16 -16"/>
8988 <channel onMode="1" bRatio="0.400" meMode="102" products="4900101 -4900101"/>
8989</particle>
8990
8991<particle id="4900101" name="qv" antiName="qvbar" spinType="1" chargeType="0" colType="0"
8992 m0="100.00000">
8993</particle>
8994
8995<particle id="4900111" name="pivDiag" spinType="1" chargeType="0" colType="0"
8996 m0="10.00000">
8997 <channel onMode="0" bRatio="1.23e-6" meMode="91" products="1 -1"/>
8998 <channel onMode="0" bRatio="4.96e-7" meMode="91" products="2 -2"/>
8999 <channel onMode="0" bRatio="0.000492" meMode="91" products="3 -3"/>
9000 <channel onMode="0" bRatio="0.079384" meMode="91" products="4 -4"/>
9001 <channel onMode="0" bRatio="0.8679713" meMode="91" products="5 -5"/>
9002 <channel onMode="0" bRatio="4.0e-9" meMode="91" products="11 -11"/>
9003 <channel onMode="0" bRatio="0.00" meMode="91" products="12 -12"/>
9004 <channel onMode="0" bRatio="0.000184" meMode="91" products="13 -13"/>
9005 <channel onMode="0" bRatio="0.00" meMode="91" products="14 -14"/>
9006 <channel onMode="0" bRatio="0.051967" meMode="91" products="15 -15"/>
9007 <channel onMode="0" bRatio="0.00" meMode="91" products="16 -16"/>
9008</particle>
9009
9010<particle id="4900113" name="rhovDiag" spinType="3" chargeType="0" colType="0"
9011 m0="10.00000">
9012 <channel onMode="0" bRatio="0.05" meMode="91" products="1 -1"/>
9013 <channel onMode="0" bRatio="0.20" meMode="91" products="2 -2"/>
9014 <channel onMode="0" bRatio="0.05" meMode="91" products="3 -3"/>
9015 <channel onMode="0" bRatio="0.20" meMode="91" products="4 -4"/>
9016 <channel onMode="0" bRatio="0.05" meMode="91" products="5 -5"/>
9017 <channel onMode="0" bRatio="0.15" meMode="91" products="11 -11"/>
9018 <channel onMode="0" bRatio="0.00" meMode="91" products="12 -12"/>
9019 <channel onMode="0" bRatio="0.15" meMode="91" products="13 -13"/>
9020 <channel onMode="0" bRatio="0.00" meMode="91" products="14 -14"/>
9021 <channel onMode="0" bRatio="0.15" meMode="91" products="15 -15"/>
9022 <channel onMode="0" bRatio="0.00" meMode="91" products="16 -16"/>
9023</particle>
9024
9025<particle id="4900211" name="pivUp" antiName="pivDn" spinType="1" chargeType="0" colType="0"
9026 m0="10.00000">
9027</particle>
9028
9029<particle id="4900213" name="rhovUp" antiName="rhovDn" spinType="3" chargeType="0" colType="0"
9030 m0="10.00000">
9031</particle>
9032
9033<particle id="4900991" name="ggv" spinType="1" chargeType="0" colType="0"
9034 m0="1.00000">
9035</particle>
9036
9037<particle id="5000023" name="Z_KK" spinType="3" chargeType="0" colType="0"
9038 m0="4000.00000" mWidth="240.00000" mMin="1000.00000" mMax="0.00000">
9039</particle>
9040
9041<particle id="5000039" name="Graviton" spinType="5" chargeType="0" colType="0"
9042 m0="0.00000">
9043</particle>
9044
9045<particle id="5100021" name="KKgluon*" spinType="3" chargeType="0" colType="2"
9046 m0="1.000e+03" mWidth="1.7e02" mMin="5.000e+01" mMax="0.000e+00">
9047 <channel onMode="1" bRatio="0.005" products="1 -1"/>
9048 <channel onMode="1" bRatio="0.005" products="2 -2"/>
9049 <channel onMode="1" bRatio="0.005" products="3 -3"/>
9050 <channel onMode="1" bRatio="0.005" products="4 -4"/>
9051 <channel onMode="1" bRatio="0.055" products="5 -5"/>
9052 <channel onMode="1" bRatio="0.925" products="6 -6"/>
9053</particle>
9054
9055<particle id="5100039" name="Graviton*" spinType="5" chargeType="0" colType="0"
9056 m0="1.000e+03" mWidth="1.415e-01" mMin="5.000e+01" mMax="0.000e+00">
9057 <channel onMode="1" bRatio="0.0633000" products="1 -1"/>
9058 <channel onMode="1" bRatio="0.0633000" products="2 -2"/>
9059 <channel onMode="1" bRatio="0.0633000" products="3 -3"/>
9060 <channel onMode="1" bRatio="0.0632990" products="4 -4"/>
9061 <channel onMode="1" bRatio="0.0632950" products="5 -5"/>
9062 <channel onMode="1" bRatio="0.0562810" products="6 -6"/>
9063 <channel onMode="1" bRatio="0.0204950" products="11 -11"/>
9064 <channel onMode="1" bRatio="0.0204950" products="12 -12"/>
9065 <channel onMode="1" bRatio="0.0204950" products="13 -13"/>
9066 <channel onMode="1" bRatio="0.0204950" products="14 -14"/>
9067 <channel onMode="1" bRatio="0.0204950" products="15 -15"/>
9068 <channel onMode="1" bRatio="0.0204950" products="16 -16"/>
9069 <channel onMode="1" bRatio="0.3279190" products="21 21"/>
9070 <channel onMode="1" bRatio="0.0409900" products="22 22"/>
9071 <channel onMode="1" bRatio="0.0452360" products="23 23"/>
9072 <channel onMode="1" bRatio="0.0901120" products="24 -24"/>
9073 <channel onMode="1" bRatio="0.0" products="25 25"/>
9074</particle>
9075
9076<particle id="9000111" name="a_0(980)0" spinType="1" chargeType="0" colType="0"
9077 m0="0.98350" mWidth="0.06000" mMin="0.70000" mMax="1.50000">
9078 <channel onMode="1" bRatio="0.9000000" products="221 111"/>
9079 <channel onMode="1" bRatio="0.0250000" products="130 130"/>
9080 <channel onMode="1" bRatio="0.0250000" products="310 310"/>
9081 <channel onMode="1" bRatio="0.0500000" products="321 -321"/>
9082</particle>
9083
9084<particle id="9000211" name="a_0(980)+" antiName="a_0(980)-" spinType="1" chargeType="3" colType="0"
9085 m0="0.98350" mWidth="0.06000" mMin="0.70000" mMax="1.50000">
9086 <channel onMode="1" bRatio="0.9000000" products="221 211"/>
9087 <channel onMode="1" bRatio="0.1000000" products="321 311"/>
9088</particle>
9089
9090<particle id="9010221" name="f_0(980)" spinType="1" chargeType="0" colType="0"
9091 m0="1.00000">
9092 <channel onMode="1" bRatio="0.5200000" products="211 -211"/>
9093 <channel onMode="1" bRatio="0.2600000" products="111 111"/>
9094 <channel onMode="1" bRatio="0.1100000" products="321 -321"/>
9095 <channel onMode="1" bRatio="0.0550000" products="130 130"/>
9096 <channel onMode="1" bRatio="0.0550000" products="310 310"/>
9097</particle>
9098
9099<particle id="9900012" name="nu_Re" spinType="2" chargeType="0" colType="0"
9100 m0="500.00000" mWidth="0.00098" mMin="50.00000" mMax="0.00000">
9101 <channel onMode="1" bRatio="0.1987400" products="11 -1 2"/>
9102 <channel onMode="1" bRatio="0.0102040" products="11 -1 4"/>
9103 <channel onMode="1" bRatio="0.0000030" products="11 -1 6"/>
9104 <channel onMode="1" bRatio="0.0102050" products="11 -3 2"/>
9105 <channel onMode="1" bRatio="0.1983560" products="11 -3 4"/>
9106 <channel onMode="1" bRatio="0.0001510" products="11 -3 6"/>
9107 <channel onMode="1" bRatio="0.0000060" products="11 -5 2"/>
9108 <channel onMode="1" bRatio="0.0003670" products="11 -5 4"/>
9109 <channel onMode="1" bRatio="0.0819670" products="11 -5 6"/>
9110 <channel onMode="1" bRatio="0.1987400" products="-11 1 -2"/>
9111 <channel onMode="1" bRatio="0.0102040" products="-11 1 -4"/>
9112 <channel onMode="1" bRatio="0.0000030" products="-11 1 -6"/>
9113 <channel onMode="1" bRatio="0.0102050" products="-11 3 -2"/>
9114 <channel onMode="1" bRatio="0.1983560" products="-11 3 -4"/>
9115 <channel onMode="1" bRatio="0.0001510" products="-11 3 -6"/>
9116 <channel onMode="1" bRatio="0.0000060" products="-11 5 -2"/>
9117 <channel onMode="1" bRatio="0.0003670" products="-11 5 -4"/>
9118 <channel onMode="1" bRatio="0.0819670" products="-11 5 -6"/>
9119 <channel onMode="1" bRatio="0.0000000" products="11 -13 9900014"/>
9120 <channel onMode="1" bRatio="0.0000000" products="-11 13 9900014"/>
9121 <channel onMode="1" bRatio="0.0000000" products="11 -15 9900016"/>
9122 <channel onMode="1" bRatio="0.0000000" products="-11 15 9900016"/>
9123</particle>
9124
9125<particle id="9900014" name="nu_Rmu" spinType="2" chargeType="0" colType="0"
9126 m0="500.00000" mWidth="0.00098" mMin="50.00000" mMax="0.00000">
9127 <channel onMode="1" bRatio="0.1987760" products="13 -1 2"/>
9128 <channel onMode="1" bRatio="0.0102060" products="13 -1 4"/>
9129 <channel onMode="1" bRatio="0.0000030" products="13 -1 6"/>
9130 <channel onMode="1" bRatio="0.0102070" products="13 -3 2"/>
9131 <channel onMode="1" bRatio="0.1983900" products="13 -3 4"/>
9132 <channel onMode="1" bRatio="0.0001510" products="13 -3 6"/>
9133 <channel onMode="1" bRatio="0.0000060" products="13 -5 2"/>
9134 <channel onMode="1" bRatio="0.0003670" products="13 -5 4"/>
9135 <channel onMode="1" bRatio="0.0818930" products="13 -5 6"/>
9136 <channel onMode="1" bRatio="0.1987760" products="-13 1 -2"/>
9137 <channel onMode="1" bRatio="0.0102060" products="-13 1 -4"/>
9138 <channel onMode="1" bRatio="0.0000030" products="-13 1 -6"/>
9139 <channel onMode="1" bRatio="0.0102070" products="-13 3 -2"/>
9140 <channel onMode="1" bRatio="0.1983900" products="-13 3 -4"/>
9141 <channel onMode="1" bRatio="0.0001510" products="-13 3 -6"/>
9142 <channel onMode="1" bRatio="0.0000060" products="-13 5 -2"/>
9143 <channel onMode="1" bRatio="0.0003670" products="-13 5 -4"/>
9144 <channel onMode="1" bRatio="0.0818930" products="-13 5 -6"/>
9145 <channel onMode="1" bRatio="0.0000000" products="13 -11 9900012"/>
9146 <channel onMode="1" bRatio="0.0000000" products="-13 11 9900012"/>
9147 <channel onMode="1" bRatio="0.0000000" products="13 -15 9900016"/>
9148 <channel onMode="1" bRatio="0.0000000" products="-13 15 9900016"/>
9149</particle>
9150
9151<particle id="9900016" name="nu_Rtau" spinType="2" chargeType="0" colType="0"
9152 m0="500.00000" mWidth="0.00097" mMin="50.00000" mMax="0.00000">
9153 <channel onMode="1" bRatio="0.1993440" products="15 -1 2"/>
9154 <channel onMode="1" bRatio="0.0102340" products="15 -1 4"/>
9155 <channel onMode="1" bRatio="0.0000030" products="15 -1 6"/>
9156 <channel onMode="1" bRatio="0.0102360" products="15 -3 2"/>
9157 <channel onMode="1" bRatio="0.1989280" products="15 -3 4"/>
9158 <channel onMode="1" bRatio="0.0001490" products="15 -3 6"/>
9159 <channel onMode="1" bRatio="0.0000060" products="15 -5 2"/>
9160 <channel onMode="1" bRatio="0.0003680" products="15 -5 4"/>
9161 <channel onMode="1" bRatio="0.0807330" products="15 -5 6"/>
9162 <channel onMode="1" bRatio="0.1993440" products="-15 1 -2"/>
9163 <channel onMode="1" bRatio="0.0102340" products="-15 1 -4"/>
9164 <channel onMode="1" bRatio="0.0000030" products="-15 1 -6"/>
9165 <channel onMode="1" bRatio="0.0102360" products="-15 3 -2"/>
9166 <channel onMode="1" bRatio="0.1989280" products="-15 3 -4"/>
9167 <channel onMode="1" bRatio="0.0001490" products="-15 3 -6"/>
9168 <channel onMode="1" bRatio="0.0000060" products="-15 5 -2"/>
9169 <channel onMode="1" bRatio="0.0003680" products="-15 5 -4"/>
9170 <channel onMode="1" bRatio="0.0807330" products="-15 5 -6"/>
9171 <channel onMode="1" bRatio="0.0000000" products="15 -11 9900012"/>
9172 <channel onMode="1" bRatio="0.0000000" products="-15 11 9900012"/>
9173 <channel onMode="1" bRatio="0.0000000" products="15 -13 9900014"/>
9174 <channel onMode="1" bRatio="0.0000000" products="-15 13 9900014"/>
9175</particle>
9176
9177<particle id="9900023" name="Z_R0" spinType="3" chargeType="0" colType="0"
9178 m0="1.200e+03" mWidth="2.672e+01" mMin="5.000e+01" mMax="0.000e+00">
9179 <channel onMode="1" bRatio="0.1847380" products="1 -1"/>
9180 <channel onMode="1" bRatio="0.1045880" products="2 -2"/>
9181 <channel onMode="1" bRatio="0.1847380" products="3 -3"/>
9182 <channel onMode="1" bRatio="0.1045870" products="4 -4"/>
9183 <channel onMode="1" bRatio="0.1847310" products="5 -5"/>
9184 <channel onMode="1" bRatio="0.0958200" products="6 -6"/>
9185 <channel onMode="1" bRatio="0.0229020" products="11 -11"/>
9186 <channel onMode="1" bRatio="0.0084290" products="12 -12"/>
9187 <channel onMode="1" bRatio="0.0156020" products="9900012 9900012"/>
9188 <channel onMode="1" bRatio="0.0229020" products="13 -13"/>
9189 <channel onMode="1" bRatio="0.0084290" products="14 -14"/>
9190 <channel onMode="1" bRatio="0.0156020" products="9900014 9900014"/>
9191 <channel onMode="1" bRatio="0.0229020" products="15 -15"/>
9192 <channel onMode="1" bRatio="0.0084290" products="16 -16"/>
9193 <channel onMode="1" bRatio="0.0156020" products="9900016 9900016"/>
9194</particle>
9195
9196<particle id="9900024" name="W_R+" antiName="W_R-" spinType="3" chargeType="3" colType="0"
9197 m0="750.00000" mWidth="21.74916" mMin="50.00000" mMax="0.00000">
9198 <channel onMode="1" bRatio="0.2895900" products="-1 2"/>
9199 <channel onMode="1" bRatio="0.0148700" products="-1 4"/>
9200 <channel onMode="1" bRatio="0.0000080" products="-1 6"/>
9201 <channel onMode="1" bRatio="0.0148700" products="-3 2"/>
9202 <channel onMode="1" bRatio="0.2890610" products="-3 4"/>
9203 <channel onMode="1" bRatio="0.0004920" products="-3 6"/>
9204 <channel onMode="1" bRatio="0.0000090" products="-5 2"/>
9205 <channel onMode="1" bRatio="0.0005360" products="-5 4"/>
9206 <channel onMode="1" bRatio="0.2791100" products="-5 6"/>
9207 <channel onMode="1" bRatio="0.0371510" products="-11 9900012"/>
9208 <channel onMode="1" bRatio="0.0371510" products="-13 9900014"/>
9209 <channel onMode="1" bRatio="0.0371500" products="-15 9900016"/>
9210</particle>
9211
9212<particle id="9900041" name="H_L++" antiName="H_L--" spinType="1" chargeType="6" colType="0"
9213 m0="200.00000" mWidth="0.88159" mMin="50.00000" mMax="0.00000">
9214 <channel onMode="1" bRatio="0.0902660" products="-11 -11"/>
9215 <channel onMode="1" bRatio="0.0018050" products="-11 -13"/>
9216 <channel onMode="1" bRatio="0.0018050" products="-11 -15"/>
9217 <channel onMode="1" bRatio="0.0902660" products="-13 -13"/>
9218 <channel onMode="1" bRatio="0.0018050" products="-13 -15"/>
9219 <channel onMode="1" bRatio="0.8122630" products="-15 -15"/>
9220 <channel onMode="1" bRatio="0.0017900" products="24 24"/>
9221</particle>
9222
9223<particle id="9900042" name="H_R++" antiName="H_R--" spinType="1" chargeType="6" colType="0"
9224 m0="200.00000" mWidth="0.88001" mMin="50.00000" mMax="0.00000">
9225 <channel onMode="1" bRatio="0.0904280" products="-11 -11"/>
9226 <channel onMode="1" bRatio="0.0018090" products="-11 -13"/>
9227 <channel onMode="1" bRatio="0.0018080" products="-11 -15"/>
9228 <channel onMode="1" bRatio="0.0904280" products="-13 -13"/>
9229 <channel onMode="1" bRatio="0.0018080" products="-13 -15"/>
9230 <channel onMode="1" bRatio="0.8137200" products="-15 -15"/>
9231 <channel onMode="1" bRatio="0.0000000" products="9900024 9900024"/>
9232</particle>
9233
9234<particle id="9900110" name="rho_diff0" spinType="0" chargeType="0" colType="0"
9235 m0="0.00000">
9236</particle>
9237
9238<particle id="9900210" name="pi_diffr+" antiName="pi_diffr-" spinType="0" chargeType="3" colType="0"
9239 m0="0.00000">
9240</particle>
9241
9242<particle id="9900220" name="omega_di" spinType="0" chargeType="0" colType="0"
9243 m0="0.00000">
9244</particle>
9245
9246<particle id="9900330" name="phi_diff" spinType="0" chargeType="0" colType="0"
9247 m0="0.00000">
9248</particle>
9249
9250<particle id="9900440" name="J/psi_di" spinType="0" chargeType="0" colType="0"
9251 m0="0.00000">
9252</particle>
9253
9254<particle id="9900441" name="ccbar[1S0(8)]" spinType="1" chargeType="0" colType="2"
9255 m0="3.10000" mWidth="0.01000" mMin="3.10000" mMax="3.10000">
9256 <channel onMode="1" bRatio="1.0000000" products="443 21"/>
9257</particle>
9258
9259<particle id="9900443" name="ccbar[3S1(8)]" spinType="3" chargeType="0" colType="2"
9260 m0="3.10000" mWidth="0.01000" mMin="3.10000" mMax="3.10000">
9261 <channel onMode="1" bRatio="1.0000000" products="443 21"/>
9262</particle>
9263
9264<particle id="9900551" name="bbbar[1S0(8)]" spinType="1" chargeType="0" colType="2"
9265 m0="9.50000" mWidth="0.01000" mMin="9.50000" mMax="9.50000">
9266 <channel onMode="1" bRatio="1.0000000" products="553 21"/>
9267</particle>
9268
9269<particle id="9900553" name="bbbar[3S1(8)]" spinType="3" chargeType="0" colType="2"
9270 m0="9.50000" mWidth="0.01000" mMin="9.50000" mMax="9.50000">
9271 <channel onMode="1" bRatio="1.0000000" products="553 21"/>
9272</particle>
9273
9274<particle id="9902110" name="n_diffr0" antiName="n_diffrbar0" spinType="0" chargeType="0" colType="0"
9275 m0="0.00000">
9276</particle>
9277
9278<particle id="9902210" name="p_diffr+" antiName="p_diffrbar-" spinType="0" chargeType="3" colType="0"
9279 m0="0.00000">
9280</particle>
9281
9282<particle id="9910441" name="ccbar[3P0(8)]" spinType="1" chargeType="0" colType="2"
9283 m0="3.10000" mWidth="0.01000" mMin="3.10000" mMax="3.10000">
9284 <channel onMode="1" bRatio="1.0000000" products="443 21"/>
9285</particle>
9286
9287<particle id="9910551" name="bbbar[3P0(8)]" spinType="1" chargeType="0" colType="2"
9288 m0="9.50000" mWidth="0.01000" mMin="9.50000" mMax="9.50000">
9289 <channel onMode="1" bRatio="1.0000000" products="553 21"/>
9290</particle>
9291
9292</chapter>
9293
9294<!-- Copyright (C) 2012 Torbjorn Sjostrand -->