| 
    Geant4
    10.01.p02
    
   | 
 
#include <G4StatMFMacroTemperature.hh>
Public Member Functions | |
| G4StatMFMacroTemperature (const G4double anA, const G4double aZ, const G4double ExEnergy, const G4double FreeE0, const G4double kappa, std::vector< G4VStatMFMacroCluster * > *ClusterVector) | |
| ~G4StatMFMacroTemperature () | |
| G4double | operator() (const G4double T) | 
| G4double | GetMeanMultiplicity (void) const | 
| G4double | GetChemicalPotentialMu (void) const | 
| G4double | GetChemicalPotentialNu (void) const | 
| G4double | GetTemperature (void) const | 
| G4double | GetEntropy (void) const | 
| G4double | CalcTemperature (void) | 
Private Member Functions | |
| G4StatMFMacroTemperature () | |
| G4StatMFMacroTemperature (const G4StatMFMacroTemperature &) | |
| G4StatMFMacroTemperature & | operator= (const G4StatMFMacroTemperature &right) | 
| G4bool | operator== (const G4StatMFMacroTemperature &right) const | 
| G4bool | operator!= (const G4StatMFMacroTemperature &right) const | 
| G4double | FragsExcitEnergy (const G4double T) | 
| void | CalcChemicalPotentialNu (const G4double T) | 
Private Attributes | |
| G4double | theA | 
| G4double | theZ | 
| G4double | _ExEnergy | 
| G4double | _FreeInternalE0 | 
| G4double | _Kappa | 
| G4double | _MeanMultiplicity | 
| G4double | _MeanTemperature | 
| G4double | _ChemPotentialMu | 
| G4double | _ChemPotentialNu | 
| G4double | _MeanEntropy | 
| std::vector < G4VStatMFMacroCluster * > *  | _theClusters | 
Definition at line 42 of file G4StatMFMacroTemperature.hh.
| G4StatMFMacroTemperature::G4StatMFMacroTemperature | ( | const G4double | anA, | 
| const G4double | aZ, | ||
| const G4double | ExEnergy, | ||
| const G4double | FreeE0, | ||
| const G4double | kappa, | ||
| std::vector< G4VStatMFMacroCluster * > * | ClusterVector | ||
| ) | 
Definition at line 46 of file G4StatMFMacroTemperature.cc.
| G4StatMFMacroTemperature::~G4StatMFMacroTemperature | ( | ) | 
Definition at line 62 of file G4StatMFMacroTemperature.cc.
      
  | 
  private | 
      
  | 
  inlineprivate | 
Definition at line 62 of file G4StatMFMacroTemperature.hh.
      
  | 
  private | 
Definition at line 181 of file G4StatMFMacroTemperature.cc.
References _ChemPotentialMu, _ChemPotentialNu, _Kappa, _MeanMultiplicity, _theClusters, G4StatMFMacroChemicalPotential::CalcChemicalPotentialNu(), G4StatMFMacroChemicalPotential::GetChemicalPotentialMu(), G4StatMFMacroChemicalPotential::GetMeanMultiplicity(), theA, and theZ.
Referenced by FragsExcitEnergy().
 Here is the call graph for this function:
 Here is the caller graph for this function:| G4double G4StatMFMacroTemperature::CalcTemperature | ( | void | ) | 
Definition at line 66 of file G4StatMFMacroTemperature.cc.
References _ExEnergy, _MeanTemperature, G4Solver< Function >::Brent(), G4Solver< Function >::Crenshaw(), G4cerr, G4cout, G4endl, G4Solver< Function >::GetRoot(), G4INCL::Math::max(), MeV, operator()(), G4Solver< Function >::SetIntervalLimits(), and theA.
Referenced by G4StatMFMacroCanonical::CalculateTemperature().
 Here is the call graph for this function:
 Here is the caller graph for this function:Definition at line 143 of file G4StatMFMacroTemperature.cc.
References _FreeInternalE0, _Kappa, _MeanEntropy, _theClusters, CalcChemicalPotentialNu(), G4StatMFParameters::GetKappaCoulomb(), G4StatMFParameters::Getr0(), G4INCL::Math::pi, theA, and theZ.
Referenced by operator()().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 74 of file G4StatMFMacroTemperature.hh.
References _ChemPotentialMu.
Referenced by G4StatMFMacroCanonical::CalculateTemperature().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 76 of file G4StatMFMacroTemperature.hh.
References _ChemPotentialNu.
Referenced by G4StatMFMacroCanonical::CalculateTemperature().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 80 of file G4StatMFMacroTemperature.hh.
References _MeanEntropy.
Referenced by G4StatMFMacroCanonical::CalculateTemperature().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 72 of file G4StatMFMacroTemperature.hh.
References _MeanMultiplicity.
Referenced by G4StatMFMacroCanonical::CalculateTemperature().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 78 of file G4StatMFMacroTemperature.hh.
References _MeanTemperature.
      
  | 
  private | 
Definition at line 53 of file G4StatMFMacroTemperature.hh.
References _ExEnergy, and FragsExcitEnergy().
Referenced by CalcTemperature().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
Definition at line 106 of file G4StatMFMacroTemperature.hh.
Referenced by CalcChemicalPotentialNu(), and GetChemicalPotentialMu().
      
  | 
  private | 
Definition at line 108 of file G4StatMFMacroTemperature.hh.
Referenced by CalcChemicalPotentialNu(), and GetChemicalPotentialNu().
      
  | 
  private | 
Definition at line 96 of file G4StatMFMacroTemperature.hh.
Referenced by CalcTemperature(), and operator()().
      
  | 
  private | 
Definition at line 98 of file G4StatMFMacroTemperature.hh.
Referenced by FragsExcitEnergy().
      
  | 
  private | 
Definition at line 100 of file G4StatMFMacroTemperature.hh.
Referenced by CalcChemicalPotentialNu(), and FragsExcitEnergy().
      
  | 
  private | 
Definition at line 110 of file G4StatMFMacroTemperature.hh.
Referenced by FragsExcitEnergy(), and GetEntropy().
      
  | 
  private | 
Definition at line 102 of file G4StatMFMacroTemperature.hh.
Referenced by CalcChemicalPotentialNu(), and GetMeanMultiplicity().
      
  | 
  private | 
Definition at line 104 of file G4StatMFMacroTemperature.hh.
Referenced by CalcTemperature(), and GetTemperature().
      
  | 
  private | 
Definition at line 112 of file G4StatMFMacroTemperature.hh.
Referenced by CalcChemicalPotentialNu(), and FragsExcitEnergy().
      
  | 
  private | 
Definition at line 92 of file G4StatMFMacroTemperature.hh.
Referenced by CalcChemicalPotentialNu(), CalcTemperature(), and FragsExcitEnergy().
      
  | 
  private | 
Definition at line 94 of file G4StatMFMacroTemperature.hh.
Referenced by CalcChemicalPotentialNu(), and FragsExcitEnergy().