Geant4
10.03.p01
|
#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) |
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.
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 97 of file G4INCLParticleSampler.cc.
void G4INCL::ParticleSampler::sampleParticlesIntoList | ( | ThreeVector const & | position, |
ParticleList & | theList | ||
) |
Definition at line 103 of file G4INCLParticleSampler.cc.
void G4INCL::ParticleSampler::setDensity | ( | NuclearDensity const *const | d | ) |
Setter for theDensity.
Definition at line 69 of file G4INCLParticleSampler.cc.
void G4INCL::ParticleSampler::setPotential | ( | NuclearPotential::INuclearPotential const *const | p | ) |
Setter for thePotential.
Definition at line 74 of file G4INCLParticleSampler.cc.
|
inline |
Setter for rpCorrelationCoefficient.
Definition at line 86 of file G4INCLParticleSampler.hh.