Geant4-11
Public Member Functions | Private Member Functions | Private Attributes
G4FermiMomentum Class Reference

#include <G4FermiMomentum.hh>

Public Member Functions

 G4FermiMomentum ()
 
G4double GetFermiMomentum (G4double density)
 
G4ThreeVector GetMomentum (G4double density, G4double maxMomentum=-1.)
 
void Init (G4int anA, G4int aZ)
 
 ~G4FermiMomentum ()
 

Private Member Functions

G4double cbrt (G4double x)
 

Private Attributes

G4double constofpmax
 
G4int theA
 
G4int theZ
 

Detailed Description

Definition at line 36 of file G4FermiMomentum.hh.

Constructor & Destructor Documentation

◆ G4FermiMomentum()

G4FermiMomentum::G4FermiMomentum ( )

Definition at line 31 of file G4FermiMomentum.cc.

31 :
32 theA(0), theZ(0),
34{}
static constexpr double pi2
Definition: G4SIunits.hh:58
G4double cbrt(G4double x)
float hbarc
Definition: hepunit.py:264

◆ ~G4FermiMomentum()

G4FermiMomentum::~G4FermiMomentum ( )

Definition at line 36 of file G4FermiMomentum.cc.

36{}

Member Function Documentation

◆ cbrt()

G4double G4FermiMomentum::cbrt ( G4double  x)
inlineprivate

Definition at line 66 of file G4FermiMomentum.hh.

66{ return G4Pow::GetInstance()->A13(x); }
static G4Pow * GetInstance()
Definition: G4Pow.cc:41
G4double A13(G4double A) const
Definition: G4Pow.cc:120

References G4Pow::A13(), and G4Pow::GetInstance().

Referenced by GetFermiMomentum().

◆ GetFermiMomentum()

G4double G4FermiMomentum::GetFermiMomentum ( G4double  density)
inline

◆ GetMomentum()

G4ThreeVector G4FermiMomentum::GetMomentum ( G4double  density,
G4double  maxMomentum = -1. 
)
inline

Definition at line 50 of file G4FermiMomentum.hh.

52 {
53 if (maxMomentum < 0 ) maxMomentum=GetFermiMomentum(density);
55
56 do {
58 2.*G4UniformRand()-1.,
59 2.*G4UniformRand()-1.);
60 } while ( p.mag() > 1. ); /* Loop checking, 30-Oct-2015, G.Folger */
61 return p*maxMomentum;
62 }
CLHEP::Hep3Vector G4ThreeVector
#define G4UniformRand()
Definition: Randomize.hh:52
double mag() const
G4double GetFermiMomentum(G4double density)

References G4UniformRand, GetFermiMomentum(), and CLHEP::Hep3Vector::mag().

Referenced by G4Fancy3DNucleus::ChooseFermiMomenta().

◆ Init()

void G4FermiMomentum::Init ( G4int  anA,
G4int  aZ 
)
inline

Field Documentation

◆ constofpmax

G4double G4FermiMomentum::constofpmax
private

Definition at line 75 of file G4FermiMomentum.hh.

Referenced by GetFermiMomentum().

◆ theA

G4int G4FermiMomentum::theA
private

Definition at line 70 of file G4FermiMomentum.hh.

Referenced by GetFermiMomentum(), and Init().

◆ theZ

G4int G4FermiMomentum::theZ
private

Definition at line 71 of file G4FermiMomentum.hh.

Referenced by Init().


The documentation for this class was generated from the following files: