Geant4
9.6.p02
|
#include <G4INCLParticleSampler.hh>
Public Member Functions | |
ParticleSampler (const G4int A, const G4int Z, InverseInterpolationTable const *const rCDFTable, InverseInterpolationTable const *const pCDFTable) | |
Constructor. More... | |
~ParticleSampler () | |
Destructor. More... | |
NuclearDensity const * | getDensity () const |
Getter for theDensity. More... | |
NuclearPotential::INuclearPotential const * | getPotential () const |
Getter for thePotential. More... | |
void | setDensity (NuclearDensity const *const d) |
Setter for theDensity. More... | |
void | setPotential (NuclearPotential::INuclearPotential const *const p) |
Setter for thePotential. More... | |
ParticleList | sampleParticles (ThreeVector const &position) const |
Definition at line 52 of file G4INCLParticleSampler.hh.
G4INCL::ParticleSampler::ParticleSampler | ( | const G4int | A, |
const G4int | Z, | ||
InverseInterpolationTable const *const | rCDFTable, | ||
InverseInterpolationTable const *const | pCDFTable | ||
) |
Constructor.
A | the mass number |
Z | the charge number |
rCDFTable | the interpolation table for the inverse CDF in r-space |
pCDFTable | the interpolation table for the inverse CDF in p-space |
Definition at line 48 of file G4INCLParticleSampler.cc.
G4INCL::ParticleSampler::~ParticleSampler | ( | ) |
Destructor.
Definition at line 58 of file G4INCLParticleSampler.cc.
|
inline |
Getter for theDensity.
Definition at line 68 of file G4INCLParticleSampler.hh.
|
inline |
Getter for thePotential.
Definition at line 71 of file G4INCLParticleSampler.hh.
ParticleList G4INCL::ParticleSampler::sampleParticles | ( | ThreeVector const & | position) | const |
Definition at line 78 of file G4INCLParticleSampler.cc.
void G4INCL::ParticleSampler::setDensity | ( | NuclearDensity const *const | d) |
Setter for theDensity.
Definition at line 61 of file G4INCLParticleSampler.cc.
void G4INCL::ParticleSampler::setPotential | ( | NuclearPotential::INuclearPotential const *const | p) |
Setter for thePotential.
Definition at line 66 of file G4INCLParticleSampler.cc.