69 if ( (br=bRatio[iState][XiPi]) >0.0) {
70 AddXiPiMode( decayTable, parentName, br, iIso3, fAnti);
73 if ( (br=bRatio[iState][XiGamma]) >0.0) {
74 AddXiGammaMode( decayTable, parentName, br, iIso3, fAnti);
77 if ( (br=bRatio[iState][LambdaK]) >0.0) {
78 AddLambdaKMode( decayTable, parentName, br, iIso3, fAnti);
81 if ( (br=bRatio[iState][SigmaK]) >0.0) {
82 AddSigmaKMode( decayTable, parentName, br, iIso3, fAnti);
97 }
else if (iIso3==-1) {
100 if (fAnti) daughterH =
"anti_" + daughterH;
129 daughterK =
"anti_kaon0";
132 }
else if (iIso3 == -1) {
165 daughterH =
"sigma+";
167 }
else if (iIso3== -1) {
168 daughterH =
"sigma0";
176 if (fAnti) daughterH =
"anti_" + daughterH;
180 daughterH,daughterK);
188 daughterH =
"sigma0";
190 }
else if (iIso3 == -1) {
191 daughterH =
"sigma-";
195 daughterK =
"anti_kaon0";
199 if (fAnti) daughterH =
"anti_" + daughterH;
203 daughterH,daughterK);
225 }
else if (iIso3 == -1) {
234 if (fAnti) daughterXi =
"anti_" + daughterXi;
238 daughterXi,daughterPi);
247 }
else if (iIso3 == -1) {
252 if (fAnti) daughterXi =
"anti_" + daughterXi;
256 daughterXi,daughterPi);
266 }
else if (iIso3==-1) {
274 if (fAnti) daughterXi =
"anti_" + daughterXi;
278 daughterXi,daughterPi);
290 if (iso3== -1) fm = 1.5350*GeV;
299 if (iso3== -1) fw = 9.9*MeV;
304const char* G4ExcitedXiConstructor::name[] = {
305 "xi(1530)",
"xi(1690)",
"xi(1820)",
"xi(1950)",
"xi(2030)"
308const G4double G4ExcitedXiConstructor::mass[] = {
309 1.5318*GeV, 1.690*GeV, 1.823*GeV, 1.950*GeV, 2.025*GeV
312const G4double G4ExcitedXiConstructor::width[] = {
313 9.1*MeV, 50.0*MeV, 24.0*MeV, 60.0*MeV, 20.0*MeV
316const G4int G4ExcitedXiConstructor::iSpin[] = {
320const G4int G4ExcitedXiConstructor::iParity[] = {
325const G4int G4ExcitedXiConstructor::encodingOffset[] = {
326 0, 20000, 10000, 30000, 10000
331 { 0.98, 0.02, 0.0, 0.0},
332 { 0.10, 0.0, 0.70, 0.20},
333 { 0.15, 0.0, 0.70, 0.15},
334 { 0.25, 0.0, 0.50, 0.25},
335 { 0.10, 0.0, 0.20, 0.70}
void Insert(G4VDecayChannel *aChannel)
virtual ~G4ExcitedXiConstructor()
virtual G4double GetWidth(G4int state, G4int iso)
virtual G4DecayTable * CreateDecayTable(const G4String &name, G4int iIso3, G4int iState, G4bool fAnti=false)
virtual G4double GetMass(G4int state, G4int iso)