89 if(particle1->isNucleon()){
106 if(iso == 3 || iso == -3){
112 else if(rdm*13. < 5.){
118 else if(rdm*13. < 7.){
123 else if(rdm*13. < 8.){
128 else if(rdm*13. < 12.){
139 else if(pion->getType() ==
PiZero){
145 else if(rdm*14. < 4.){
151 else if(rdm*14. < 5.){
156 else if(rdm*14. < 6.){
161 else if(rdm*14. < 10.){
167 else if(rdm*14. < 11.){
172 else if(rdm*14. < 12.){
190 else if(rdm*15. < 3.){
195 else if(rdm*15. < 4.){
200 else if(rdm*15. < 5.){
206 else if(rdm*15. < 7.){
211 else if(rdm*15. < 11.){
216 else if(rdm*15. < 13.){
230#ifdef INCLXX_IN_GEANT4_MODE
232 nucleon->setParentResonancePDGCode(0);
233 nucleon->setParentResonanceID(0);
234 pion->setParentResonancePDGCode(0);
235 pion->setParentResonanceID(0);
239 list.push_back(nucleon);
240 list.push_back(pion);
246 list.push_back(kaon);
247 list.push_back(pion2);
const G4INCL::ThreeVector & getMomentum() const
ParticleType getKaonType(const G4int isosp)
Get the type of kaon.
ParticleType getSigmaType(const G4int isosp)
Get the type of sigma.
G4int getIsospin(const ParticleType t)
Get the isospin of a particle.
ParticleType getPionType(const G4int isosp)
Get the type of pion.