|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VStatMFEnsemble.hh>
Public Member Functions | |
| G4VStatMFEnsemble ()=default | |
| virtual | ~G4VStatMFEnsemble ()=default |
| virtual void | Initialise (const G4Fragment &aFragment)=0 |
| virtual G4StatMFChannel * | ChooseAandZ (const G4Fragment &aFragment)=0 |
| G4double | GetMeanMultiplicity () const |
| G4double | GetMeanTemperature () const |
| G4VStatMFEnsemble (const G4VStatMFEnsemble &right)=delete | |
| G4VStatMFEnsemble & | operator= (const G4VStatMFEnsemble &right)=delete |
| G4bool | operator== (const G4VStatMFEnsemble &right) const =delete |
| G4bool | operator!= (const G4VStatMFEnsemble &right) const =delete |
Protected Attributes | |
| G4double | pFreeInternalE0 {0.0} |
| G4double | pMeanTemperature {0.0} |
| G4double | pMeanEntropy {0.0} |
| G4double | pMeanMultiplicity {0.0} |
Definition at line 36 of file G4VStatMFEnsemble.hh.
|
default |
Referenced by G4VStatMFEnsemble(), operator!=(), operator=(), and operator==().
|
virtualdefault |
|
delete |
|
pure virtual |
Implemented in G4StatMFMacroCanonical, and G4StatMFMicroCanonical.
|
inline |
Definition at line 47 of file G4VStatMFEnsemble.hh.
|
inline |
Definition at line 49 of file G4VStatMFEnsemble.hh.
|
pure virtual |
Implemented in G4StatMFMacroCanonical, and G4StatMFMicroCanonical.
|
delete |
|
delete |
|
delete |
|
protected |
Definition at line 59 of file G4VStatMFEnsemble.hh.
Referenced by G4StatMFMicroCanonical::Function(), G4StatMFMacroCanonical::Initialise(), and G4StatMFMicroCanonical::Initialise().
|
protected |
Definition at line 65 of file G4VStatMFEnsemble.hh.
Referenced by G4StatMFMacroCanonical::Initialise(), and G4StatMFMicroCanonical::Initialise().
|
protected |
Definition at line 68 of file G4VStatMFEnsemble.hh.
Referenced by GetMeanMultiplicity(), G4StatMFMacroCanonical::Initialise(), and G4StatMFMicroCanonical::Initialise().
|
protected |
Definition at line 62 of file G4VStatMFEnsemble.hh.
Referenced by G4StatMFMicroCanonical::ChooseAandZ(), GetMeanTemperature(), G4StatMFMacroCanonical::Initialise(), and G4StatMFMicroCanonical::Initialise().