91 else if(rdm * 36. < 18.){
96 else if(rdm * 36. < 22.){
101 else if(rdm * 36. < 24.){
107 else if(rdm * 36. < 28.){
112 else if(rdm * 36. < 30.){
118 else if(rdm * 36. < 32.){
137 else if(rdm * 36. < 18.){
142 else if(rdm * 36. < 22.){
147 else if(rdm * 36. < 24.){
150 particle1->setType(
Proton);
153 else if(rdm * 36. < 28.){
158 else if(rdm * 36. < 30.){
161 particle1->setType(
Proton);
164 else if(rdm * 36. < 32.){
172 particle1->setType(
Proton);
177 else if(rdm*36. < 4.){
180 particle1->setType(
Proton);
183 else if(rdm*36. < 6.){
189 else if(rdm*36. < 8.){
195 else if(rdm*36. < 9.){
198 particle1->setType(
Proton);
201 else if(rdm*36. < 18.){
204 particle1->setType(
Proton);
207 else if(rdm*36. < 27.){
213 else if(rdm*36. < 28.){
219 else if(rdm*36. < 30.){
222 particle1->setType(
Proton);
225 else if(rdm*36. < 32.){
228 particle1->setType(
Proton);
239 list.push_back(particle1);
240 list.push_back(particle2);
241 const ThreeVector &rcol1 = particle1->getPosition();
242 const ThreeVector &rcol2 = particle2->getPosition();
246 list.push_back(kaon);
247 list.push_back(pion);
const G4INCL::ThreeVector & getMomentum() const
G4int getIsospin(const ParticleType t)
Get the isospin of a particle.