52 if ((br = bRatio[iState][XiPi]) > 0.0) {
53 AddXiPiMode(decayTable, parentName, br, iIso3, fAnti);
56 if ((br = bRatio[iState][XiGamma]) > 0.0) {
57 AddXiGammaMode(decayTable, parentName, br, iIso3, fAnti);
60 if ((br = bRatio[iState][LambdaK]) > 0.0) {
61 AddLambdaKMode(decayTable, parentName, br, iIso3, fAnti);
64 if ((br = bRatio[iState][SigmaK]) > 0.0) {
65 AddSigmaKMode(decayTable, parentName, br, iIso3, fAnti);
80 else if (iIso3 == -1) {
83 if (fAnti) daughterH =
"anti_" + daughterH;
111 daughterK =
"anti_kaon0";
115 else if (iIso3 == -1) {
148 daughterH =
"sigma+";
151 else if (iIso3 == -1) {
152 daughterH =
"sigma0";
161 if (fAnti) daughterH =
"anti_" + daughterH;
172 daughterH =
"sigma0";
175 else if (iIso3 == -1) {
176 daughterH =
"sigma-";
180 daughterK =
"anti_kaon0";
185 if (fAnti) daughterH =
"anti_" + daughterH;
211 else if (iIso3 == -1) {
221 if (fAnti) daughterXi =
"anti_" + daughterXi;
234 else if (iIso3 == -1) {
239 if (fAnti) daughterXi =
"anti_" + daughterXi;
253 else if (iIso3 == -1) {
262 if (fAnti) daughterXi =
"anti_" + daughterXi;
277 if (iso3 == -1) fm = 1.5350 * GeV;
286 if (iso3 == -1) fw = 9.9 * MeV;
293const char* G4ExcitedXiConstructor::name[] = {
294 "xi(1530)",
"xi(1690)",
"xi(1820)",
"xi(1950)",
"xi(2030)"
297const G4double G4ExcitedXiConstructor::mass[] = {
298 1.5318*GeV, 1.690*GeV, 1.823*GeV, 1.950*GeV, 2.025*GeV
301const G4double G4ExcitedXiConstructor::width[] = {
302 9.1*MeV, 20.0*MeV, 24.0*MeV, 60.0*MeV, 20.0*MeV
305const G4int G4ExcitedXiConstructor::iSpin[] = {
309const G4int G4ExcitedXiConstructor::iParity[] = {
314const G4int G4ExcitedXiConstructor::encodingOffset[] = {
315 0, 20000, 10000, 30000, 10000
320 { 0.98, 0.02, 0.0, 0.0},
321 { 0.10, 0.0, 0.70, 0.20},
322 { 0.15, 0.0, 0.70, 0.15},
323 { 0.25, 0.0, 0.50, 0.25},
324 { 0.10, 0.0, 0.20, 0.70}
void Insert(G4VDecayChannel *aChannel)
G4double GetMass(G4int state, G4int iso) override
G4double GetWidth(G4int state, G4int iso) override
G4DecayTable * CreateDecayTable(const G4String &name, G4int iIso3, G4int iState, G4bool fAnti=false) override