73 particle2->setType(
Lambda);
80 else if(rdm*12. < 11.){
95 else if(rdm*12. < 11.){
102 particle1->setType(
Proton);
105 else if(rdm*6. < 2.){
110 else if(rdm*6. < 4.){
113 particle1->setType(
Proton);
115 else if(rdm*6. < 5.){
118 particle1->setType(
Proton);
127 list.push_back(particle1);
128 list.push_back(particle2);
129 const ThreeVector &rcol1 = particle1->getPosition();
130 const ThreeVector &rcol2 = particle2->getPosition();
134 list.push_back(kaon);
135 list.push_back(pion);
G4int getIsospin(const ParticleType t)
Get the isospin of a particle.