Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
함수
G4INCL::DeuteronDensity 네임스페이스 참조

Static class for the deuteron density. 더 자세히 ...

함수

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.

함수 문서화

G4double G4INCL::DeuteronDensity::densityP ( const G4double  p)

PDF for a nucleon in p space.

The distribution is normalised to 1.

매개변수
pnucleon momentum [MeV/c]
반환값
4 * pi * p^2 * d|psi|^2/dp

G4INCLDeuteronDensity.cc 파일의 117 번째 라인에서 정의되었습니다.

다음을 참조함 : wavefunctionP().

다음에 의해서 참조됨 : G4INCL::NuclearDensityFunctions::ParisP::operator()().

G4double G4INCL::DeuteronDensity::densityR ( const G4double  r)

PDF for a nucleon in r space.

The distribution is normalised to 1.

매개변수
rdistance from the deuteron centre [fm]
반환값
4 * pi * r^2 * |psi|^2

G4INCLDeuteronDensity.cc 파일의 103 번째 라인에서 정의되었습니다.

다음을 참조함 : wavefunctionR().

다음에 의해서 참조됨 : G4INCL::NuclearDensityFunctions::ParisR::operator()().

G4double G4INCL::DeuteronDensity::derivDensityR ( const G4double  r)

First derivative of the r-space density function.

매개변수
rdistance from the deuteron centre [fm]
반환값
d|psi|^2/dr

G4INCLDeuteronDensity.cc 파일의 109 번째 라인에서 정의되었습니다.

다음을 참조함 : derivWavefunctionR(), G4INCL::Math::twoPi, wavefunctionR().

G4double G4INCL::DeuteronDensity::derivWavefunctionR ( const G4int  l,
const G4double  r 
)

G4INCLDeuteronDensity.cc 파일의 143 번째 라인에서 정의되었습니다.

다음을 참조함 : e, G4INCL::Math::max(), result.

다음에 의해서 참조됨 : derivDensityR().

G4double G4INCL::DeuteronDensity::wavefunctionP ( const G4int  l,
const G4double  p 
)

G4INCLDeuteronDensity.cc 파일의 163 번째 라인에서 정의되었습니다.

다음을 참조함 : G4INCL::PhysicalConstants::hc, result.

다음에 의해서 참조됨 : densityP().

G4double G4INCL::DeuteronDensity::wavefunctionR ( const G4int  l,
const G4double  r 
)

G4INCLDeuteronDensity.cc 파일의 123 번째 라인에서 정의되었습니다.

다음을 참조함 : e, G4INCL::Math::max(), result.

다음에 의해서 참조됨 : densityR(), derivDensityR().