|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
Functions | |
| InterpolationTable * | createRPCorrelationTable (const ParticleType t, const G4int A, const G4int Z) |
| InterpolationTable * | createRCDFTable (const ParticleType t, const G4int A, const G4int Z) |
| InterpolationTable * | createPCDFTable (const ParticleType t, const G4int A, const G4int Z) |
| NuclearDensity const * | createDensity (const G4int A, const G4int Z, const G4int S) |
| void | addRPCorrelationToCache (const G4int A, const G4int Z, const ParticleType t, InterpolationTable *const table) |
| void | addDensityToCache (const G4int A, const G4int Z, NuclearDensity *const density) |
| void | clearCache () |
| void G4INCL::NuclearDensityFactory::addDensityToCache | ( | const G4int | A, |
| const G4int | Z, | ||
| NuclearDensity *const | density ) |
Definition at line 221 of file G4INCLNuclearDensityFactory.cc.
| void G4INCL::NuclearDensityFactory::addRPCorrelationToCache | ( | const G4int | A, |
| const G4int | Z, | ||
| const ParticleType | t, | ||
| InterpolationTable *const | table ) |
Definition at line 207 of file G4INCLNuclearDensityFactory.cc.
| void G4INCL::NuclearDensityFactory::clearCache | ( | ) |
Definition at line 233 of file G4INCLNuclearDensityFactory.cc.
Referenced by G4INCL::INCL::~INCL().
| NuclearDensity const * G4INCL::NuclearDensityFactory::createDensity | ( | const G4int | A, |
| const G4int | Z, | ||
| const G4int | S ) |
Definition at line 59 of file G4INCLNuclearDensityFactory.cc.
Referenced by G4INCL::Nucleus::Nucleus().
| InterpolationTable * G4INCL::NuclearDensityFactory::createPCDFTable | ( | const ParticleType | t, |
| const G4int | A, | ||
| const G4int | Z ) |
Definition at line 171 of file G4INCLNuclearDensityFactory.cc.
Referenced by G4INCL::ParticleSampler::sampleParticlesIntoList().
| InterpolationTable * G4INCL::NuclearDensityFactory::createRCDFTable | ( | const ParticleType | t, |
| const G4int | A, | ||
| const G4int | Z ) |
Definition at line 126 of file G4INCLNuclearDensityFactory.cc.
Referenced by G4INCL::ParticleSampler::sampleParticlesIntoList().
| InterpolationTable * G4INCL::NuclearDensityFactory::createRPCorrelationTable | ( | const ParticleType | t, |
| const G4int | A, | ||
| const G4int | Z ) |
Definition at line 79 of file G4INCLNuclearDensityFactory.cc.
Referenced by createDensity().