Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
Static class for the deuteron density. More...
#include <G4INCLDeuteronDensity.hh>
Static Public Member Functions | |
static G4double | densityR (const G4double r) |
PDF for a nucleon in r space. | |
static G4double | derivDensityR (const G4double r) |
First derivative of the r-space density function. | |
static G4double | densityP (const G4double p) |
PDF for a nucleon in p space. | |
static G4double | wavefunctionR (const G4int l, const G4double r) |
static G4double | wavefunctionP (const G4int l, const G4double p) |
static G4double | derivWavefunctionR (const G4int l, const G4double r) |
Static class for the deuteron density.
Definition at line 55 of file G4INCLDeuteronDensity.hh.
PDF for a nucleon in p space.
The distribution is normalised to 1.
p | nucleon momentum [MeV/c] |
Definition at line 110 of file G4INCLDeuteronDensity.cc.
Referenced by G4INCL::NuclearDensityFunctions::ParisP::operator()().
PDF for a nucleon in r space.
The distribution is normalised to 1.
r | distance from the deuteron centre [fm] |
Definition at line 96 of file G4INCLDeuteronDensity.cc.
Referenced by G4INCL::NuclearDensityFunctions::ParisR::operator()().
First derivative of the r-space density function.
r | distance from the deuteron centre [fm] |
Definition at line 102 of file G4INCLDeuteronDensity.cc.
Definition at line 136 of file G4INCLDeuteronDensity.cc.
Referenced by derivDensityR().
Definition at line 156 of file G4INCLDeuteronDensity.cc.
Referenced by densityP().
Definition at line 116 of file G4INCLDeuteronDensity.cc.
Referenced by densityR(), and derivDensityR().