G4CascadeOmegaMinusPChannel.cc

Go to the documentation of this file.
00001 //
00002 // ********************************************************************
00003 // * License and Disclaimer                                           *
00004 // *                                                                  *
00005 // * The  Geant4 software  is  copyright of the Copyright Holders  of *
00006 // * the Geant4 Collaboration.  It is provided  under  the terms  and *
00007 // * conditions of the Geant4 Software License,  included in the file *
00008 // * LICENSE and available at  http://cern.ch/geant4/license .  These *
00009 // * include a list of copyright holders.                             *
00010 // *                                                                  *
00011 // * Neither the authors of this software system, nor their employing *
00012 // * institutes,nor the agencies providing financial support for this *
00013 // * work  make  any representation or  warranty, express or implied, *
00014 // * regarding  this  software system or assume any liability for its *
00015 // * use.  Please see the license in the file  LICENSE  and URL above *
00016 // * for the full disclaimer and the limitation of liability.         *
00017 // *                                                                  *
00018 // * This  code  implementation is the result of  the  scientific and *
00019 // * technical work of the GEANT4 collaboration.                      *
00020 // * By using,  copying,  modifying or  distributing the software (or *
00021 // * any work based  on the software)  you  agree  to acknowledge its *
00022 // * use  in  resulting  scientific  publications,  and indicate your *
00023 // * acceptance of all terms of the Geant4 Software license.          *
00024 // ********************************************************************
00025 //
00026 // $Id: $
00027 //
00028 // Author:  D.H. Wright (SLAC)
00029 // Date:    1 October 2012
00030 //
00031 // Description: partial cross sections for 2-7 body final states of the
00032 //              omega- p reaction
00033 //
00034 
00035 #include "G4CascadeOmegaMinusPChannel.hh"
00036 #include "G4InuclParticleNames.hh"
00037 using namespace G4InuclParticleNames;
00038 
00039 namespace {
00040   // Outgoing particle types of a given multiplicity
00041 
00042   static const G4int omp2bfs[4][2] =
00043     {{om,pro}, {xi0,lam}, {xi0,s0}, {xim,sp}};
00044 
00045   static const G4int omp3bfs[18][3] =
00046     {{om,pro,pi0},  {om,neu,pip}, {xim,pro,k0b}, {xi0,pro,kmi}, {xi0,neu,k0b},
00047      {xi0,lam,pi0}, {xi0,s0,pi0}, {xim,lam,pip}, {xim,s0,pip},  {xim,sp,pi0},
00048      {xi0,sm,pip},  {xi0,sp,pim}, {sm,sp,k0b},   {s0,s0,k0b},   {s0,sp,kmi},
00049      {s0,lam,k0b},  {sp,lam,kmi}, {lam,lam,k0b}};
00050 
00051   static const G4int omp4bfs[55][4] =
00052     {{om,pro,pip,pim},  {om,pro,pi0,pi0},  {om,neu,pip,pi0},  {xim,pro,kmi,pip},
00053      {xim,pro,k0b,pi0}, {xim,neu,k0b,pip}, {xi0,pro,kmi,pi0}, {xi0,pro,k0b,pim},
00054      {xi0,neu,k0b,pi0}, {xi0,neu,kmi,pip}, {xim,lam,pip,pi0}, {xi0,lam,pip,pim},
00055      {xi0,lam,pi0,pi0}, {xim,lam,kpl,k0b}, {xi0,lam,kpl,kmi}, {xi0,lam,k0,k0b},
00056      {xim,s0,pip,pi0},  {xi0,s0,pip,pim},  {xi0,s0,pi0,pi0},  {xim,s0,kpl,k0b},
00057      {xi0,s0,kpl,kmi},  {xi0,s0,k0,k0b},   {xim,sp,pip,pim},  {xim,sp,pi0,pi0},
00058      {xi0,sp,pim,pi0},  {xim,sp,kpl,kmi},  {xim,sp,k0,k0b},   {xi0,sp,kmi,k0},
00059      {xim,sm,pip,pip},  {xi0,sm,pip,pi0},  {xi0,sm,kpl,k0b},  {xim,xi0,kpl,pi0},
00060      {xim,xi0,k0,pip},  {sm,pro,k0b,k0b},  {s0,pro,kmi,k0b},  {s0,neu,k0b,k0b},
00061      {sp,pro,kmi,kmi},  {sp,neu,kmi,k0b},  {sm,lam,k0b,pip},  {sm,s0,k0b,pip},
00062      {sm,sp,kmi,pip},   {sm,sp,k0b,pi0},   {s0,lam,kmi,pip},  {s0,lam,k0b,pi0},
00063      {s0,sp,kmi,pi0},   {s0,sp,k0b,pim},   {s0,s0,kmi,pip},   {s0,s0,k0b,pi0},
00064      {sp,lam,kmi,pi0},  {sp,lam,k0b,pim},  {sp,sp,kmi,pim},   {lam,pro,kmi,k0b},
00065      {lam,neu,k0b,k0b}, {lam,lam,kmi,pip}, {lam,lam,k0b,pi0}};
00066  
00067   static const G4int omp5bfs[76][5] =
00068     {{om,pro,pip,pim,pi0},  {om,pro,pi0,pi0,pi0},  {om,neu,pip,pip,pim}, 
00069      {om,neu,pip,pi0,pi0},  {xim,pro,kmi,pip,pi0}, {xim,pro,k0b,pip,pim},
00070      {xim,pro,k0b,pi0,pi0}, {xim,neu,kmi,pip,pip}, {xim,neu,k0b,pip,pi0},
00071      {xi0,pro,kmi,pip,pim}, {xi0,pro,kmi,pi0,pi0}, {xi0,pro,k0b,pim,pi0},
00072      {xi0,neu,k0b,pip,pim}, {xi0,neu,k0b,pi0,pi0}, {xi0,neu,kmi,pip,pi0},
00073      {xim,lam,pip,pip,pim}, {xim,lam,pip,pi0,pi0}, {xi0,lam,pip,pim,pi0},
00074      {xi0,lam,pi0,pi0,pi0}, {xim,sm,pip,pip,pi0},  {xim,s0,pip,pip,pim},
00075      {xim,s0,pip,pi0,pi0},  {xim,sp,pip,pim,pi0},  {xim,sp,pi0,pi0,pi0},
00076      {xi0,sm,pip,pip,pim},  {xi0,sm,pip,pi0,pi0},  {xi0,s0,pip,pim,pi0},
00077      {xi0,s0,pi0,pi0,pi0},  {xi0,sp,pip,pim,pim},  {xi0,sp,pim,pi0,pi0},  
00078      {sm,pro,k0b,k0b,pi0},  {sm,pro,k0b,kmi,pip},  {sm,neu,k0b,k0b,pip},
00079      {s0,pro,kmi,k0b,pi0},  {s0,pro,kmi,kmi,pip},  {s0,pro,k0b,k0b,pim},
00080      {s0,neu,k0b,k0b,pi0},  {s0,neu,k0b,kmi,pip},  {sp,pro,kmi,kmi,pi0},
00081      {sp,pro,k0b,kmi,pim},  {sp,neu,k0b,k0b,pim},  {sp,neu,k0b,kmi,pi0},
00082      {sp,neu,kmi,kmi,pip},  {sm,lam,k0b,pip,pi0},  {sm,lam,kmi,pip,pip},
00083      {s0,lam,k0b,pip,pim},  {s0,lam,k0b,pi0,pi0},  {s0,lam,kmi,pip,pi0},
00084      {sp,lam,k0b,pim,pi0},  {sp,lam,kmi,pip,pim},  {sp,lam,kmi,pi0,pi0},
00085      {sm,sm,k0b,pip,pip},   {sm,s0,kmi,pip,pip},   {sm,s0,k0b,pip,pi0},
00086      {sm,sp,k0b,pip,pim},   {sm,sp,k0b,pi0,pi0},   {sm,sp,kmi,pip,pi0},
00087      {s0,s0,k0b,pip,pim},   {s0,s0,k0b,pi0,pi0},   {s0,s0,kmi,pip,pi0},
00088      {s0,sp,k0b,pim,pi0},   {s0,sp,kmi,pip,pim},   {s0,sp,kmi,pi0,pi0},
00089      {sp,sp,k0b,pim,pim},   {sp,sp,kmi,pim,pi0},   {lam,pro,k0b,k0b,pim},
00090      {lam,pro,k0b,kmi,pi0}, {lam,pro,kmi,kmi,pip}, {lam,neu,k0b,k0b,pi0},
00091      {lam,neu,k0b,kmi,pip}, {lam,lam,k0b,pip,pim}, {lam,lam,k0b,pi0,pi0},
00092      {lam,lam,kmi,pip,pi0}, {pro,pro,k0b,kmi,kmi}, {pro,neu,k0b,k0b,kmi},
00093      {neu,neu,k0b,k0b,k0b}};
00094 
00095   static const G4int omp6bfs[20][6] =
00096     {{om,pro,pip,pim,pi0,pi0},  {om,neu,pip,pip,pim,pi0}, 
00097      {xim,pro,k0b,pip,pim,pi0}, {xim,neu,kmi,pip,pip,pi0},
00098      {xi0,pro,kmi,pip,pim,pi0}, {xi0,pro,k0b,pip,pim,pim},
00099      {xi0,neu,k0b,pip,pim,pi0}, {sm,pro,k0b,kmi,pip,pi0},
00100      {s0,pro,k0b,kmi,pip,pim},  {s0,neu,k0b,kmi,pip,pi0},
00101      {sp,pro,k0b,kmi,pim,pi0},  {sp,neu,k0b,kmi,pip,pim},
00102      {s0,lam,k0b,pip,pim,pi0},  {sp,lam,kmi,pip,pim,pi0},
00103      {sm,sp,k0b,pip,pim,pi0},   {s0,sp,kmi,pip,pim,pi0},
00104      {lam,pro,k0b,kmi,pip,pim}, {lam,neu,k0b,kmi,pip,pi0},
00105      {pro,neu,k0b,k0b,kmi,pi0}, {pro,neu,k0b,kmi,kmi,pip}};
00106 
00107   static const G4int omp7bfs[34][7] =
00108     {{om,pro,pip,pip,pim,pim,pi0},  {om,neu,pip,pip,pim,pi0,pi0},
00109      {xim,pro,kmi,pip,pip,pim,pi0}, {xim,pro,k0b,pip,pim,pi0,pi0},
00110      {xim,neu,k0b,pip,pip,pim,pi0}, {xi0,pro,kmi,pip,pim,pi0,pi0},
00111      {xi0,pro,k0b,pip,pim,pim,pi0}, {xi0,neu,kmi,pip,pip,pim,pi0},
00112      {xi0,neu,k0b,pip,pim,pi0,pi0}, {xim,lam,pip,pip,pim,pi0,pi0},
00113      {xi0,lam,pip,pip,pim,pim,pi0}, {sm,pro,k0b,k0b,pip,pim,pi0}, 
00114      {sm,pro,k0b,kmi,pip,pip,pim},  {sm,pro,k0b,kmi,pip,pi0,pi0},
00115      {sm,neu,k0b,kmi,pip,pip,pi0},  {s0,pro,k0b,kmi,pip,pim,pi0},
00116      {s0,neu,k0b,k0b,pip,pim,pi0},  {s0,neu,k0b,kmi,pip,pip,pim},
00117      {s0,neu,k0b,kmi,pip,pi0,pi0},  {sp,pro,k0b,kmi,pip,pim,pim},
00118      {sp,pro,k0b,kmi,pim,pi0,pi0},  {sp,pro,kmi,kmi,pip,pim,pi0},
00119      {sp,neu,k0b,kmi,pip,pim,pi0},  {sm,lam,k0b,pip,pip,pim,pi0},
00120      {s0,lam,k0b,pip,pim,pi0,pi0},  {s0,lam,kmi,pip,pip,pim,pi0},
00121      {sp,lam,k0b,pip,pim,pim,pi0},  {sp,lam,kmi,pip,pim,pi0,pi0},
00122      {lam,pro,k0b,kmi,pip,pim,pi0}, {lam,neu,k0b,k0b,pip,pim,pi0},
00123      {lam,neu,k0b,kmi,pip,pip,pim}, {lam,neu,k0b,kmi,pip,pi0,pi0},
00124      {pro,neu,k0b,k0b,kmi,pip,pim}, {pro,neu,k0b,kmi,kmi,pip,pi0}}; 
00125 
00126   // Cross sections for Om- p -> 2-7 body final states
00127   // 
00128   // first index:    0-3: channels for mult = 2
00129   //                4-21: channels for mult = 3 
00130   //               22-76: channels for mult = 4
00131   //              77-152: channels for mult = 5
00132   //             153-172: channels for mult = 6
00133   //             173-206: channels for mult = 7
00134   //
00135   // second index: kinetic energy
00136   // 
00137   static const G4double ompCrossSections[207][31] = {
00138 
00139     // multiplicity 2 (4 channels)
00140     //
00141     // Om- p
00142     { 9.0, 5.0, 5.0, 5.0, 6.0, 6.9, 7.2, 6.7, 6.2, 5.8,
00143       5.1, 3.3, 2.8, 2.0, 1.7, 1.4, 1.0, 0.7, 0.5, 0.4,
00144       0.3, 0.2, 0.2, 0.1, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0},
00145  
00146     // Xi0 L
00147     { 5.0, 4.5, 4.0, 3.0, 2.2, 1.5, 1.1, 1.0, 0.9, 0.8,
00148       0.8, 0.7, 0.6, 0.7, 0.7, 0.7, 0.6, 0.6, 0.5, 0.5,
00149       0.4, 0.3, 0.2, 0.2, 0.1, 0.1, 0.1, 0.0, 0.0, 0.0, 0.0},
00150  
00151     // Xi0 S0
00152     { 5.0, 4.5, 3.5, 3.0, 2.2, 1.5, 1.1, 1.0, 0.9, 0.8,
00153       0.8, 0.7, 0.6, 0.7, 0.7, 0.7, 0.6, 0.6, 0.5, 0.5,
00154       0.4, 0.3, 0.2, 0.2, 0.1, 0.1, 0.1, 0.0, 0.0, 0.0, 0.0},
00155 
00156     // Xi- S+
00157     { 5.0, 4.5, 3.5, 3.0, 2.2, 1.5, 1.1, 1.0, 0.9, 0.8,
00158       0.8, 0.7, 0.6, 0.7, 0.7, 0.7, 0.6, 0.6, 0.5, 0.5,
00159       0.4, 0.3, 0.2, 0.2, 0.1, 0.1, 0.1, 0.0, 0.0, 0.0, 0.0},
00160 
00161     //  multiplicity 3 (18 channels) 2 OZI suppressed channels not included
00162     //
00163     // Om- p pi0
00164     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01,
00165       0.05, 0.16, 0.14, 0.11, 0.12, 0.13, 0.13, 0.13, 0.13, 0.13,
00166       0.13, 0.12, 0.12, 0.12, 0.12, 0.09, 0.07, 0.06, 0.04, 0.03, 0.02},
00167  
00168     // Om- n pi+
00169     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01,  
00170       0.05, 0.16, 0.14, 0.11, 0.12, 0.13, 0.13, 0.13, 0.13, 0.13, 
00171       0.13, 0.12, 0.12, 0.12, 0.12, 0.09, 0.07, 0.06, 0.04, 0.03, 0.02},
00172 
00173     // Xi- p K0bar
00174     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.02,
00175       0.10, 0.20, 0.30, 0.30, 0.25, 0.20, 0.15, 0.10, 0.05, 0.02,
00176       0.01, 0.0, 0.0, 0.0, 0.0, 0.0,  0.0,  0.0,  0.0,  0.0, 0.0},
00177 
00178     // Xi0 p K-
00179     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.02,
00180       0.10, 0.20, 0.30, 0.30, 0.25, 0.20, 0.15, 0.10, 0.05, 0.02,
00181       0.01, 0.0, 0.0, 0.0, 0.0, 0.0,  0.0,  0.0,  0.0,  0.0, 0.0},
00182 
00183     // Xi0 n K0bar
00184     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.02,
00185       0.10, 0.20, 0.30, 0.30, 0.25, 0.20, 0.15, 0.10, 0.05, 0.02,
00186       0.01, 0.0, 0.0, 0.0, 0.0, 0.0,  0.0,  0.0,  0.0,  0.0, 0.0},
00187 
00188     // Xi0 L pi0 (T=0)
00189     { 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15,
00190       0.15, 0.16, 0.14, 0.11, 0.15, 0.17, 0.20, 0.22, 0.28, 0.22,
00191       0.17, 0.15, 0.14, 0.13, 0.11, 0.10, 0.07, 0.06, 0.04, 0.03, 0.02},
00192 
00193     // Xi0 S0 pi0 (T=0.089)
00194     { 0.0,  0.0,  0.0,  0.02, 0.05, 0.10, 0.12, 0.15, 0.15, 0.15,
00195       0.15, 0.16, 0.14, 0.12, 0.11, 0.11, 0.10, 0.10, 0.10, 0.10,
00196       0.09, 0.08, 0.07, 0.06, 0.05, 0.04, 0.03, 0.02, 0.01, 0.0, 0.0},
00197 
00198     // Xi- L pi+ (T=0)
00199     { 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15,
00200       0.15, 0.16, 0.14, 0.12, 0.11, 0.11, 0.10, 0.10, 0.10, 0.10,
00201       0.09, 0.08, 0.07, 0.06, 0.05, 0.04, 0.03, 0.02, 0.01, 0.0, 0.0},
00202 
00203     // Xi- S0 pi+ (T=0.119)
00204     { 0.0,  0.0,  0.0,  0.02, 0.05, 0.10, 0.12, 0.15, 0.15, 0.15,
00205       0.15, 0.16, 0.14, 0.12, 0.11, 0.11, 0.10, 0.10, 0.10, 0.10,
00206       0.09, 0.08, 0.07, 0.06, 0.05, 0.04, 0.03, 0.02, 0.01, 0.0, 0.0},
00207 
00208     // Xi- S+ pi0 (T=0.098)
00209     { 0.0,  0.0,  0.0,  0.02, 0.05, 0.10, 0.12, 0.15, 0.15, 0.15,
00210       0.15, 0.16, 0.14, 0.12, 0.11, 0.11, 0.10, 0.10, 0.10, 0.10,
00211       0.09, 0.08, 0.07, 0.06, 0.05, 0.04, 0.03, 0.02, 0.01, 0.0, 0.0},
00212 
00213     // Xi0 S- pi+ (T=0.116)
00214     { 0.0,  0.0,  0.0,  0.02, 0.05, 0.10, 0.12, 0.15, 0.15, 0.15,
00215       0.15, 0.16, 0.14, 0.12, 0.11, 0.11, 0.10, 0.10, 0.10, 0.10,
00216       0.09, 0.08, 0.07, 0.06, 0.05, 0.04, 0.03, 0.02, 0.01, 0.0, 0.0},
00217 
00218     // Xi0 S+ pi- (T=0.094)
00219     { 0.0,  0.0,  0.0,  0.02, 0.05, 0.10, 0.12, 0.15, 0.15, 0.15,
00220       0.15, 0.16, 0.14, 0.12, 0.11, 0.11, 0.10, 0.10, 0.10, 0.10,
00221       0.09, 0.08, 0.07, 0.06, 0.05, 0.04, 0.03, 0.02, 0.01, 0.0, 0.0},
00222 
00223     // S- S+ K0bar (T=0.801)
00224     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00225       0.0,  0.05, 0.10, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16,
00226       0.15, 0.14, 0.12, 0.11, 0.10, 0.08, 0.07, 0.06, 0.05, 0.04, 0.03},
00227 
00228     // S0 S0 K0bar (T=0.795)
00229     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00230       0.0,  0.02, 0.05, 0.08, 0.08, 0.09, 0.10, 0.10, 0.09, 0.08,
00231       0.07, 0.07, 0.06, 0.05, 0.05, 0.04, 0.03, 0.03, 0.02, 0.02, 0.01},
00232 
00233     // S0 S+ K- (T=0.773)
00234     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00235       0.0,  0.05, 0.10, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16,
00236       0.15, 0.14, 0.12, 0.11, 0.10, 0.08, 0.07, 0.06, 0.05, 0.04, 0.03},
00237 
00238     // S0 L K0bar (T=0.564)
00239     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00240       0.0,  0.05, 0.10, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16,
00241       0.15, 0.14, 0.12, 0.11, 0.10, 0.08, 0.07, 0.06, 0.05, 0.04, 0.03},
00242 
00243     // S+ L K- (T=0.544)
00244     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00245       0.0,  0.05, 0.10, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16,
00246       0.15, 0.14, 0.12, 0.11, 0.10, 0.08, 0.07, 0.06, 0.05, 0.04, 0.03},
00247 
00248     // L L K0bar (T=0.340)
00249     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01,
00250       0.2,  0.05, 0.10, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16,
00251       0.15, 0.14, 0.12, 0.11, 0.10, 0.08, 0.07, 0.06, 0.05, 0.04, 0.03},
00252 
00253     // Xi- Xi0 K+ (T=1.589)  negligible (OZI suppressed)
00254     // Xi0 Xi0 K0 (T=1.583)  negligible (OZI suppressed)
00255 
00256     //  multiplicity 4 (55 channels)  6 OZI suppressed channels not included
00257     //
00258     // Om- p pi+ pi-
00259     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00260       0.0,  0.01, 0.02, 0.03, 0.04, 0.05, 0.07, 0.10, 0.11, 0.11,
00261       0.11, 0.11, 0.11, 0.10, 0.10, 0.10, 0.09, 0.09, 0.08, 0.07, 0.07},
00262 
00263     // Om- p pi0 pi0
00264     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00265       0.0,  0.0,  0.01, 0.01, 0.02, 0.02, 0.03, 0.05, 0.06, 0.06,
00266       0.06, 0.06, 0.06, 0.05, 0.05, 0.05, 0.04, 0.04, 0.04, 0.03, 0.03},
00267 
00268     // Om- n pi+ pi0
00269     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00270       0.0,  0.01, 0.02, 0.03, 0.04, 0.05, 0.07, 0.10, 0.11, 0.11,
00271       0.11, 0.11, 0.11, 0.10, 0.10, 0.10, 0.09, 0.09, 0.08, 0.07, 0.05},
00272 
00273     // Om- p K+ K-    negligible (OZI suppressed) 
00274     // Om- p K0 K0b   negligible (OZI suppressed)
00275     // Om- n K+ K0b   negligible (OZI suppressed)
00276  
00277     // Xi- p K- pi+
00278     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00279       0.0,  0.0,  0.01, 0.03, 0.05, 0.07, 0.09, 0.10, 0.10, 0.10,
00280       0.10, 0.10, 0.10, 0.10, 0.10, 0.10, 0.09, 0.09, 0.08, 0.08, 0.07},
00281 
00282     // Xi- p K0b pi0
00283     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00284       0.0,  0.0,  0.01, 0.03, 0.05, 0.07, 0.09, 0.10, 0.10, 0.10,
00285       0.10, 0.10, 0.10, 0.10, 0.10, 0.10, 0.09, 0.09, 0.08, 0.08, 0.07},
00286 
00287     // Xi- n K0b pi+
00288     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00289       0.0,  0.0,  0.01, 0.03, 0.05, 0.07, 0.09, 0.10, 0.10, 0.10,
00290       0.10, 0.10, 0.10, 0.10, 0.10, 0.10, 0.09, 0.09, 0.08, 0.08, 0.07},
00291 
00292     // Xi0 p K- pi0
00293     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00294       0.0,  0.0,  0.01, 0.03, 0.05, 0.07, 0.09, 0.10, 0.10, 0.10,
00295       0.10, 0.10, 0.10, 0.10, 0.10, 0.10, 0.09, 0.09, 0.08, 0.08, 0.07},
00296 
00297     // Xi0 p K0b pi-
00298     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00299       0.0,  0.0,  0.01, 0.03, 0.05, 0.07, 0.09, 0.10, 0.10, 0.10,
00300       0.10, 0.10, 0.10, 0.10, 0.10, 0.10, 0.09, 0.09, 0.08, 0.08, 0.07},
00301 
00302     // Xi0 n K0b pi0
00303     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00304       0.0,  0.0,  0.01, 0.03, 0.05, 0.07, 0.09, 0.10, 0.10, 0.10,
00305       0.10, 0.10, 0.10, 0.10, 0.10, 0.10, 0.09, 0.09, 0.08, 0.08, 0.07},
00306 
00307     // Xi0 n K- pi+
00308     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00309       0.0,  0.0,  0.01, 0.03, 0.05, 0.07, 0.09, 0.10, 0.10, 0.10,
00310       0.10, 0.10, 0.10, 0.10, 0.10, 0.10, 0.09, 0.09, 0.08, 0.08, 0.07},
00311 
00312     // Xi- L pi+ pi0
00313     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01,
00314       0.02, 0.03, 0.04, 0.06, 0.08, 0.10, 0.11, 0.12, 0.12, 0.12,
00315       0.12, 0.11, 0.11, 0.10, 0.10, 0.09, 0.09, 0.08, 0.08, 0.07, 0.07},
00316 
00317     // Xi0 L pi+ pi-
00318     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01,
00319       0.02, 0.03, 0.04, 0.06, 0.08, 0.10, 0.11, 0.12, 0.12, 0.12,
00320       0.12, 0.11, 0.11, 0.10, 0.10, 0.09, 0.09, 0.08, 0.08, 0.07, 0.07},
00321 
00322     // Xi0 L pi0 pi0
00323     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01,
00324       0.02, 0.02, 0.03, 0.04, 0.05, 0.06, 0.06, 0.06, 0.06, 0.06,
00325       0.06, 0.05, 0.05, 0.05, 0.05, 0.04, 0.04, 0.04, 0.04, 0.03, 0.03},
00326 
00327     // Xi- L K+ K0b
00328     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00329       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.04, 0.04,
00330       0.04, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.02},
00331 
00332     // Xi0 L K+ K-
00333     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00334       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.04, 0.04,
00335       0.04, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.02},
00336 
00337     // Xi0 L K0 K0b
00338     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00339       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.04, 0.04,
00340       0.04, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.02},
00341 
00342     // Xi- S0 pi+ pi0
00343     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02,
00344       0.03, 0.04, 0.05, 0.07, 0.10, 0.10, 0.10, 0.09, 0.09, 0.08,
00345       0.08, 0.07, 0.07, 0.06, 0.06, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05},
00346 
00347     // Xi0 S0 pi+ pi-
00348     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02,
00349       0.03, 0.04, 0.05, 0.07, 0.10, 0.10, 0.10, 0.09, 0.09, 0.08,
00350       0.08, 0.07, 0.07, 0.06, 0.06, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05},
00351 
00352     // Xi0 S0 pi0 pi0
00353     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01,
00354       0.02, 0.05, 0.06, 0.06, 0.05, 0.05, 0.05, 0.04, 0.04, 0.04,
00355       0.04, 0.03, 0.03, 0.03, 0.03, 0.03, 0.02, 0.02, 0.02, 0.02, 0.02},
00356 
00357     // Xi- S0 K+ K0b
00358     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00359       0.0,  0.0,  0.0,  0.0,  0.0 , 0.0,  0.01, 0.02, 0.02, 0.02,
00360       0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01},
00361 
00362     // Xi0 S0 K+ K-
00363     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00364       0.0,  0.0,  0.0,  0.0,  0.0 , 0.0,  0.01, 0.02, 0.02, 0.02,
00365       0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01},
00366 
00367     // Xi0 S0 K0 K0b
00368     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00369       0.0,  0.0,  0.0,  0.0,  0.0 , 0.0,  0.01, 0.02, 0.02, 0.02,
00370       0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01},
00371 
00372     // Xi- S+ pi+ pi-
00373     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02,
00374       0.03, 0.04, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05,
00375       0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05},
00376 
00377     // Xi- S+ pi0 pi0
00378     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01,
00379       0.02, 0.02, 0.02, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03,
00380       0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.02, 0.02, 0.02, 0.02},
00381 
00382     // Xi0 S+ pi- pi0 
00383     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02,
00384       0.03, 0.04, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05,
00385       0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05},
00386 
00387     // Xi- S+ K+ K-
00388     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00389       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.02,
00390       0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01},
00391 
00392     // Xi- S+ K0 K0b
00393     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00394       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.02,
00395       0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01},
00396 
00397     // Xi0 S+ K- K0
00398     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00399       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.02,
00400       0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01},
00401 
00402     // Xi- S- pi+ pi+ 
00403     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01,
00404       0.02, 0.03, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05,
00405       0.05, 0.05, 0.05, 0.05, 0.05, 0.04, 0.04, 0.04, 0.04, 0.04, 0.03},
00406 
00407     // Xi0 S- pi+ pi0 
00408     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02,
00409       0.05, 0.07, 0.09, 0.09, 0.09, 0.09, 0.09, 0.09, 0.09, 0.09,
00410       0.08, 0.08, 0.07, 0.07, 0.06, 0.05, 0.05, 0.05, 0.05, 0.05, 0.04},
00411 
00412     // Xi0 S- K+ K0b
00413     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00414       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.02,
00415       0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01},
00416 
00417     // Xi- Xi0 K+ pi0
00418     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00419       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.02,
00420       0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01},
00421 
00422     // Xi- Xi0 K0 pi+
00423     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00424       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.02,
00425       0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01},
00426 
00427     // Xi- Xi- K+ pi+  negligible (OZI suppressed)
00428     // Xi0 Xi0 K+ pi-  negligible (OZI suppressed)
00429     // Xi0 Xi0 K0 pi0  negligible (OZI suppressed)
00430 
00431     // S- p K0b K0b 
00432     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00433       0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.04, 0.04, 0.04, 0.04,
00434       0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.03, 0.03},
00435 
00436     // S0 p K- K0b 
00437     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00438       0.0,  0.0,  0.0,  0.02, 0.05, 0.08, 0.08, 0.08, 0.08, 0.08,
00439       0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.07, 0.05},
00440 
00441     // S0 n K0b K0b 
00442     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00443       0.0,  0.0,  0.0,  0.01, 0.02, 0.04, 0.05, 0.06, 0.07, 0.07,
00444       0.08, 0.08, 0.08, 0.08, 0.07, 0.06, 0.06, 0.06, 0.05, 0.04, 0.04},
00445 
00446     // S+ p K- K-
00447     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00448       0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.04, 0.04, 0.04, 0.04,
00449       0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.03, 0.03},
00450 
00451     // S+ n K- K0b 
00452     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00453       0.0,  0.0,  0.0,  0.02, 0.05, 0.08, 0.08, 0.08, 0.08, 0.08,
00454       0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.07, 0.05},
00455 
00456     // S- L K0b pi+ 
00457     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00458       0.0,  0.0,  0.0,  0.02, 0.05, 0.08, 0.08, 0.08, 0.08, 0.08,
00459       0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.07, 0.05},
00460 
00461     // S- S0 K0b pi+
00462     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00463       0.0,  0.0,  0.0,  0.01, 0.03, 0.05, 0.05, 0.06, 0.06, 0.06,
00464       0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00465 
00466     // S- S+ K- pi+ 
00467     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00468       0.0,  0.0,  0.0,  0.01, 0.03, 0.05, 0.05, 0.06, 0.06, 0.06,
00469       0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00470 
00471     // S- S+ K0b pi0
00472     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00473       0.0,  0.0,  0.0,  0.01, 0.03, 0.05, 0.05, 0.06, 0.06, 0.06,
00474       0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00475 
00476     // S0 L K- pi+ 
00477     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00478       0.0,  0.0,  0.0,  0.01, 0.03, 0.05, 0.05, 0.06, 0.06, 0.06,
00479       0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00480 
00481     // S0 L K0b pi0
00482     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00483       0.0,  0.0,  0.0,  0.01, 0.03, 0.05, 0.05, 0.06, 0.06, 0.06,
00484       0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00485 
00486     // S0 S+ K- pi0
00487     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00488       0.0,  0.0,  0.0,  0.01, 0.03, 0.05, 0.05, 0.06, 0.06, 0.06,
00489       0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00490 
00491     // S0 S+ K0b pi-
00492     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00493       0.0,  0.0,  0.0,  0.01, 0.03, 0.05, 0.05, 0.06, 0.06, 0.06,
00494       0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00495 
00496     // S0 S0 K- pi+
00497     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00498       0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.05, 0.06, 0.06, 0.06,
00499       0.06, 0.06, 0.07, 0.07, 0.07, 0.07, 0.08, 0.08, 0.08, 0.08, 0.08},
00500 
00501     // S0 S0 K0b pi0
00502     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00503       0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.05, 0.06, 0.06, 0.06,
00504       0.06, 0.06, 0.07, 0.07, 0.07, 0.07, 0.08, 0.08, 0.08, 0.08, 0.08},
00505 
00506     // S+ L K- pi0
00507     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00508       0.0,  0.0,  0.01, 0.02, 0.05, 0.07, 0.10, 0.09, 0.09, 0.08,
00509       0.08, 0.07, 0.07, 0.06, 0.06, 0.06, 0.06, 0.05, 0.05, 0.05, 0.05},
00510 
00511     // S+ L K0b pi-
00512     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00513       0.0,  0.0,  0.01, 0.02, 0.05, 0.07, 0.10, 0.09, 0.09, 0.08,
00514       0.08, 0.07, 0.07, 0.06, 0.06, 0.06, 0.06, 0.05, 0.05, 0.05, 0.05},
00515 
00516     // S+ S+ K- pi-
00517     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00518       0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.05, 0.06, 0.06, 0.06,
00519       0.06, 0.06, 0.07, 0.07, 0.07, 0.07, 0.08, 0.08, 0.08, 0.08, 0.08},
00520 
00521     // L p K- K0b
00522     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00523       0.0,  0.0,  0.01, 0.02, 0.05, 0.10, 0.12, 0.12, 0.12, 0.12,
00524       0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12},
00525 
00526     // L n K0b K0b
00527     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00528       0.0,  0.0,  0.0,  0.01, 0.02, 0.05, 0.06, 0.06, 0.06, 0.06,
00529       0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06},
00530 
00531     // L L K- pi+
00532     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00533       0.0,  0.0,  0.0,  0.01, 0.02, 0.05, 0.06, 0.07, 0.08, 0.10,
00534       0.11, 0.12, 0.12, 0.11, 0.10, 0.09, 0.09, 0.08, 0.08, 0.07, 0.07},
00535 
00536     // L L K0b pi0
00537     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00538       0.0,  0.0,  0.0,  0.01, 0.02, 0.05, 0.06, 0.07, 0.08, 0.10,
00539       0.11, 0.12, 0.12, 0.11, 0.10, 0.09, 0.09, 0.08, 0.08, 0.07, 0.07},
00540 
00541     // multiplicity 5 (76 channels)  62 OZI suppressed channels not included
00542     //
00543     // Om- p pi+ pi- pi0
00544     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00545       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00546       0.04, 0.05, 0.06, 0.07, 0.08, 0.08, 0.08, 0.07, 0.07, 0.06, 0.05},
00547 
00548     // Om- p pi0 pi0 pi0
00549     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00550       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01,
00551       0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01},
00552 
00553     // Om- n pi+ pi+ pi-
00554     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00555       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.02,
00556       0.03, 0.03, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.03, 0.03},
00557 
00558     // Om- n pi+ pi0 pi0
00559     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00560       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.02,
00561       0.03, 0.03, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.03, 0.03},
00562 
00563     // Om- p K+ K- pi0     negligible (OZI suppressed)
00564     // Om- p K0 K0bar pi0  negligible (OZI suppressed)
00565     // Om- p K0 K- pi+     negligible (OZI suppressed)
00566     // Om- p K+ K0bar pi-  negligible (OZI suppressed)
00567     // Om- n K+ K- pi+     negligible (OZI suppressed)
00568     // Om- n K0 K0b pi+    negligible (OZI suppressed)
00569     // Om- n K+ K0b pi0    negligible (OZI suppressed)
00570 
00571     // Xi- p  K- pi+ pi0 
00572     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00573       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00574       0.04, 0.05, 0.06, 0.07, 0.08, 0.08, 0.08, 0.07, 0.07, 0.06, 0.05},
00575 
00576     // Xi- p K0bar pi+ pi- 
00577     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00578       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00579       0.04, 0.05, 0.06, 0.07, 0.08, 0.08, 0.08, 0.07, 0.07, 0.06, 0.05},
00580 
00581     // Xi- p K0bar pi0 pi0 
00582     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00583       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.03, 0.03,
00584       0.04, 0.04, 0.04, 0.05, 0.05, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04},
00585 
00586     // Xi- n K- pi+ pi+ 
00587     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00588       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.03, 0.03,
00589       0.04, 0.04, 0.04, 0.05, 0.05, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04},
00590 
00591     // Xi- n K0bar pi+ pi0 
00592     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00593       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00594       0.04, 0.05, 0.06, 0.07, 0.08, 0.08, 0.08, 0.07, 0.07, 0.06, 0.05},
00595 
00596     // Xi0 p K- pi+ pi-
00597     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00598       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00599       0.04, 0.05, 0.06, 0.07, 0.08, 0.08, 0.08, 0.07, 0.07, 0.06, 0.05},
00600 
00601     // Xi0 p K- pi0 pi0 
00602     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00603       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.03, 0.03,
00604       0.04, 0.04, 0.04, 0.05, 0.05, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04},
00605 
00606     // Xi0 p K0bar pi- pi0 
00607     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00608       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00609       0.04, 0.05, 0.06, 0.07, 0.08, 0.08, 0.08, 0.07, 0.07, 0.06, 0.05},
00610 
00611     // Xi0 n K0bar pi+ pi- 
00612     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00613       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00614       0.04, 0.05, 0.06, 0.07, 0.08, 0.08, 0.08, 0.07, 0.07, 0.06, 0.05},
00615 
00616     // Xi0 n K0bar pi0 pi0 
00617     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00618       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.03, 0.03,
00619       0.04, 0.04, 0.04, 0.05, 0.05, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04},
00620 
00621     // Xi0 n K- pi+ pi0 
00622     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00623       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00624       0.04, 0.05, 0.06, 0.07, 0.08, 0.08, 0.08, 0.07, 0.07, 0.06, 0.05},
00625 
00626     // Xi- p K- K+ K0bar     negligible (OZI suppressed)
00627     // Xi- p K0bar K0 K0bar  negligible (OZI suppressed)
00628     // Xi- n K+ K0bar K0bar  negligible (OZI suppressed)
00629     // Xi0 p K- K0 K0bar     negligible (OZI suppressed)
00630     // Xi0 p K- K+ K-        negligible (OZI suppressed)
00631     // Xi0 n K+ K- K0bar     negligible (OZI suppressed)
00632     // Xi0 n K+ K0bar K0bar  negligible (OZI suppressed)
00633 
00634     // Xi- L pi+ pi+ pi-
00635     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00636       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00637       0.04, 0.05, 0.06, 0.07, 0.08, 0.08, 0.08, 0.07, 0.07, 0.06, 0.05},
00638 
00639     // Xi- L pi+ pi0 pi0
00640     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00641       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00642       0.04, 0.05, 0.06, 0.07, 0.08, 0.08, 0.08, 0.07, 0.07, 0.06, 0.05},
00643 
00644     // Xi0 L pi+ pi- pi0  (T=0.683) 
00645     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00646       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00647       0.04, 0.05, 0.06, 0.07, 0.08, 0.08, 0.08, 0.07, 0.07, 0.06, 0.05},
00648 
00649     // Xi0 L pi0 pi0 pi0 
00650     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00651       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03,
00652       0.03, 0.03, 0.04, 0.04, 0.04, 0.04, 0.04, 0.03, 0.03, 0.03, 0.03},
00653 
00654     // Xi- L K+ K- pi+      negligible (OZI suppressed)
00655     // Xi- L K0 K0bar pi+   negligible (OZI suppressed)
00656     // Xi- L K+ K0bar pi0   negligible (OZI suppressed)
00657     // Xi0 L K+ K- pi0      negligible (OZI suppressed)
00658     // Xi0 L K0 K0bar pi0   negligible (OZI suppressed)
00659     // Xi0 L K0 K- pi+      negligible (OZI suppressed)
00660     // Xi0 L K+ K0bar pi-   negligible (OZI suppressed)
00661 
00662     // Xi- S- pi+ pi+ pi0 
00663      { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00664        0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.03, 0.04, 0.04,
00665        0.05, 0.05, 0.05, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06},
00666 
00667     // Xi- S0 pi+ pi+ pi-
00668      { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00669        0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.03, 0.04, 0.04,
00670        0.05, 0.05, 0.05, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06},
00671 
00672     // Xi- S0 pi+ pi0 pi0 
00673      { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00674        0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.03, 0.04, 0.04,
00675        0.05, 0.05, 0.05, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06},
00676 
00677     // Xi- S+ pi+ pi- pi0 
00678      { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00679        0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.03, 0.04, 0.04,
00680        0.05, 0.05, 0.05, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06},
00681 
00682     // Xi- S+ pi0 pi0 pi0
00683      { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00684        0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.03,
00685        0.03, 0.03, 0.03, 0.04, 0.04, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03},
00686 
00687     // Xi0 S- pi+ pi+ pi-
00688      { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00689        0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.03, 0.04, 0.04,
00690        0.05, 0.05, 0.05, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06},
00691 
00692     // Xi0 S- pi+ pi0 pi0
00693      { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00694        0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.03, 0.04, 0.04,
00695        0.05, 0.05, 0.05, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06},
00696 
00697     // Xi0 S0 pi+ pi- pi0  (T= 0.916)
00698      { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00699        0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.03, 0.04, 0.04,
00700        0.05, 0.05, 0.05, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06},
00701 
00702     // Xi0 S0 pi0 pi0 pi0
00703      { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00704        0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.03,
00705        0.03, 0.03, 0.03, 0.04, 0.04, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03},
00706 
00707     // Xi0 S+ pi+ pi- pi-
00708      { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00709        0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.03, 0.04, 0.04,
00710        0.05, 0.05, 0.05, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06},
00711 
00712     // Xi0 S+ pi- pi0 pi0 
00713      { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00714        0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.03, 0.04, 0.04,
00715        0.05, 0.05, 0.05, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06},
00716 
00717     // Xi- S- K+ K0bar pi+  negligible (OZI suppressed)
00718     // Xi- S0 K+ K- pi+     negligible (OZI suppressed)
00719     // Xi- S0 K0 K0bar pi+  negligible (OZI suppressed)
00720     // Xi- S0 K+ K0bar pi0  negligible (OZI suppressed)
00721     // Xi- S+ K+ K- pi0     negligible (OZI suppressed)
00722     // Xi- S+ K0 K0bar pi0  negligible (OZI suppressed)
00723     // Xi- S+ K0 K- pi+     negligible (OZI suppressed)
00724     // Xi- S+ K+ K0bar pi-  negligible (OZI suppressed)
00725 
00726     // Xi0 S- K0 K0bar pi+  negligible (OZI suppressed)
00727     // Xi0 S- K+ K- pi+     negligible (OZI suppressed)
00728     // Xi0 S- K+ K0bar pi0  negligible (OZI suppressed)
00729     // Xi0 S0 K0 K0bar pi0  negligible (OZI suppressed)
00730     // Xi0 S0 K+ K- pi0     negligible (OZI suppressed)
00731     // Xi0 S0 K0 K- pi+     negligible (OZI suppressed)
00732     // Xi0 S0 K+ K0bar pi-  negligible (OZI suppressed)
00733     // Xi0 S+ K0 K0bar pi-  negligible (OZI suppressed)
00734     // Xi0 S+ K+ K- pi-     negligible (OZI suppressed)
00735     // Xi0 S+ K0 K- pi0     negligible (OZI suppressed)
00736 
00737     // Xi- Xi- K+ pi+ pi0   negligible (OZI suppressed)
00738     // Xi- Xi- K0 pi+ pi+   negligible (OZI suppressed)
00739     // Xi- Xi0 K+ pi+ pi+   negligible (OZI suppressed)
00740     // Xi- Xi0 K+ pi0 pi0   negligible (OZI suppressed)
00741     // Xi- Xi0 K0 pi+ pi0   negligible (OZI suppressed)
00742     // Xi0 Xi0 K0 pi+ pi-   negligible (OZI suppressed)
00743     // Xi0 Xi0 K0 pi0 pi0   negligible (OZI suppressed)
00744     // Xi0 Xi0 K+ pi- pi0   negligible (OZI suppressed)
00745 
00746     // S- p K0b K0b pi0 (T = 2.053)
00747     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00748       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.04, 0.04,
00749       0.05, 0.06, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00750 
00751     // S- p K0b K- pi+
00752     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00753       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.04, 0.04,
00754       0.05, 0.06, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00755 
00756     // S- n K0b K0b pi+
00757     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00758       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00759       0.04, 0.04, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05},
00760 
00761     // S0 p K0b K- pi0 
00762     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00763       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.04, 0.05,
00764       0.05, 0.06, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00765 
00766     // S0 p K- K- pi+ 
00767     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00768       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00769       0.04, 0.04, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05},
00770 
00771     // S0 p K0b K0b pi-
00772     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00773       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00774       0.04, 0.04, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05},
00775 
00776     // S0 n K0b K0b pi0
00777     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00778       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00779       0.04, 0.04, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05},
00780 
00781     // S0 n K0b K- pi+
00782     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00783       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.04, 0.05,
00784       0.05, 0.06, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00785 
00786     // S+ p K- K- pi0 
00787     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00788       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00789       0.04, 0.04, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05},
00790 
00791     // S+ p K0b K- pi- 
00792     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00793       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.04, 0.04,
00794       0.05, 0.06, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00795 
00796     // S+ n K0b K0b pi-
00797     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00798       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00799       0.04, 0.04, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05},
00800 
00801     // S+ n K0b K- pi0
00802     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00803       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.04, 0.04,
00804       0.05, 0.06, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00805 
00806     // S+ n K- K- pi+
00807     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00808       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00809       0.04, 0.04, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05},
00810 
00811     // S- L K0b pi+ pi0 (T = 1.442)
00812     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00813       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.04, 0.05,
00814       0.05, 0.06, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00815 
00816     // S- L K- pi+ pi+
00817     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00818       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00819       0.04, 0.04, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05},
00820 
00821     // S0 L K0b pi+ pi-
00822     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00823       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.04, 0.04,
00824       0.05, 0.06, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00825 
00826     // S0 L K0b pi0 pi0
00827     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00828       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00829       0.04, 0.04, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05},
00830 
00831     // S0 L K- pi+ pi0
00832     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00833       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.04, 0.04,
00834       0.05, 0.06, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00835 
00836     // S+ L K0b pi- pi0
00837     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00838       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.04, 0.04,
00839       0.05, 0.06, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00840 
00841     // S+ L K- pi+ pi-
00842     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00843       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.04, 0.04,
00844       0.05, 0.06, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00845  
00846     // S+ L K- pi0 pi0
00847     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00848       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00849       0.04, 0.04, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05},
00850 
00851     // S- L K0b K+ K0b   negligible (OZI suppressed)
00852     // S0 L K0b K+ K-    negligible (OZI suppressed)
00853     // S0 L K0b K0 K0b   negligible (OZI suppressed)
00854     // S+ L K0b K0 K-    negligible (OZI suppressed)
00855     // S+ L K- K+ K-     negligible (OZI suppressed)
00856 
00857     // S- S- K0b pi+ pi+
00858     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00859       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.01,
00860       0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01},
00861 
00862     // S- S0 K- pi+ pi+
00863     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00864       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.02, 0.03,
00865       0.03, 0.03, 0.04, 0.04, 0.04, 0.04, 0.04, 0.03, 0.03, 0.03, 0.02},
00866 
00867     // S- S0 K0b pi+ pi0 (T = 1.695)
00868     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00869       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00870       0.04, 0.04, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05},
00871 
00872     // S- S+ K0b pi+ pi-
00873     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00874       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03,
00875       0.04, 0.04, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05},
00876 
00877     // S- S+ K0b pi0 pi0
00878     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00879       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.02, 0.03,
00880       0.03, 0.03, 0.04, 0.04, 0.04, 0.04, 0.04, 0.03, 0.03, 0.03, 0.02},
00881 
00882     // S- S+ K- pi+ pi0 
00883     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00884       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.02, 0.03,
00885       0.03, 0.03, 0.04, 0.04, 0.04, 0.04, 0.04, 0.03, 0.03, 0.03, 0.02},
00886 
00887     // S0 S0 K0b pi+ pi-
00888     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00889       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.02, 0.03,
00890       0.03, 0.03, 0.04, 0.04, 0.04, 0.04, 0.04, 0.03, 0.03, 0.03, 0.02},
00891 
00892     // S0 S0 K0b pi0 pi0
00893     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00894       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.01,
00895       0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01},
00896 
00897     // S0 S0 K- pi+ pi0
00898     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00899       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.02, 0.03,
00900       0.03, 0.03, 0.04, 0.04, 0.04, 0.04, 0.04, 0.03, 0.03, 0.03, 0.02},
00901 
00902     // S0 S+ K0b pi- pi0
00903     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00904       0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.03, 0.04, 0.04,
00905       0.05, 0.06, 0.07, 0.07, 0.07, 0.06, 0.06, 0.06, 0.06, 0.06, 0.05},
00906 
00907     // S0 S+ K- pi+ pi-
00908     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00909       0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.03, 0.04, 0.04,
00910       0.05, 0.06, 0.07, 0.07, 0.07, 0.06, 0.06, 0.06, 0.06, 0.06, 0.05},
00911 
00912     // S0 S+ K- pi0 pi0
00913     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00914       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.02, 0.03,
00915       0.03, 0.03, 0.04, 0.04, 0.04, 0.04, 0.04, 0.03, 0.03, 0.03, 0.02},
00916 
00917     // S+ S+ K0b pi- pi-
00918     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00919       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.01,
00920       0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01},
00921 
00922     // S+ S+ K- pi- pi0
00923     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00924       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.02, 0.03,
00925       0.03, 0.03, 0.04, 0.04, 0.04, 0.04, 0.04, 0.03, 0.03, 0.03, 0.02},
00926 
00927     // S- S0 K0b K+ K0b   negligible  (OZI suppressed)
00928     // S- S+ K0b K0 K0b   negligible  (OZI suppressed)
00929     // S- S+ K0b K+ K-    negligible  (OZI suppressed)
00930     // S0 S0 K0b K0 K0b   negligible  (OZI suppressed)
00931     // S0 S0 K0b K+ K-    negligible  (OZI suppressed)
00932     // S0 S+ K- K+ K-     negligible  (OZI suppressed)
00933     // S0 S+ K- K0 K0b    negligible  (OZI suppressed)
00934     // S+ S+ K- K0 K-     negligible  (OZI suppressed)
00935 
00936     // L p K0b K0b pi- (T = 1.790)
00937     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00938       0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.03, 0.04, 0.04,
00939       0.05, 0.06, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00940 
00941     // L p K0b K- pi0  
00942     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00943       0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.03, 0.04, 0.04,
00944       0.05, 0.06, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00945 
00946     // L p K- K- pi+
00947     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00948       0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.03, 0.04, 0.04,
00949       0.05, 0.06, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00950 
00951     // L n K0b K0b pi0
00952     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00953       0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.03, 0.04, 0.04,
00954       0.05, 0.06, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00955 
00956     // L n K0b K- pi+
00957     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00958       0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.03, 0.04, 0.04,
00959       0.05, 0.06, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07, 0.07},
00960 
00961     // L L K0b pi+ pi- (T = 1.194)
00962     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00963       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.02, 0.03,
00964       0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.02},
00965 
00966     // L L K0b pi0 pi0
00967     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00968       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.01,
00969       0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01},
00970 
00971     // L L K- pi+ pi0
00972     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00973       0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.02, 0.02, 0.03,
00974       0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.02},
00975 
00976     // L L K0b K+ K-   negligible (OZI suppressed)
00977     // L L K0b K0 K0b  negligible (OZI suppressed)
00978 
00979     // p p K0b K- K-
00980     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00981       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.02, 0.03,
00982       0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03},
00983 
00984     // p n K0b K0b K-
00985     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00986       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.02, 0.03, 0.04,
00987       0.05, 0.06, 0.06, 0.06, 0.06, 0.6,  0.06, 0.06, 0.06, 0.06, 0.06},
00988 
00989     // n n K0b K0b K0b (T = 2.430)
00990     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00991       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02,
00992       0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02},
00993 
00994     // multiplicity 6 (20 channels)
00995     //
00996     // Om- p pi+ pi- pi0 pi0
00997     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00998       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
00999       0.01, 0.02, 0.03, 0.03, 0.04, 0.04, 0.05, 0.06, 0.07, 0.06, 0.06},
01000 
01001     // Om- n pi+ pi+ pi- pi0
01002     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01003       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01004       0.01, 0.02, 0.03, 0.03, 0.04, 0.04, 0.05, 0.06, 0.07, 0.08, 0.09},
01005 
01006     // Xi- p K0b pi+ pi- pi0
01007     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01008       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01009       0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.08, 0.10, 0.11, 0.11, 0.11},
01010 
01011     // Xi- n K- pi+ pi+ pi0
01012     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01013       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01014       0.01, 0.02, 0.03, 0.04, 0.04, 0.04, 0.05, 0.05, 0.05, 0.05, 0.05},
01015 
01016     // Xi0 p K- pi+ pi- pi0
01017     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01018       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01019       0.01, 0.02, 0.03, 0.04, 0.04, 0.05, 0.07, 0.09, 0.11, 0.11, 0.11},
01020 
01021     // Xi0 p K0b pi+ pi- pi-
01022     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01023       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01024       0.01, 0.02, 0.03, 0.04, 0.04, 0.04, 0.05, 0.05, 0.05, 0.05, 0.05},
01025 
01026     // Xi0 n K0b pi+ pi- pi0
01027     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01028       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01029       0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.08, 0.10, 0.11, 0.11, 0.11},
01030 
01031     // S- p K0b K- pi+ pi0
01032     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01033       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01034       0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.08, 0.10, 0.11, 0.11, 0.11},
01035 
01036     // S0 p K0b K- pi+ pi-
01037     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01038       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01039       0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.08, 0.10, 0.11, 0.11, 0.11},
01040 
01041     // S0 n K0b K- pi+ pi0
01042     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01043       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01044       0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.08, 0.10, 0.11, 0.11, 0.11},
01045 
01046     // S+ p K0b K- pi- pi0
01047     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01048       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01049       0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.08, 0.10, 0.11, 0.11, 0.11},
01050 
01051     // S+ n K0b K- pi+ pi-
01052     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01053       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01054       0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.08, 0.10, 0.11, 0.11, 0.11},
01055 
01056     // S0 L K0b pi+ pi- pi0
01057     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01058       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01059       0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.08, 0.10, 0.11, 0.11, 0.11},
01060 
01061     // S+ L K- pi+ pi- pi0
01062     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01063       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01064       0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.08, 0.10, 0.11, 0.11, 0.11},
01065 
01066     // S- S+ K0b pi+ pi- pi0
01067     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01068       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01069       0.01, 0.02, 0.03, 0.04, 0.04, 0.04, 0.05, 0.05, 0.05, 0.05, 0.05},
01070 
01071     // S0 S+ K- pi+ pi- pi0
01072     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01073       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01074       0.01, 0.02, 0.03, 0.04, 0.04, 0.04, 0.05, 0.05, 0.05, 0.05, 0.05},
01075 
01076     // L p K0b K- pi+ pi-
01077     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01078       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01079       0.01, 0.02, 0.03, 0.04, 0.04, 0.04, 0.05, 0.05, 0.05, 0.05, 0.05},
01080 
01081     // L n K0b K- pi+ pi0
01082     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01083       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01084       0.01, 0.02, 0.03, 0.04, 0.04, 0.04, 0.05, 0.05, 0.05, 0.05, 0.05},
01085 
01086     // p n K0b K0b K- pi0 (T= 2.904)  
01087     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01088       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01089       0.01, 0.02, 0.03, 0.04, 0.05, 0.05, 0.06, 0.07, 0.07, 0.07, 0.07},
01090 
01091     // p n K0b K- K- pi+
01092     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01093       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01094       0.01, 0.02, 0.03, 0.04, 0.05, 0.05, 0.06, 0.07, 0.07, 0.07, 0.07},
01095 
01096     // multiplicity 7 (34 channels)
01097     //
01098     // Om- p pi+ pi+ pi- pi- pi0
01099     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01100       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01101       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02, 0.02},
01102 
01103     // Om- n pi+ pi+ pi- pi0 pi0
01104     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01105       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01106       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02, 0.02},
01107 
01108     // Xi- p K- pi+ pi+ pi- pi0
01109     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01110       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01111       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02, 0.02},
01112 
01113     // Xi- p K0b pi+ pi- pi0 pi0
01114     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01115       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01116       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02, 0.02},
01117 
01118     // Xi- n K0b pi+ pi+ pi- pi0
01119     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01120       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01121       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02, 0.02},
01122 
01123     // Xi0 p K- pi+ pi- pi0 pi0
01124     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01125       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01126       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02, 0.02},
01127 
01128     // Xi0 p K0b pi+ pi- pi- pi0
01129     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01130       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01131       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02, 0.02},
01132 
01133     // Xi0 n K- pi+ pi+ pi- pi0
01134     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01135       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01136       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02, 0.02},
01137 
01138     // Xi0 n K0b pi+ pi- pi0 pi0
01139     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01140       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01141       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02, 0.02},
01142 
01143     // Xi- L pi+ pi+ pi- pi0 pi0
01144     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01145       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01146       0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03, 0.04, 0.04, 0.05, 0.05},
01147 
01148     // Xi0 L pi+ pi+ pi- pi- pi0
01149     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01150       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01151       0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03, 0.04, 0.04, 0.05, 0.05},
01152 
01153     // S- p K0b K0b pi+ pi- pi0
01154     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01155       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01156       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02, 0.02},
01157 
01158     // S- p K0b K- pi+ pi+ pi-
01159     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01160       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01161       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02, 0.02},
01162 
01163     // S- p K0b K- pi+ pi0 pi0
01164     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01165       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01166       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02, 0.02},
01167 
01168     // S- n K0b K- pi+ pi+ pi0
01169     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01170       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01171       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02, 0.02},
01172 
01173     // S0 p K0b K- pi+ pi- pi0
01174     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01175       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01176       0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03, 0.04, 0.04, 0.05, 0.05},
01177 
01178     // S0 n K0b K0b pi+ pi- pi0
01179     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01180       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01181       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02, 0.02},
01182 
01183     // S0 n K0b K- pi+ pi+ pi-
01184     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01185       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01186       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02, 0.02},
01187 
01188     // S0 n K0b K- pi+ pi0 pi0
01189     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01190       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01191       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02, 0.02},
01192 
01193     // S+ p K0b K- pi+ pi- pi-
01194     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01195       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01196       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02, 0.02},
01197 
01198     // S+ p K0b K- pi- pi0 pi0
01199     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01200       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01201       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02, 0.02},
01202 
01203     // S+ p K- K- pi+ pi- pi0
01204     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01205       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01206       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02, 0.02},
01207 
01208     // S+ n K0b K- pi+ pi- pi0
01209     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01210       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01211       0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03, 0.04, 0.04, 0.05, 0.05},
01212 
01213     // S- L K0b pi+ pi+ pi- pi0
01214     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01215       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01216       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.01, 0.01},
01217 
01218     // S0 L K0b pi+ pi- pi0 pi0
01219     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01220       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01221       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.01, 0.01},
01222 
01223     // S0 L K- pi+ pi+ pi- pi0
01224     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01225       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01226       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.01, 0.01},
01227 
01228     // S+ L K0b pi+ pi- pi- pi0
01229     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01230       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01231       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.01, 0.01},
01232 
01233     // S+ L K- pi+ pi- pi0 pi0
01234     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01235       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01236       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.01, 0.01},
01237 
01238     // L p K0b K- pi+ pi- pi0
01239     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01240       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01241       0.0,  0.0,  0.01, 0.02, 0.02, 0.03, 0.03, 0.04, 0.04, 0.05, 0.05},
01242 
01243     // L n K0b K0b pi+ pi- pi0
01244     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01245       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01246       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02},
01247 
01248     // L n K0b K- pi+ pi+ pi-
01249     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01250       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01251       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02},
01252 
01253     // L n K0b K- pi+ pi0 pi0
01254     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01255       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01256       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02},
01257 
01258     // p n K0b K0b K- pi+ pi-
01259     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01260       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01261       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02},
01262 
01263     // p n K0b K- K- pi+ pi0
01264     { 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01265       0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
01266       0.0,  0.0,  0.0,  0.01, 0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.02}};
01267 
01268 }
01269 
01270 G4CascadeOmegaMinusPChannelData::data_t
01271 G4CascadeOmegaMinusPChannelData::data(omp2bfs, omp3bfs, omp4bfs,
01272                                       omp5bfs, omp6bfs, omp7bfs,
01273                                       ompCrossSections, om*pro, "OmegaMinusP");

Generated on Mon May 27 17:47:50 2013 for Geant4 by  doxygen 1.4.7