48 IonsMap::const_iterator i(map.find(name));
58G4DNAGenericIonsManager :: G4DNAGenericIonsManager()
80 "iron", 52.5672*GeV, 0.0*MeV, +26.0*eplus,
83 "nucleus", +26, +56, 0,
89 "oxygen", 15.0074*GeV, 0.0*MeV, +8.0*eplus,
92 "nucleus", +8, +16, 0,
99 "nitrogen", 13.132*GeV, 0.0*MeV, +7.0*eplus,
102 "nucleus", +7, +14, 0,
108 "carbon", 11.267025440*GeV, 0.0*MeV, +6.0*eplus,
111 "nucleus", +6, +12, 0,
117 "helium", 3.727417*GeV, 0.0*MeV, +0.0*eplus,
120 "nucleus", +2, +4, 0,
125 alphaPlus=
new G4Ions(
"alpha+", 3.727417*GeV, 0.0*MeV, +1.0*eplus,
128 "nucleus", +1, +4, 0,
129 true, -1.0, 0,
false,
132 hydrogen=
new G4Ions(
"hydrogen", 0.9382723*GeV, 0.0*MeV, +0.0*eplus,
135 "nucleus", +1, +1, 0,
136 true, -1.0, 0,
false,
139 positronium1s=
new G4Ions(
"Ps-1s", 2*electron_mass_c2, 0.0*MeV, +0.0*eplus,
143 true, -1.0, 0,
false,
146 positronium2s=
new G4Ions(
"Ps-2s", 2*electron_mass_c2, 0.0*MeV, +0.0*eplus,
150 true, -1.0, 0,
false,
154 map[
"helium" ]=helium;
155 map[
"hydrogen"]=hydrogen;
156 map[
"alpha+" ]=alphaPlus;
158 map[
"Ps-1s" ]=positronium1s;
159 map[
"Ps-2s" ]=positronium2s;
160 map[
"carbon" ]=carbon;
161 map[
"nitrogen"]=nitrogen;
162 map[
"oxygen" ]=oxygen;