|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4INCLParticleSampler.hh>
Public Member Functions | |
| ParticleSampler (const G4int A, const G4int Z, const G4int S) | |
| Constructor. | |
| ~ParticleSampler () | |
| Destructor. | |
| NuclearDensity const * | getDensity () const |
| Getter for theDensity. | |
| NuclearPotential::INuclearPotential const * | getPotential () const |
| Getter for thePotential. | |
| G4double | getRPCorrelationCoefficient (const ParticleType t) const |
| Getter for rpCorrelationCoefficient. | |
| void | setDensity (NuclearDensity const *const d) |
| Setter for theDensity. | |
| void | setPotential (NuclearPotential::INuclearPotential const *const p) |
| Setter for thePotential. | |
| void | setRPCorrelationCoefficient (const ParticleType t, const G4double corrCoeff) |
| Setter for rpCorrelationCoefficient. | |
| ParticleList | sampleParticles (ThreeVector const &position) |
| void | sampleParticlesIntoList (ThreeVector const &position, ParticleList &theList) |
Definition at line 54 of file G4INCLParticleSampler.hh.
Constructor.
| A | the mass number |
| Z | the charge number |
Definition at line 51 of file G4INCLParticleSampler.cc.
Referenced by ParticleSampler().
| G4INCL::ParticleSampler::~ParticleSampler | ( | ) |
|
inline |
Getter for theDensity.
Definition at line 68 of file G4INCLParticleSampler.hh.
|
inline |
Getter for thePotential.
Definition at line 71 of file G4INCLParticleSampler.hh.
|
inline |
Getter for rpCorrelationCoefficient.
Definition at line 74 of file G4INCLParticleSampler.hh.
| ParticleList G4INCL::ParticleSampler::sampleParticles | ( | ThreeVector const & | position | ) |
Definition at line 99 of file G4INCLParticleSampler.cc.
| void G4INCL::ParticleSampler::sampleParticlesIntoList | ( | ThreeVector const & | position, |
| ParticleList & | theList ) |
Definition at line 105 of file G4INCLParticleSampler.cc.
Referenced by sampleParticles().
| void G4INCL::ParticleSampler::setDensity | ( | NuclearDensity const *const | d | ) |
Setter for theDensity.
Definition at line 71 of file G4INCLParticleSampler.cc.
| void G4INCL::ParticleSampler::setPotential | ( | NuclearPotential::INuclearPotential const *const | p | ) |
Setter for thePotential.
Definition at line 76 of file G4INCLParticleSampler.cc.
|
inline |
Setter for rpCorrelationCoefficient.
Definition at line 86 of file G4INCLParticleSampler.hh.