45 if (theInstance !=
nullptr)
return theInstance;
50 if (anInstance ==
nullptr) {
63 anInstance =
new G4Ions( name, 4840.00*MeV, 2.501e-12*MeV, +2.0*eplus,
66 "nucleus", 0, +5, 1010020050,
67 false, 0.2631*ns,
nullptr,
68 false,
"static", -1010020050,
73 G4double mN = eplus * hbar_Planck / 2.0 / (proton_mass_c2 / c_squared);
74 anInstance->SetPDGMagneticMoment(2.97896248 * mN);
100 const G4double br_lambda_to_p_pim = 0.639;
101 const G4double br_lambda_to_n_piz = 0.358;
109 for (
G4int index = 0; index < 2; ++index)
110 table->Insert(mode[index]);
113 anInstance->SetDecayTable(table);
115 theInstance =
static_cast<G4HyperHe5*
>(anInstance);
G4ParticleDefinition * FindParticle(G4int PDGEncoding)
static G4ParticleTable * GetParticleTable()