80 else if(rdm*20. < 3.){
87 else if(rdm*20. < 4.){
94 else if(rdm*20. < 6.){
101 else if(rdm*20. < 7.){
108 else if(rdm*20. < 9.){
115 else if(rdm*20. < 10.){
116 particle1->setType(
Proton);
122 else if(rdm*20. < 12.){
123 particle1->setType(
Proton);
129 else if(rdm*20. < 13.){
130 particle1->setType(
Proton);
136 else if(rdm*20. < 15.){
137 particle1->setType(
Proton);
143 else if(rdm*20. < 16.){
144 particle1->setType(
Proton);
150 else if(rdm*20. < 17.){
151 particle1->setType(
Proton);
157 else if(rdm*20. < 19.){
158 particle1->setType(
Proton);
165 particle1->setType(
Proton);
181 else if(rdm*20. < 2.){
188 else if(rdm*20. < 4.){
195 else if(rdm*20. < 5.){
202 else if(rdm*20. < 7.){
209 else if(rdm*20. < 8.){
216 else if(rdm*20. < 9.){
223 else if(rdm*20. < 11.){
230 else if(rdm*20. < 13.){
231 particle1->setType(
Proton);
237 else if(rdm*20. < 14.){
238 particle1->setType(
Proton);
244 else if(rdm*20. < 15.){
245 particle1->setType(
Proton);
251 else if(rdm*20. < 17.){
252 particle1->setType(
Proton);
258 else if(rdm*20. < 19.){
259 particle1->setType(
Proton);
266 particle1->setType(
Proton);
282 else if(rdm*22. < 3.){
289 else if(rdm*22. < 4.){
296 else if(rdm*22. < 6.){
303 else if(rdm*22. < 7.){
310 else if(rdm*22. < 8.){
317 else if(rdm*22. < 10.){
324 else if(rdm*22. < 11.){
331 else if(rdm*22. < 12.){
332 particle1->setType(
Proton);
338 else if(rdm*22. < 13.){
339 particle1->setType(
Proton);
345 else if(rdm*22. < 15.){
346 particle1->setType(
Proton);
352 else if(rdm*22. < 16.){
353 particle1->setType(
Proton);
359 else if(rdm*22. < 18.){
360 particle1->setType(
Proton);
366 else if(rdm*22. < 19.){
367 particle1->setType(
Proton);
373 else if(rdm*22. < 20.){
374 particle1->setType(
Proton);
381 particle1->setType(
Proton);
392 list.push_back(particle1);
393 list.push_back(particle2);
394 const ThreeVector &rcol1 = particle1->getPosition();
395 const ThreeVector &rcol2 = particle2->getPosition();
400 list.push_back(kaon);
401 list.push_back(pion1);
402 list.push_back(pion2);
G4int getIsospin(const ParticleType t)
Get the isospin of a particle.