Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
G4INCL::NuclearDensity Class Reference

#include <G4INCLNuclearDensity.hh>

Public Member Functions

 NuclearDensity (G4int A, G4int Z, InverseInterpolationTable *rpCorrelationTable)
 
 ~NuclearDensity ()
 
 NuclearDensity (const NuclearDensity &rhs)
 Copy constructor. More...
 
NuclearDensityoperator= (const NuclearDensity &rhs)
 Assignment operator. More...
 
void swap (NuclearDensity &rhs)
 Helper method for the assignment operator. More...
 
G4double getMaxRFromP (G4double p) const
 Get the maximum allowed radius for a given momentum. More...
 
G4double getMaxTFromR (G4double r) const
 
G4double getMaximumRadius () const
 
G4double getTransmissionRadius (Particle const *const p) const
 The radius used for calculating the transmission coefficient. More...
 
G4double getTransmissionRadius (ParticleType type)
 The radius used for calculating the transmission coefficient. More...
 
G4int getA () const
 Get the mass number. More...
 
G4int getZ () const
 Get the charge number. More...
 
G4double getNuclearRadius ()
 

Detailed Description

Definition at line 53 of file G4INCLNuclearDensity.hh.

Constructor & Destructor Documentation

G4INCL::NuclearDensity::NuclearDensity ( G4int  A,
G4int  Z,
InverseInterpolationTable rpCorrelationTable 
)

Definition at line 44 of file G4INCLNuclearDensity.cc.

Here is the call graph for this function:

G4INCL::NuclearDensity::~NuclearDensity ( )

Definition at line 61 of file G4INCLNuclearDensity.cc.

G4INCL::NuclearDensity::NuclearDensity ( const NuclearDensity rhs)

Copy constructor.

Definition at line 67 of file G4INCLNuclearDensity.cc.

Member Function Documentation

G4int G4INCL::NuclearDensity::getA ( ) const
inline

Get the mass number.

Definition at line 102 of file G4INCLNuclearDensity.hh.

G4double G4INCL::NuclearDensity::getMaximumRadius ( ) const
inline

Definition at line 76 of file G4INCLNuclearDensity.hh.

Here is the caller graph for this function:

G4double G4INCL::NuclearDensity::getMaxRFromP ( G4double  p) const

Get the maximum allowed radius for a given momentum.

Parameters
pAbsolute value of the particle momentum, divided by the relevant Fermi momentum.
Returns
Maximum allowed radius.

Definition at line 110 of file G4INCLNuclearDensity.cc.

Here is the caller graph for this function:

G4double G4INCL::NuclearDensity::getMaxTFromR ( G4double  r) const

Definition at line 114 of file G4INCLNuclearDensity.cc.

Here is the caller graph for this function:

G4double G4INCL::NuclearDensity::getNuclearRadius ( )
inline

Definition at line 107 of file G4INCLNuclearDensity.hh.

Here is the caller graph for this function:

G4double G4INCL::NuclearDensity::getTransmissionRadius ( Particle const *const  p) const
inline

The radius used for calculating the transmission coefficient.

Returns
the radius

Definition at line 82 of file G4INCLNuclearDensity.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4INCL::NuclearDensity::getTransmissionRadius ( ParticleType  type)
inline

The radius used for calculating the transmission coefficient.

Returns
the radius

Definition at line 96 of file G4INCLNuclearDensity.hh.

G4int G4INCL::NuclearDensity::getZ ( ) const
inline

Get the charge number.

Definition at line 105 of file G4INCLNuclearDensity.hh.

NuclearDensity & G4INCL::NuclearDensity::operator= ( const NuclearDensity rhs)

Assignment operator.

Definition at line 80 of file G4INCLNuclearDensity.cc.

Here is the call graph for this function:

void G4INCL::NuclearDensity::swap ( NuclearDensity rhs)

Helper method for the assignment operator.

Definition at line 86 of file G4INCLNuclearDensity.cc.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following files: