ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Static class for the deuteron density. More...
Functions | |
G4double | densityR (const G4double r) |
PDF for a nucleon in r space. | |
G4double | derivDensityR (const G4double r) |
First derivative of the r-space density function. | |
G4double | densityP (const G4double p) |
PDF for a nucleon in p space. | |
G4double | wavefunctionR (const G4int l, const G4double r) |
G4double | wavefunctionP (const G4int l, const G4double p) |
G4double | derivWavefunctionR (const G4int l, const G4double r) |
Static class for the deuteron density.
PDF for a nucleon in p space.
The distribution is normalised to 1.
p | nucleon momentum [MeV/c] |
Definition at line 117 of file G4INCLDeuteronDensity.cc.
View newest version in sPHENIX GitHub at line 117 of file G4INCLDeuteronDensity.cc
References wavefunctionP().
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 103 of file G4INCLDeuteronDensity.cc.
View newest version in sPHENIX GitHub at line 103 of file G4INCLDeuteronDensity.cc
References wavefunctionR().
Referenced by G4INCL::NuclearDensityFunctions::ParisR::operator()().
First derivative of the r-space density function.
r | distance from the deuteron centre [fm] |
Definition at line 109 of file G4INCLDeuteronDensity.cc.
View newest version in sPHENIX GitHub at line 109 of file G4INCLDeuteronDensity.cc
References derivWavefunctionR(), G4INCL::Math::twoPi, and wavefunctionR().
Definition at line 143 of file G4INCLDeuteronDensity.cc.
View newest version in sPHENIX GitHub at line 143 of file G4INCLDeuteronDensity.cc
Referenced by derivDensityR().
Definition at line 163 of file G4INCLDeuteronDensity.cc.
View newest version in sPHENIX GitHub at line 163 of file G4INCLDeuteronDensity.cc
References G4INCL::PhysicalConstants::hc.
Referenced by densityP().
Definition at line 123 of file G4INCLDeuteronDensity.cc.
View newest version in sPHENIX GitHub at line 123 of file G4INCLDeuteronDensity.cc
Referenced by densityR(), and derivDensityR().