#include <G4StatMFMacroTemperature.hh>
Definition at line 41 of file G4StatMFMacroTemperature.hh.
◆ G4StatMFMacroTemperature() [1/2]
| G4StatMFMacroTemperature::G4StatMFMacroTemperature |
( |
| ) |
|
◆ ~G4StatMFMacroTemperature()
| G4StatMFMacroTemperature::~G4StatMFMacroTemperature |
( |
| ) |
|
◆ G4StatMFMacroTemperature() [2/2]
◆ CalcTemperature()
| G4double G4StatMFMacroTemperature::CalcTemperature |
( |
void | | ) |
|
Definition at line 79 of file G4StatMFMacroTemperature.cc.
80{
81 fMeanTemperature = std::max(std::min(std::sqrt(fExEnergy/(theA*0.12)), t2), t1);
82 fSolver->FindRoot(fMeanTemperature);
83 return fMeanTemperature;
84}
◆ Function()
◆ GetChemicalPotentialMu()
| G4double G4StatMFMacroTemperature::GetChemicalPotentialMu |
( |
void | | ) |
const |
|
inline |
◆ GetChemicalPotentialNu()
| G4double G4StatMFMacroTemperature::GetChemicalPotentialNu |
( |
void | | ) |
const |
|
inline |
◆ GetEntropy()
| G4double G4StatMFMacroTemperature::GetEntropy |
( |
void | | ) |
const |
|
inline |
◆ GetMeanMultiplicity()
| G4double G4StatMFMacroTemperature::GetMeanMultiplicity |
( |
void | | ) |
const |
|
inline |
◆ GetTemperature()
| G4double G4StatMFMacroTemperature::GetTemperature |
( |
void | | ) |
const |
|
inline |
◆ Initialise()
Definition at line 65 of file G4StatMFMacroTemperature.cc.
70{
71 theA = anA;
72 theZ = aZ;
73 fExEnergy = ExEnergy;
74 fFreeInternalE0 = FreeE0;
75 fKappa = kappa;
76 fClusters = v;
77}
◆ operator!=()
◆ operator=()
◆ operator==()
The documentation for this class was generated from the following files: