34 #define INCLXX_IN_GEANT4_MODE 1
38 #ifndef G4INCLNuclearDensity_hh
39 #define G4INCLNuclearDensity_hh 1
G4double theMaximumRadius
G4double getTransmissionRadius(Particle const *const p) const
The radius used for calculating the transmission coefficient.
G4double getTransmissionRadius(ParticleType type) const
The radius used for calculating the transmission coefficient.
G4double getMinPFromR(const ParticleType t, const G4double r) const
void initializeTransmissionRadii()
Initialize the transmission radius.
G4int getA() const
Get the mass number.
G4double getMaxRFromP(const ParticleType t, const G4double p) const
Get the maximum allowed radius for a given momentum.
void setProtonNuclearRadius(const G4double r)
NuclearDensity & operator=(const NuclearDensity &rhs)
Assignment operator.
void swap(NuclearDensity &rhs)
Helper method for the assignment operator.
InterpolationTable const * rFromP[UnknownParticle]
G4int getZ() const
Get the charge number.
G4double getProtonNuclearRadius() const
double A(double temperature)
G4int getZ() const
Returns the charge number.
Functor for 1-dimensional mathematical functions.
G4int getA() const
Returns the baryon number.
Class for interpolating the of a 1-dimensional function.
G4double transmissionRadius[UnknownParticle]
NuclearDensity(const G4int A, const G4int Z, InterpolationTable const *const rpCorrelationTableProton, InterpolationTable const *const rpCorrelationTableNeutron)
Simple interpolation table.
G4INCL::ParticleType getType() const
G4double getMaximumRadius() const
InterpolationTable const * pFromR[UnknownParticle]
Abstract interface to the nuclear potential.
G4double getNuclearRadius(const ParticleType t, const G4int A, const G4int Z)
G4double theProtonNuclearRadius
Represents INCL4.5's R0 variable.