Geant4-11
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
G4INCL::DeJongSpin::anonymous_namespace{G4INCLDeJongSpin.cc} Namespace Reference

Functions

G4double getSpinCutoffParameter (const G4int Ap, const G4int Af)
 

Variables

const G4double jzFactor = PhysicalConstants::hcSquared * 0.16
 

Function Documentation

◆ getSpinCutoffParameter()

G4double G4INCL::DeJongSpin::anonymous_namespace{G4INCLDeJongSpin.cc}::getSpinCutoffParameter ( const G4int  Ap,
const G4int  Af 
)

Definition at line 60 of file G4INCLDeJongSpin.cc.

60 {
61 const G4double jz2 = jzFactor * Math::pow23((G4double) Ap); // No deformation assumed
62 const G4double sigma = jz2 * Af*(Ap-Af)/((G4double)(Ap-1));
63 return std::sqrt(sigma);
64 }
double G4double
Definition: G4Types.hh:83
G4double pow23(G4double x)

References jzFactor, and G4INCL::Math::pow23().

Referenced by G4INCL::DeJongSpin::shoot().

Variable Documentation

◆ jzFactor

const G4double G4INCL::DeJongSpin::anonymous_namespace{G4INCLDeJongSpin.cc}::jzFactor = PhysicalConstants::hcSquared * 0.16

Definition at line 58 of file G4INCLDeJongSpin.cc.

Referenced by getSpinCutoffParameter().