Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4INCL::DeJongSpin Namespace Reference

Functions

ThreeVector shoot (const G4int Ap, const G4int Af)
 

Function Documentation

◆ shoot()

ThreeVector G4INCL::DeJongSpin::shoot ( const G4int  Ap,
const G4int  Af 
)

Definition at line 68 of file G4INCLDeJongSpin.cc.

68 {
69 return Random::gaussVector(getSpinCutoffParameter(Ap, Af));
70 }