|
Geant4.10
|
#include "globals.hh"#include "G4INCLCrossSections.hh"#include "G4INCLKinematicsUtils.hh"#include "G4INCLParticleTable.hh"#include "G4INCLLogger.hh"Go to the source code of this file.
Namespaces | |
| G4INCL | |
| G4INCL::CrossSections | |
Macros | |
| #define | INCLXX_IN_GEANT4_MODE 1 |
Functions | |
| G4double | G4INCL::CrossSections::elastic (Particle const *const p1, Particle const *const p2) |
| G4double | G4INCL::CrossSections::total (Particle const *const p1, Particle const *const p2) |
| G4double | G4INCL::CrossSections::pionNucleon (Particle const *const p1, Particle const *const p2) |
| G4double | G4INCL::CrossSections::recombination (Particle const *const p1, Particle const *const p2) |
| G4double | G4INCL::CrossSections::deltaProduction (Particle const *const p1, Particle const *const p2) |
| G4double | G4INCL::CrossSections::calculateNNAngularSlope (G4double energyCM, G4int iso) |
| Calculate the slope of the NN DDXS. More... | |
| G4double | G4INCL::CrossSections::interactionDistancePiN (const G4double projectileKineticEnergy) |
| Compute the "interaction distance". More... | |
| G4double | G4INCL::CrossSections::interactionDistanceNN (const ParticleSpecies &aSpecies, const G4double kineticEnergy) |
| Compute the "interaction distance". More... | |
| void | G4INCL::CrossSections::setCrossSections (ICrossSections *c) |
| void | G4INCL::CrossSections::deleteCrossSections () |
| #define INCLXX_IN_GEANT4_MODE 1 |
Definition at line 33 of file G4INCLCrossSections.cc.
1.8.7