45 if (theInstance !=
nullptr)
return theInstance;
46 const G4String name =
"anti_hyperalpha";
50 if (anInstance ==
nullptr) {
63 anInstance =
new G4Ions( name, 3921.87*MeV, 2.501e-12*MeV, -2.0*eplus,
66 "anti_nucleus", 0, -4, -1010020040,
67 false, 0.2631*
ns,
nullptr,
68 false,
"static", 1010020040,
73 G4double mN = eplus * hbar_Planck / 2.0 / (proton_mass_c2 / c_squared);
74 anInstance->SetPDGMagneticMoment(2.97896248 * mN);
99 const G4double br_lambda_to_p_pim = 0.639;
100 const G4double half_br_lambda_to_n_piz = 0.5 * 0.358;
104 "anti_proton",
"pi+");
107 "anti_He3",
"anti_neutron",
"pi0");
109 "anti_alpha",
"pi0");
110 for (
G4int index = 0; index < 3; ++index)
111 table->Insert(mode[index]);
114 anInstance->SetDecayTable(table);
116 theInstance =
static_cast<G4AntiHyperAlpha*
>(anInstance);
G4Ions(const G4String &aName, G4double mass, G4double width, G4double charge, G4int iSpin, G4int iParity, G4int iConjugation, G4int iIsospin, G4int iIsospin3, G4int gParity, const G4String &pType, G4int lepton, G4int baryon, G4int encoding, G4bool stable, G4double lifetime, G4DecayTable *decaytable, G4bool shortlived, const G4String &subType="", G4int anti_encoding=0, G4double excitation=0.0, G4int isomer=0)
G4ParticleDefinition * FindParticle(G4int PDGEncoding)
static G4ParticleTable * GetParticleTable()