Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VStatMFEnsemble Class Referenceabstract

#include <G4VStatMFEnsemble.hh>

+ Inheritance diagram for G4VStatMFEnsemble:

Public Member Functions

 G4VStatMFEnsemble ()
 
virtual ~G4VStatMFEnsemble ()
 
virtual G4StatMFChannelChooseAandZ (const G4Fragment &aFragment)=0
 
G4double GetMeanMultiplicity (void) const
 
G4double GetMeanTemperature (void) const
 

Protected Attributes

G4double __FreeInternalE0
 
G4double __MeanTemperature
 
G4double __MeanEntropy
 
G4double __MeanMultiplicity
 

Detailed Description

Definition at line 38 of file G4VStatMFEnsemble.hh.

Constructor & Destructor Documentation

◆ G4VStatMFEnsemble()

G4VStatMFEnsemble::G4VStatMFEnsemble ( )
inline

Definition at line 42 of file G4VStatMFEnsemble.hh.

42 :
45 __MeanEntropy(0.0),
47 {};

◆ ~G4VStatMFEnsemble()

virtual G4VStatMFEnsemble::~G4VStatMFEnsemble ( )
inlinevirtual

Definition at line 51 of file G4VStatMFEnsemble.hh.

51{};

Member Function Documentation

◆ ChooseAandZ()

virtual G4StatMFChannel * G4VStatMFEnsemble::ChooseAandZ ( const G4Fragment aFragment)
pure virtual

◆ GetMeanMultiplicity()

G4double G4VStatMFEnsemble::GetMeanMultiplicity ( void  ) const
inline

Definition at line 68 of file G4VStatMFEnsemble.hh.

68{return __MeanMultiplicity;}

Referenced by G4StatMF::BreakItUp().

◆ GetMeanTemperature()

G4double G4VStatMFEnsemble::GetMeanTemperature ( void  ) const
inline

Definition at line 70 of file G4VStatMFEnsemble.hh.

70{return __MeanTemperature;}

Referenced by G4StatMF::BreakItUp().

Member Data Documentation

◆ __FreeInternalE0

G4double G4VStatMFEnsemble::__FreeInternalE0
protected

Definition at line 75 of file G4VStatMFEnsemble.hh.

◆ __MeanEntropy

G4double G4VStatMFEnsemble::__MeanEntropy
protected

Definition at line 81 of file G4VStatMFEnsemble.hh.

◆ __MeanMultiplicity

G4double G4VStatMFEnsemble::__MeanMultiplicity
protected

Definition at line 84 of file G4VStatMFEnsemble.hh.

Referenced by GetMeanMultiplicity().

◆ __MeanTemperature

G4double G4VStatMFEnsemble::__MeanTemperature
protected

Definition at line 78 of file G4VStatMFEnsemble.hh.

Referenced by G4StatMFMicroCanonical::ChooseAandZ(), and GetMeanTemperature().


The documentation for this class was generated from the following files: