82 else if(rdm * 6. < 5.){
95 particle1->setType(
Proton);
97 else if(rdm * 6. < 5.){
112 else if(rdm * 14. < 4.){
115 particle1->setType(
Proton);
117 else if(rdm * 14. < 9.){
125 particle1->setType(
Proton);
130 list.push_back(particle1);
131 list.push_back(particle2);
132 const ThreeVector &rcol = particle2->getPosition();
135 list.push_back(kaon);
G4int getIsospin(const ParticleType t)
Get the isospin of a particle.