31#ifndef G4StatMFMacroChemicalPotential_h
32#define G4StatMFMacroChemicalPotential_h 1
50 std::vector<G4VStatMFMacroCluster*> * ClusterVector) :
54 _MeanMultiplicity(0.0),
55 _MeanTemperature(temp),
56 _ChemPotentialMu(0.0),
57 _ChemPotentialNu(0.0),
58 _theClusters(ClusterVector)
64 {
return (theZ - this->CalcMeanZ(nu))/theZ; }
93 void CalcChemicalPotentialMu(
const G4double nu);
111 std::vector<G4VStatMFMacroCluster*> * _theClusters;
G4double GetChemicalPotentialMu(void) const
G4double CalcChemicalPotentialNu(void)
G4double operator()(const G4double nu)
G4double GetMeanMultiplicity(void) const
~G4StatMFMacroChemicalPotential()
G4double GetChemicalPotentialNu(void) const
G4StatMFMacroChemicalPotential(const G4double anA, const G4double aZ, const G4double kappa, const G4double temp, std::vector< G4VStatMFMacroCluster * > *ClusterVector)