71 particle2->setType(
Lambda);
87 particle1->setType(
Proton);
93 particle1->setType(
Proton);
99 particle1->setType(
Proton);
113 else if(rdm*7. < 3.){
119 else if(rdm*7. < 4.){
125 else if(rdm*7. < 5.){
126 particle1->setType(
Proton);
132 particle1->setType(
Proton);
145 else if(rdm*8. < 2.){
151 else if(rdm*8. < 4.){
157 else if(rdm*8. < 5.){
158 particle1->setType(
Proton);
163 else if(rdm*8. < 7.){
164 particle1->setType(
Proton);
170 particle1->setType(
Proton);
179 list.push_back(particle1);
180 list.push_back(particle2);
181 const ThreeVector &rcol1 = particle1->getPosition();
182 const ThreeVector &rcol2 = particle2->getPosition();
187 list.push_back(kaon);
188 list.push_back(pion1);
189 list.push_back(pion2);
G4int getIsospin(const ParticleType t)
Get the isospin of a particle.