32 #ifndef G4StatMFMacroMultiplicity_h 
   33 #define G4StatMFMacroMultiplicity_h 1 
   51                   std::vector<G4VStatMFMacroCluster*> * ClusterVector) :
 
   54     _MeanMultiplicity(0.0),
 
   55     _MeanTemperature(temp),
 
   56     _ChemPotentialMu(0.0),
 
   58     _theClusters(ClusterVector) 
 
   64     { 
return (theA - this->CalcMeanA(mu))/theA; }   
 
  105     std::vector<G4VStatMFMacroCluster*> * _theClusters; 
 
G4double CalcChemicalPotentialMu(void)
 
G4StatMFMacroMultiplicity(const G4double anA, const G4double kappa, const G4double temp, const G4double nu, std::vector< G4VStatMFMacroCluster * > *ClusterVector)
 
~G4StatMFMacroMultiplicity()
 
G4double GetMeanMultiplicity(void) const 
 
G4double GetChemicalPotentialMu(void) const 
 
G4double operator()(const G4double mu)