100 particle1->setType(
Proton);
103 else if(rdm*26. < 9.){
107 else if(rdm*26. < 18.){
111 else if(rdm*26. < 22.){
114 particle1->setType(
Proton);
115 particle2->setType(
Proton);
125 list.push_back(particle1);
126 list.push_back(particle2);
127 const ThreeVector &rcol1 = particle1->getPosition();
128 const ThreeVector &rcol2 = particle2->getPosition();
132 list.push_back(kaon);
133 list.push_back(antikaon);
G4int getIsospin(const ParticleType t)
Get the isospin of a particle.