68 if(particle1->isNucleon()){
84 if(iso == 3 || iso == -3){
87 else if(pion->getType() ==
PiZero){
108#ifdef INCLXX_IN_GEANT4_MODE
110 nucleon->setParentResonancePDGCode(0);
111 nucleon->setParentResonanceID(0);
112 pion->setParentResonancePDGCode(0);
113 pion->setParentResonanceID(0);
117 list.push_back(nucleon);
118 list.push_back(pion);
122 list.push_back(kaon);
const G4INCL::ThreeVector & getMomentum() const
ParticleType getKaonType(const G4int isosp)
Get the type of kaon.
G4int getIsospin(const ParticleType t)
Get the isospin of a particle.
ParticleType getPionType(const G4int isosp)
Get the type of pion.