90 if(std::abs(iso) == 4){
164 particle1->setType(Nucleon1Type);
165 particle2->setType(Nucleon2Type);
168 list.push_back(particle1);
169 list.push_back(particle2);
170 const ThreeVector &rcol1 = particle1->getPosition();
172 const ThreeVector &rcol2 = particle2->getPosition();
176 list.push_back(kaon);
177 list.push_back(antikaon);
ParticleType getKaonType(const G4int isosp)
Get the type of kaon.
G4int getIsospin(const ParticleType t)
Get the isospin of a particle.
ParticleType getNucleonType(const G4int isosp)
Get the type of nucleon.
ParticleType getAntiKaonType(const G4int isosp)
Get the type of antikaon.