|
Geant4_10
|
#include <G4INCLParticleSampler.hh>
Public Member Functions | |
| ParticleSampler (const G4int A, const G4int Z) | |
| Constructor. More... | |
| ~ParticleSampler () | |
| Destructor. More... | |
| NuclearDensity const * | getDensity () const |
| Getter for theDensity. More... | |
| NuclearPotential::INuclearPotential const * | getPotential () const |
| Getter for thePotential. More... | |
| G4double | getRPCorrelationCoefficient (const ParticleType t) const |
| Getter for rpCorrelationCoefficient. More... | |
| void | setDensity (NuclearDensity const *const d) |
| Setter for theDensity. More... | |
| void | setPotential (NuclearPotential::INuclearPotential const *const p) |
| Setter for thePotential. More... | |
| void | setRPCorrelationCoefficient (const ParticleType t, const G4double corrCoeff) |
| Setter for rpCorrelationCoefficient. More... | |
| ParticleList | sampleParticles (ThreeVector const &position) |
Definition at line 52 of file G4INCLParticleSampler.hh.
Constructor.
| A | the mass number |
| Z | the charge number |
Definition at line 50 of file G4INCLParticleSampler.cc.

| G4INCL::ParticleSampler::~ParticleSampler | ( | ) |
Destructor.
Definition at line 65 of file G4INCLParticleSampler.cc.
|
inline |
Getter for theDensity.
Definition at line 66 of file G4INCLParticleSampler.hh.
|
inline |
Getter for thePotential.
Definition at line 69 of file G4INCLParticleSampler.hh.
|
inline |
Getter for rpCorrelationCoefficient.
Definition at line 72 of file G4INCLParticleSampler.hh.
| ParticleList G4INCL::ParticleSampler::sampleParticles | ( | ThreeVector const & | position | ) |
Definition at line 96 of file G4INCLParticleSampler.cc.


| void G4INCL::ParticleSampler::setDensity | ( | NuclearDensity const *const | d | ) |
Setter for theDensity.
Definition at line 68 of file G4INCLParticleSampler.cc.

| void G4INCL::ParticleSampler::setPotential | ( | NuclearPotential::INuclearPotential const *const | p | ) |
Setter for thePotential.
Definition at line 73 of file G4INCLParticleSampler.cc.

|
inline |
Setter for rpCorrelationCoefficient.
Definition at line 84 of file G4INCLParticleSampler.hh.
1.8.5