ParticleList sampleParticles(ThreeVector const &position)
 
NuclearDensity const * getDensity() const 
Getter for theDensity. 
 
NuclearPotential::INuclearPotential const * getPotential() const 
Getter for thePotential. 
 
void sampleParticlesIntoList(ThreeVector const &position, ParticleList &theList)
 
G4double getRPCorrelationCoefficient(const ParticleType t) const 
Getter for rpCorrelationCoefficient. 
 
void setDensity(NuclearDensity const *const d)
Setter for theDensity. 
 
void setRPCorrelationCoefficient(const ParticleType t, const G4double corrCoeff)
Setter for rpCorrelationCoefficient. 
 
ParticleSampler(const G4int A, const G4int Z)
Constructor. 
 
void setPotential(NuclearPotential::INuclearPotential const *const p)
Setter for thePotential.