Geant4_10
|
Functions | |
G4double | elastic (Particle const *const p1, Particle const *const p2) |
G4double | total (Particle const *const p1, Particle const *const p2) |
G4double | pionNucleon (Particle const *const p1, Particle const *const p2) |
G4double | recombination (Particle const *const p1, Particle const *const p2) |
G4double | deltaProduction (Particle const *const p1, Particle const *const p2) |
G4double | calculateNNAngularSlope (G4double energyCM, G4int iso) |
Calculate the slope of the NN DDXS. More... | |
G4double | interactionDistanceNN (const ParticleSpecies &aSpecies, const G4double kineticEnergy) |
Compute the "interaction distance". More... | |
G4double | interactionDistancePiN (const G4double projectileKineticEnergy) |
Compute the "interaction distance". More... | |
void | setCrossSections (ICrossSections *c) |
void | deleteCrossSections () |
Calculate the slope of the NN DDXS.
energyCM | energy in the CM frame, in MeV |
iso | total isospin of the system |
Definition at line 70 of file G4INCLCrossSections.cc.
void G4INCL::CrossSections::deleteCrossSections | ( | ) |
G4double G4INCL::CrossSections::deltaProduction | ( | Particle const *const | p1, |
Particle const *const | p2 | ||
) |
G4double G4INCL::CrossSections::elastic | ( | Particle const *const | p1, |
Particle const *const | p2 | ||
) |
G4double G4INCL::CrossSections::interactionDistanceNN | ( | const ParticleSpecies & | aSpecies, |
const G4double | kineticEnergy | ||
) |
Compute the "interaction distance".
Defined on the basis of the average value of the N-N cross sections at the given kinetic energy.
Definition at line 107 of file G4INCLCrossSections.cc.
Compute the "interaction distance".
Defined on the basis of the average value of the pi-N cross sections at the given kinetic energy.
Definition at line 74 of file G4INCLCrossSections.cc.
G4double G4INCL::CrossSections::pionNucleon | ( | Particle const *const | p1, |
Particle const *const | p2 | ||
) |
Definition at line 58 of file G4INCLCrossSections.cc.
G4double G4INCL::CrossSections::recombination | ( | Particle const *const | p1, |
Particle const *const | p2 | ||
) |
void G4INCL::CrossSections::setCrossSections | ( | ICrossSections * | c | ) |
G4double G4INCL::CrossSections::total | ( | Particle const *const | p1, |
Particle const *const | p2 | ||
) |