G4VStatMFEnsemble Class Reference

#include <G4VStatMFEnsemble.hh>

Inheritance diagram for G4VStatMFEnsemble:

G4StatMFMacroCanonical G4StatMFMicroCanonical

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 39 of file G4VStatMFEnsemble.hh.


Constructor & Destructor Documentation

G4VStatMFEnsemble::G4VStatMFEnsemble (  )  [inline]

Definition at line 43 of file G4VStatMFEnsemble.hh.

00043                         :
00044         __FreeInternalE0(0.0),
00045         __MeanTemperature(0.0),
00046         __MeanEntropy(0.0),
00047         __MeanMultiplicity(0.0)
00048         {};

virtual G4VStatMFEnsemble::~G4VStatMFEnsemble (  )  [inline, virtual]

Definition at line 52 of file G4VStatMFEnsemble.hh.

00052 {};


Member Function Documentation

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

Implemented in G4StatMFMacroCanonical, and G4StatMFMicroCanonical.

G4double G4VStatMFEnsemble::GetMeanMultiplicity ( void   )  const [inline]

Definition at line 69 of file G4VStatMFEnsemble.hh.

References __MeanMultiplicity.

Referenced by G4StatMF::BreakItUp().

00069 {return __MeanMultiplicity;}

G4double G4VStatMFEnsemble::GetMeanTemperature ( void   )  const [inline]

Definition at line 71 of file G4VStatMFEnsemble.hh.

References __MeanTemperature.

Referenced by G4StatMF::BreakItUp().

00071 {return __MeanTemperature;}


Field Documentation

G4double G4VStatMFEnsemble::__FreeInternalE0 [protected]

Definition at line 76 of file G4VStatMFEnsemble.hh.

G4double G4VStatMFEnsemble::__MeanEntropy [protected]

Definition at line 82 of file G4VStatMFEnsemble.hh.

G4double G4VStatMFEnsemble::__MeanMultiplicity [protected]

Definition at line 85 of file G4VStatMFEnsemble.hh.

Referenced by GetMeanMultiplicity().

G4double G4VStatMFEnsemble::__MeanTemperature [protected]

Definition at line 79 of file G4VStatMFEnsemble.hh.

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


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:53:55 2013 for Geant4 by  doxygen 1.4.7