76 if (particle1->isResonance()) {
94 if(std::abs(iso) == 4){
156 particle1->setType(NucleonType);
157 particle2->setType(SigmaType);
160 list.push_back(particle1);
161 list.push_back(particle2);
162 const ThreeVector &rcol = particle2->getPosition();
165 list.push_back(kaon);
G4INCL::ParticleType getType() 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 getNucleonType(const G4int isosp)
Get the type of nucleon.