#include <G4StatMFFragment.hh>
Definition at line 41 of file G4StatMFFragment.hh.
◆ G4StatMFFragment() [1/3]
G4StatMFFragment::G4StatMFFragment |
( |
G4int |
anA, |
|
|
G4int |
aZ |
|
) |
| |
|
inline |
◆ ~G4StatMFFragment()
virtual G4StatMFFragment::~G4StatMFFragment |
( |
| ) |
|
|
inlinevirtual |
◆ G4StatMFFragment() [2/3]
G4StatMFFragment::G4StatMFFragment |
( |
| ) |
|
|
inlineprivate |
◆ G4StatMFFragment() [3/3]
◆ CalcExcitationEnergy()
Definition at line 115 of file G4StatMFFragment.cc.
117 if (
theA <= 3)
return 0.0;
122 if (
theA == 4)
return BulkEnergy;
127 if (std::abs(q) > 1.0
e-20) {
131 return BulkEnergy + SurfaceEnergy;
static G4Pow * GetInstance()
static G4double DBetaDT(G4double T)
static G4double GetBeta0()
static G4double Beta(G4double T)
G4double Z23(G4int Z) const
G4double GetInvLevelDensity(void) const
◆ GetA()
G4int G4StatMFFragment::GetA |
( |
void |
| ) |
const |
|
inline |
◆ GetCoulombEnergy()
G4double G4StatMFFragment::GetCoulombEnergy |
( |
void |
| ) |
const |
◆ GetEnergy()
Definition at line 73 of file G4StatMFFragment.cc.
75 if (
theA < 1 || theZ < 0 || theZ >
theA) {
76 G4cout <<
"G4StatMFFragment::GetEnergy: A = " << theA
79 "G4StatMFFragment::GetEnergy: Wrong values for A and Z!");
93 if (theA != 4) ExchangeEnergy += SurfaceEnergy;
static G4Pow * GetInstance()
static G4double GetMassExcess(const G4int A, const G4int Z)
G4GLOB_DLL std::ostream G4cout
G4double GetCoulombEnergy(void) const
static G4double DBetaDT(G4double T)
static G4double GetBeta0()
G4double Z23(G4int Z) const
static G4double GetCriticalTemp()
G4double GetInvLevelDensity(void) const
◆ GetFragment()
Definition at line 106 of file G4StatMFFragment.cc.
G4double GetNuclearMass(void)
G4double CalcExcitationEnergy(const G4double T)
◆ GetInvLevelDensity()
G4double G4StatMFFragment::GetInvLevelDensity |
( |
void |
| ) |
const |
◆ GetMomentum()
◆ GetNuclearMass()
G4double G4StatMFFragment::GetNuclearMass |
( |
void |
| ) |
|
|
inline |
Definition at line 91 of file G4StatMFFragment.hh.
G4double GetIonMass(G4int Z, G4int A, G4int L=0, G4int lvl=0) const
G4IonTable * GetIonTable() const
static G4ParticleTable * GetParticleTable()
◆ GetPosition()
◆ GetZ()
G4int G4StatMFFragment::GetZ |
( |
void |
| ) |
const |
|
inline |
◆ operator!=()
◆ operator=()
◆ operator==()
◆ SetMomentum()
void G4StatMFFragment::SetMomentum |
( |
const G4ThreeVector |
aMomentum | ) |
|
|
inline |
◆ SetPosition()
void G4StatMFFragment::SetPosition |
( |
const G4ThreeVector |
aPosition | ) |
|
|
inline |
◆ _momentum
◆ _position
◆ theA
G4int G4StatMFFragment::theA |
|
private |
◆ theZ
G4int G4StatMFFragment::theZ |
|
private |
The documentation for this class was generated from the following files: