34#define INCLXX_IN_GEANT4_MODE 1
79 switch(theDelta->getType()) {
83 theNucleon->setType(
Proton);
97 INCL_ERROR(
"Unknown particle type in RecombinationChannel" <<
'\n');
108 theDelta->setMomentum(momentum);
109 theNucleon->setMomentum(-momentum);
112 theDelta->adjustEnergyFromMomentum();
113 theNucleon->adjustEnergyFromMomentum();
Delta-nucleon recombination channel.
void addModifiedParticle(Particle *p)
G4bool isDelta() const
Is it a Delta?
virtual ~RecombinationChannel()
void fillFinalState(FinalState *fs)
RecombinationChannel(Particle *p1, Particle *p2)
G4double totalEnergyInCM(Particle const *const p1, Particle const *const p2)
G4double momentumInCM(Particle const *const p1, Particle const *const p2)
gives the momentum in the CM frame of two particles.
ThreeVector normVector(G4double norm=1.)